{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/DAWxXDGdC5RJUOPfOsh5/Ticker.js", "ssg:https://framerusercontent.com/modules/NTXK6csjRuyAr77mlQKI/yj8FEkeKql5rPVLPJvdv/AyMEIzFHB.js", "ssg:https://framerusercontent.com/modules/Jysr06bVPgYTKfEtiAq0/h6kFa5PGu7WwQNEu6vHU/By_db6JMc.js", "ssg:https://framerusercontent.com/modules/AQxRWfdeXqgKLvx7SARw/JWfe6HUgqFO0xN3f1cPW/gmqva09Gj.js", "ssg:https://framerusercontent.com/modules/lUke84ShWfxmT7oSTaqQ/dD9Pn20rVnruJSHkiEfJ/GR1ecz23I.js", "ssg:https://framerusercontent.com/modules/VCzl3DsY21b7qZ0Z1wPE/bkWemeCaopH1baDhX3Wy/Counter_500.js", "ssg:https://framerusercontent.com/modules/bcugwVi1pdSDzcTiPbH8/yljV3nHZh8pm0zaffkNx/Iukbcj99P.js", "ssg:https://framerusercontent.com/modules/xSh9fORqZ9NFgM9f1yvG/pjX3ZQyQgojyqmTFsB3z/ReW1Orr3d.js", "ssg:https://framerusercontent.com/modules/bFZOA2LbxIuXsxADxVIv/ihJTjh01P3iOcS7lU62K/RY9JtgfZu.js", "ssg:https://framerusercontent.com/modules/eX2y0ZYcRcWUfwyfNRW8/pRfAf6UmQRVRHBUiZn7P/Tw6V7KQke.js", "ssg:https://framerusercontent.com/modules/ywSan3uroH7ijTXvBeXP/iJBm4KVncDb8h9jcRvrs/tyt1nBNCh.js", "ssg:https://framerusercontent.com/modules/LRNf1W5QqtpRnrUMLauo/4fi0yrZq0nqrMjAixl8T/W41ALz6m3.js", "ssg:https://framerusercontent.com/modules/rgMTyMubJ8XJOGtdWQhs/yrkOTDDGvTXG1gY7e3Ef/qua4RhgTT.js", "ssg:https://framerusercontent.com/modules/JxbAYmnz7f2wO0zCf7rf/J6pzIjJr1n6KvdWyrFX8/ZgCMpXhP2.js", "ssg:https://framerusercontent.com/modules/s3ITnKBHSyHGVQSuNSxu/GuXLnm9Kny6htgz6TDEV/f1PboA51p.js", "ssg:https://framerusercontent.com/modules/kUFTA3hVtQgaqEoKlJSj/aicY7EUFkbcy55GKSfV1/Zzxh8QRfZ.js", "ssg:https://framerusercontent.com/modules/g7HLv8vuqEMI7RTxKtIS/ht2cj3gC9AxH8QJC7lLh/Scrambler.js", "ssg:https://framerusercontent.com/modules/xNnbSeb54auD1BwVPd9t/7R8CuTCU7gopPIamoojN/WQH6fFm_m.js", "ssg:https://framerusercontent.com/modules/d68x1pD20pUSmU0e8evI/Lz4dYMVQRwL5mwqKUS3d/augiA20Il.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{isFunction as t,isCubicBezier as i,noopReturn as e,defaults as s,isEasingGenerator as a,isEasingList as n,interpolate as r}from\"@motionone/utils\";import{cubicBezier as h,steps as o}from\"@motionone/easing\";const l={ease:h(.25,.1,.25,1),\"ease-in\":h(.42,0,1,1),\"ease-in-out\":h(.42,0,.58,1),\"ease-out\":h(0,0,.58,1)};const u=/\\((.*?)\\)/;function getEasingFunction(s){if(t(s))return s;if(i(s))return h(...s);if(l[s])return l[s];if(s.startsWith(\"steps\")){const t=u.exec(s);if(t){const i=t[1].split(\",\");return o(parseFloat(i[0]),i[1].trim())}}return e}class Animation{constructor(t,i=[0,1],{easing:h,duration:o=s.duration,delay:l=s.delay,endDelay:u=s.endDelay,repeat:m=s.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=e;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));h=h||s.easing;if(a(h)){const t=h.createAnimation(i);h=t.easing;i=t.keyframes||i;o=t.duration||o}this.repeat=m;this.easing=n(h)?e:getEasingFunction(h);this.updateDuration(o);const d=r(i,c,n(h)?h.map(getEasingFunction):e);this.tick=i=>{var e;l=l;let s=0;s=void 0!==this.pauseTime?this.pauseTime:(i-this.startTime)*this.rate;this.t=s;s/=1e3;s=Math.max(s-l,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(s=this.totalDuration);const a=s/this.duration;let n=Math.floor(a);let r=a%1;!r&&a>=1&&(r=1);1===r&&n--;const h=n%2;(\"reverse\"===p||\"alternate\"===p&&h||\"alternate-reverse\"===p&&!h)&&(r=1-r);const o=s>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(o));t(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||s>=this.totalDuration+u);if(c){this.playState=\"finished\";null===(e=this.resolve)||void 0===e?void 0:e.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t,noopReturn as s}from\"@motionone/utils\";const n=5;function calcGeneratorVelocity(t,s,r){const a=Math.max(s-n,0);return e(r-t(a),s-a)}const r={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=r.stiffness,t=r.damping,s=r.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=r.stiffness,damping:s=r.damping,mass:n=r.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/n)/1e3;const l=calcDampingRatio(e,s,n);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const a=10;const o=1e4;function pregenerateKeyframes(e,t=s){let n;let r=a;let c=e(0);const i=[t(c.current)];while(!c.done&&r<o){c=e(r);i.push(t(c.done?c.target:c.current));void 0===n&&c.hasReachedTarget&&(n=r);r+=a}const h=r-a;1===i.length&&i.push(c.current);return{keyframes:i,duration:h/1e3,overshootDuration:(null!==n&&void 0!==n?n:h)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap}from\"framer-motion\";import{resize}from\"@motionone/dom\";const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Ticker(props){/* Props */ let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */ const isCanvas=RenderTarget.current()===RenderTarget.canvas;const numChildren=Children.count(slots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */ const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/ createRef(),/*#__PURE__*/ createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */ let clonedChildren=[];let dupedChildren=[];/* Duplicate value */ let duplicateBy=0;let opacity=0;if(isCanvas){// duplicateBy = 10\nduplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;opacity=1;}/* Measure parent and child */ const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */ if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */ let initialResize=useRef(true);useEffect(()=>{measure();return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){measure();}initialResize.current=false;});},[]);}clonedChildren=Children.map(slots,(child,index)=>{var ref,ref1,ref2,ref3;let ref4;if(index===0){ref4=childrenRef[0];}if(index===slots.length-1){ref4=childrenRef[1];}const size={width:widthType?(ref=child.props)===null||ref===void 0?void 0:ref.width:\"100%\",height:heightType?(ref1=child.props)===null||ref1===void 0?void 0:ref1.height:\"100%\"};return /*#__PURE__*/ _jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/ _jsx(\"li\",{ref:ref4,style:size,children:/*#__PURE__*/ cloneElement(child,{style:{...(ref2=child.props)===null||ref2===void 0?void 0:ref2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(ref3=child.props)===null||ref3===void 0?void 0:ref3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(slots,(child,childIndex)=>{var ref,ref1,ref2,ref3,ref4,ref5;const size={width:widthType?(ref=child.props)===null||ref===void 0?void 0:ref.width:\"100%\",height:heightType?(ref1=child.props)===null||ref1===void 0?void 0:ref1.height:\"100%\"};return /*#__PURE__*/ _jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/ _jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/ cloneElement(child,{key:i+\" \"+childIndex,style:{...(ref2=child.props)===null||ref2===void 0?void 0:ref2.style,width:widthType?(ref3=child.props)===null||ref3===void 0?void 0:ref3.width:\"100%\",height:heightType?(ref4=child.props)===null||ref4===void 0?void 0:ref4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(ref5=child.props)===null||ref5===void 0?void 0:ref5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);}),];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */ if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */ if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue),]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */ useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */ if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */ const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */ if(!hasChildren){return /*#__PURE__*/ _jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/ _jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/ _jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/ _jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/ _jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/ _jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,transform:supportsAcceleratedAnimations?undefined:transform,willChange:isCanvas?\"auto\":\"transform\"},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){animationRef.current.updatePlaybackRate(hoverFactor);}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){animationRef.current.updatePlaybackRate(1);}},children:[clonedChildren,dupedChildren]})});};/* Default Properties */ Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */ addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\",],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */ const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */ const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */ const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (4f5e97b)\nimport{jsx as r,jsxs as e}from\"react/jsx-runtime\";import{addFonts as a,addPropertyControls as t,ControlType as n,cx as o,getFonts as d,RichText as f,useActiveVariantCallback as i,useLocaleInfo as m,useVariantState as c,withCSS as l}from\"framer\";import{LayoutGroup as s,motion as p,MotionConfigContext as b}from\"framer-motion\";import*as v from\"react\";import{Icon as x}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as g from\"https://framerusercontent.com/modules/PcqykQZFX3fQB8Hb8VN4/db6plUlju5PYBZQ7Yxtl/RFNXRstg7.js\";import*as w from\"https://framerusercontent.com/modules/9bocIVC4TrbUort6vN7y/SaRtr2EyZtJqK9gfYxAZ/YnNV_wsJ7.js\";let u=d(x),h={Br6qLwU5f:{hover:!0},eVgdy9b7m:{hover:!0},zLwDmG4EN:{hover:!0}},y=[\"Br6qLwU5f\",\"seaiUZfP3\",\"EOKqUIDvY\",\"zLwDmG4EN\",\"qqQK6WOFe\",\"HVActsz7m\",\"eVgdy9b7m\",\"tXsdNIM6u\",\"EluIuEWph\"],B=\"framer-TBd0w\",k={Br6qLwU5f:\"framer-v-14xoeev\",EluIuEWph:\"framer-v-8zbac3\",EOKqUIDvY:\"framer-v-urrefk\",eVgdy9b7m:\"framer-v-1enf66f\",HVActsz7m:\"framer-v-1x2mtea\",qqQK6WOFe:\"framer-v-v41gdu\",seaiUZfP3:\"framer-v-105n4nk\",tXsdNIM6u:\"framer-v-1h1czkv\",zLwDmG4EN:\"framer-v-k7gc53\"};function T(r,...e){let a={};return null==e||e.forEach(e=>e&&Object.assign(a,r[e])),a;}let E={default:{damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"}},z=({value:e,children:a})=>{let t=v.useContext(b),n=null!=e?e:t.transition,o=v.useMemo(()=>({...t,transition:n}),[JSON.stringify(n)]);return /*#__PURE__*/r(b.Provider,{value:o,children:a});},D={\"Desktop Education Accordion Variant 1\":\"Br6qLwU5f\",\"Desktop Education Accordion Variant 2\":\"seaiUZfP3\",\"Desktop Education Accordion Variant 3\":\"EOKqUIDvY\",\"Phone Education Accordion Variant 1\":\"eVgdy9b7m\",\"Phone Education Accordion Variant 2\":\"tXsdNIM6u\",\"Phone Education Accordion Variant 3\":\"EluIuEWph\",\"Tab Education Accordion Variant 1\":\"zLwDmG4EN\",\"Tab Education Accordion Variant 2\":\"qqQK6WOFe\",\"Tab Education Accordion Variant 3\":\"HVActsz7m\"},q=({height:r,id:e,width:a,...t})=>{var n,o;return{...t,variant:null!==(o=null!==(n=D[t.variant])&&void 0!==n?n:t.variant)&&void 0!==o?o:\"Br6qLwU5f\"};},V=(r,e)=>e.join(\"-\")+r.layoutDependency,N=/*#__PURE__*/v.forwardRef(function(a,t){let{activeLocale:n}=m(),{style:d,className:l,layoutId:b,variant:u,...B}=q(a),{baseVariant:D,classNames:N,gestureVariant:I,setGestureState:A,setVariant:U,transition:L,variants:C}=c({cycleOrder:y,defaultVariant:\"Br6qLwU5f\",enabledGestures:h,transitions:E,variant:u,variantClassNames:k}),P=V(a,C),{activeVariantCallback:W,delay:H}=i(D),O=W(async(...r)=>{U(\"EOKqUIDvY\");}),Y=W(async(...r)=>{U(\"Br6qLwU5f\");}),j=W(async(...r)=>{U(\"HVActsz7m\");}),F=W(async(...r)=>{U(\"zLwDmG4EN\");}),K=W(async(...r)=>{U(\"EluIuEWph\");}),S=W(async(...r)=>{U(\"eVgdy9b7m\");}),G=v.useRef(null),_=v.useId(),M=[w.className,g.className];return /*#__PURE__*/r(s,{id:null!=b?b:_,children:/*#__PURE__*/r(p.div,{initial:u,animate:C,onHoverStart:()=>A({isHovered:!0}),onHoverEnd:()=>A({isHovered:!1}),onTapStart:()=>A({isPressed:!0}),onTap:()=>A({isPressed:!1}),onTapCancel:()=>A({isPressed:!1}),className:o(\"framer-TBd0w\",...M,N),style:{display:\"contents\"},children:/*#__PURE__*/r(z,{value:L,children:/*#__PURE__*/e(p.button,{...B,className:o(\"framer-14xoeev\",l),\"data-framer-name\":\"Desktop Education Accordion Variant 1\",\"data-reset\":\"button\",layoutDependency:P,layoutId:\"Br6qLwU5f\",ref:null!=t?t:G,style:{...d},...T({\"Br6qLwU5f-hover\":{\"data-framer-name\":void 0},\"eVgdy9b7m-hover\":{\"data-framer-name\":void 0},\"zLwDmG4EN-hover\":{\"data-framer-name\":void 0},EluIuEWph:{\"data-framer-name\":\"Phone Education Accordion Variant 3\"},EOKqUIDvY:{\"data-framer-name\":\"Desktop Education Accordion Variant 3\"},eVgdy9b7m:{\"data-framer-name\":\"Phone Education Accordion Variant 1\"},HVActsz7m:{\"data-framer-name\":\"Tab Education Accordion Variant 3\"},qqQK6WOFe:{\"data-framer-name\":\"Tab Education Accordion Variant 2\"},seaiUZfP3:{\"data-framer-name\":\"Desktop Education Accordion Variant 2\"},tXsdNIM6u:{\"data-framer-name\":\"Phone Education Accordion Variant 2\"},zLwDmG4EN:{\"data-framer-name\":\"Tab Education Accordion Variant 1\"}},D,I),children:[!![\"EOKqUIDvY\",\"HVActsz7m\",\"EluIuEWph\"].includes(D)&&/*#__PURE__*/e(p.div,{className:\"framer-1sbwqde\",\"data-border\":!0,\"data-framer-name\":\"Education Section\",layoutDependency:P,layoutId:\"uBVMNxEi3\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":'var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, rgb(47, 47, 47)) /* {\"name\":\"Medium Gray\"} */',\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0))\",opacity:1},variants:{EOKqUIDvY:{opacity:.99}},children:[/*#__PURE__*/e(p.div,{className:\"framer-1rw5whg\",layoutDependency:P,layoutId:\"HB_FWFxxW\",children:[/*#__PURE__*/r(f,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(v.Fragment,{children:/*#__PURE__*/e(p.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",children:[/*#__PURE__*/r(p.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"Certification of\"}),/*#__PURE__*/r(p.br,{}),/*#__PURE__*/r(p.span,{style:{\"--framer-text-color\":\"var(--extracted-c9yw3e, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"Google UX Design\"}),/*#__PURE__*/r(p.br,{}),/*#__PURE__*/r(p.span,{style:{\"--framer-text-color\":\"var(--extracted-dfbufw, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"Professional\"})]})}),className:\"framer-7833mn\",layoutDependency:P,layoutId:\"vXprQYfDq\",style:{\"--extracted-1w3ko1f\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--extracted-c9yw3e\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--extracted-dfbufw\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0}),/*#__PURE__*/r(f,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(v.Fragment,{children:/*#__PURE__*/e(p.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",children:[/*#__PURE__*/r(p.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Google- Coursera\"}),/*#__PURE__*/r(p.span,{style:{\"--framer-text-color\":\"var(--extracted-3sq8v0, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:/*#__PURE__*/r(p.br,{})}),/*#__PURE__*/r(p.span,{style:{\"--framer-text-color\":\"var(--extracted-c9yw3e, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"JUL 2022 - Nov 2022\"})]})}),className:\"framer-shio1b\",layoutDependency:P,layoutId:\"Ercgwtn3u\",style:{\"--extracted-1w3ko1f\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--extracted-3sq8v0\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--extracted-c9yw3e\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]}),/*#__PURE__*/e(p.div,{className:\"framer-m495zm\",layoutDependency:P,layoutId:\"GBhXCeH8P\",children:[/*#__PURE__*/r(f,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(v.Fragment,{children:/*#__PURE__*/r(p.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"Bachelor of Commerce\"})}),className:\"framer-1mx4xqx\",layoutDependency:P,layoutId:\"z1SoWssqP\",style:{\"--extracted-r6o4lv\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0}),/*#__PURE__*/r(f,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(v.Fragment,{children:/*#__PURE__*/e(p.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",children:[/*#__PURE__*/r(p.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"University of Calcutta\"}),/*#__PURE__*/r(p.span,{style:{\"--framer-text-color\":\"var(--extracted-3sq8v0, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:/*#__PURE__*/r(p.br,{})}),/*#__PURE__*/r(p.span,{style:{\"--framer-text-color\":\"var(--extracted-c9yw3e, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"MAY 2001 - JUL 2004\"})]})}),className:\"framer-15tyde\",layoutDependency:P,layoutId:\"PQtPGYgDa\",style:{\"--extracted-1w3ko1f\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--extracted-3sq8v0\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--extracted-c9yw3e\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]})]}),/*#__PURE__*/e(p.div,{className:\"framer-4fpbu4\",\"data-border\":!0,\"data-framer-name\":\"Title Section\",layoutDependency:P,layoutId:\"wR7MZk0J8\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":'var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, rgb(47, 47, 47)) /* {\"name\":\"Medium Gray\"} */',\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0))\"},variants:{\"Br6qLwU5f-hover\":{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},\"eVgdy9b7m-hover\":{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},\"zLwDmG4EN-hover\":{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},EluIuEWph:{\"--border-color\":'var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, rgb(15, 98, 254)) /* {\"name\":\"Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},EOKqUIDvY:{\"--border-color\":'var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, rgb(15, 98, 254)) /* {\"name\":\"Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},HVActsz7m:{\"--border-color\":'var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, rgb(15, 98, 254)) /* {\"name\":\"Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},qqQK6WOFe:{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},seaiUZfP3:{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},tXsdNIM6u:{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"}},children:[/*#__PURE__*/e(p.div,{className:\"framer-1gt7tal\",layoutDependency:P,layoutId:\"avs969DNu\",children:[/*#__PURE__*/r(f,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(v.Fragment,{children:/*#__PURE__*/r(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",children:\"Education\"})}),className:\"framer-1eiebfw\",layoutDependency:P,layoutId:\"nTMvTs5C3\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0}),/*#__PURE__*/r(f,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(v.Fragment,{children:/*#__PURE__*/r(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",children:\"Education\"})}),className:\"framer-1qi4cz9\",layoutDependency:P,layoutId:\"YBP8ajqSa\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]}),/*#__PURE__*/e(p.div,{className:\"framer-gzns9v\",\"data-highlight\":!0,layoutDependency:P,layoutId:\"uBZxtwSgZ\",onTap:O,...T({EluIuEWph:{onTap:S},EOKqUIDvY:{onTap:Y},eVgdy9b7m:{onTap:K},HVActsz7m:{onTap:F},qqQK6WOFe:{onTap:j},tXsdNIM6u:{\"data-highlight\":void 0,onTap:void 0},zLwDmG4EN:{onTap:j}},D,I),children:[/*#__PURE__*/r(p.div,{className:\"framer-wfvkvr-container\",layoutDependency:P,layoutId:\"f2q9HDUf0-container\",children:/*#__PURE__*/r(x,{color:'var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',height:\"100%\",iconSearch:\"Home\",iconSelection:\"plus\",id:\"f2q9HDUf0\",layoutId:\"f2q9HDUf0\",mirrored:!1,selectByList:!0,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/r(p.div,{className:\"framer-1easm4c-container\",layoutDependency:P,layoutId:\"o4mbJUZxn-container\",children:/*#__PURE__*/r(x,{color:'var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-down\",id:\"o4mbJUZxn\",layoutId:\"o4mbJUZxn\",mirrored:!1,selectByList:!0,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...T({\"eVgdy9b7m-hover\":{iconSelection:\"arrow-down\"},\"zLwDmG4EN-hover\":{iconSelection:\"arrow-down\"},EluIuEWph:{iconSelection:\"x\"},EOKqUIDvY:{iconSelection:\"x\"},eVgdy9b7m:{iconSelection:\"x\"},HVActsz7m:{iconSelection:\"x\"},zLwDmG4EN:{iconSelection:\"x\"}},D,I)})})]})]})]})})})});}),I=['.framer-TBd0w [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-TBd0w .framer-h1nejp { display: block; }\",\".framer-TBd0w .framer-14xoeev { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-TBd0w .framer-1sbwqde { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: hidden; padding: 64px 40px 64px 40px; pointer-events: none; position: relative; width: 100%; }\",\".framer-TBd0w .framer-1rw5whg, .framer-TBd0w .framer-m495zm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 1200px; }\",\".framer-TBd0w .framer-7833mn, .framer-TBd0w .framer-shio1b, .framer-TBd0w .framer-1mx4xqx, .framer-TBd0w .framer-15tyde { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-TBd0w .framer-4fpbu4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 80px; justify-content: space-between; max-width: 100%; overflow: hidden; padding: 40px 40px 40px 40px; position: relative; width: 100%; }\",\".framer-TBd0w .framer-1gt7tal { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 26px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-TBd0w .framer-1eiebfw, .framer-TBd0w .framer-1qi4cz9 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-TBd0w .framer-gzns9v { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 24px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-TBd0w .framer-wfvkvr-container, .framer-TBd0w .framer-1easm4c-container { cursor: pointer; flex: none; height: 24px; position: relative; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TBd0w .framer-14xoeev, .framer-TBd0w .framer-1sbwqde, .framer-TBd0w .framer-1gt7tal, .framer-TBd0w .framer-gzns9v { gap: 0px; } .framer-TBd0w .framer-14xoeev > *, .framer-TBd0w .framer-1gt7tal > *, .framer-TBd0w .framer-gzns9v > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-TBd0w .framer-14xoeev > :first-child, .framer-TBd0w .framer-1sbwqde > :first-child, .framer-TBd0w .framer-1gt7tal > :first-child, .framer-TBd0w .framer-gzns9v > :first-child { margin-top: 0px; } .framer-TBd0w .framer-14xoeev > :last-child, .framer-TBd0w .framer-1sbwqde > :last-child, .framer-TBd0w .framer-1gt7tal > :last-child, .framer-TBd0w .framer-gzns9v > :last-child { margin-bottom: 0px; } .framer-TBd0w .framer-1sbwqde > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",\".framer-TBd0w.framer-v-105n4nk .framer-14xoeev, .framer-TBd0w.framer-v-urrefk .framer-14xoeev { cursor: unset; }\",\".framer-TBd0w.framer-v-105n4nk .framer-1gt7tal, .framer-TBd0w.framer-v-105n4nk .framer-gzns9v, .framer-TBd0w.framer-v-urrefk .framer-1gt7tal, .framer-TBd0w.framer-v-urrefk .framer-gzns9v, .framer-TBd0w.framer-v-v41gdu .framer-gzns9v, .framer-TBd0w.framer-v-1x2mtea .framer-gzns9v, .framer-TBd0w.framer-v-8zbac3 .framer-gzns9v, .framer-TBd0w.framer-v-14xoeev.hover .framer-1gt7tal, .framer-TBd0w.framer-v-14xoeev.hover .framer-gzns9v, .framer-TBd0w.framer-v-k7gc53.hover .framer-1gt7tal, .framer-TBd0w.framer-v-k7gc53.hover .framer-gzns9v, .framer-TBd0w.framer-v-1enf66f.hover .framer-1gt7tal, .framer-TBd0w.framer-v-1enf66f.hover .framer-gzns9v { justify-content: flex-end; }\",\".framer-TBd0w.framer-v-urrefk .framer-1sbwqde { order: 1; padding: 64px 45px 64px 45px; }\",\".framer-TBd0w.framer-v-urrefk .framer-7833mn, .framer-TBd0w.framer-v-urrefk .framer-4fpbu4, .framer-TBd0w.framer-v-1x2mtea .framer-4fpbu4 { order: 0; }\",\".framer-TBd0w.framer-v-urrefk .framer-shio1b { order: 1; }\",\".framer-TBd0w.framer-v-k7gc53 .framer-14xoeev { padding: 0px 20px 0px 20px; width: 810px; }\",\".framer-TBd0w.framer-v-k7gc53 .framer-1gt7tal { height: 22px; }\",\".framer-TBd0w.framer-v-v41gdu .framer-14xoeev, .framer-TBd0w.framer-v-1x2mtea .framer-14xoeev { cursor: unset; padding: 0px 20px 0px 20px; width: 810px; }\",\".framer-TBd0w.framer-v-v41gdu .framer-1gt7tal, .framer-TBd0w.framer-v-1x2mtea .framer-1gt7tal { height: 22px; justify-content: flex-end; }\",\".framer-TBd0w.framer-v-1x2mtea .framer-1sbwqde, .framer-TBd0w.framer-v-8zbac3 .framer-1sbwqde { order: 1; padding: 64px 20px 64px 20px; }\",\".framer-TBd0w.framer-v-1x2mtea .framer-1rw5whg, .framer-TBd0w.framer-v-1x2mtea .framer-m495zm { padding: 0px 0px 0px 0px; width: 100%; }\",\".framer-TBd0w.framer-v-1enf66f .framer-14xoeev { padding: 0px 20px 0px 20px; width: 390px; }\",\".framer-TBd0w.framer-v-1enf66f .framer-4fpbu4, .framer-TBd0w.framer-v-1h1czkv .framer-4fpbu4 { padding: 20px 20px 20px 20px; }\",\".framer-TBd0w.framer-v-1enf66f .framer-1gt7tal { height: 18px; }\",\".framer-TBd0w.framer-v-1h1czkv .framer-14xoeev, .framer-TBd0w.framer-v-8zbac3 .framer-14xoeev { cursor: unset; padding: 0px 20px 0px 20px; width: 390px; }\",\".framer-TBd0w.framer-v-1h1czkv .framer-1gt7tal, .framer-TBd0w.framer-v-8zbac3 .framer-1gt7tal { height: 18px; justify-content: flex-end; }\",\".framer-TBd0w.framer-v-1h1czkv .framer-gzns9v { cursor: unset; justify-content: flex-end; }\",\".framer-TBd0w.framer-v-8zbac3 .framer-1rw5whg, .framer-TBd0w.framer-v-8zbac3 .framer-m495zm { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 15px; justify-content: flex-start; padding: 0px 0px 0px 0px; width: 100%; }\",\".framer-TBd0w.framer-v-8zbac3 .framer-4fpbu4 { order: 0; padding: 20px 20px 20px 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TBd0w.framer-v-8zbac3 .framer-1rw5whg, .framer-TBd0w.framer-v-8zbac3 .framer-m495zm { gap: 0px; } .framer-TBd0w.framer-v-8zbac3 .framer-1rw5whg > *, .framer-TBd0w.framer-v-8zbac3 .framer-m495zm > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-TBd0w.framer-v-8zbac3 .framer-1rw5whg > :first-child, .framer-TBd0w.framer-v-8zbac3 .framer-m495zm > :first-child { margin-top: 0px; } .framer-TBd0w.framer-v-8zbac3 .framer-1rw5whg > :last-child, .framer-TBd0w.framer-v-8zbac3 .framer-m495zm > :last-child { margin-bottom: 0px; } }\",...w.css,...g.css],A=l(N,I,\"framer-TBd0w\");export default A;A.displayName=\"Education Accordion\",A.defaultProps={height:80,width:1200},t(A,{variant:{options:[\"Br6qLwU5f\",\"seaiUZfP3\",\"EOKqUIDvY\",\"zLwDmG4EN\",\"qqQK6WOFe\",\"HVActsz7m\",\"eVgdy9b7m\",\"tXsdNIM6u\",\"EluIuEWph\"],optionTitles:[\"Desktop Education Accordion Variant 1\",\"Desktop Education Accordion Variant 2\",\"Desktop Education Accordion Variant 3\",\"Tab Education Accordion Variant 1\",\"Tab Education Accordion Variant 2\",\"Tab Education Accordion Variant 3\",\"Phone Education Accordion Variant 1\",\"Phone Education Accordion Variant 2\",\"Phone Education Accordion Variant 3\"],title:\"Variant\",type:n.Enum}}),a(A,[...u,...w.fonts,...g.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAyMEIzFHB\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"80\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"seaiUZfP3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EOKqUIDvY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zLwDmG4EN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qqQK6WOFe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HVActsz7m\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eVgdy9b7m\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tXsdNIM6u\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EluIuEWph\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wkQMQuz70\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Rae__BBub\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EpLNdmTvv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AyMEIzFHB.map", "// Generated by Framer (b0f2619)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,optimizeAppear,optimizeAppearTransformTemplate,RichText,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/PcqykQZFX3fQB8Hb8VN4/db6plUlju5PYBZQ7Yxtl/RFNXRstg7.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/9bocIVC4TrbUort6vN7y/SaRtr2EyZtJqK9gfYxAZ/YnNV_wsJ7.js\";const RichTextWithFX=withFX(RichText);const MotionDivWithFX=withFX(motion.div);const FeatherFonts=getFonts(Feather);const enabledGestures={olHdYPLOY:{hover:true},wQbaS4Krx:{hover:true},XAqouVyI1:{hover:true}};const cycleOrder=[\"olHdYPLOY\",\"iFWkwMRQ5\",\"oNgVtbLsQ\",\"wQbaS4Krx\",\"QBUsXI8T6\",\"mZcNwEA4v\",\"XAqouVyI1\",\"Gp4HBfdAS\",\"gQi1w7BRZ\"];const serializationHash=\"framer-7aguh\";const variantClassNames={Gp4HBfdAS:\"framer-v-z9bcey\",gQi1w7BRZ:\"framer-v-1emo8gg\",iFWkwMRQ5:\"framer-v-45dhf1\",mZcNwEA4v:\"framer-v-pf91bs\",olHdYPLOY:\"framer-v-9b660e\",oNgVtbLsQ:\"framer-v-1jne2hv\",QBUsXI8T6:\"framer-v-nlaott\",wQbaS4Krx:\"framer-v-vtrnwr\",XAqouVyI1:\"framer-v-1uydoi5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"},Gp4HBfdAS:{damping:60,delay:0,mass:1,stiffness:350,type:\"spring\"},gQi1w7BRZ:{damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"},mZcNwEA4v:{damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"},oNgVtbLsQ:{damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"},QBUsXI8T6:{damping:60,delay:0,mass:1,stiffness:350,type:\"spring\"},wQbaS4Krx:{damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"},XAqouVyI1:{damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"}};const transition1={damping:50,delay:0,mass:1,stiffness:450,type:\"spring\"};const transition2={damping:30,delay:.3,mass:1,stiffness:161,type:\"spring\"};const animation={opacity:0,rotate:0,scale:1,transition:transition2,x:0,y:30};const transformTemplate1=(_,t)=>`perspective(1200px) ${t}`;const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition2,x:0,y:0};const animation2={opacity:.001,rotate:0,scale:1,x:0,y:30};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Desktop Skills Accordion Variant 1\":\"olHdYPLOY\",\"Desktop Skills Accordion Variant 2\":\"iFWkwMRQ5\",\"Desktop Skills Accordion Variant 3\":\"oNgVtbLsQ\",\"Phone Skills Accordion Variant 1\":\"XAqouVyI1\",\"Phone Skills Accordion Variant 2\":\"Gp4HBfdAS\",\"Phone Skills Accordion Variant 3\":\"gQi1w7BRZ\",\"Tab Skills Accordion Variant 1\":\"wQbaS4Krx\",\"Tab Skills Accordion Variant 2\":\"QBUsXI8T6\",\"Tab Skills Accordion Variant 3\":\"mZcNwEA4v\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"olHdYPLOY\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"olHdYPLOY\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapbgnped=activeVariantCallback(async(...args)=>{setVariant(\"oNgVtbLsQ\");});const onTap14elkmu=activeVariantCallback(async(...args)=>{setVariant(\"olHdYPLOY\");});const onTapdblgff=activeVariantCallback(async(...args)=>{setVariant(\"mZcNwEA4v\");});const onTapg3mbub=activeVariantCallback(async(...args)=>{setVariant(\"wQbaS4Krx\");});const onTap1hivblh=activeVariantCallback(async(...args)=>{setVariant(\"gQi1w7BRZ\");});const onTap1aq33pu=activeVariantCallback(async(...args)=>{setVariant(\"XAqouVyI1\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"oNgVtbLsQ\",\"mZcNwEA4v\",\"gQi1w7BRZ\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-9b660e\",className,classNames),\"data-framer-name\":\"Desktop Skills Accordion Variant 1\",initial:variant,layoutDependency:layoutDependency,layoutId:\"olHdYPLOY\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"olHdYPLOY-hover\":{\"data-framer-name\":undefined},\"wQbaS4Krx-hover\":{\"data-framer-name\":undefined},\"XAqouVyI1-hover\":{\"data-framer-name\":undefined},Gp4HBfdAS:{\"data-framer-name\":\"Phone Skills Accordion Variant 2\"},gQi1w7BRZ:{\"data-framer-name\":\"Phone Skills Accordion Variant 3\"},iFWkwMRQ5:{\"data-framer-name\":\"Desktop Skills Accordion Variant 2\"},mZcNwEA4v:{\"data-framer-name\":\"Tab Skills Accordion Variant 3\"},oNgVtbLsQ:{\"data-framer-name\":\"Desktop Skills Accordion Variant 3\"},QBUsXI8T6:{\"data-framer-name\":\"Tab Skills Accordion Variant 2\"},wQbaS4Krx:{\"data-framer-name\":\"Tab Skills Accordion Variant 1\"},XAqouVyI1:{\"data-framer-name\":\"Phone Skills Accordion Variant 1\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pn3han\",\"data-border\":true,\"data-framer-name\":\"Content Skills \",layoutDependency:layoutDependency,layoutId:\"mqSLUtsJq\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":'var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)) /* {\"name\":\"Light Gray\"} */',\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0))\",opacity:0},variants:{gQi1w7BRZ:{\"--border-color\":'var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, rgb(47, 47, 47)) /* {\"name\":\"Medium Gray\"} */',opacity:1},mZcNwEA4v:{\"--border-color\":'var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, rgb(47, 47, 47)) /* {\"name\":\"Medium Gray\"} */',opacity:1},oNgVtbLsQ:{\"--border-color\":'var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, rgb(47, 47, 47)) /* {\"name\":\"Medium Gray\"} */',opacity:1}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l91dqa\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"qN4SDEu3J\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1f0bkfi\",\"data-framer-name\":\"Knowledge\",layoutDependency:layoutDependency,layoutId:\"ZiC7CTIhi\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"iqrqmm\",animation1,\"9b660e\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"Knowledge\"})}),className:\"framer-iqrqmm\",\"data-framer-appear-id\":\"iqrqmm\",exit:animation,initial:optimizeAppear(\"initial\",\"iqrqmm\",animation2,\"9b660e\"),layoutDependency:layoutDependency,layoutId:\"tVikXqJoz\",style:{\"--extracted-1eung3n\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},transformTemplate:optimizeAppearTransformTemplate(\"iqrqmm\",transformTemplate1),verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gQi1w7BRZ:{\"data-framer-appear-id\":\"q5osbh\",animate:optimizeAppear(\"animate\",\"q5osbh\",animation1,\"1emo8gg\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay1yZWd1bGFy\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"Knowledge\"})}),fonts:[\"GF;Space Grotesk-regular\"],initial:optimizeAppear(\"initial\",\"q5osbh\",animation2,\"1emo8gg\"),transformTemplate:optimizeAppearTransformTemplate(\"q5osbh\",transformTemplate1)},mZcNwEA4v:{\"data-framer-appear-id\":\"1hfix5q\",animate:optimizeAppear(\"animate\",\"1hfix5q\",animation1,\"pf91bs\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay1yZWd1bGFy\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"Knowledge\"})}),fonts:[\"GF;Space Grotesk-regular\"],initial:optimizeAppear(\"initial\",\"1hfix5q\",animation2,\"pf91bs\"),transformTemplate:optimizeAppearTransformTemplate(\"1hfix5q\",transformTemplate1)},oNgVtbLsQ:{\"data-framer-appear-id\":\"1wou3kq\",animate:optimizeAppear(\"animate\",\"1wou3kq\",animation1,\"1jne2hv\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",children:\"Knowledge\"})}),initial:optimizeAppear(\"initial\",\"1wou3kq\",animation2,\"1jne2hv\"),transformTemplate:optimizeAppearTransformTemplate(\"1wou3kq\",transformTemplate1)}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"17usfao\",animation1,\"9b660e\"),className:\"framer-17usfao\",\"data-framer-appear-id\":\"17usfao\",\"data-framer-name\":\"Knowledge 1\",exit:animation,initial:optimizeAppear(\"initial\",\"17usfao\",animation2,\"9b660e\"),layoutDependency:layoutDependency,layoutId:\"MWmJBlNHV\",transformTemplate:optimizeAppearTransformTemplate(\"17usfao\",transformTemplate1),...addPropertyOverrides({gQi1w7BRZ:{\"data-framer-appear-id\":\"11vt9h\",animate:optimizeAppear(\"animate\",\"11vt9h\",animation1,\"1emo8gg\"),initial:optimizeAppear(\"initial\",\"11vt9h\",animation2,\"1emo8gg\"),transformTemplate:optimizeAppearTransformTemplate(\"11vt9h\",transformTemplate1)},mZcNwEA4v:{\"data-framer-appear-id\":\"1i9psp9\",animate:optimizeAppear(\"animate\",\"1i9psp9\",animation1,\"pf91bs\"),initial:optimizeAppear(\"initial\",\"1i9psp9\",animation2,\"pf91bs\"),transformTemplate:optimizeAppearTransformTemplate(\"1i9psp9\",transformTemplate1)},oNgVtbLsQ:{\"data-framer-appear-id\":\"1k6cfi2\",animate:optimizeAppear(\"animate\",\"1k6cfi2\",animation1,\"1jne2hv\"),initial:optimizeAppear(\"initial\",\"1k6cfi2\",animation2,\"1jne2hv\"),transformTemplate:optimizeAppearTransformTemplate(\"1k6cfi2\",transformTemplate1)}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Brand Design\"})}),className:\"framer-5ltcxt\",layoutDependency:layoutDependency,layoutId:\"jmHmx0GSt\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Visual Design\"})}),className:\"framer-q18kz\",layoutDependency:layoutDependency,layoutId:\"X5c9q0Ld_\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"User Interface (UI)\"})}),className:\"framer-4ouo8m\",layoutDependency:layoutDependency,layoutId:\"N58boT4cP\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"User Experience (UX)\"})}),className:\"framer-1rjlq09\",layoutDependency:layoutDependency,layoutId:\"m5Edrz92e\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Web Design\"})}),className:\"framer-1ozs6x2\",layoutDependency:layoutDependency,layoutId:\"XTfueSwMp\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Mobile App Design\"})}),className:\"framer-wsy0cu\",layoutDependency:layoutDependency,layoutId:\"LirIFPmwQ\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"UX Research\"})}),className:\"framer-1aby63n\",layoutDependency:layoutDependency,layoutId:\"eiDsTlgYP\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Wireframing\"})}),className:\"framer-1kb1t9j\",layoutDependency:layoutDependency,layoutId:\"ogZEXRm9q\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1vxystn\",animation1,\"9b660e\"),className:\"framer-1vxystn\",\"data-framer-appear-id\":\"1vxystn\",\"data-framer-name\":\"Knowledge 2\",exit:animation,initial:optimizeAppear(\"initial\",\"1vxystn\",animation2,\"9b660e\"),layoutDependency:layoutDependency,layoutId:\"pFovlZbT7\",transformTemplate:optimizeAppearTransformTemplate(\"1vxystn\",transformTemplate1),...addPropertyOverrides({gQi1w7BRZ:{\"data-framer-appear-id\":\"y6fog2\",animate:optimizeAppear(\"animate\",\"y6fog2\",animation1,\"1emo8gg\"),initial:optimizeAppear(\"initial\",\"y6fog2\",animation2,\"1emo8gg\"),transformTemplate:optimizeAppearTransformTemplate(\"y6fog2\",transformTemplate1)},mZcNwEA4v:{\"data-framer-appear-id\":\"fx2dck\",animate:optimizeAppear(\"animate\",\"fx2dck\",animation1,\"pf91bs\"),initial:optimizeAppear(\"initial\",\"fx2dck\",animation2,\"pf91bs\"),transformTemplate:optimizeAppearTransformTemplate(\"fx2dck\",transformTemplate1)},oNgVtbLsQ:{\"data-framer-appear-id\":\"14l6lpw\",animate:optimizeAppear(\"animate\",\"14l6lpw\",animation1,\"1jne2hv\"),initial:optimizeAppear(\"initial\",\"14l6lpw\",animation2,\"1jne2hv\"),transformTemplate:optimizeAppearTransformTemplate(\"14l6lpw\",transformTemplate1)}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Testing\"})}),className:\"framer-a4uw5n\",layoutDependency:layoutDependency,layoutId:\"o1TnOWZa7\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Usability studies\"})}),className:\"framer-19lz94f\",layoutDependency:layoutDependency,layoutId:\"wDC80KcRj\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Presentation\"})}),className:\"framer-1qfczr\",layoutDependency:layoutDependency,layoutId:\"DDTD1VGo1\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Prototyping\"})}),className:\"framer-1q7bgce\",layoutDependency:layoutDependency,layoutId:\"mmLmVNiF0\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Style guide & Patterns library\"})}),className:\"framer-1y7nomm\",layoutDependency:layoutDependency,layoutId:\"y6dbS1TZc\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Graphic Design\"})}),className:\"framer-vpsko0\",layoutDependency:layoutDependency,layoutId:\"oHYwd5n5I\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Photography\"})}),className:\"framer-zc1kpe\",layoutDependency:layoutDependency,layoutId:\"cOMEeqO6s\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Videography\"})}),className:\"framer-1mf3ucw\",layoutDependency:layoutDependency,layoutId:\"dbFuezbI0\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n9s8nl\",\"data-framer-name\":\"Tools\",layoutDependency:layoutDependency,layoutId:\"ZWNlB3bYm\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"ewxqrs\",animation1,\"9b660e\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1wi65aa, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"Tools &\"}),/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-h2vp2a, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"Technologies\"})]})}),className:\"framer-ewxqrs\",\"data-framer-appear-id\":\"ewxqrs\",exit:animation,initial:optimizeAppear(\"initial\",\"ewxqrs\",animation2,\"9b660e\"),layoutDependency:layoutDependency,layoutId:\"K37r3EMfx\",style:{\"--extracted-1wi65aa\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--extracted-h2vp2a\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},transformTemplate:optimizeAppearTransformTemplate(\"ewxqrs\",transformTemplate1),variants:{gQi1w7BRZ:{\"--extracted-1eung3n\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},mZcNwEA4v:{\"--extracted-1eung3n\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gQi1w7BRZ:{\"data-framer-appear-id\":\"ihizr\",animate:optimizeAppear(\"animate\",\"ihizr\",animation1,\"1emo8gg\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h4,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay1yZWd1bGFy\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:[\"Tools &\",/*#__PURE__*/_jsx(motion.br,{}),\"Technologies\"]})}),fonts:[\"GF;Space Grotesk-regular\"],initial:optimizeAppear(\"initial\",\"ihizr\",animation2,\"1emo8gg\"),transformTemplate:optimizeAppearTransformTemplate(\"ihizr\",transformTemplate1)},mZcNwEA4v:{\"data-framer-appear-id\":\"imdg14\",animate:optimizeAppear(\"animate\",\"imdg14\",animation1,\"pf91bs\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h4,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay1yZWd1bGFy\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:[\"Tools &\",/*#__PURE__*/_jsx(motion.br,{}),\"Technologies\"]})}),fonts:[\"GF;Space Grotesk-regular\"],initial:optimizeAppear(\"initial\",\"imdg14\",animation2,\"pf91bs\"),transformTemplate:optimizeAppearTransformTemplate(\"imdg14\",transformTemplate1)},oNgVtbLsQ:{\"data-framer-appear-id\":\"s845hk\",animate:optimizeAppear(\"animate\",\"s845hk\",animation1,\"1jne2hv\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",children:[\"Tools &\",/*#__PURE__*/_jsx(motion.br,{}),\"Technologies\"]})}),initial:optimizeAppear(\"initial\",\"s845hk\",animation2,\"1jne2hv\"),transformTemplate:optimizeAppearTransformTemplate(\"s845hk\",transformTemplate1)}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"gdo6ry\",animation1,\"9b660e\"),className:\"framer-gdo6ry\",\"data-framer-appear-id\":\"gdo6ry\",\"data-framer-name\":\"Tools\",exit:animation,initial:optimizeAppear(\"initial\",\"gdo6ry\",animation2,\"9b660e\"),layoutDependency:layoutDependency,layoutId:\"uqcCPKyB9\",transformTemplate:optimizeAppearTransformTemplate(\"gdo6ry\",transformTemplate1),...addPropertyOverrides({gQi1w7BRZ:{\"data-framer-appear-id\":\"16ds4sh\",animate:optimizeAppear(\"animate\",\"16ds4sh\",animation1,\"1emo8gg\"),initial:optimizeAppear(\"initial\",\"16ds4sh\",animation2,\"1emo8gg\"),transformTemplate:optimizeAppearTransformTemplate(\"16ds4sh\",transformTemplate1)},mZcNwEA4v:{\"data-framer-appear-id\":\"kris08\",animate:optimizeAppear(\"animate\",\"kris08\",animation1,\"pf91bs\"),initial:optimizeAppear(\"initial\",\"kris08\",animation2,\"pf91bs\"),transformTemplate:optimizeAppearTransformTemplate(\"kris08\",transformTemplate1)},oNgVtbLsQ:{\"data-framer-appear-id\":\"8di3yf\",animate:optimizeAppear(\"animate\",\"8di3yf\",animation1,\"1jne2hv\"),initial:optimizeAppear(\"initial\",\"8di3yf\",animation2,\"1jne2hv\"),transformTemplate:optimizeAppearTransformTemplate(\"8di3yf\",transformTemplate1)}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Figma\"})}),className:\"framer-1ul3sj9\",layoutDependency:layoutDependency,layoutId:\"RFDvAWv3l\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Adobe Illustrator\"})}),className:\"framer-153p2m8\",layoutDependency:layoutDependency,layoutId:\"dO19BU17z\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Framer\"})}),className:\"framer-1xqc6a\",layoutDependency:layoutDependency,layoutId:\"KYzmjdiF_\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"WIX Studio\"})}),className:\"framer-164lbbi\",layoutDependency:layoutDependency,layoutId:\"mGDoeiq23\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Adobe Photoshop\"})}),className:\"framer-1bel3u9\",layoutDependency:layoutDependency,layoutId:\"hcrepbhMy\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Adobe XD\"})}),className:\"framer-pniu1y\",layoutDependency:layoutDependency,layoutId:\"uq1HIldoS\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Marvel\"})}),className:\"framer-380dpw\",layoutDependency:layoutDependency,layoutId:\"AIP0Lzy7s\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Google Slides\"})}),className:\"framer-jnotlm\",layoutDependency:layoutDependency,layoutId:\"qQ1WbNOyT\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Adobe Premiere Pro\"})}),className:\"framer-1x0weyw\",layoutDependency:layoutDependency,layoutId:\"HafNOaKsa\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"InDesign\"})}),className:\"framer-1sgs7ep\",layoutDependency:layoutDependency,layoutId:\"YgA2B792m\",style:{\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jlnfy4\",\"data-border\":true,\"data-framer-name\":\"Top Section\",layoutDependency:layoutDependency,layoutId:\"OxdfEXoDN\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":'var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, rgb(47, 47, 47)) /* {\"name\":\"Medium Gray\"} */',\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0))\"},variants:{\"olHdYPLOY-hover\":{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},\"wQbaS4Krx-hover\":{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},\"XAqouVyI1-hover\":{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},Gp4HBfdAS:{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},gQi1w7BRZ:{\"--border-color\":'var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, rgb(15, 98, 254)) /* {\"name\":\"Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},iFWkwMRQ5:{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},mZcNwEA4v:{\"--border-color\":'var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, rgb(15, 98, 254)) /* {\"name\":\"Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},oNgVtbLsQ:{\"--border-color\":'var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, rgb(15, 98, 254)) /* {\"name\":\"Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},QBUsXI8T6:{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k58tqs\",\"data-framer-name\":\"title\",layoutDependency:layoutDependency,layoutId:\"iTB4kKvq_\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"Professional Skills\"})}),className:\"framer-2h9y0d\",layoutDependency:layoutDependency,layoutId:\"rhreuL8Z0\",style:{\"--extracted-1eung3n\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"Professional Skills\"})}),className:\"framer-1ova7xw\",layoutDependency:layoutDependency,layoutId:\"cIertDa3Y\",style:{\"--extracted-1eung3n\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kz7nst\",\"data-framer-name\":\"Icons \",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ztdAG5tW7\",onTap:onTapbgnped,...addPropertyOverrides({Gp4HBfdAS:{\"data-highlight\":undefined,onTap:undefined},gQi1w7BRZ:{onTap:onTap1aq33pu},mZcNwEA4v:{onTap:onTapg3mbub},oNgVtbLsQ:{onTap:onTap14elkmu},QBUsXI8T6:{onTap:onTapdblgff},wQbaS4Krx:{onTap:onTapdblgff},XAqouVyI1:{onTap:onTap1hivblh}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-hngya6-container\",layoutDependency:layoutDependency,layoutId:\"ehCTKuwtl-container\",children:/*#__PURE__*/_jsx(Feather,{color:'var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',height:\"100%\",iconSearch:\"Home\",iconSelection:\"plus\",id:\"ehCTKuwtl\",layoutId:\"ehCTKuwtl\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x7g0oq-container\",layoutDependency:layoutDependency,layoutId:\"s7UVnPZ7f-container\",children:/*#__PURE__*/_jsx(Feather,{color:'var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-down\",id:\"s7UVnPZ7f\",layoutId:\"s7UVnPZ7f\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"wQbaS4Krx-hover\":{iconSelection:\"arrow-down\"},\"XAqouVyI1-hover\":{iconSelection:\"arrow-down\"},gQi1w7BRZ:{iconSelection:\"x\"},mZcNwEA4v:{iconSelection:\"x\"},oNgVtbLsQ:{iconSelection:\"x\"},wQbaS4Krx:{iconSelection:\"x\"},XAqouVyI1:{iconSelection:\"x\"}},baseVariant,gestureVariant)})})]})]})]})})});});const css=['.framer-7aguh[data-border=\"true\"]::after, .framer-7aguh [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7aguh.framer-7s61ds, .framer-7aguh .framer-7s61ds { display: block; }\",\".framer-7aguh.framer-9b660e { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-7aguh .framer-pn3han { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 100px; height: auto; justify-content: center; max-width: 100%; overflow: hidden; padding: 64px 0px 64px 0px; pointer-events: none; position: relative; width: 100%; }\",\".framer-7aguh .framer-1l91dqa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-7aguh .framer-1f0bkfi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-7aguh .framer-iqrqmm, .framer-7aguh .framer-5ltcxt, .framer-7aguh .framer-q18kz, .framer-7aguh .framer-4ouo8m, .framer-7aguh .framer-1rjlq09, .framer-7aguh .framer-1ozs6x2, .framer-7aguh .framer-wsy0cu, .framer-7aguh .framer-1aby63n, .framer-7aguh .framer-1kb1t9j, .framer-7aguh .framer-a4uw5n, .framer-7aguh .framer-19lz94f, .framer-7aguh .framer-1qfczr, .framer-7aguh .framer-1q7bgce, .framer-7aguh .framer-1y7nomm, .framer-7aguh .framer-vpsko0, .framer-7aguh .framer-zc1kpe, .framer-7aguh .framer-1mf3ucw, .framer-7aguh .framer-ewxqrs, .framer-7aguh .framer-1ul3sj9, .framer-7aguh .framer-153p2m8, .framer-7aguh .framer-1xqc6a, .framer-7aguh .framer-164lbbi, .framer-7aguh .framer-1bel3u9, .framer-7aguh .framer-pniu1y, .framer-7aguh .framer-380dpw, .framer-7aguh .framer-jnotlm, .framer-7aguh .framer-1x0weyw, .framer-7aguh .framer-1sgs7ep { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-7aguh .framer-17usfao, .framer-7aguh .framer-1vxystn { 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: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-7aguh .framer-1n9s8nl { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-7aguh .framer-gdo6ry { 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: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-7aguh .framer-1jlnfy4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 80px; justify-content: space-between; max-width: 100%; overflow: hidden; padding: 40px 40px 40px 40px; position: relative; width: 100%; }\",\".framer-7aguh .framer-k58tqs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 26px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-7aguh .framer-2h9y0d, .framer-7aguh .framer-1ova7xw { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-7aguh .framer-kz7nst { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 24px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-7aguh .framer-hngya6-container, .framer-7aguh .framer-1x7g0oq-container { cursor: pointer; flex: none; height: 24px; position: relative; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7aguh.framer-9b660e, .framer-7aguh .framer-pn3han, .framer-7aguh .framer-1l91dqa, .framer-7aguh .framer-1f0bkfi, .framer-7aguh .framer-17usfao, .framer-7aguh .framer-1vxystn, .framer-7aguh .framer-1n9s8nl, .framer-7aguh .framer-gdo6ry, .framer-7aguh .framer-k58tqs, .framer-7aguh .framer-kz7nst { gap: 0px; } .framer-7aguh.framer-9b660e > *, .framer-7aguh .framer-17usfao > *, .framer-7aguh .framer-1vxystn > *, .framer-7aguh .framer-gdo6ry > *, .framer-7aguh .framer-k58tqs > *, .framer-7aguh .framer-kz7nst > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-7aguh.framer-9b660e > :first-child, .framer-7aguh .framer-pn3han > :first-child, .framer-7aguh .framer-17usfao > :first-child, .framer-7aguh .framer-1vxystn > :first-child, .framer-7aguh .framer-gdo6ry > :first-child, .framer-7aguh .framer-k58tqs > :first-child, .framer-7aguh .framer-kz7nst > :first-child { margin-top: 0px; } .framer-7aguh.framer-9b660e > :last-child, .framer-7aguh .framer-pn3han > :last-child, .framer-7aguh .framer-17usfao > :last-child, .framer-7aguh .framer-1vxystn > :last-child, .framer-7aguh .framer-gdo6ry > :last-child, .framer-7aguh .framer-k58tqs > :last-child, .framer-7aguh .framer-kz7nst > :last-child { margin-bottom: 0px; } .framer-7aguh .framer-pn3han > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-7aguh .framer-1l91dqa > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-7aguh .framer-1l91dqa > :first-child, .framer-7aguh .framer-1f0bkfi > :first-child, .framer-7aguh .framer-1n9s8nl > :first-child { margin-left: 0px; } .framer-7aguh .framer-1l91dqa > :last-child, .framer-7aguh .framer-1f0bkfi > :last-child, .framer-7aguh .framer-1n9s8nl > :last-child { margin-right: 0px; } .framer-7aguh .framer-1f0bkfi > *, .framer-7aguh .framer-1n9s8nl > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } }\",\".framer-7aguh.framer-v-45dhf1.framer-9b660e, .framer-7aguh.framer-v-1jne2hv.framer-9b660e { cursor: unset; }\",\".framer-7aguh.framer-v-45dhf1 .framer-k58tqs, .framer-7aguh.framer-v-45dhf1 .framer-kz7nst, .framer-7aguh.framer-v-1jne2hv .framer-k58tqs, .framer-7aguh.framer-v-1jne2hv .framer-kz7nst, .framer-7aguh.framer-v-nlaott .framer-kz7nst, .framer-7aguh.framer-v-pf91bs .framer-kz7nst, .framer-7aguh.framer-v-1emo8gg .framer-kz7nst, .framer-7aguh.framer-v-9b660e.hover .framer-k58tqs, .framer-7aguh.framer-v-9b660e.hover .framer-kz7nst, .framer-7aguh.framer-v-vtrnwr.hover .framer-k58tqs, .framer-7aguh.framer-v-vtrnwr.hover .framer-kz7nst, .framer-7aguh.framer-v-1uydoi5.hover .framer-k58tqs, .framer-7aguh.framer-v-1uydoi5.hover .framer-kz7nst { justify-content: flex-end; }\",\".framer-7aguh.framer-v-1jne2hv .framer-pn3han { gap: 64px; order: 1; }\",\".framer-7aguh.framer-v-1jne2hv .framer-1f0bkfi { flex: 1 0 0px; width: 1px; }\",\".framer-7aguh.framer-v-1jne2hv .framer-1jlnfy4, .framer-7aguh.framer-v-pf91bs .framer-1jlnfy4 { order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7aguh.framer-v-1jne2hv .framer-pn3han { gap: 0px; } .framer-7aguh.framer-v-1jne2hv .framer-pn3han > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-7aguh.framer-v-1jne2hv .framer-pn3han > :first-child { margin-top: 0px; } .framer-7aguh.framer-v-1jne2hv .framer-pn3han > :last-child { margin-bottom: 0px; } }\",\".framer-7aguh.framer-v-vtrnwr.framer-9b660e { max-width: 810px; padding: 0px 20px 0px 20px; width: 810px; }\",\".framer-7aguh.framer-v-vtrnwr .framer-k58tqs { height: 22px; }\",\".framer-7aguh.framer-v-nlaott.framer-9b660e, .framer-7aguh.framer-v-pf91bs.framer-9b660e { cursor: unset; max-width: 810px; padding: 0px 20px 0px 20px; width: 810px; }\",\".framer-7aguh.framer-v-nlaott .framer-k58tqs, .framer-7aguh.framer-v-pf91bs .framer-k58tqs { height: 22px; justify-content: flex-end; }\",\".framer-7aguh.framer-v-pf91bs .framer-pn3han, .framer-7aguh.framer-v-1emo8gg .framer-pn3han { order: 1; padding: 32px 0px 32px 0px; }\",\".framer-7aguh.framer-v-pf91bs .framer-1l91dqa { flex-direction: column; gap: 32px; }\",\".framer-7aguh.framer-v-pf91bs .framer-1f0bkfi { gap: 64px; }\",\".framer-7aguh.framer-v-pf91bs .framer-1n9s8nl { flex: none; gap: 42px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7aguh.framer-v-pf91bs .framer-1l91dqa, .framer-7aguh.framer-v-pf91bs .framer-1f0bkfi, .framer-7aguh.framer-v-pf91bs .framer-1n9s8nl { gap: 0px; } .framer-7aguh.framer-v-pf91bs .framer-1l91dqa > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-7aguh.framer-v-pf91bs .framer-1l91dqa > :first-child { margin-top: 0px; } .framer-7aguh.framer-v-pf91bs .framer-1l91dqa > :last-child { margin-bottom: 0px; } .framer-7aguh.framer-v-pf91bs .framer-1f0bkfi > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-7aguh.framer-v-pf91bs .framer-1f0bkfi > :first-child, .framer-7aguh.framer-v-pf91bs .framer-1n9s8nl > :first-child { margin-left: 0px; } .framer-7aguh.framer-v-pf91bs .framer-1f0bkfi > :last-child, .framer-7aguh.framer-v-pf91bs .framer-1n9s8nl > :last-child { margin-right: 0px; } .framer-7aguh.framer-v-pf91bs .framer-1n9s8nl > * { margin: 0px; margin-left: calc(42px / 2); margin-right: calc(42px / 2); } }\",\".framer-7aguh.framer-v-1uydoi5.framer-9b660e { max-width: 390px; padding: 0px 20px 0px 20px; width: 390px; }\",\".framer-7aguh.framer-v-1uydoi5 .framer-1jlnfy4, .framer-7aguh.framer-v-z9bcey .framer-1jlnfy4 { padding: 40px 20px 40px 20px; }\",\".framer-7aguh.framer-v-1uydoi5 .framer-k58tqs { height: 18px; }\",\".framer-7aguh.framer-v-z9bcey.framer-9b660e, .framer-7aguh.framer-v-1emo8gg.framer-9b660e { cursor: unset; max-width: 390px; padding: 0px 20px 0px 20px; width: 390px; }\",\".framer-7aguh.framer-v-z9bcey .framer-k58tqs, .framer-7aguh.framer-v-1emo8gg .framer-k58tqs { height: 18px; justify-content: flex-end; }\",\".framer-7aguh.framer-v-z9bcey .framer-kz7nst { cursor: unset; justify-content: flex-end; }\",\".framer-7aguh.framer-v-1emo8gg .framer-1l91dqa { flex-direction: column; gap: 32px; padding: 0px 20px 0px 20px; }\",\".framer-7aguh.framer-v-1emo8gg .framer-1f0bkfi { flex-direction: column; gap: 16px; width: 100%; }\",\".framer-7aguh.framer-v-1emo8gg .framer-iqrqmm { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-7aguh.framer-v-1emo8gg .framer-1n9s8nl { flex: none; flex-direction: column; gap: 16px; width: 100%; }\",\".framer-7aguh.framer-v-1emo8gg .framer-gdo6ry { flex: none; width: 100%; }\",\".framer-7aguh.framer-v-1emo8gg .framer-1jlnfy4 { order: 0; padding: 40px 20px 40px 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7aguh.framer-v-1emo8gg .framer-1l91dqa, .framer-7aguh.framer-v-1emo8gg .framer-1f0bkfi, .framer-7aguh.framer-v-1emo8gg .framer-1n9s8nl { gap: 0px; } .framer-7aguh.framer-v-1emo8gg .framer-1l91dqa > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-7aguh.framer-v-1emo8gg .framer-1l91dqa > :first-child, .framer-7aguh.framer-v-1emo8gg .framer-1f0bkfi > :first-child, .framer-7aguh.framer-v-1emo8gg .framer-1n9s8nl > :first-child { margin-top: 0px; } .framer-7aguh.framer-v-1emo8gg .framer-1l91dqa > :last-child, .framer-7aguh.framer-v-1emo8gg .framer-1f0bkfi > :last-child, .framer-7aguh.framer-v-1emo8gg .framer-1n9s8nl > :last-child { margin-bottom: 0px; } .framer-7aguh.framer-v-1emo8gg .framer-1f0bkfi > *, .framer-7aguh.framer-v-1emo8gg .framer-1n9s8nl > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"iFWkwMRQ5\":{\"layout\":[\"fixed\",\"auto\"]},\"oNgVtbLsQ\":{\"layout\":[\"fixed\",\"auto\"]},\"wQbaS4Krx\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"810px\",null,null]},\"QBUsXI8T6\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"810px\",null,null]},\"mZcNwEA4v\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"810px\",null,null]},\"XAqouVyI1\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"390px\",null,null]},\"Gp4HBfdAS\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"390px\",null,null]},\"gQi1w7BRZ\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"390px\",null,null]},\"k5HGVwHQ6\":{\"layout\":[\"fixed\",\"auto\"]},\"vF60bc5jG\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"810px\",null,null]},\"tvmtHzkuO\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"390px\",null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerBy_db6JMc=withCSS(Component,css,\"framer-7aguh\");export default FramerBy_db6JMc;FramerBy_db6JMc.displayName=\"Skills Accordion\";FramerBy_db6JMc.defaultProps={height:80,width:1200};addPropertyControls(FramerBy_db6JMc,{variant:{options:[\"olHdYPLOY\",\"iFWkwMRQ5\",\"oNgVtbLsQ\",\"wQbaS4Krx\",\"QBUsXI8T6\",\"mZcNwEA4v\",\"XAqouVyI1\",\"Gp4HBfdAS\",\"gQi1w7BRZ\"],optionTitles:[\"Desktop Skills Accordion Variant 1\",\"Desktop Skills Accordion Variant 2\",\"Desktop Skills Accordion Variant 3\",\"Tab Skills Accordion Variant 1\",\"Tab Skills Accordion Variant 2\",\"Tab Skills Accordion Variant 3\",\"Phone Skills Accordion Variant 1\",\"Phone Skills Accordion Variant 2\",\"Phone Skills Accordion Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerBy_db6JMc,[{family:\"Space Grotesk\",style:\"normal\",url:\"https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsmNsFjTDJK.woff2\",weight:\"400\"},...FeatherFonts,...sharedStyle.fonts,...sharedStyle1.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBy_db6JMc\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iFWkwMRQ5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oNgVtbLsQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wQbaS4Krx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"810px\\\",null,null]},\\\"QBUsXI8T6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"810px\\\",null,null]},\\\"mZcNwEA4v\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"810px\\\",null,null]},\\\"XAqouVyI1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"390px\\\",null,null]},\\\"Gp4HBfdAS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"390px\\\",null,null]},\\\"gQi1w7BRZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"390px\\\",null,null]},\\\"k5HGVwHQ6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vF60bc5jG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"810px\\\",null,null]},\\\"tvmtHzkuO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"390px\\\",null,null]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"80\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./By_db6JMc.map", "// Generated by Framer (b0f2619)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/9bocIVC4TrbUort6vN7y/SaRtr2EyZtJqK9gfYxAZ/YnNV_wsJ7.js\";const enabledGestures={WbX0j2Ejz:{hover:true,pressed:true},Yj6NrEfjj:{hover:true,pressed:true}};const cycleOrder=[\"WbX0j2Ejz\",\"Yj6NrEfjj\"];const serializationHash=\"framer-RqwTx\";const variantClassNames={WbX0j2Ejz:\"framer-v-18qzpyw\",Yj6NrEfjj:\"framer-v-199q292\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Coordinate Meetings Phone Variant 1\":\"Yj6NrEfjj\",\"Coordinate Meetings Variant 1\":\"WbX0j2Ejz\"};const getProps=({height,hover,id,link,link2,tap,title3,title4,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,ILrGW25Ju:link2!==null&&link2!==void 0?link2:props.ILrGW25Ju,jA6SaMo3k:link!==null&&link!==void 0?link:props.jA6SaMo3k,pddJI37mC:(_ref=title3!==null&&title3!==void 0?title3:props.pddJI37mC)!==null&&_ref!==void 0?_ref:\"Coordinate Meetings\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"WbX0j2Ejz\",VW3gjlXHH:(_ref2=title4!==null&&title4!==void 0?title4:props.VW3gjlXHH)!==null&&_ref2!==void 0?_ref2:\"Coordinate Meetings\",YhwqMzvEK:tap!==null&&tap!==void 0?tap:props.YhwqMzvEK,zMsGGhWx3:hover!==null&&hover!==void 0?hover:props.zMsGGhWx3};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,pddJI37mC,VW3gjlXHH,jA6SaMo3k,ILrGW25Ju,YhwqMzvEK,zMsGGhWx3,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"WbX0j2Ejz\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1lygwck=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(YhwqMzvEK){const res=await YhwqMzvEK(...args);if(res===false)return false;}});const onMouseEnter1cd692q=activeVariantCallback(async(...args)=>{if(zMsGGhWx3){const res=await zMsGGhWx3(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{...addPropertyOverrides({\"WbX0j2Ejz-pressed\":{href:jA6SaMo3k,openInNewTab:true,smoothScroll:true},\"Yj6NrEfjj-pressed\":{href:ILrGW25Ju,openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,animate:variants,\"aria-label\":\"button\",className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-18qzpyw\",className,classNames)} framer-q9t7wo`,\"data-border\":true,\"data-framer-name\":\"Coordinate Meetings Variant 1\",\"data-highlight\":true,initial:variant,layoutDependency:layoutDependency,layoutId:\"WbX0j2Ejz\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onMouseEnter:onMouseEnter1cd692q,onTap:onTap1lygwck,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":'var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{\"WbX0j2Ejz-hover\":{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */'},\"WbX0j2Ejz-pressed\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102))\"},\"Yj6NrEfjj-hover\":{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */'},\"Yj6NrEfjj-pressed\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102))\"}},...addPropertyOverrides({\"WbX0j2Ejz-hover\":{\"data-framer-name\":undefined},\"WbX0j2Ejz-pressed\":{\"data-framer-name\":undefined},\"Yj6NrEfjj-hover\":{\"data-framer-name\":undefined},\"Yj6NrEfjj-pressed\":{\"data-framer-name\":undefined},Yj6NrEfjj:{\"data-framer-name\":\"Coordinate Meetings Phone Variant 1\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zymqhh\",layoutDependency:layoutDependency,layoutId:\"KuOPpg8aE\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"Coordinate Meetings\"})}),className:\"framer-lf3r21\",layoutDependency:layoutDependency,layoutId:\"UH9PdLzXZ\",style:{\"--extracted-r6o4lv\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},text:pddJI37mC,variants:{\"WbX0j2Ejz-hover\":{opacity:0},\"WbX0j2Ejz-pressed\":{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Yj6NrEfjj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"Coordinate Meetings\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"Coordinate Meetings\"})}),className:\"framer-1ard09b\",layoutDependency:layoutDependency,layoutId:\"zis4QAFpx\",style:{\"--extracted-r6o4lv\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:VW3gjlXHH,variants:{\"WbX0j2Ejz-hover\":{\"--extracted-r6o4lv\":\"var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, rgb(15, 98, 254))\",opacity:1},\"WbX0j2Ejz-pressed\":{opacity:1},\"Yj6NrEfjj-hover\":{\"--extracted-r6o4lv\":\"var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, rgb(15, 98, 254))\",opacity:1},\"Yj6NrEfjj-pressed\":{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"WbX0j2Ejz-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, rgb(15, 98, 254)))\"},children:\"Coordinate Meetings\"})})},\"Yj6NrEfjj-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, rgb(15, 98, 254)))\"},children:\"Coordinate Meetings\"})})},Yj6NrEfjj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"Coordinate Meetings\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=['.framer-RqwTx[data-border=\"true\"]::after, .framer-RqwTx [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RqwTx.framer-q9t7wo, .framer-RqwTx .framer-q9t7wo { display: block; }\",\".framer-RqwTx.framer-18qzpyw { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 16px 16px 16px; position: relative; width: min-content; }\",\".framer-RqwTx .framer-zymqhh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 22px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-RqwTx .framer-lf3r21, .framer-RqwTx .framer-1ard09b { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RqwTx.framer-18qzpyw, .framer-RqwTx .framer-zymqhh { gap: 0px; } .framer-RqwTx.framer-18qzpyw > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-RqwTx.framer-18qzpyw > :first-child { margin-left: 0px; } .framer-RqwTx.framer-18qzpyw > :last-child { margin-right: 0px; } .framer-RqwTx .framer-zymqhh > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-RqwTx .framer-zymqhh > :first-child { margin-top: 0px; } .framer-RqwTx .framer-zymqhh > :last-child { margin-bottom: 0px; } }\",\".framer-RqwTx.framer-v-199q292 .framer-zymqhh { height: 20px; }\",\".framer-RqwTx.framer-v-18qzpyw.hover .framer-zymqhh, .framer-RqwTx.framer-v-18qzpyw.pressed .framer-zymqhh, .framer-RqwTx.framer-v-199q292.hover .framer-zymqhh, .framer-RqwTx.framer-v-199q292.pressed .framer-zymqhh { justify-content: flex-end; }\",\".framer-RqwTx.framer-v-18qzpyw.pressed.framer-18qzpyw, .framer-RqwTx.framer-v-199q292.pressed.framer-18qzpyw { text-decoration: none; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 54\n * @framerIntrinsicWidth 210\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Yj6NrEfjj\":{\"layout\":[\"auto\",\"auto\"]},\"vAfBqlWoc\":{\"layout\":[\"auto\",\"auto\"]},\"YcXsExP5P\":{\"layout\":[\"auto\",\"auto\"]},\"BADdJyy47\":{\"layout\":[\"auto\",\"auto\"]},\"xqJbPTu0p\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"pddJI37mC\":\"title3\",\"VW3gjlXHH\":\"title4\",\"jA6SaMo3k\":\"link\",\"ILrGW25Ju\":\"link2\",\"YhwqMzvEK\":\"tap\",\"zMsGGhWx3\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const Framergmqva09Gj=withCSS(Component,css,\"framer-RqwTx\");export default Framergmqva09Gj;Framergmqva09Gj.displayName=\"Desktop Hero Button 1\";Framergmqva09Gj.defaultProps={height:54,width:210};addPropertyControls(Framergmqva09Gj,{variant:{options:[\"WbX0j2Ejz\",\"Yj6NrEfjj\"],optionTitles:[\"Coordinate Meetings Variant 1\",\"Coordinate Meetings Phone Variant 1\"],title:\"Variant\",type:ControlType.Enum},pddJI37mC:{defaultValue:\"Coordinate Meetings\",displayTextArea:false,title:\"Title 3\",type:ControlType.String},VW3gjlXHH:{defaultValue:\"Coordinate Meetings\",displayTextArea:false,title:\"Title 4\",type:ControlType.String},jA6SaMo3k:{title:\"Link\",type:ControlType.Link},ILrGW25Ju:{title:\"Link 2\",type:ControlType.Link},YhwqMzvEK:{title:\"Tap\",type:ControlType.EventHandler},zMsGGhWx3:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(Framergmqva09Gj,[...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framergmqva09Gj\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"pddJI37mC\\\":\\\"title3\\\",\\\"VW3gjlXHH\\\":\\\"title4\\\",\\\"jA6SaMo3k\\\":\\\"link\\\",\\\"ILrGW25Ju\\\":\\\"link2\\\",\\\"YhwqMzvEK\\\":\\\"tap\\\",\\\"zMsGGhWx3\\\":\\\"hover\\\"}\",\"framerIntrinsicHeight\":\"54\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Yj6NrEfjj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vAfBqlWoc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YcXsExP5P\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BADdJyy47\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xqJbPTu0p\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"210\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./gmqva09Gj.map", "// Generated by Framer (4f5e97b)\nimport{jsx as e,jsxs as r}from\"react/jsx-runtime\";import{addFonts as t,addPropertyControls as a,ControlType as i,cx as n,Image as o,RichText as l,useLocaleInfo as s,useVariantState as d,withCSS as m}from\"framer\";import{LayoutGroup as f,motion as p,MotionConfigContext as c}from\"framer-motion\";import*as h from\"react\";import*as u from\"https://framerusercontent.com/modules/PcqykQZFX3fQB8Hb8VN4/db6plUlju5PYBZQ7Yxtl/RFNXRstg7.js\";let x=[\"Dhh60IGAL\"],g=\"framer-4m5ni\",b={Dhh60IGAL:\"framer-v-1s0abcn\"};function w(e,...r){let t={};return null==r||r.forEach(r=>r&&Object.assign(t,e[r])),t;}let y={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},v=e=>\"object\"==typeof e&&null!==e&&\"string\"==typeof e.src?e:\"string\"==typeof e?{src:e}:void 0,k=({value:r,children:t})=>{let a=h.useContext(c),i=null!=r?r:a.transition,n=h.useMemo(()=>({...a,transition:i}),[JSON.stringify(i)]);return /*#__PURE__*/e(c.Provider,{value:n,children:t});},N=({description:e,height:r,id:t,photoImage:a,width:i,...n})=>{var o;return{...n,BXxNYb2H0:null!=a?a:n.BXxNYb2H0,PkWawc961:null!==(o=null!=e?e:n.PkWawc961)&&void 0!==o?o:\"text\"};},I=(e,r)=>r.join(\"-\")+e.layoutDependency,j=/*#__PURE__*/h.forwardRef(function(t,a){let{activeLocale:i}=s(),{style:m,className:c,layoutId:g,variant:w,BXxNYb2H0:j,PkWawc961:D,...H}=N(t),{baseVariant:P,classNames:A,gestureVariant:L,setGestureState:R,setVariant:W,transition:T,variants:C}=d({cycleOrder:x,defaultVariant:\"Dhh60IGAL\",transitions:y,variant:w,variantClassNames:b}),S=I(t,C),X=h.useRef(null),F=h.useId(),G=[u.className];return /*#__PURE__*/e(f,{id:null!=g?g:F,children:/*#__PURE__*/e(p.div,{initial:w,animate:C,onHoverStart:()=>R({isHovered:!0}),onHoverEnd:()=>R({isHovered:!1}),onTapStart:()=>R({isPressed:!0}),onTap:()=>R({isPressed:!1}),onTapCancel:()=>R({isPressed:!1}),className:n(\"framer-4m5ni\",...G,A),style:{display:\"contents\"},children:/*#__PURE__*/e(k,{value:T,children:/*#__PURE__*/e(o,{...H,as:\"figure\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2375,intrinsicWidth:3680,pixelHeight:2375,pixelWidth:3680,sizes:\"min(800px, 100vw)\",...v(j)},className:n(\"framer-1s0abcn\",c),\"data-framer-name\":\"Scroll feature image\",layoutDependency:S,layoutId:\"Dhh60IGAL\",ref:null!=a?a:X,style:{...m},children:/*#__PURE__*/r(p.div,{className:\"framer-1nw7x3h\",layoutDependency:S,layoutId:\"oky3A0kdm\",children:[/*#__PURE__*/e(l,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(h.Fragment,{children:/*#__PURE__*/e(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"It is also known as the 'Top of the World' view. \"})}),className:\"framer-11dtj9j\",\"data-framer-name\":\"It is also known as the 'Top of the World' view.\",layoutDependency:S,layoutId:\"qVacpxuNu\",style:{\"--extracted-1eung3n\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:D,verticalAlignment:\"center\",withExternalLayout:!0}),/*#__PURE__*/e(p.div,{className:\"framer-1ut7i8w\",\"data-framer-name\":\"Line\",layoutDependency:S,layoutId:\"LptA_1sFg\",style:{backgroundColor:\"rgb(255, 255, 255)\"}})]})})})})});}),D=['.framer-4m5ni [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4m5ni .framer-oryhzk { display: block; }\",\".framer-4m5ni .framer-1s0abcn { height: 503px; position: relative; width: 800px; }\",\".framer-4m5ni .framer-1nw7x3h { align-content: flex-end; align-items: flex-end; bottom: 35px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 32px 0px 32px; position: absolute; right: 0px; width: 100%; }\",\".framer-4m5ni .framer-11dtj9j { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 219px; word-break: break-word; word-wrap: break-word; }\",\".framer-4m5ni .framer-1ut7i8w { flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4m5ni .framer-1nw7x3h { gap: 0px; } .framer-4m5ni .framer-1nw7x3h > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-4m5ni .framer-1nw7x3h > :first-child { margin-left: 0px; } .framer-4m5ni .framer-1nw7x3h > :last-child { margin-right: 0px; } }\",...u.css],H=m(j,D,\"framer-4m5ni\");export default H;H.displayName=\"scroll feature images\",H.defaultProps={height:503,width:800},a(H,{BXxNYb2H0:{title:\"Photo Image\",type:i.ResponsiveImage},PkWawc961:{defaultValue:\"text\",displayTextArea:!1,title:\"Description\",type:i.String}}),t(H,[...u.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGR1ecz23I\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"503\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"800\",\"framerVariables\":\"{\\\"BXxNYb2H0\\\":\\\"photoImage\\\",\\\"PkWawc961\\\":\\\"description\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GR1ecz23I.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef}from\"react\";import{useInView,useMotionValue,useSpring}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";function Counter({value,direction,style}){const ref=useRef(null);const motionValue=useMotionValue(direction===\"down\"?value:0);const springValue=useSpring(motionValue,{damping:100,stiffness:100});const isInView=useInView(ref,{once:true,margin:\"-100px\"});useEffect(()=>{if(isInView){motionValue.set(direction===\"down\"?0:value);}},[motionValue,isInView]);useEffect(()=>springValue.on(\"change\",latest=>{if(ref.current){ref.current.textContent=Intl.NumberFormat(\"en-US\").format(latest.toFixed(0));}}),[springValue]);return /*#__PURE__*/ _jsx(\"span\",{ref:ref,style:style});}export default function Counter500({value,direction,font}){return /*#__PURE__*/ _jsx(Counter,{value:value,direction:direction,style:{fontSize:font.size,fontWeight:font.weight,color:font.color,fontFamily:`'${font.fontFace}'`}});};addPropertyControls(Counter500,{value:{type:ControlType.Number,defaultValue:500},direction:{type:ControlType.Enum,options:[\"down\",\"up\"],optionTitles:[\"Down\",\"Up\"],defaultValue:\"up\"},font:{type:ControlType.Object,controls:{fontFace:{type:ControlType.String,defaultValue:\"space grotesk\"},size:{type:ControlType.Number,defaultValue:40},color:{type:ControlType.Color,defaultValue:\"#fff\"},weight:{type:ControlType.Enum,defaultValue:\"bold\",options:[\"normal\",\"bold\",\"bolder\",\"lighter\"]}}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Counter500\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Counter_500.map", "// Generated by Framer (d1ef57f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,RichText,SVG,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import{Icon as Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";import Counter500 from\"https://framerusercontent.com/modules/VCzl3DsY21b7qZ0Z1wPE/bkWemeCaopH1baDhX3Wy/Counter_500.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/PcqykQZFX3fQB8Hb8VN4/db6plUlju5PYBZQ7Yxtl/RFNXRstg7.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/9bocIVC4TrbUort6vN7y/SaRtr2EyZtJqK9gfYxAZ/YnNV_wsJ7.js\";const Counter500Fonts=getFonts(Counter500);const IconoirFonts=getFonts(Iconoir);const FeatherFonts=getFonts(Feather);const enabledGestures={MnDtgFiIm:{hover:true},NvqPEnwej:{hover:true},znKHeofsE:{hover:true}};const cycleOrder=[\"NvqPEnwej\",\"R8r19sdoo\",\"XEvdFZyFA\",\"MnDtgFiIm\",\"kgcWMMFdR\",\"ch9iR85UM\",\"znKHeofsE\",\"RFvPQZhqe\",\"S42QVMEM1\"];const serializationHash=\"framer-hP0um\";const variantClassNames={ch9iR85UM:\"framer-v-1hjhvnr\",kgcWMMFdR:\"framer-v-1p935i8\",MnDtgFiIm:\"framer-v-ugf0lf\",NvqPEnwej:\"framer-v-s0e4y7\",R8r19sdoo:\"framer-v-1m28pfh\",RFvPQZhqe:\"framer-v-13po1mg\",S42QVMEM1:\"framer-v-fvujkb\",XEvdFZyFA:\"framer-v-nrkp45\",znKHeofsE:\"framer-v-iungn0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Desktop Career Accordion Variant 1\":\"NvqPEnwej\",\"Desktop Career Accordion Variant 2\":\"R8r19sdoo\",\"Desktop Career Accordion Variant 3\":\"XEvdFZyFA\",\"Phone Career Accordion Variant 1\":\"znKHeofsE\",\"Phone Career Accordion Variant 2\":\"RFvPQZhqe\",\"Phone Career Accordion Variant 3\":\"S42QVMEM1\",\"Tab Career Accordion Variant 1\":\"MnDtgFiIm\",\"Tab Career Accordion Variant 2\":\"kgcWMMFdR\",\"Tab Career Accordion Variant 3\":\"ch9iR85UM\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"NvqPEnwej\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"NvqPEnwej\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapkxe6b1=activeVariantCallback(async(...args)=>{setVariant(\"XEvdFZyFA\");});const onTappus24l=activeVariantCallback(async(...args)=>{setVariant(\"NvqPEnwej\");});const onTapl3alii=activeVariantCallback(async(...args)=>{setVariant(\"ch9iR85UM\");});const onTap1a4limx=activeVariantCallback(async(...args)=>{setVariant(\"MnDtgFiIm\");});const onTap59d4vd=activeVariantCallback(async(...args)=>{setVariant(\"S42QVMEM1\");});const onTap108r8ht=activeVariantCallback(async(...args)=>{setVariant(\"znKHeofsE\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"XEvdFZyFA\",\"ch9iR85UM\",\"S42QVMEM1\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-hP0um\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.button,{...restProps,className:cx(\"framer-s0e4y7\",className),\"data-framer-name\":\"Desktop Career Accordion Variant 1\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"NvqPEnwej\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"MnDtgFiIm-hover\":{\"data-framer-name\":undefined},\"NvqPEnwej-hover\":{\"data-framer-name\":undefined},\"znKHeofsE-hover\":{\"data-framer-name\":undefined},ch9iR85UM:{\"data-framer-name\":\"Tab Career Accordion Variant 3\"},kgcWMMFdR:{\"data-framer-name\":\"Tab Career Accordion Variant 2\"},MnDtgFiIm:{\"data-framer-name\":\"Tab Career Accordion Variant 1\"},R8r19sdoo:{\"data-framer-name\":\"Desktop Career Accordion Variant 2\"},RFvPQZhqe:{\"data-framer-name\":\"Phone Career Accordion Variant 2\"},S42QVMEM1:{\"data-framer-name\":\"Phone Career Accordion Variant 3\"},XEvdFZyFA:{\"data-framer-name\":\"Desktop Career Accordion Variant 3\"},znKHeofsE:{\"data-framer-name\":\"Phone Career Accordion Variant 1\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-162sfwf\",\"data-border\":true,\"data-framer-name\":\"Career Insights\",layoutDependency:layoutDependency,layoutId:\"feMl_9KXV\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":'var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, rgb(47, 47, 47)) /* {\"name\":\"Medium Gray\"} */',\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0))\",opacity:0},variants:{ch9iR85UM:{opacity:1},S42QVMEM1:{opacity:1},XEvdFZyFA:{opacity:1}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tr7xsp\",\"data-framer-name\":\"Career Information text\",layoutDependency:layoutDependency,layoutId:\"asqbXHjO8\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u228he\",\"data-framer-name\":\"Content & Logos\",layoutDependency:layoutDependency,layoutId:\"vhFD7Hzgb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"Over the years, I've had the opportunity to collaborate with numerous clients and organizations in the field of design, gaining valuable insights at every step.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Here are a few notable ones I'd like to mention-\"})]}),className:\"framer-1v4p3iu\",layoutDependency:layoutDependency,layoutId:\"bj7XPKEfx\",style:{\"--extracted-2gxw0f\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--extracted-r6o4lv\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k97pa1\",\"data-framer-name\":\"Logos\",layoutDependency:layoutDependency,layoutId:\"jeJIkODxU\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9e74sy\",\"data-framer-name\":\"wipro & Nasa logo\",layoutDependency:layoutDependency,layoutId:\"sJ70wkQNa\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-525eet\",\"data-framer-name\":\"Group 427321934\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"rqokroOYG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 50 38\"><path d=\"M 44.712 15.069 C 44.985 16.104 46.049 16.726 47.099 16.441 C 48.137 16.169 48.76 15.108 48.474 14.059 C 48.202 13.023 47.138 12.402 46.087 12.687 C 45.063 12.972 44.44 14.033 44.712 15.069 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 42.08 17.14 C 42.781 16.946 43.209 16.221 43.014 15.522 C 42.82 14.823 42.093 14.395 41.393 14.59 C 40.692 14.784 40.264 15.509 40.459 16.208 C 40.64 16.907 41.367 17.321 42.08 17.14 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 38.189 17.813 C 38.708 17.671 39.019 17.14 38.876 16.622 C 38.734 16.104 38.202 15.794 37.683 15.936 C 37.164 16.079 36.853 16.609 36.995 17.127 C 37.138 17.645 37.67 17.956 38.189 17.813 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 35.166 18.266 C 35.49 18.176 35.684 17.839 35.607 17.516 C 35.529 17.192 35.178 16.998 34.854 17.075 C 34.53 17.166 34.335 17.503 34.413 17.826 C 34.491 18.15 34.828 18.344 35.166 18.266 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 43.273 11.133 C 43.766 11.975 44.843 12.273 45.686 11.781 C 46.529 11.289 46.827 10.214 46.335 9.373 C 45.842 8.531 44.765 8.233 43.922 8.725 C 43.079 9.217 42.78 10.292 43.273 11.133 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 39.369 13.373 C 39.706 13.968 40.458 14.162 41.055 13.826 C 41.652 13.489 41.846 12.738 41.509 12.143 C 41.172 11.547 40.419 11.353 39.823 11.69 C 39.239 12.026 39.031 12.777 39.369 13.373 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 36.593 13.955 C 36.165 14.201 36.022 14.732 36.268 15.159 C 36.515 15.587 37.047 15.729 37.475 15.483 C 37.903 15.237 38.046 14.706 37.799 14.279 C 37.566 13.865 37.021 13.722 36.593 13.955 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 34.114 15.742 C 33.841 15.897 33.738 16.247 33.893 16.519 C 34.049 16.791 34.399 16.894 34.672 16.739 C 34.944 16.584 35.048 16.234 34.892 15.962 C 34.736 15.69 34.386 15.587 34.114 15.742 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 43.078 7.677 C 43.7 7.055 43.7 6.059 43.078 5.437 C 42.455 4.816 41.456 4.816 40.834 5.437 C 40.211 6.059 40.211 7.055 40.834 7.677 C 41.443 8.298 42.455 8.298 43.078 7.677 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 39.199 9.295 C 38.745 8.842 38.019 8.842 37.578 9.295 C 37.124 9.748 37.124 10.473 37.578 10.913 C 38.032 11.366 38.758 11.366 39.199 10.913 C 39.653 10.46 39.653 9.735 39.199 9.295 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 35.049 12.311 C 34.737 12.622 34.737 13.127 35.049 13.437 C 35.36 13.748 35.866 13.748 36.177 13.437 C 36.489 13.127 36.489 12.622 36.177 12.324 C 35.866 12 35.36 12 35.049 12.311 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 33.09 15.392 C 33.297 15.599 33.635 15.599 33.842 15.392 C 34.05 15.185 34.05 14.849 33.842 14.642 C 33.635 14.434 33.297 14.434 33.09 14.642 C 32.882 14.849 32.882 15.185 33.09 15.392 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 37.488 5.01 C 38.201 5.424 39.122 5.178 39.537 4.466 C 39.952 3.754 39.706 2.835 38.992 2.421 C 38.279 2.007 37.358 2.253 36.943 2.965 C 36.515 3.677 36.761 4.596 37.488 5.01 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 34.802 7.534 C 34.503 8.039 34.685 8.686 35.191 8.984 C 35.697 9.282 36.345 9.101 36.644 8.596 C 36.942 8.091 36.76 7.444 36.254 7.146 C 35.736 6.848 35.087 7.029 34.802 7.534 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 34.101 10.849 C 33.764 10.654 33.336 10.771 33.141 11.108 C 32.947 11.444 33.063 11.871 33.401 12.065 C 33.738 12.26 34.166 12.143 34.36 11.807 C 34.555 11.47 34.438 11.043 34.101 10.849 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 32.467 13.67 C 32.233 13.541 31.935 13.619 31.805 13.852 C 31.676 14.085 31.753 14.382 31.987 14.512 C 32.22 14.641 32.519 14.564 32.649 14.331 C 32.778 14.098 32.7 13.8 32.467 13.67 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 33.543 3.288 C 34.296 3.495 35.074 3.042 35.268 2.291 C 35.476 1.54 35.022 0.764 34.27 0.569 C 33.517 0.375 32.739 0.815 32.544 1.566 C 32.337 2.317 32.791 3.094 33.543 3.288 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 32.351 7.716 C 32.87 7.858 33.402 7.547 33.544 7.03 C 33.687 6.512 33.376 5.981 32.857 5.839 C 32.338 5.696 31.806 6.007 31.663 6.525 C 31.534 7.043 31.832 7.573 32.351 7.716 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 31.415 11.211 C 31.766 11.302 32.129 11.094 32.22 10.745 C 32.31 10.395 32.103 10.033 31.753 9.942 C 31.402 9.852 31.039 10.059 30.948 10.408 C 30.857 10.745 31.065 11.107 31.415 11.211 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 30.379 13.386 C 30.314 13.619 30.457 13.865 30.69 13.929 C 30.924 13.994 31.17 13.852 31.235 13.619 C 31.3 13.386 31.157 13.14 30.924 13.075 C 30.677 13.01 30.431 13.153 30.379 13.386 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 29.263 2.641 C 29.99 2.641 30.586 2.045 30.586 1.32 C 30.586 0.595 29.99 0 29.263 0 C 28.537 0 27.94 0.595 27.94 1.32 C 27.94 2.058 28.537 2.641 29.263 2.641 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 29.262 5.463 C 28.77 5.463 28.38 5.851 28.38 6.343 C 28.38 6.835 28.77 7.224 29.262 7.224 C 29.755 7.224 30.145 6.835 30.145 6.343 C 30.145 5.864 29.755 5.463 29.262 5.463 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 29.886 10.266 C 29.886 9.93 29.613 9.645 29.263 9.645 C 28.913 9.645 28.64 9.917 28.64 10.266 C 28.64 10.616 28.913 10.887 29.263 10.887 C 29.613 10.887 29.886 10.603 29.886 10.266 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 29.263 12.907 C 29.043 12.907 28.861 13.088 28.861 13.308 C 28.861 13.528 29.043 13.709 29.263 13.709 C 29.484 13.709 29.665 13.528 29.665 13.308 C 29.665 13.088 29.484 12.907 29.263 12.907 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 24.943 3.133 C 25.604 2.951 25.993 2.278 25.812 1.618 C 25.63 0.958 24.956 0.569 24.294 0.751 C 23.633 0.932 23.243 1.605 23.425 2.265 C 23.607 2.913 24.294 3.301 24.943 3.133 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 25.163 6.991 C 25.28 7.418 25.708 7.664 26.136 7.548 C 26.564 7.431 26.811 7.004 26.694 6.577 C 26.577 6.149 26.149 5.903 25.721 6.02 C 25.306 6.137 25.047 6.577 25.163 6.991 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 26.397 10.732 C 26.474 11.043 26.799 11.224 27.097 11.133 C 27.408 11.056 27.59 10.732 27.499 10.434 C 27.421 10.124 27.097 9.942 26.799 10.033 C 26.487 10.111 26.319 10.421 26.397 10.732 C 26.397 10.719 26.397 10.719 26.397 10.732 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 27.395 13.606 C 27.447 13.8 27.642 13.904 27.823 13.852 C 28.018 13.8 28.122 13.606 28.07 13.425 C 28.018 13.23 27.823 13.127 27.642 13.179 C 27.46 13.23 27.343 13.412 27.395 13.606 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 20.883 4.725 C 21.428 4.415 21.622 3.703 21.311 3.159 C 21 2.615 20.286 2.421 19.741 2.732 C 19.196 3.042 19.002 3.754 19.313 4.298 C 19.638 4.855 20.338 5.036 20.883 4.725 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 23.179 8.686 C 23.516 8.492 23.633 8.065 23.438 7.728 C 23.243 7.392 22.815 7.275 22.478 7.469 C 22.141 7.664 22.024 8.091 22.219 8.427 C 22.4 8.764 22.841 8.88 23.179 8.686 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 25.047 11.936 C 25.307 11.793 25.385 11.47 25.242 11.211 C 25.099 10.952 24.775 10.874 24.516 11.017 C 24.256 11.159 24.178 11.483 24.321 11.742 C 24.477 11.988 24.801 12.078 25.047 11.936 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 26.579 13.955 C 26.488 13.813 26.306 13.761 26.15 13.839 C 26.008 13.929 25.956 14.111 26.034 14.266 C 26.125 14.409 26.306 14.46 26.449 14.383 C 26.617 14.292 26.669 14.098 26.579 13.955 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 17.342 7.327 C 17.757 6.913 17.757 6.24 17.342 5.825 C 16.927 5.411 16.252 5.411 15.837 5.825 C 15.422 6.24 15.422 6.913 15.837 7.327 C 16.265 7.741 16.94 7.741 17.342 7.327 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 20.597 9.696 C 20.351 9.45 19.962 9.45 19.728 9.696 C 19.482 9.942 19.482 10.33 19.728 10.563 C 19.975 10.809 20.364 10.809 20.597 10.563 C 20.831 10.317 20.831 9.929 20.597 9.696 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 23.284 12.557 C 23.089 12.363 22.791 12.363 22.596 12.557 C 22.402 12.751 22.402 13.049 22.596 13.243 C 22.791 13.437 23.089 13.437 23.284 13.243 C 23.465 13.049 23.465 12.751 23.284 12.557 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 25.28 14.862 C 25.176 14.758 25.008 14.771 24.917 14.875 C 24.813 14.978 24.826 15.146 24.93 15.237 C 25.034 15.328 25.189 15.328 25.293 15.237 C 25.384 15.134 25.384 14.965 25.28 14.862 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 13.243 11.094 C 13.71 11.366 14.306 11.198 14.566 10.745 C 14.838 10.279 14.67 9.683 14.216 9.424 C 13.749 9.153 13.152 9.321 12.892 9.774 C 12.62 10.227 12.776 10.823 13.243 11.094 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 18.38 12.337 C 18.12 12.195 17.809 12.286 17.653 12.532 C 17.511 12.79 17.602 13.101 17.848 13.257 C 18.107 13.399 18.419 13.321 18.574 13.062 C 18.717 12.803 18.626 12.48 18.38 12.337 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 21.739 14.37 C 21.531 14.253 21.259 14.318 21.142 14.538 C 21.025 14.745 21.09 15.017 21.311 15.133 C 21.518 15.25 21.791 15.185 21.907 14.978 C 22.024 14.771 21.946 14.499 21.739 14.37 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 47.216 17.075 C 46.049 17.075 45.089 18.02 45.089 19.198 C 45.089 20.363 46.036 21.321 47.216 21.321 C 48.383 21.321 49.33 20.376 49.343 19.211 C 49.33 18.033 48.383 17.075 47.216 17.075 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 43.701 19.198 C 43.701 18.357 43.026 17.684 42.183 17.684 C 41.34 17.684 40.666 18.357 40.666 19.198 C 40.666 20.04 41.34 20.713 42.183 20.713 C 43.013 20.713 43.701 20.04 43.701 19.198 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 38.252 18.163 C 37.682 18.163 37.215 18.629 37.215 19.199 C 37.215 19.768 37.682 20.234 38.252 20.234 C 38.823 20.234 39.29 19.768 39.29 19.199 C 39.29 18.629 38.823 18.163 38.252 18.163 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 35.879 19.198 C 35.879 18.823 35.58 18.525 35.204 18.525 C 34.828 18.525 34.53 18.823 34.53 19.198 C 34.53 19.574 34.828 19.871 35.204 19.871 C 35.58 19.871 35.879 19.574 35.879 19.198 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 47.099 21.943 C 46.061 21.658 44.997 22.279 44.712 23.315 C 44.426 24.351 45.049 25.412 46.087 25.697 C 47.125 25.982 48.188 25.36 48.474 24.325 C 48.474 24.325 48.474 24.325 48.474 24.312 C 48.746 23.289 48.123 22.228 47.099 21.943 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 41.392 23.794 C 42.092 23.988 42.819 23.561 43.013 22.862 C 43.208 22.163 42.78 21.438 42.08 21.244 C 41.379 21.05 40.653 21.477 40.458 22.176 C 40.263 22.875 40.679 23.6 41.392 23.794 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 37.681 22.448 C 38.2 22.59 38.732 22.28 38.875 21.762 C 39.017 21.244 38.706 20.713 38.187 20.571 C 37.668 20.428 37.137 20.739 36.994 21.257 C 36.864 21.775 37.163 22.305 37.681 22.448 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 34.841 21.321 C 35.166 21.412 35.503 21.218 35.594 20.881 C 35.684 20.557 35.49 20.221 35.153 20.13 C 34.828 20.04 34.491 20.234 34.4 20.57 C 34.309 20.881 34.504 21.231 34.841 21.321 C 34.841 21.308 34.841 21.308 34.841 21.321 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 45.686 26.604 C 44.843 26.112 43.766 26.409 43.273 27.251 C 42.78 28.092 43.079 29.167 43.922 29.659 C 44.765 30.151 45.842 29.853 46.335 29.011 C 46.815 28.17 46.529 27.095 45.686 26.604 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 41.522 26.241 C 41.86 25.645 41.665 24.895 41.068 24.558 C 40.472 24.222 39.719 24.416 39.382 25.011 C 39.045 25.607 39.239 26.357 39.836 26.694 C 40.42 27.031 41.172 26.824 41.522 26.241 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 37.799 24.105 C 38.046 23.678 37.903 23.147 37.475 22.901 C 37.047 22.655 36.515 22.797 36.268 23.225 C 36.022 23.652 36.165 24.183 36.593 24.429 C 37.021 24.662 37.553 24.519 37.799 24.105 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 34.907 22.422 C 35.063 22.15 34.972 21.8 34.7 21.632 C 34.427 21.477 34.077 21.567 33.908 21.839 C 33.74 22.111 33.843 22.461 34.116 22.629 C 34.116 22.629 34.116 22.629 34.129 22.629 C 34.401 22.784 34.751 22.694 34.907 22.422 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 40.82 30.707 C 40.197 31.329 40.197 32.325 40.82 32.947 C 41.443 33.568 42.442 33.568 43.064 32.947 C 43.687 32.325 43.687 31.329 43.064 30.707 C 42.455 30.099 41.443 30.099 40.82 30.707 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 39.199 29.089 C 39.653 28.636 39.653 27.911 39.199 27.471 C 38.745 27.017 38.019 27.017 37.578 27.471 C 37.124 27.924 37.124 28.649 37.578 29.089 C 38.019 29.542 38.745 29.542 39.199 29.089 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 36.177 26.073 C 36.489 25.762 36.489 25.257 36.177 24.946 C 35.866 24.636 35.36 24.636 35.049 24.946 C 34.737 25.257 34.737 25.762 35.049 26.06 C 35.36 26.383 35.866 26.383 36.177 26.073 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 33.09 23.729 C 33.297 23.936 33.635 23.936 33.842 23.729 C 34.05 23.522 34.05 23.186 33.842 22.978 C 33.635 22.771 33.297 22.771 33.09 22.978 C 32.882 23.186 32.882 23.522 33.09 23.729 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 37.486 33.374 C 36.773 33.788 36.526 34.707 36.942 35.419 C 37.357 36.131 38.278 36.377 38.991 35.963 C 39.705 35.549 39.951 34.63 39.536 33.917 C 39.121 33.206 38.2 32.96 37.486 33.374 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 36.632 29.801 C 36.333 29.296 35.698 29.115 35.179 29.413 C 34.673 29.71 34.491 30.345 34.79 30.863 C 35.088 31.368 35.724 31.549 36.242 31.251 C 36.748 30.953 36.93 30.306 36.632 29.801 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 34.101 27.535 C 34.438 27.341 34.555 26.914 34.36 26.577 C 34.166 26.241 33.738 26.124 33.401 26.318 C 33.063 26.513 32.947 26.94 33.141 27.276 C 33.336 27.613 33.764 27.73 34.101 27.535 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 31.987 23.872 C 31.753 24.001 31.676 24.299 31.805 24.532 C 31.935 24.765 32.233 24.843 32.467 24.713 C 32.7 24.584 32.778 24.286 32.649 24.053 C 32.519 23.82 32.22 23.742 31.987 23.872 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 33.543 35.095 C 32.791 35.302 32.337 36.066 32.544 36.817 C 32.752 37.568 33.517 38.021 34.27 37.814 C 35.022 37.607 35.476 36.843 35.268 36.092 C 35.074 35.341 34.296 34.888 33.543 35.095 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 32.857 32.532 C 33.376 32.39 33.687 31.859 33.544 31.341 C 33.402 30.824 32.87 30.513 32.351 30.655 C 31.832 30.798 31.534 31.328 31.663 31.846 C 31.806 32.377 32.338 32.675 32.857 32.532 C 32.857 32.545 32.857 32.545 32.857 32.532 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 32.22 27.639 C 32.129 27.289 31.766 27.082 31.415 27.173 C 31.065 27.264 30.857 27.626 30.948 27.976 C 31.039 28.325 31.402 28.532 31.753 28.442 C 32.116 28.364 32.323 28.001 32.22 27.639 C 32.22 27.652 32.22 27.652 32.22 27.639 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 31.222 24.765 C 31.157 24.532 30.911 24.389 30.677 24.454 C 30.444 24.519 30.301 24.765 30.366 24.998 C 30.431 25.231 30.664 25.373 30.911 25.309 C 31.144 25.244 31.287 24.998 31.222 24.765 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 29.263 35.743 C 28.537 35.743 27.94 36.339 27.94 37.064 C 27.94 37.789 28.537 38.384 29.263 38.384 C 29.99 38.384 30.586 37.801 30.586 37.064 C 30.586 36.339 30.003 35.743 29.263 35.743 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 28.38 32.041 C 28.38 32.533 28.77 32.921 29.262 32.921 C 29.755 32.921 30.145 32.533 30.145 32.041 C 30.145 31.549 29.755 31.16 29.262 31.16 C 28.783 31.16 28.38 31.549 28.38 32.041 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 29.263 28.726 C 29.6 28.726 29.886 28.455 29.886 28.105 C 29.886 27.756 29.613 27.484 29.263 27.484 C 28.926 27.484 28.64 27.756 28.64 28.105 C 28.653 28.455 28.926 28.726 29.263 28.726 C 29.263 28.739 29.263 28.739 29.263 28.726 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 29.263 24.674 C 29.043 24.674 28.861 24.856 28.861 25.076 C 28.861 25.296 29.043 25.477 29.263 25.477 C 29.484 25.477 29.665 25.296 29.665 25.076 C 29.665 24.856 29.484 24.674 29.263 24.674 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 24.944 35.251 C 24.282 35.07 23.607 35.471 23.426 36.118 C 23.244 36.778 23.646 37.452 24.295 37.633 C 24.956 37.814 25.631 37.413 25.813 36.765 C 25.994 36.105 25.605 35.432 24.944 35.251 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 26.136 30.824 C 25.708 30.707 25.28 30.966 25.163 31.38 C 25.047 31.807 25.306 32.235 25.721 32.351 C 26.149 32.468 26.577 32.209 26.694 31.794 C 26.811 31.38 26.564 30.94 26.136 30.824 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 27.096 27.25 C 26.785 27.173 26.474 27.354 26.396 27.652 C 26.318 27.962 26.5 28.273 26.798 28.351 C 27.109 28.429 27.421 28.247 27.498 27.949 C 27.589 27.652 27.408 27.341 27.096 27.25 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 28.084 24.959 C 28.135 24.765 28.019 24.571 27.837 24.532 C 27.655 24.493 27.448 24.597 27.409 24.778 C 27.37 24.959 27.474 25.167 27.655 25.205 C 27.837 25.257 28.032 25.154 28.084 24.959 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 20.883 33.659 C 20.338 33.348 19.638 33.529 19.313 34.073 C 19.002 34.617 19.184 35.316 19.728 35.639 C 20.273 35.95 20.974 35.769 21.298 35.225 C 21.622 34.681 21.428 33.982 20.883 33.659 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 23.179 29.697 C 22.841 29.503 22.413 29.62 22.219 29.956 C 22.024 30.293 22.141 30.72 22.478 30.914 C 22.815 31.108 23.243 30.992 23.438 30.655 C 23.633 30.319 23.516 29.891 23.179 29.697 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 24.529 27.367 C 24.788 27.51 25.113 27.432 25.255 27.173 C 25.398 26.914 25.32 26.591 25.061 26.448 C 24.801 26.306 24.477 26.383 24.334 26.642 C 24.192 26.901 24.27 27.225 24.529 27.367 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 26.475 24.001 C 26.333 23.911 26.138 23.962 26.06 24.118 C 25.97 24.26 26.021 24.454 26.177 24.532 C 26.32 24.623 26.514 24.571 26.592 24.415 C 26.67 24.286 26.618 24.092 26.475 24.001 C 26.475 24.014 26.475 24.014 26.475 24.001 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 15.851 31.057 C 15.436 31.471 15.436 32.144 15.851 32.558 C 16.266 32.973 16.94 32.973 17.355 32.558 C 17.771 32.144 17.771 31.471 17.355 31.057 C 16.94 30.643 16.266 30.643 15.851 31.057 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 19.728 27.82 C 19.482 28.066 19.482 28.455 19.728 28.688 C 19.975 28.934 20.364 28.934 20.597 28.688 C 20.831 28.442 20.844 28.053 20.597 27.82 C 20.364 27.574 19.962 27.574 19.728 27.82 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 22.596 25.14 C 22.402 25.335 22.402 25.632 22.596 25.827 C 22.791 26.021 23.089 26.021 23.284 25.827 C 23.478 25.632 23.478 25.335 23.284 25.14 C 23.089 24.946 22.778 24.946 22.596 25.14 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 25.28 23.147 C 25.176 23.043 25.008 23.056 24.917 23.16 C 24.813 23.263 24.826 23.432 24.93 23.522 C 25.034 23.613 25.189 23.613 25.293 23.522 C 25.384 23.419 25.384 23.25 25.28 23.147 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 13.268 27.263 C 12.801 27.535 12.646 28.118 12.918 28.584 C 13.19 29.05 13.774 29.205 14.241 28.933 C 14.708 28.661 14.864 28.079 14.591 27.613 C 14.332 27.147 13.735 26.992 13.268 27.263 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 17.848 25.127 C 17.602 25.27 17.511 25.593 17.653 25.852 C 17.796 26.098 18.12 26.189 18.38 26.047 C 18.626 25.904 18.717 25.58 18.574 25.322 C 18.432 25.076 18.107 24.985 17.848 25.127 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 21.298 23.25 C 21.09 23.367 21.012 23.639 21.142 23.846 C 21.259 24.053 21.531 24.131 21.739 24.001 C 21.946 23.885 22.024 23.613 21.895 23.406 C 21.778 23.199 21.505 23.121 21.298 23.25 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 11.297 16.117 L 12.854 16.117 L 12.854 22.098 L 11.297 22.098 Z M 12.244 13.451 C 11.764 13.321 11.271 13.606 11.142 14.085 C 11.012 14.564 11.297 15.056 11.777 15.185 C 12.257 15.315 12.75 15.03 12.88 14.551 C 13.01 14.072 12.724 13.567 12.244 13.451 Z M 17.666 22.228 C 17.29 22.228 16.914 22.163 16.564 22.008 C 16.252 21.865 15.98 21.645 15.773 21.373 L 15.773 25.089 L 14.255 25.089 L 14.255 16.117 L 15.76 16.117 L 15.76 16.946 C 15.954 16.648 16.227 16.415 16.551 16.247 C 16.888 16.079 17.264 15.988 17.653 15.988 C 18.03 15.988 18.393 16.066 18.743 16.208 C 19.093 16.35 19.405 16.57 19.664 16.829 C 19.936 17.114 20.157 17.451 20.3 17.813 C 20.468 18.228 20.546 18.655 20.533 19.095 C 20.546 19.535 20.455 19.975 20.287 20.389 C 20.131 20.752 19.911 21.089 19.638 21.373 C 19.132 21.917 18.406 22.228 17.666 22.228 Z M 17.355 20.778 C 17.576 20.778 17.796 20.739 18.004 20.648 C 18.198 20.558 18.38 20.441 18.536 20.286 C 18.691 20.131 18.808 19.949 18.886 19.755 C 19.054 19.328 19.054 18.862 18.886 18.435 C 18.808 18.24 18.678 18.059 18.536 17.904 C 18.38 17.749 18.198 17.632 18.004 17.541 C 17.796 17.451 17.576 17.412 17.355 17.412 C 16.914 17.412 16.486 17.593 16.162 17.904 C 16.006 18.059 15.889 18.24 15.811 18.435 C 15.643 18.862 15.643 19.328 15.811 19.742 C 15.889 19.936 16.006 20.118 16.162 20.273 C 16.486 20.61 16.914 20.791 17.355 20.778 Z M 21.649 16.117 L 23.153 16.117 L 23.153 17.037 C 23.283 16.713 23.504 16.441 23.802 16.26 C 24.113 16.092 24.451 16.001 24.814 16.014 C 25.008 16.014 25.19 16.04 25.372 16.079 C 25.527 16.117 25.683 16.169 25.826 16.247 L 25.268 17.749 C 25.164 17.684 25.047 17.632 24.931 17.593 C 24.775 17.554 24.619 17.528 24.464 17.528 C 24.113 17.516 23.776 17.632 23.517 17.852 C 23.283 18.072 23.166 18.435 23.166 18.927 L 23.166 22.085 L 21.649 22.085 Z M 29.211 22.228 C 28.783 22.228 28.355 22.15 27.953 21.982 C 27.577 21.826 27.24 21.593 26.941 21.309 C 26.358 20.726 26.033 19.936 26.033 19.108 C 26.033 18.694 26.111 18.279 26.267 17.891 C 26.422 17.516 26.643 17.179 26.928 16.894 C 28.187 15.677 30.184 15.677 31.442 16.894 C 32.026 17.477 32.363 18.266 32.363 19.095 C 32.363 19.509 32.286 19.923 32.117 20.299 C 31.961 20.674 31.728 21.011 31.455 21.296 C 31.17 21.58 30.833 21.813 30.444 21.969 C 30.067 22.137 29.639 22.228 29.211 22.228 Z M 29.224 20.778 C 29.445 20.778 29.665 20.739 29.873 20.648 C 30.067 20.558 30.236 20.441 30.392 20.299 C 30.547 20.143 30.664 19.962 30.742 19.768 C 30.911 19.341 30.911 18.875 30.742 18.461 C 30.664 18.266 30.547 18.085 30.392 17.93 C 30.236 17.774 30.067 17.658 29.873 17.58 C 29.458 17.399 28.991 17.399 28.589 17.58 C 28.394 17.671 28.225 17.787 28.07 17.93 C 27.914 18.085 27.797 18.266 27.72 18.461 C 27.551 18.888 27.551 19.354 27.72 19.768 C 27.797 19.962 27.914 20.143 28.07 20.299 C 28.225 20.454 28.394 20.571 28.589 20.648 C 28.783 20.726 29.004 20.778 29.224 20.778 Z M 0.466 16.117 L 2.022 16.117 L 3.229 19.936 L 4.656 16.117 L 6.005 16.117 L 7.406 19.936 L 8.664 16.117 L 10.221 16.117 L 8.184 22.098 L 6.744 22.098 L 5.317 18.202 L 3.877 22.098 L 2.412 22.098 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:2227362670,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1xrled7\",\"data-framer-name\":\"Layer_2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"sy3uLi2ue\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 50 40\"><path d=\"M 22.94 40 C 34.075 40 43.102 31.046 43.102 20 C 43.102 8.954 34.075 0 22.94 0 C 11.805 0 2.779 8.954 2.779 20 C 2.779 31.046 11.805 40 22.94 40 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 21.75 4.066 C 21.875 4.066 21.976 3.966 21.976 3.842 C 21.976 3.718 21.875 3.618 21.75 3.618 C 21.625 3.618 21.524 3.718 21.524 3.842 C 21.524 3.966 21.625 4.066 21.75 4.066 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 24.071 4.365 C 24.196 4.365 24.297 4.265 24.297 4.141 C 24.297 4.017 24.196 3.917 24.071 3.917 C 23.947 3.917 23.845 4.017 23.845 4.141 C 23.845 4.265 23.947 4.365 24.071 4.365 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 27.115 8.431 C 27.24 8.431 27.341 8.33 27.341 8.206 C 27.341 8.083 27.24 7.982 27.115 7.982 C 26.99 7.982 26.889 8.083 26.889 8.206 C 26.889 8.33 26.99 8.431 27.115 8.431 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 10.418 29.358 C 10.543 29.358 10.645 29.258 10.645 29.134 C 10.645 29.01 10.543 28.91 10.418 28.91 C 10.294 28.91 10.192 29.01 10.192 29.134 C 10.192 29.258 10.294 29.358 10.418 29.358 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 11.006 31.152 C 11.131 31.152 11.232 31.051 11.232 30.928 C 11.232 30.804 11.131 30.703 11.006 30.703 C 10.881 30.703 10.78 30.804 10.78 30.928 C 10.78 31.051 10.881 31.152 11.006 31.152 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 8.204 29.57 C 8.297 29.57 8.373 29.495 8.373 29.402 C 8.373 29.31 8.297 29.234 8.204 29.234 C 8.11 29.234 8.035 29.31 8.035 29.402 C 8.035 29.495 8.11 29.57 8.204 29.57 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 17.395 33.095 C 17.489 33.095 17.565 33.019 17.565 32.926 C 17.565 32.833 17.489 32.758 17.395 32.758 C 17.301 32.758 17.225 32.833 17.225 32.926 C 17.225 33.019 17.301 33.095 17.395 33.095 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 31.811 30.124 C 31.905 30.124 31.981 30.048 31.981 29.956 C 31.981 29.863 31.905 29.788 31.811 29.788 C 31.718 29.788 31.642 29.863 31.642 29.956 C 31.642 30.048 31.718 30.124 31.811 30.124 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 36.002 25.61 C 36.095 25.61 36.171 25.534 36.171 25.441 C 36.171 25.348 36.095 25.273 36.002 25.273 C 35.908 25.273 35.832 25.348 35.832 25.441 C 35.832 25.534 35.908 25.61 36.002 25.61 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 15.467 9.686 C 15.56 9.686 15.636 9.61 15.636 9.518 C 15.636 9.425 15.56 9.35 15.467 9.35 C 15.373 9.35 15.297 9.425 15.297 9.518 C 15.297 9.61 15.373 9.686 15.467 9.686 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 20.078 6.327 C 20.172 6.327 20.248 6.251 20.248 6.159 C 20.248 6.066 20.172 5.991 20.078 5.991 C 19.985 5.991 19.909 6.066 19.909 6.159 C 19.909 6.251 19.985 6.327 20.078 6.327 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 19.576 5.998 C 19.67 5.998 19.745 5.923 19.745 5.83 C 19.745 5.737 19.67 5.662 19.576 5.662 C 19.483 5.662 19.407 5.737 19.407 5.83 C 19.407 5.923 19.483 5.998 19.576 5.998 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 19.126 5.669 C 19.219 5.669 19.295 5.594 19.295 5.501 C 19.295 5.408 19.219 5.333 19.126 5.333 C 19.032 5.333 18.956 5.408 18.956 5.501 C 18.956 5.594 19.032 5.669 19.126 5.669 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 16.19 10.553 C 16.283 10.553 16.359 10.478 16.359 10.385 C 16.359 10.293 16.283 10.217 16.19 10.217 C 16.096 10.217 16.02 10.293 16.02 10.385 C 16.02 10.478 16.096 10.553 16.19 10.553 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 22.981 1.812 C 23.075 1.812 23.151 1.737 23.151 1.644 C 23.151 1.552 23.075 1.476 22.981 1.476 C 22.888 1.476 22.812 1.552 22.812 1.644 C 22.812 1.737 22.888 1.812 22.981 1.812 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 24.098 6.656 C 24.192 6.656 24.267 6.58 24.267 6.488 C 24.267 6.395 24.192 6.32 24.098 6.32 C 24.005 6.32 23.929 6.395 23.929 6.488 C 23.929 6.58 24.005 6.656 24.098 6.656 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 22.337 5.71 C 22.431 5.71 22.506 5.635 22.506 5.542 C 22.506 5.449 22.431 5.374 22.337 5.374 C 22.244 5.374 22.168 5.449 22.168 5.542 C 22.168 5.635 22.244 5.71 22.337 5.71 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 19.324 6.996 C 19.417 6.996 19.493 6.921 19.493 6.828 C 19.493 6.735 19.417 6.66 19.324 6.66 C 19.231 6.66 19.155 6.735 19.155 6.828 C 19.155 6.921 19.231 6.996 19.324 6.996 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 32.615 34.559 C 32.708 34.559 32.784 34.484 32.784 34.392 C 32.784 34.299 32.708 34.224 32.615 34.224 C 32.521 34.224 32.445 34.299 32.445 34.392 C 32.445 34.484 32.521 34.559 32.615 34.559 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 10.132 30.438 C 10.226 30.438 10.302 30.362 10.302 30.269 C 10.302 30.176 10.226 30.101 10.132 30.101 C 10.038 30.101 9.963 30.176 9.963 30.269 C 9.963 30.362 10.038 30.438 10.132 30.438 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 21.916 32.605 C 22.009 32.605 22.085 32.53 22.085 32.437 C 22.085 32.344 22.009 32.268 21.916 32.268 C 21.822 32.268 21.746 32.344 21.746 32.437 C 21.746 32.53 21.822 32.605 21.916 32.605 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 13.64 30.303 C 13.734 30.303 13.81 30.227 13.81 30.134 C 13.81 30.041 13.734 29.966 13.64 29.966 C 13.546 29.966 13.47 30.041 13.47 30.134 C 13.47 30.227 13.546 30.303 13.64 30.303 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 15.105 32.676 C 15.199 32.676 15.275 32.601 15.275 32.508 C 15.275 32.415 15.199 32.339 15.105 32.339 C 15.011 32.339 14.935 32.415 14.935 32.508 C 14.935 32.601 15.011 32.676 15.105 32.676 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 25.894 31.181 C 25.987 31.181 26.063 31.106 26.063 31.013 C 26.063 30.921 25.987 30.846 25.894 30.846 C 25.8 30.846 25.725 30.921 25.725 31.013 C 25.725 31.106 25.8 31.181 25.894 31.181 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 31.843 27.851 C 31.936 27.851 32.012 27.776 32.012 27.683 C 32.012 27.591 31.936 27.515 31.843 27.515 C 31.749 27.515 31.674 27.591 31.674 27.683 C 31.674 27.776 31.749 27.851 31.843 27.851 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 36.352 29.895 C 36.446 29.895 36.522 29.82 36.522 29.728 C 36.522 29.635 36.446 29.56 36.352 29.56 C 36.259 29.56 36.183 29.635 36.183 29.728 C 36.183 29.82 36.259 29.895 36.352 29.895 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 37.888 30.87 C 37.982 30.87 38.057 30.795 38.057 30.702 C 38.057 30.61 37.982 30.535 37.888 30.535 C 37.795 30.535 37.719 30.61 37.719 30.702 C 37.719 30.795 37.795 30.87 37.888 30.87 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 38.142 28.21 C 38.235 28.21 38.311 28.135 38.311 28.042 C 38.311 27.949 38.235 27.874 38.142 27.874 C 38.048 27.874 37.973 27.949 37.973 28.042 C 37.973 28.135 38.048 28.21 38.142 28.21 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 15.719 24.443 C 15.812 24.443 15.888 24.368 15.888 24.275 C 15.888 24.182 15.812 24.107 15.719 24.107 C 15.625 24.107 15.549 24.182 15.549 24.275 C 15.549 24.368 15.625 24.443 15.719 24.443 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 15.783 28.356 C 15.908 28.356 16.009 28.256 16.009 28.132 C 16.009 28.008 15.908 27.908 15.783 27.908 C 15.659 27.908 15.557 28.008 15.557 28.132 C 15.557 28.256 15.659 28.356 15.783 28.356 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 17.139 31.196 C 17.264 31.196 17.365 31.096 17.365 30.972 C 17.365 30.848 17.264 30.748 17.139 30.748 C 17.015 30.748 16.913 30.848 16.913 30.972 C 16.913 31.096 17.015 31.196 17.139 31.196 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 33.383 28.236 C 33.508 28.236 33.609 28.136 33.609 28.012 C 33.609 27.888 33.508 27.788 33.383 27.788 C 33.259 27.788 33.157 27.888 33.157 28.012 C 33.157 28.136 33.259 28.236 33.383 28.236 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 39.23 27.908 C 39.355 27.908 39.456 27.807 39.456 27.683 C 39.456 27.56 39.355 27.459 39.23 27.459 C 39.105 27.459 39.004 27.56 39.004 27.683 C 39.004 27.807 39.105 27.908 39.23 27.908 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 36.337 26.682 C 36.462 26.682 36.563 26.581 36.563 26.458 C 36.563 26.334 36.462 26.233 36.337 26.233 C 36.212 26.233 36.111 26.334 36.111 26.458 C 36.111 26.581 36.212 26.682 36.337 26.682 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 33.383 26.801 C 33.508 26.801 33.609 26.701 33.609 26.577 C 33.609 26.453 33.508 26.353 33.383 26.353 C 33.259 26.353 33.157 26.453 33.157 26.577 C 33.157 26.701 33.259 26.801 33.383 26.801 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 27.291 3.701 L 27.853 3.648 L 27.292 3.617 C 27.274 3.509 27.187 3.425 27.078 3.411 L 27.024 2.856 L 26.992 3.415 C 26.89 3.438 26.813 3.522 26.8 3.626 L 26.225 3.678 L 26.804 3.709 C 26.825 3.805 26.903 3.881 27.002 3.899 L 27.054 4.471 L 27.085 3.9 C 27.189 3.882 27.271 3.803 27.291 3.701 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 17.805 9.909 L 18.367 9.855 L 17.806 9.824 C 17.789 9.716 17.702 9.632 17.592 9.618 L 17.539 9.063 L 17.507 9.623 C 17.405 9.645 17.327 9.729 17.315 9.834 L 16.74 9.886 L 17.319 9.917 C 17.34 10.013 17.418 10.088 17.517 10.106 L 17.569 10.678 L 17.6 10.107 C 17.704 10.09 17.786 10.01 17.805 9.909 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 38.818 26.32 L 39.38 26.267 L 38.819 26.235 C 38.802 26.128 38.715 26.043 38.605 26.029 L 38.552 25.474 L 38.52 26.034 C 38.419 26.056 38.341 26.141 38.328 26.245 L 37.754 26.297 L 38.332 26.328 C 38.353 26.424 38.432 26.499 38.53 26.517 L 38.582 27.089 L 38.613 26.518 C 38.716 26.501 38.799 26.422 38.818 26.32 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 15.906 34.902 L 16.468 34.848 L 15.907 34.817 C 15.889 34.709 15.802 34.625 15.693 34.611 L 15.639 34.056 L 15.608 34.616 C 15.506 34.638 15.428 34.722 15.415 34.827 L 14.841 34.879 L 15.419 34.909 C 15.44 35.006 15.519 35.081 15.617 35.099 L 15.669 35.671 L 15.7 35.1 C 15.804 35.083 15.887 35.003 15.906 34.902 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 37.032 30.716 L 37.594 30.663 L 37.033 30.631 C 37.016 30.524 36.929 30.44 36.819 30.426 L 36.765 29.87 L 36.734 30.43 C 36.632 30.452 36.555 30.536 36.542 30.641 L 35.967 30.693 L 36.546 30.724 C 36.567 30.82 36.645 30.895 36.744 30.913 L 36.796 31.485 L 36.827 30.914 C 36.93 30.897 37.013 30.818 37.032 30.716 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 27.722 15.209 C 25.378 16.113 23.092 16.92 21.162 17.519 C 17.242 18.736 6.516 22.033 0.036 26.188 L 0.579 26.398 C 4.527 24.185 7.093 23.49 9.56 22.72 C 12.242 21.883 20.913 19.87 24.839 18.774 C 26.165 18.404 27.719 17.919 29.365 17.329 C 28.982 16.8 28.578 16.269 28.153 15.738 C 28.011 15.56 27.867 15.383 27.722 15.209 Z M 30.586 19.125 C 30.019 19.505 29.543 19.809 29.21 20 C 27.281 21.106 17.878 27.474 15.739 28.939 C 13.599 30.404 7.662 35.964 5.914 37.578 L 5.854 38.236 C 11.489 33.213 13.257 31.975 15.497 30.284 C 18.27 28.191 24.006 24.32 25.955 23.079 C 27.819 21.893 29.499 20.803 31.007 19.805 C 30.983 19.764 30.958 19.723 30.934 19.682 C 30.82 19.497 30.704 19.311 30.586 19.125 Z M 39.396 9.895 C 36.65 11.492 32.323 13.419 28.125 15.053 C 28.225 15.175 28.325 15.298 28.425 15.422 C 28.894 16.008 29.336 16.598 29.753 17.189 C 33.053 15.983 36.674 14.365 39.547 12.406 C 38.178 13.693 33.653 17.047 30.894 18.917 C 31.036 19.147 31.174 19.377 31.307 19.605 C 35.487 16.831 38.3 14.788 39.939 13.422 C 42.199 11.539 47.352 7.324 49.311 1.674 C 45.875 6.009 41.813 8.49 39.396 9.895 Z\" fill=\"var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, rgb(47, 47, 47)) /* {&quot;name&quot;:&quot;Medium Gray&quot;} */\"></path><path d=\"M 20.347 24.952 C 19.902 24.397 19.287 23.654 18.826 23.077 C 18.208 22.306 17.637 21.528 17.114 20.75 C 16.943 20.792 16.773 20.835 16.603 20.877 C 17.235 21.855 17.936 22.832 18.701 23.786 C 19.259 24.484 19.767 25.045 20.027 25.395 C 20.08 25.465 20.184 25.622 20.326 25.83 C 20.488 25.72 20.653 25.61 20.818 25.498 C 20.658 25.325 20.5 25.143 20.347 24.952 Z M 23.591 27.874 C 23.226 27.531 22.341 26.959 21.419 26.1 C 21.216 26.238 21.01 26.379 20.804 26.52 C 21.4 27.352 22.21 28.374 22.845 28.672 C 23.801 29.122 24.059 28.313 23.591 27.874 Z M 28.425 15.422 C 23.155 8.842 16.717 5.228 13.942 7.416 C 11.786 9.115 12.671 14.08 15.642 19.296 C 15.796 19.244 15.948 19.193 16.099 19.142 C 13.1 14.06 12.279 9.337 14.312 7.734 C 16.867 5.72 23.037 9.349 28.154 15.738 C 29.214 17.06 30.145 18.388 30.933 19.682 C 33.953 24.639 34.88 29.123 32.793 30.953 C 32.155 31.513 30.204 31.732 27.648 30.591 C 27.613 30.636 27.67 30.756 27.715 30.785 C 29.921 31.665 32.034 32 33.101 31.16 C 35.664 29.139 33.695 22.002 28.425 15.422 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 5.823 16.203 L 9.198 16.203 L 12.031 20.972 C 12.031 20.972 12.031 17.519 12.031 17.25 C 12.031 16.831 11.496 16.286 11.308 16.203 C 11.534 16.203 13.508 16.203 13.644 16.203 C 13.5 16.241 13.041 16.794 13.041 17.25 C 13.041 17.474 13.041 22.481 13.041 22.72 C 13.041 23.057 13.531 23.52 13.764 23.7 L 10.509 23.7 L 7.631 18.909 C 7.631 18.909 7.631 22.481 7.631 22.676 C 7.631 23.049 8 23.408 8.385 23.715 L 5.898 23.715 C 6.253 23.565 6.592 23.094 6.622 22.72 C 6.652 22.347 6.622 17.526 6.622 17.317 C 6.622 16.861 6.177 16.487 5.823 16.203 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 36.699 23.7 L 41.189 23.7 C 40.94 23.64 40.662 23.348 40.511 22.96 C 40.36 22.571 37.979 16.203 37.979 16.203 L 36.272 16.203 C 35.788 16.549 35.269 16.914 34.715 17.298 C 34.713 17.312 34.712 17.326 34.71 17.339 C 34.635 17.788 33.299 22.588 33.218 22.825 C 33.105 23.154 32.525 23.52 32.291 23.715 L 34.71 23.715 C 34.468 23.445 34.273 23.184 34.318 22.885 C 34.363 22.586 34.499 21.988 34.499 21.988 L 37 21.988 C 37.113 22.287 37.197 22.556 37.241 22.81 C 37.294 23.117 36.977 23.46 36.699 23.7 Z M 34.725 21.031 L 35.568 18.296 L 36.683 21.031 Z M 34.344 16.476 C 34.468 16.386 34.593 16.294 34.717 16.203 L 34.062 16.203 C 34.127 16.263 34.235 16.357 34.344 16.476 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 17.17 22.885 C 17.215 22.586 17.35 21.988 17.35 21.988 L 19.852 21.988 C 19.965 22.287 20.049 22.556 20.093 22.81 C 20.146 23.117 19.829 23.46 19.55 23.7 L 23.504 23.7 C 23.586 23.645 23.668 23.59 23.75 23.536 C 23.597 23.401 23.456 23.199 23.363 22.96 C 23.212 22.571 20.831 16.203 20.831 16.203 L 16.913 16.203 C 17.102 16.375 17.644 16.839 17.561 17.339 C 17.488 17.788 16.151 22.588 16.07 22.825 C 15.957 23.154 15.377 23.52 15.143 23.715 L 17.561 23.715 C 17.32 23.445 17.124 23.184 17.17 22.885 Z M 18.42 18.296 L 19.535 21.031 L 17.577 21.031 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 30.826 19.924 C 30.088 20.411 29.31 20.92 28.49 21.451 C 28.858 21.628 29.151 21.85 29.179 22.137 C 29.231 22.677 28.139 22.937 27.152 22.825 C 26.955 22.803 26.761 22.751 26.576 22.682 C 26.371 22.814 26.164 22.946 25.955 23.079 C 25.741 23.215 25.482 23.383 25.186 23.576 L 25.186 24.35 C 25.382 23.968 25.81 23.627 26.143 23.61 C 26.286 23.602 26.783 24.058 28.833 23.946 C 29.827 23.892 31.748 22.84 31.718 21.629 C 31.7 20.914 31.323 20.356 30.826 19.924 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 25.185 21.794 L 25.185 22.831 C 25.42 22.673 25.651 22.517 25.877 22.366 C 25.521 22.115 25.269 21.881 25.185 21.794 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 30.125 19.429 C 29.934 19.317 29.741 19.219 29.555 19.132 C 28.591 18.684 27.581 18.602 27.37 17.996 C 27.222 17.569 27.642 17.174 28.666 17.189 C 29.691 17.204 30.64 17.81 30.896 18.026 L 30.896 16.098 C 30.821 16.173 30.491 16.549 30.188 16.487 C 29.608 16.367 28.621 16.211 27.491 16.218 C 26.195 16.225 25.08 17.219 25.042 18.475 C 24.99 20.231 26.406 20.709 27.205 20.986 C 27.287 21.014 27.381 21.045 27.483 21.077 C 28.249 20.583 28.855 20.202 29.209 19.999 C 29.447 19.863 29.759 19.668 30.125 19.429 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path></svg>',svgContentId:2132897457,withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c0v3p9\",\"data-framer-name\":\"Topcoder & HP logo\",layoutDependency:layoutDependency,layoutId:\"SKrYQgtb0\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1or4j3l\",\"data-framer-name\":\"Symbols\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:50,intrinsicWidth:101,layoutDependency:layoutDependency,layoutId:\"x06AXQWJN\",svg:'<svg width=\"101\" height=\"50\" viewBox=\"0 0 101 50\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.2736 42.2974V33.1501H0.146484V31.9274H2.2736V28.4172H3.68261V31.9274H6.28872V33.1501H3.68261V42.0847C3.68261 43.1219 4.10804 43.84 5.01245 43.84C5.62419 43.84 6.15558 43.5473 6.44825 43.2282L6.98003 44.2918C6.47504 44.7704 5.8633 45.0899 4.79935 45.0899C3.09766 45.0899 2.2736 44.0527 2.2736 42.2974Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.9184 38.336C18.9184 35.4904 17.2435 32.8583 14.212 32.8583C11.2336 32.8583 9.53195 35.4904 9.53195 38.336C9.53195 41.2076 11.2336 43.8405 14.212 43.8405C17.2435 43.8405 18.9184 41.2076 18.9184 38.336ZM8.04297 38.336C8.04297 34.5864 10.4624 31.6084 14.212 31.6084C18.0144 31.6084 20.4074 34.5864 20.4074 38.336C20.4074 42.0852 18.0144 45.09 14.212 45.09C10.4624 45.09 8.04297 42.0852 8.04297 38.336Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M33.5421 38.336C33.5421 35.2249 31.9203 32.8583 29.0484 32.8583C27.2663 32.8583 25.5646 33.9218 24.8201 35.1449V41.5003C25.5646 42.7234 27.2663 43.8405 29.0484 43.8405C31.9203 43.8405 33.5421 41.4467 33.5421 38.336ZM24.8201 42.6966V49.6637H23.4375V31.9275H24.8201V33.9482C25.7245 32.6456 27.3731 31.6084 29.2875 31.6084C32.7176 31.6084 35.0311 34.2141 35.0311 38.336C35.0311 42.4311 32.7176 45.09 29.2875 45.09C27.4794 45.09 25.8573 44.1592 24.8201 42.6966Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M37.2383 38.336C37.2383 34.5864 39.7113 31.6084 43.4869 31.6084C45.7207 31.6084 46.997 32.4856 48.0342 33.7887L47.077 34.6395C46.1462 33.3633 44.9762 32.8583 43.5664 32.8583C40.5621 32.8583 38.7273 35.2513 38.7273 38.336C38.7273 41.4203 40.5621 43.8405 43.5664 43.8405C44.9762 43.8405 46.1462 43.3083 47.077 42.032L48.0342 42.8829C46.997 44.2123 45.7207 45.09 43.4869 45.09C39.7113 45.09 37.2383 42.0852 37.2383 38.336Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M60.7173 38.336C60.7173 35.4904 59.042 32.8583 56.0108 32.8583C53.0325 32.8583 51.3308 35.4904 51.3308 38.336C51.3308 41.2076 53.0325 43.8405 56.0108 43.8405C59.042 43.8405 60.7173 41.2076 60.7173 38.336ZM49.8418 38.336C49.8418 34.5864 52.2612 31.6084 56.0108 31.6084C59.8132 31.6084 62.2062 34.5864 62.2062 38.336C62.2062 42.0852 59.8132 45.09 56.0108 45.09C52.2612 45.09 49.8418 42.0852 49.8418 38.336Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M74.7012 41.5535V35.1982C73.9563 33.9483 72.2814 32.8583 70.4733 32.8583C67.6277 32.8583 65.9792 35.2513 65.9792 38.3624C65.9792 41.4735 67.6277 43.8405 70.4733 43.8405C72.2814 43.8405 73.9563 42.7766 74.7012 41.5535ZM74.7012 44.7709V42.7234C73.7971 44.0532 72.1486 45.0904 70.2338 45.0904C66.8305 45.0904 64.4902 42.4839 64.4902 38.3624C64.4902 34.2941 66.8305 31.6084 70.2338 31.6084C72.0683 31.6084 73.664 32.5389 74.7012 34.0015V27.0352H76.1106V44.7709H74.7012Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M85.3096 32.8051C82.2785 32.8051 80.7627 35.464 80.6564 37.6979H89.9897C89.9629 35.5172 88.5271 32.8051 85.3096 32.8051ZM79.1406 38.336C79.1406 34.6131 81.7727 31.6084 85.336 31.6084C89.2448 31.6084 91.3991 34.7195 91.3991 38.4156V38.7878H80.6564C80.7887 41.5798 82.6508 43.8933 85.6819 43.8933C87.3036 43.8933 88.793 43.2819 89.8833 42.112L90.6014 43.016C89.3248 44.3455 87.7026 45.09 85.5755 45.09C81.8259 45.09 79.1406 42.2979 79.1406 38.336Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M94.4297 44.7705V31.9274H95.8123V34.1341C96.9027 32.6983 98.3648 31.6611 100.147 31.6611V33.1769C99.9074 33.1237 99.7215 33.1237 99.4556 33.1237C98.1525 33.1237 96.3977 34.2936 95.8123 35.4104V44.7705H94.4297Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M50.1561 11.1764C50.7036 10.9629 51.2157 10.7608 51.6801 10.5737C55.351 9.09144 60.3446 7.60601 65.1507 6.74728C60.8015 2.55332 55.3451 0 50.1561 0C44.9675 0 39.5111 2.55332 35.1619 6.74728C39.968 7.60601 44.9612 9.09144 48.6325 10.5737C49.0969 10.7608 49.6086 10.9629 50.1561 11.1764Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M48.5325 12.0303C48.5187 12.0244 48.505 12.0193 48.4908 12.0134C48.4892 12.013 48.488 12.0126 48.4864 12.0118C48.2674 11.9252 48.0555 11.8409 47.8534 11.7593C47.8507 11.7582 47.8471 11.7566 47.844 11.7554C47.638 11.6723 47.426 11.5888 47.2122 11.5057C47.1846 11.4954 47.1574 11.4844 47.1298 11.4741C47.1141 11.4678 47.0987 11.4619 47.0829 11.4556C46.8726 11.3749 46.6587 11.2937 46.4409 11.213C46.4361 11.211 46.431 11.209 46.4255 11.2071C46.3968 11.1968 46.3676 11.1858 46.3389 11.1752C46.1305 11.0987 45.9193 11.0215 45.705 10.9455C45.6787 10.9361 45.6523 10.9266 45.6259 10.9172C45.3946 10.8352 45.1599 10.7537 44.9227 10.6725C44.8983 10.6643 44.8747 10.6564 44.8507 10.6477C44.8341 10.6426 44.8176 10.6367 44.801 10.6312C44.309 10.4638 43.8044 10.2987 43.2892 10.1368C43.2699 10.1309 43.2498 10.1242 43.2301 10.1183C43.2195 10.1148 43.2088 10.1116 43.1986 10.1081C42.9394 10.0269 42.6779 9.94656 42.4139 9.86739C42.4013 9.86345 42.3883 9.85951 42.3761 9.85557C42.369 9.85399 42.3615 9.85163 42.3537 9.84927C41.8097 9.68619 41.2558 9.52665 40.6953 9.37224C40.691 9.37106 40.6862 9.36988 40.6815 9.3687C40.6642 9.36357 40.6465 9.35885 40.6295 9.35412C40.0591 9.19774 39.4825 9.04648 38.9014 8.90191C38.894 8.89994 38.8873 8.89837 38.8798 8.8964C38.5851 8.82274 38.2897 8.75144 37.9935 8.68172L37.9931 8.68132L37.9828 8.67896C37.3888 8.53912 36.7921 8.40637 36.1953 8.2819L36.1835 8.27993C36.1787 8.27875 36.174 8.27796 36.1689 8.27678C35.5694 8.15191 34.9698 8.03531 34.3734 7.92896C30.6738 11.4962 27.7774 16.2507 26.5283 21.6315L26.4708 21.8698C28.2363 21.9431 29.8596 20.9859 30.3686 20.7023C36.8437 17.0866 44.7329 13.09 49.3676 12.3581C49.3708 12.3593 49.3739 12.3608 49.3771 12.362C49.0844 12.2478 48.8032 12.1371 48.5325 12.0303Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2242 21.2378C26.4733 15.857 29.2582 11.1029 32.9574 7.536C25.8115 6.25973 19.1922 6.37003 17.8395 9.94594C16.8859 12.4681 18.8377 16.2737 22.1883 20.0289C23.1073 21.0585 24.1602 21.6813 25.1667 21.7227C25.1667 21.7227 25.1698 21.6459 25.1864 21.4973C25.2037 21.3398 25.2242 21.2378 25.2242 21.2378Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M51.7567 12.0301C51.7704 12.0242 51.7846 12.0191 51.7984 12.0132C51.8 12.0128 51.8012 12.0124 51.8027 12.0116C52.0218 11.9249 52.2337 11.8406 52.4358 11.7591C52.4389 11.7579 52.4424 11.7563 52.4452 11.7552C52.6512 11.672 52.8631 11.5885 53.0774 11.5054C53.1046 11.4952 53.1318 11.4841 53.1594 11.4739C53.1751 11.4676 53.1905 11.4617 53.2062 11.4554C53.4166 11.3746 53.6305 11.2935 53.8483 11.2127C53.853 11.2108 53.8586 11.2088 53.8637 11.2068C53.8924 11.1966 53.9216 11.1856 53.9507 11.1749C54.1591 11.0985 54.3702 11.0213 54.5845 10.9453C54.6109 10.9358 54.6369 10.9264 54.6637 10.9169C54.8949 10.835 55.1297 10.7534 55.3668 10.6723C55.3909 10.664 55.4149 10.6561 55.4389 10.6475C55.4555 10.6424 55.472 10.6364 55.4882 10.6309C55.9805 10.4635 56.4847 10.2985 57 10.1366C57.0197 10.1307 57.0394 10.124 57.0591 10.1181C57.0697 10.1145 57.0803 10.1114 57.091 10.1078C57.3502 10.0267 57.6113 9.94632 57.8756 9.86714C57.8879 9.8632 57.9009 9.85926 57.9135 9.85532C57.9206 9.85375 57.928 9.85138 57.9355 9.84902C58.4795 9.68594 59.0337 9.52641 59.5939 9.372C59.5986 9.37081 59.6029 9.36963 59.6077 9.36845C59.6254 9.36333 59.6427 9.3586 59.6601 9.35388C60.23 9.19749 60.8071 9.04623 61.3877 8.90167C61.3952 8.8997 61.4023 8.89812 61.4098 8.89615C61.7041 8.82249 61.9995 8.75119 62.2957 8.68147L62.2961 8.68108L62.3063 8.67871C62.9004 8.53888 63.4975 8.40613 64.0939 8.28165C64.0982 8.28087 64.1022 8.28008 64.1061 8.27968C64.1105 8.2785 64.1156 8.27771 64.1203 8.27653C64.7198 8.15166 65.3194 8.03507 65.9161 7.92871C69.6153 11.496 72.5122 16.2504 73.7612 21.6313L73.8188 21.8696C72.0529 21.9428 70.4296 20.9856 69.9206 20.702C63.4455 17.0863 55.5563 13.0897 50.9216 12.3578C50.9184 12.359 50.9153 12.3606 50.9121 12.3618C51.2052 12.2475 51.4864 12.1368 51.7567 12.0301Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M75.0672 21.2375C73.8181 15.8567 71.0332 11.1026 67.334 7.53576C74.4795 6.25949 81.0992 6.36978 82.4515 9.9457C83.4055 12.4679 81.4537 16.2735 78.1027 20.0286C77.1841 21.0583 76.1312 21.6811 75.1243 21.7224C75.1243 21.7224 75.1212 21.6456 75.105 21.4971C75.0877 21.3395 75.0672 21.2375 75.0672 21.2375Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-h5m8a\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:50,intrinsicWidth:51,layoutDependency:layoutDependency,layoutId:\"TZVeFZBo6\",svg:'<svg width=\"51\" height=\"50\" viewBox=\"0 0 51 50\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M25.2162 0.000135043L19.8372 15.0814L23.4937 15.0826C26.1277 15.0833 27.2486 17.1602 26.4192 19.486L21.0707 34.4818H15.6886L21.5732 17.9814H18.8021L12.918 34.4818H7.48951L19.5636 0.625592C8.44452 3.16219 0.146484 13.1113 0.146484 24.9991C0.146484 36.7018 8.18752 46.525 19.0456 49.2486L31.2441 14.9974H40.0786C41.9059 14.9974 44.2041 16.2295 43.211 19.0337L38.2508 33.0394C37.6172 34.8285 36.1111 35.191 34.9113 35.191H29.4803L24.2128 49.9808C24.5229 49.9922 24.8337 50 25.1464 50C38.9534 50 50.1465 38.8073 50.1465 24.9995C50.1465 11.2152 38.9909 0.0375008 25.2154 0L25.2162 0.000135043ZM35.6237 17.941L30.5002 32.3233H33.2286L38.3531 17.941H35.6237Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-niisus\",\"data-framer-name\":\"Facebook & Augusta Logo\",layoutDependency:layoutDependency,layoutId:\"qDIc4jMmM\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1crea1o\",\"data-framer-name\":\"Group 427321933\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"icJdLiwC9\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 80 15.868\"><path d=\"M 5.123 15.154 L 2.133 15.154 L 2.133 7.684 L 0.097 7.684 L 0.097 5.252 L 2.133 5.252 L 2.133 3.522 C 2.133 1.471 3.034 0 6.016 0 C 6.646 0 7.636 0.127 7.636 0.127 L 7.636 2.386 L 6.596 2.386 C 5.537 2.386 5.123 2.709 5.123 3.602 L 5.123 5.252 L 7.596 5.252 L 7.376 7.684 L 5.123 7.684 Z M 11.983 5.058 C 11.939 5.058 11.894 5.059 11.85 5.061 C 9.078 5.061 7.809 7.151 7.809 10.117 C 7.809 13.855 9.455 15.351 11.872 15.351 C 13.254 15.351 14.163 14.767 14.715 13.679 L 14.715 15.155 L 17.559 15.155 L 17.559 5.253 L 14.715 5.253 L 14.715 6.776 C 14.264 5.796 13.33 5.069 11.983 5.058 Z M 12.706 7.398 C 13.87 7.398 14.569 8.212 14.569 9.596 L 14.571 11.01 C 14.571 11.944 13.994 13.036 12.706 13.036 C 10.724 13.036 10.777 10.891 10.777 10.177 C 10.777 7.775 11.833 7.398 12.706 7.398 Z M 18.707 10.205 C 18.707 9.002 18.649 5.064 23.767 5.064 C 25.821 5.064 26.679 5.719 26.679 5.719 L 25.99 7.862 C 25.99 7.862 25.133 7.39 24.017 7.39 C 22.587 7.39 21.675 8.22 21.675 9.682 L 21.676 10.73 C 21.676 12.135 22.557 13.072 24.02 13.072 C 25.037 13.072 25.974 12.595 25.974 12.595 L 26.662 14.694 C 26.662 14.694 25.877 15.353 23.781 15.353 C 18.909 15.353 18.707 11.82 18.707 10.205 Z M 43.352 5.061 C 46.124 5.061 47.412 7.151 47.412 10.117 C 47.412 13.855 45.767 15.351 43.35 15.351 C 41.967 15.351 40.945 14.768 40.393 13.679 L 40.393 15.155 L 37.585 15.154 L 37.585 0.301 L 40.566 0.04 L 40.566 6.642 C 40.996 5.487 42.41 5.061 43.352 5.061 Z M 42.516 7.398 C 41.352 7.398 40.566 8.212 40.566 9.596 L 40.563 11.01 C 40.562 11.944 41.107 13.036 42.516 13.036 C 44.497 13.036 44.444 10.891 44.444 10.177 C 44.444 7.775 43.389 7.398 42.516 7.398 Z M 31.852 5.069 C 28.707 5.069 27.048 6.787 27.048 9.841 L 27.048 10.408 C 27.048 14.371 29.379 15.392 32.158 15.392 C 34.859 15.392 36.082 14.634 36.082 14.634 L 35.524 12.618 C 35.524 12.618 34.086 13.231 32.515 13.231 C 30.887 13.231 30.187 12.815 30.007 11.247 L 36.32 11.247 L 36.32 9.629 C 36.32 6.316 34.457 5.069 31.852 5.069 Z M 31.927 7.088 C 33.016 7.088 33.721 7.757 33.682 9.309 L 30.013 9.309 C 30.077 7.676 30.837 7.088 31.927 7.088 Z M 53.356 5.055 C 50.128 5.055 48.428 6.879 48.428 10.147 C 48.428 14.632 51.358 15.354 53.362 15.354 C 56.295 15.354 58.247 13.77 58.247 10.188 C 58.247 6.459 56.053 5.055 53.356 5.055 Z M 53.316 7.406 C 54.736 7.406 55.298 8.471 55.298 9.683 L 55.298 10.726 C 55.298 12.194 54.511 13.044 53.31 13.044 C 52.188 13.044 51.398 12.249 51.398 10.726 L 51.398 9.683 C 51.398 8.058 52.337 7.406 53.316 7.406 Z M 64.186 5.055 C 60.957 5.055 59.257 6.879 59.257 10.147 C 59.257 14.632 62.187 15.354 64.191 15.354 C 67.125 15.354 69.077 13.77 69.077 10.188 C 69.077 6.459 66.882 5.055 64.186 5.055 Z M 64.145 7.406 C 65.565 7.406 66.128 8.471 66.128 9.683 L 66.128 10.726 C 66.128 12.194 65.34 13.044 64.14 13.044 C 63.017 13.044 62.228 12.249 62.228 10.726 L 62.228 9.683 C 62.228 8.058 63.167 7.406 64.145 7.406 Z M 70.203 15.154 L 70.203 0.301 L 73.193 0.04 L 73.193 9.996 L 76.159 5.252 L 79.316 5.252 L 76.222 10.165 L 79.435 15.154 L 76.269 15.154 L 73.193 10.31 L 73.193 15.154 Z\" fill=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:3344457728,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-xwupej\",\"data-framer-name\":\"Frame\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"XXI8TKKTK\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 70.154 48\"><g transform=\"translate(0.049 0)\" id=\"ss509492838_1\"><path d=\"M 0 48.049 L 0 0.049 L 69.531 0.049 L 69.531 48.049 Z\" fill=\"transparent\"></path><path d=\"M 36.63 9.796 L 35.876 9.796 C 35.848 9.796 35.828 9.827 35.839 9.852 C 35.876 9.932 35.904 10.014 35.918 10.099 C 35.933 10.17 35.947 10.391 35.947 10.431 C 35.947 11.27 36.418 11.798 36.599 11.971 C 36.644 12.013 36.67 12.076 36.67 12.138 L 36.67 12.674 C 36.67 12.952 35.819 13.176 34.77 13.176 C 33.721 13.176 32.87 12.952 32.87 12.674 L 32.87 12.138 C 32.87 12.101 32.881 12.067 32.895 12.036 C 33.048 11.846 33.74 11.625 35.414 11.727 C 35.414 11.727 35.326 11.534 34.492 11.35 C 34.248 11.296 33.601 11.08 33.601 10.32 L 33.601 10.317 C 33.601 10.244 33.61 10.17 33.621 10.099 C 33.638 10.011 33.667 9.929 33.701 9.852 C 33.712 9.827 33.695 9.796 33.664 9.796 L 32.912 9.796 L 32.081 13.874 L 37.456 13.874 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 34.773 12.601 C 34.608 12.601 34.466 12.507 34.395 12.368 C 33.857 12.396 33.465 12.481 33.465 12.581 C 33.465 12.705 34.049 12.805 34.773 12.805 C 35.496 12.805 36.08 12.705 36.08 12.581 C 36.08 12.479 35.689 12.394 35.15 12.368 C 35.079 12.504 34.937 12.601 34.773 12.601 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 41.324 4.362 L 28.221 4.362 L 27.992 5.474 L 41.556 5.474 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 29.642 22.045 L 29.838 22.15 C 31.313 22.927 32.992 23.372 34.776 23.372 C 36.559 23.372 38.238 22.929 39.713 22.15 L 39.909 22.045 C 43.167 20.238 45.371 16.764 45.371 12.774 L 45.371 1.089 L 24.177 1.089 L 24.177 12.774 C 24.177 16.764 26.384 20.235 29.642 22.045 Z M 38.899 21.341 L 37.802 18.102 L 31.747 18.102 L 30.652 21.341 C 30.385 21.214 30.124 21.072 29.872 20.919 L 30.672 16.991 L 30.116 16.251 L 39.435 16.251 L 38.879 16.991 L 39.679 20.919 C 39.424 21.072 39.166 21.211 38.899 21.341 Z M 31.82 7.93 L 37.725 7.93 L 37.166 8.684 L 38.224 13.882 L 39.325 13.877 L 39.478 14.623 L 30.071 14.623 L 30.224 13.877 L 31.324 13.877 L 32.382 8.678 Z M 25.269 2.181 L 44.282 2.181 L 44.282 12.774 C 44.282 15.201 43.372 17.413 41.874 19.092 L 39.483 7.561 L 40.164 6.659 L 40.164 6.288 L 29.387 6.288 L 29.387 6.659 L 30.068 7.561 L 27.677 19.092 C 26.179 17.413 25.269 15.201 25.269 12.774 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 23.088 12.774 C 23.088 19.228 28.321 24.461 34.776 24.461 C 41.23 24.461 46.463 19.228 46.463 12.774 L 46.463 0 L 23.088 0 Z M 24.177 1.089 L 45.368 1.089 L 45.368 12.774 C 45.368 16.764 43.162 20.235 39.906 22.045 L 39.71 22.149 C 38.235 22.927 36.557 23.372 34.773 23.372 C 32.989 23.372 31.31 22.929 29.835 22.149 L 29.639 22.045 C 26.381 20.238 24.177 16.764 24.177 12.774 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 30.065 7.564 L 29.384 6.662 L 29.384 6.29 L 40.161 6.29 L 40.161 6.662 L 39.481 7.564 L 41.871 19.095 C 43.369 17.416 44.279 15.201 44.279 12.776 L 44.279 2.181 L 25.269 2.181 L 25.269 12.774 C 25.269 15.201 26.179 17.413 27.677 19.092 Z M 28.221 4.362 L 41.324 4.362 L 41.554 5.474 L 27.992 5.474 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 39.435 16.251 L 30.116 16.251 L 30.672 16.991 L 29.872 20.919 C 30.124 21.072 30.385 21.214 30.652 21.341 L 31.747 18.102 L 37.802 18.102 L 38.899 21.341 C 39.166 21.214 39.427 21.072 39.679 20.919 L 38.879 16.991 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 30.224 13.871 L 30.071 14.617 L 39.478 14.617 L 39.325 13.871 L 38.224 13.877 L 37.166 8.678 L 37.725 7.924 L 31.82 7.924 L 32.382 8.67 L 31.324 13.868 L 30.224 13.868 Z M 32.915 9.796 L 33.667 9.796 C 33.695 9.796 33.715 9.827 33.704 9.852 C 33.669 9.932 33.638 10.014 33.624 10.099 C 33.61 10.17 33.604 10.244 33.604 10.317 L 33.604 10.32 C 33.604 11.08 34.251 11.296 34.495 11.35 C 35.329 11.534 35.416 11.727 35.416 11.727 C 33.743 11.622 33.054 11.846 32.898 12.036 C 32.884 12.067 32.873 12.101 32.873 12.138 L 32.873 12.674 C 32.873 12.952 33.723 13.176 34.773 13.176 C 35.822 13.176 36.673 12.952 36.673 12.674 L 36.673 12.138 C 36.673 12.076 36.647 12.013 36.602 11.971 C 36.418 11.798 35.95 11.27 35.95 10.431 C 35.95 10.391 35.935 10.17 35.921 10.099 C 35.904 10.011 35.876 9.929 35.842 9.852 C 35.831 9.827 35.848 9.796 35.879 9.796 L 36.633 9.796 L 37.464 13.874 L 32.09 13.874 Z M 36.08 12.581 C 36.08 12.705 35.496 12.805 34.773 12.805 C 34.049 12.805 33.465 12.705 33.465 12.581 C 33.465 12.479 33.857 12.393 34.395 12.368 C 34.466 12.504 34.608 12.601 34.773 12.601 C 34.937 12.601 35.079 12.507 35.15 12.368 C 35.689 12.396 36.08 12.481 36.08 12.581 Z\" fill=\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path><path d=\"M 8.653 38.86 L 9.563 39.654 L 9.563 39.693 L 6.052 39.693 L 6.052 39.654 L 6.962 38.86 L 6.157 36.894 L 2.655 36.894 L 1.849 38.86 L 2.759 39.654 L 2.759 39.693 L -0 39.693 L -0 39.654 L 0.899 38.86 L 4.333 30.584 L 5.102 30.584 Z M 5.777 36.063 L 4.359 32.745 L 2.992 36.063 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 18.959 31.418 L 18.959 35.777 C 18.959 38.536 17.059 39.824 15.082 39.824 C 13.04 39.824 10.865 38.743 10.865 35.607 L 10.865 31.418 L 9.954 30.624 L 9.954 30.584 L 13.443 30.584 L 13.443 30.624 L 12.572 31.418 L 12.572 35.828 C 12.572 37.909 13.638 38.99 15.278 38.99 C 16.826 38.99 17.997 37.989 17.997 35.893 L 17.997 31.418 L 17.087 30.624 L 17.087 30.584 L 19.872 30.584 L 19.872 30.624 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 29.628 31.026 L 29.628 33.097 L 29.588 33.097 C 28.457 31.599 27.456 31.287 26.506 31.287 C 24.554 31.287 23.238 32.85 23.238 35.022 L 23.238 35.192 C 23.238 37.444 24.71 38.993 26.647 38.993 C 27.195 38.993 27.612 38.888 27.961 38.732 C 28.403 38.55 28.545 38.304 28.545 37.717 L 28.545 36.284 L 26.891 35.465 L 26.891 35.425 L 30.028 35.425 L 30.028 38.627 C 29.364 39.2 27.895 39.824 26.54 39.824 C 23.845 39.824 21.528 38.094 21.528 35.164 L 21.528 35.048 C 21.528 32.237 23.871 30.453 26.5 30.453 C 27.623 30.453 28.718 30.689 29.628 31.026 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 41.233 31.418 L 41.233 35.777 C 41.233 38.536 39.333 39.824 37.356 39.824 C 35.314 39.824 33.139 38.743 33.139 35.607 L 33.139 31.418 L 32.229 30.624 L 32.229 30.584 L 35.717 30.584 L 35.717 30.624 L 34.846 31.418 L 34.846 35.828 C 34.846 37.909 35.913 38.99 37.552 38.99 C 39.101 38.99 40.272 37.989 40.272 35.893 L 40.272 31.418 L 39.361 30.624 L 39.361 30.584 L 42.146 30.584 L 42.146 30.624 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 50.028 31.026 L 50.028 33.097 L 49.988 33.097 C 49.208 31.965 48.218 31.287 47.138 31.287 C 45.915 31.287 45.524 32.016 45.524 32.563 L 45.524 32.629 C 45.524 33.528 46.344 33.84 47.594 34.177 C 49.625 34.71 50.771 35.544 50.771 37.195 L 50.771 37.274 C 50.757 38.627 49.585 39.824 47.413 39.824 C 46.332 39.824 45.005 39.342 44.004 38.899 L 44.004 36.608 L 44.044 36.608 C 45.099 38.051 46.14 38.99 47.413 38.99 C 48.635 38.99 49.262 38.352 49.262 37.597 L 49.262 37.532 C 49.262 36.412 48.182 35.984 46.763 35.618 C 45.019 35.161 44.095 34.305 44.095 32.977 L 44.095 32.887 C 44.109 31.611 45.266 30.453 47.141 30.453 C 48.284 30.453 49.143 30.726 50.028 31.026 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 60.124 33.017 L 58.993 31.418 L 56.766 31.418 L 56.766 38.862 L 57.677 39.656 L 57.677 39.696 L 54.319 39.696 L 54.319 39.656 L 55.218 38.862 L 55.218 31.418 L 53.006 31.418 L 51.86 33.017 L 51.82 33.017 L 51.82 30.584 L 60.161 30.584 L 60.161 33.017 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 68.621 38.86 L 69.531 39.654 L 69.531 39.693 L 66.017 39.693 L 66.017 39.654 L 66.928 38.86 L 66.122 36.894 L 62.623 36.894 L 61.817 38.86 L 62.728 39.654 L 62.728 39.693 L 59.968 39.693 L 59.968 39.654 L 60.867 38.86 L 64.302 30.584 L 65.07 30.584 Z M 65.745 36.063 L 64.327 32.745 L 62.96 36.063 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 14.279 43.771 L 14.963 43.771 L 14.963 46.27 C 14.963 46.687 14.886 47.129 14.489 47.498 C 14.186 47.776 13.718 48.003 12.941 48.003 C 12.164 48.003 11.676 47.802 11.367 47.529 C 10.95 47.155 10.899 46.764 10.899 46.27 L 10.899 43.771 L 11.84 43.771 L 11.84 46.205 C 11.84 46.888 12.195 47.419 13.017 47.419 C 13.939 47.419 14.282 46.894 14.282 46.185 L 14.282 43.771 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 19.986 47.87 L 17.552 44.88 L 17.552 47.87 L 16.869 47.87 L 16.869 43.771 L 17.924 43.771 L 20.11 46.466 L 20.11 43.771 L 20.794 43.771 L 20.794 47.87 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 22.841 47.87 L 22.841 43.771 L 23.789 43.771 L 23.789 47.87 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 27.095 47.87 L 25.054 43.771 L 26.14 43.771 L 27.632 46.749 L 29.072 43.771 L 29.863 43.771 L 27.714 47.87 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 31.001 47.87 L 31.001 43.771 L 34.483 43.771 L 34.483 44.359 L 31.948 44.359 L 31.948 45.433 L 33.547 45.433 L 33.547 46.015 L 31.948 46.015 L 31.948 47.274 L 34.634 47.274 L 34.634 47.87 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 36.222 43.771 L 38.556 43.771 C 39.461 43.771 39.863 43.891 40.175 44.194 C 40.365 44.384 40.479 44.673 40.479 44.997 C 40.479 45.232 40.371 45.459 40.195 45.635 C 39.98 45.845 39.651 45.969 39.305 46.009 L 40.518 47.867 L 39.342 47.867 L 38.261 46.154 L 37.175 46.154 L 37.175 47.867 L 36.228 47.867 L 36.228 43.771 Z M 38.556 45.612 C 39.061 45.612 39.455 45.391 39.455 44.974 C 39.455 44.412 38.981 44.322 38.411 44.322 L 37.172 44.322 L 37.172 45.612 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 45.516 44.682 C 45.036 44.398 44.415 44.203 43.783 44.203 C 43.346 44.203 42.796 44.273 42.796 44.747 C 42.796 45.215 43.593 45.221 44.211 45.266 C 45.034 45.323 46.125 45.524 46.125 46.531 C 46.125 47.643 44.957 47.986 44.007 47.986 C 42.912 47.986 42.166 47.594 41.687 47.229 L 42.084 46.749 C 42.47 47.073 43.133 47.424 43.981 47.424 C 44.682 47.424 45.215 47.285 45.215 46.772 C 45.215 46.284 44.563 46.253 43.95 46.227 C 43.102 46.191 41.894 45.95 41.894 44.994 C 41.894 43.97 42.898 43.641 43.786 43.641 C 44.741 43.641 45.371 43.882 45.859 44.197 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 47.75 47.87 L 47.75 43.771 L 48.698 43.771 L 48.698 47.87 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 51.5 47.869 L 51.5 44.361 L 50.107 44.361 L 50.107 43.774 L 53.856 43.774 L 53.856 44.361 L 52.441 44.361 L 52.441 47.869 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 56.171 47.869 L 56.171 46.239 L 54.33 43.774 L 55.493 43.774 L 56.84 45.652 L 58.147 43.774 L 59.001 43.774 L 57.118 46.239 L 57.118 47.869 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',svgContentId:509492838,withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-26atxg\",layoutDependency:layoutDependency,layoutId:\"T37oYixba\",style:{backgroundColor:\"var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, rgb(47, 47, 47))\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18vkcyh\",\"data-framer-name\":\"My Milestone Showcase\",layoutDependency:layoutDependency,layoutId:\"xMig7_Nfj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"Creative Milestone Showcase\"})}),className:\"framer-1njdfu6\",\"data-framer-name\":\"Designing is more than an idea, it's a constant learning experience.\",layoutDependency:layoutDependency,layoutId:\"ED_JQZCZi\",style:{\"--extracted-r6o4lv\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-stannv\",\"data-framer-name\":\"Counter Content\",layoutDependency:layoutDependency,layoutId:\"sNQjhluAr\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4thfp2\",\"data-framer-name\":\"Successful  Project's\",layoutDependency:layoutDependency,layoutId:\"ohVDGj50R\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-139dcne-container\",layoutDependency:layoutDependency,layoutId:\"gf6Dty5n2-container\",children:/*#__PURE__*/_jsx(Counter500,{direction:\"up\",font:{color:\"rgb(255, 255, 255)\",fontFace:\"space grotesk\",size:56,weight:\"normal\"},height:\"100%\",id:\"gf6Dty5n2\",layoutId:\"gf6Dty5n2\",style:{width:\"100%\"},value:500,width:\"100%\",...addPropertyOverrides({ch9iR85UM:{font:{color:\"rgb(255, 255, 255)\",fontFace:\"space grotesk\",size:40,weight:\"normal\"}},S42QVMEM1:{font:{color:\"rgb(255, 255, 255)\",fontFace:\"space grotesk\",size:36,weight:\"normal\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-din3di-container\",layoutDependency:layoutDependency,layoutId:\"xKhDlVRnF-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:'var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, rgb(15, 98, 254)) /* {\"name\":\"Blue\"} */',height:\"100%\",iconSearch:\"Home\",iconSelection:\"Plus\",id:\"xKhDlVRnF\",layoutId:\"xKhDlVRnF\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Successful\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Project's\"})]}),className:\"framer-1u2ngtd\",\"data-framer-name\":\"Seccessfull peoject\",layoutDependency:layoutDependency,layoutId:\"WjDxsAZxg\",style:{\"--extracted-2gxw0f\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({S42QVMEM1:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Successful\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"Project's\"})]})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lbyq5g\",\"data-framer-name\":\"Rewards\",layoutDependency:layoutDependency,layoutId:\"fawSS01rg\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-pq4a60-container\",layoutDependency:layoutDependency,layoutId:\"rFVInuYBm-container\",children:/*#__PURE__*/_jsx(Counter500,{direction:\"up\",font:{color:\"rgb(255, 255, 255)\",fontFace:\"space grotesk\",size:56,weight:\"normal\"},height:\"100%\",id:\"rFVInuYBm\",layoutId:\"rFVInuYBm\",style:{width:\"100%\"},value:70,width:\"100%\",...addPropertyOverrides({ch9iR85UM:{font:{color:\"rgb(255, 255, 255)\",fontFace:\"space grotesk\",size:40,weight:\"normal\"}},S42QVMEM1:{font:{color:\"rgb(255, 255, 255)\",fontFace:\"space grotesk\",size:36,weight:\"normal\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-64qlgz-container\",layoutDependency:layoutDependency,layoutId:\"VLanlWwYD-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:'var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, rgb(15, 98, 254)) /* {\"name\":\"Blue\"} */',height:\"100%\",iconSearch:\"Home\",iconSelection:\"Plus\",id:\"VLanlWwYD\",layoutId:\"VLanlWwYD\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\",\"--framer-text-transform\":\"capitalize\"},children:\"Rewards\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\",\"--framer-text-transform\":\"capitalize\"},children:\"/recognition\"})]}),className:\"framer-19j9kuu\",\"data-framer-name\":\"Rewards /recognition\",layoutDependency:layoutDependency,layoutId:\"kfjPlG8Ik\",style:{\"--extracted-2gxw0f\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--extracted-r6o4lv\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({S42QVMEM1:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\",\"--framer-text-transform\":\"capitalize\"},children:\"Rewards\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\",\"--framer-text-transform\":\"capitalize\"},children:\"/recognition\"})]})}},baseVariant,gestureVariant)})]})]})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1d0d8me\",\"data-border\":true,\"data-framer-name\":\"Top Title\",layoutDependency:layoutDependency,layoutId:\"JSeABtcKi\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":'var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, rgb(47, 47, 47)) /* {\"name\":\"Medium Gray\"} */',\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0))\"},variants:{\"MnDtgFiIm-hover\":{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},\"NvqPEnwej-hover\":{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},\"znKHeofsE-hover\":{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},ch9iR85UM:{\"--border-color\":'var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, rgb(15, 98, 254)) /* {\"name\":\"Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},kgcWMMFdR:{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},R8r19sdoo:{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},RFvPQZhqe:{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},S42QVMEM1:{\"--border-color\":'var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, rgb(15, 98, 254)) /* {\"name\":\"Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},XEvdFZyFA:{\"--border-color\":'var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, rgb(15, 98, 254)) /* {\"name\":\"Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-142h6ow\",\"data-framer-name\":\"Titles\",layoutDependency:layoutDependency,layoutId:\"P1lmLbGWH\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",children:\"Design Career Insights\"})}),className:\"framer-1ftoztn\",layoutDependency:layoutDependency,layoutId:\"rKMqCUERE\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",children:\"Design Career Insights\"})}),className:\"framer-pfu7gd\",layoutDependency:layoutDependency,layoutId:\"uM4vEwmGr\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1feos8f\",\"data-framer-name\":\"icons\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"QxfEhx8mx\",onTap:onTapkxe6b1,...addPropertyOverrides({ch9iR85UM:{onTap:onTap1a4limx},kgcWMMFdR:{onTap:onTapl3alii},MnDtgFiIm:{onTap:onTapl3alii},RFvPQZhqe:{\"data-highlight\":undefined,onTap:undefined},S42QVMEM1:{onTap:onTap108r8ht},XEvdFZyFA:{onTap:onTappus24l},znKHeofsE:{onTap:onTap59d4vd}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-j8h6b6-container\",layoutDependency:layoutDependency,layoutId:\"DbWlqJEAB-container\",children:/*#__PURE__*/_jsx(Feather,{color:'var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',height:\"100%\",iconSearch:\"Home\",iconSelection:\"plus\",id:\"DbWlqJEAB\",layoutId:\"DbWlqJEAB\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kda3yx-container\",layoutDependency:layoutDependency,layoutId:\"u0Sok_ULs-container\",children:/*#__PURE__*/_jsx(Feather,{color:'var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-down\",id:\"u0Sok_ULs\",layoutId:\"u0Sok_ULs\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"MnDtgFiIm-hover\":{iconSelection:\"arrow-down\"},\"znKHeofsE-hover\":{iconSelection:\"arrow-down\"},ch9iR85UM:{iconSelection:\"x\"},MnDtgFiIm:{iconSelection:\"x\"},S42QVMEM1:{iconSelection:\"x\"},XEvdFZyFA:{iconSelection:\"x\"},znKHeofsE:{iconSelection:\"x\"}},baseVariant,gestureVariant)})})]})]})]})})})});});const css=['.framer-hP0um [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hP0um .framer-1dzsgpn { display: block; }\",\".framer-hP0um .framer-s0e4y7 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-hP0um .framer-162sfwf { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; max-width: 100%; overflow: hidden; padding: 0px 40px 0px 40px; pointer-events: none; position: relative; width: 100%; }\",\".framer-hP0um .framer-tr7xsp { align-content: start; align-items: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 64px 0px 64px 0px; position: relative; width: 100%; }\",\".framer-hP0um .framer-u228he { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 40%; }\",\".framer-hP0um .framer-1v4p3iu, .framer-hP0um .framer-1njdfu6 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-hP0um .framer-1k97pa1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-hP0um .framer-9e74sy, .framer-hP0um .framer-1c0v3p9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-hP0um .framer-525eet { flex: none; height: 38px; position: relative; width: 50px; }\",\".framer-hP0um .framer-1xrled7 { flex: none; height: 40px; position: relative; width: 50px; }\",\".framer-hP0um .framer-1or4j3l { aspect-ratio: 2.32 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 34px); position: relative; width: 80px; }\",\".framer-hP0um .framer-h5m8a { aspect-ratio: 1.02 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 43px); position: relative; width: 44px; }\",\".framer-hP0um .framer-niisus { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-hP0um .framer-1crea1o { flex: none; height: 16px; position: relative; width: 80px; }\",\".framer-hP0um .framer-xwupej { flex: none; height: 48px; position: relative; width: 70px; }\",\".framer-hP0um .framer-26atxg { align-self: stretch; flex: none; height: auto; overflow: visible; position: relative; width: 1px; }\",\".framer-hP0um .framer-18vkcyh { align-content: start; align-items: start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-hP0um .framer-stannv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-hP0um .framer-4thfp2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-hP0um .framer-139dcne-container, .framer-hP0um .framer-pq4a60-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-hP0um .framer-din3di-container, .framer-hP0um .framer-64qlgz-container { flex: none; height: 60px; position: relative; width: 60px; }\",\".framer-hP0um .framer-1u2ngtd, .framer-hP0um .framer-19j9kuu { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-hP0um .framer-1lbyq5g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-hP0um .framer-1d0d8me { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 80px; justify-content: space-between; max-width: 100%; overflow: hidden; padding: 40px 40px 40px 40px; position: relative; width: 100%; }\",\".framer-hP0um .framer-142h6ow { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 26px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-hP0um .framer-1ftoztn { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-hP0um .framer-pfu7gd { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-hP0um .framer-1feos8f { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 24px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-hP0um .framer-j8h6b6-container, .framer-hP0um .framer-kda3yx-container { cursor: pointer; flex: none; height: 24px; position: relative; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hP0um .framer-s0e4y7, .framer-hP0um .framer-162sfwf, .framer-hP0um .framer-tr7xsp, .framer-hP0um .framer-u228he, .framer-hP0um .framer-1k97pa1, .framer-hP0um .framer-9e74sy, .framer-hP0um .framer-1c0v3p9, .framer-hP0um .framer-niisus, .framer-hP0um .framer-18vkcyh, .framer-hP0um .framer-stannv, .framer-hP0um .framer-4thfp2, .framer-hP0um .framer-1lbyq5g, .framer-hP0um .framer-142h6ow, .framer-hP0um .framer-1feos8f { gap: 0px; } .framer-hP0um .framer-s0e4y7 > *, .framer-hP0um .framer-142h6ow > *, .framer-hP0um .framer-1feos8f > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-hP0um .framer-s0e4y7 > :first-child, .framer-hP0um .framer-162sfwf > :first-child, .framer-hP0um .framer-u228he > :first-child, .framer-hP0um .framer-9e74sy > :first-child, .framer-hP0um .framer-1c0v3p9 > :first-child, .framer-hP0um .framer-niisus > :first-child, .framer-hP0um .framer-18vkcyh > :first-child, .framer-hP0um .framer-stannv > :first-child, .framer-hP0um .framer-142h6ow > :first-child, .framer-hP0um .framer-1feos8f > :first-child { margin-top: 0px; } .framer-hP0um .framer-s0e4y7 > :last-child, .framer-hP0um .framer-162sfwf > :last-child, .framer-hP0um .framer-u228he > :last-child, .framer-hP0um .framer-9e74sy > :last-child, .framer-hP0um .framer-1c0v3p9 > :last-child, .framer-hP0um .framer-niisus > :last-child, .framer-hP0um .framer-18vkcyh > :last-child, .framer-hP0um .framer-stannv > :last-child, .framer-hP0um .framer-142h6ow > :last-child, .framer-hP0um .framer-1feos8f > :last-child { margin-bottom: 0px; } .framer-hP0um .framer-162sfwf > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-hP0um .framer-tr7xsp > *, .framer-hP0um .framer-1k97pa1 > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-hP0um .framer-tr7xsp > :first-child, .framer-hP0um .framer-1k97pa1 > :first-child, .framer-hP0um .framer-4thfp2 > :first-child, .framer-hP0um .framer-1lbyq5g > :first-child { margin-left: 0px; } .framer-hP0um .framer-tr7xsp > :last-child, .framer-hP0um .framer-1k97pa1 > :last-child, .framer-hP0um .framer-4thfp2 > :last-child, .framer-hP0um .framer-1lbyq5g > :last-child { margin-right: 0px; } .framer-hP0um .framer-u228he > *, .framer-hP0um .framer-stannv > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-hP0um .framer-9e74sy > *, .framer-hP0um .framer-1c0v3p9 > * { margin: 0px; margin-bottom: calc(45px / 2); margin-top: calc(45px / 2); } .framer-hP0um .framer-niisus > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-hP0um .framer-18vkcyh > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-hP0um .framer-4thfp2 > *, .framer-hP0um .framer-1lbyq5g > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",\".framer-hP0um.framer-v-1m28pfh .framer-s0e4y7, .framer-hP0um.framer-v-nrkp45 .framer-s0e4y7 { cursor: unset; }\",\".framer-hP0um.framer-v-1m28pfh .framer-1feos8f, .framer-hP0um.framer-v-nrkp45 .framer-1feos8f, .framer-hP0um.framer-v-1p935i8 .framer-1feos8f, .framer-hP0um.framer-v-1hjhvnr .framer-1feos8f, .framer-hP0um.framer-v-fvujkb .framer-1feos8f, .framer-hP0um.framer-v-s0e4y7.hover .framer-142h6ow, .framer-hP0um.framer-v-s0e4y7.hover .framer-1feos8f, .framer-hP0um.framer-v-ugf0lf.hover .framer-142h6ow, .framer-hP0um.framer-v-ugf0lf.hover .framer-1feos8f, .framer-hP0um.framer-v-iungn0.hover .framer-142h6ow, .framer-hP0um.framer-v-iungn0.hover .framer-1feos8f { justify-content: flex-end; }\",\".framer-hP0um.framer-v-nrkp45 .framer-162sfwf, .framer-hP0um.framer-v-1hjhvnr .framer-162sfwf { order: 1; }\",\".framer-hP0um.framer-v-nrkp45 .framer-1d0d8me, .framer-hP0um.framer-v-1hjhvnr .framer-1d0d8me { order: 0; }\",\".framer-hP0um.framer-v-ugf0lf .framer-s0e4y7 { padding: 0px 20px 0px 20px; width: 810px; }\",\".framer-hP0um.framer-v-ugf0lf .framer-142h6ow { height: 22px; }\",\".framer-hP0um.framer-v-1p935i8 .framer-s0e4y7, .framer-hP0um.framer-v-1hjhvnr .framer-s0e4y7 { cursor: unset; padding: 0px 20px 0px 20px; width: 810px; }\",\".framer-hP0um.framer-v-1p935i8 .framer-142h6ow, .framer-hP0um.framer-v-1hjhvnr .framer-142h6ow { height: 22px; justify-content: flex-end; }\",\".framer-hP0um.framer-v-1hjhvnr .framer-tr7xsp, .framer-hP0um.framer-v-1hjhvnr .framer-1k97pa1, .framer-hP0um.framer-v-fvujkb .framer-1k97pa1 { gap: 32px; }\",\".framer-hP0um.framer-v-1hjhvnr .framer-din3di-container, .framer-hP0um.framer-v-1hjhvnr .framer-64qlgz-container { height: 40px; width: 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hP0um.framer-v-1hjhvnr .framer-tr7xsp, .framer-hP0um.framer-v-1hjhvnr .framer-1k97pa1 { gap: 0px; } .framer-hP0um.framer-v-1hjhvnr .framer-tr7xsp > *, .framer-hP0um.framer-v-1hjhvnr .framer-1k97pa1 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-hP0um.framer-v-1hjhvnr .framer-tr7xsp > :first-child, .framer-hP0um.framer-v-1hjhvnr .framer-1k97pa1 > :first-child { margin-left: 0px; } .framer-hP0um.framer-v-1hjhvnr .framer-tr7xsp > :last-child, .framer-hP0um.framer-v-1hjhvnr .framer-1k97pa1 > :last-child { margin-right: 0px; } }\",\".framer-hP0um.framer-v-iungn0 .framer-s0e4y7 { padding: 0px 20px 0px 20px; width: 390px; }\",\".framer-hP0um.framer-v-iungn0 .framer-1d0d8me, .framer-hP0um.framer-v-13po1mg .framer-1d0d8me { padding: 40px 20px 40px 20px; }\",\".framer-hP0um.framer-v-iungn0 .framer-142h6ow { height: 18px; }\",\".framer-hP0um.framer-v-13po1mg .framer-s0e4y7, .framer-hP0um.framer-v-fvujkb .framer-s0e4y7 { cursor: unset; padding: 0px 20px 0px 20px; width: 390px; }\",\".framer-hP0um.framer-v-13po1mg .framer-142h6ow, .framer-hP0um.framer-v-fvujkb .framer-142h6ow { height: 18px; justify-content: flex-end; }\",\".framer-hP0um.framer-v-13po1mg .framer-1feos8f { cursor: unset; justify-content: flex-end; }\",\".framer-hP0um.framer-v-fvujkb .framer-162sfwf { order: 1; padding: 0px 20px 0px 20px; }\",\".framer-hP0um.framer-v-fvujkb .framer-tr7xsp { flex-direction: column; gap: 32px; }\",\".framer-hP0um.framer-v-fvujkb .framer-u228he { gap: 35px; width: 100%; }\",\".framer-hP0um.framer-v-fvujkb .framer-26atxg { align-self: unset; height: 1px; width: 100%; }\",\".framer-hP0um.framer-v-fvujkb .framer-18vkcyh { flex: none; gap: 32px; width: 100%; }\",\".framer-hP0um.framer-v-fvujkb .framer-din3di-container, .framer-hP0um.framer-v-fvujkb .framer-64qlgz-container { height: 36px; width: 36px; }\",\".framer-hP0um.framer-v-fvujkb .framer-1d0d8me { order: 0; padding: 40px 20px 40px 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hP0um.framer-v-fvujkb .framer-tr7xsp, .framer-hP0um.framer-v-fvujkb .framer-u228he, .framer-hP0um.framer-v-fvujkb .framer-1k97pa1, .framer-hP0um.framer-v-fvujkb .framer-18vkcyh { gap: 0px; } .framer-hP0um.framer-v-fvujkb .framer-tr7xsp > *, .framer-hP0um.framer-v-fvujkb .framer-18vkcyh > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-hP0um.framer-v-fvujkb .framer-tr7xsp > :first-child, .framer-hP0um.framer-v-fvujkb .framer-u228he > :first-child, .framer-hP0um.framer-v-fvujkb .framer-18vkcyh > :first-child { margin-top: 0px; } .framer-hP0um.framer-v-fvujkb .framer-tr7xsp > :last-child, .framer-hP0um.framer-v-fvujkb .framer-u228he > :last-child, .framer-hP0um.framer-v-fvujkb .framer-18vkcyh > :last-child { margin-bottom: 0px; } .framer-hP0um.framer-v-fvujkb .framer-u228he > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-hP0um.framer-v-fvujkb .framer-1k97pa1 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-hP0um.framer-v-fvujkb .framer-1k97pa1 > :first-child { margin-left: 0px; } .framer-hP0um.framer-v-fvujkb .framer-1k97pa1 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"R8r19sdoo\":{\"layout\":[\"fixed\",\"auto\"]},\"XEvdFZyFA\":{\"layout\":[\"fixed\",\"auto\"]},\"MnDtgFiIm\":{\"layout\":[\"fixed\",\"auto\"]},\"kgcWMMFdR\":{\"layout\":[\"fixed\",\"auto\"]},\"ch9iR85UM\":{\"layout\":[\"fixed\",\"auto\"]},\"znKHeofsE\":{\"layout\":[\"fixed\",\"auto\"]},\"RFvPQZhqe\":{\"layout\":[\"fixed\",\"auto\"]},\"S42QVMEM1\":{\"layout\":[\"fixed\",\"auto\"]},\"NJMDTXlzh\":{\"layout\":[\"fixed\",\"auto\"]},\"OM6D8efDR\":{\"layout\":[\"fixed\",\"auto\"]},\"MYdzmMfOr\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n */const FramerIukbcj99P=withCSS(Component,css,\"framer-hP0um\");export default FramerIukbcj99P;FramerIukbcj99P.displayName=\"Career Insights Accordion\";FramerIukbcj99P.defaultProps={height:80,width:1200};addPropertyControls(FramerIukbcj99P,{variant:{options:[\"NvqPEnwej\",\"R8r19sdoo\",\"XEvdFZyFA\",\"MnDtgFiIm\",\"kgcWMMFdR\",\"ch9iR85UM\",\"znKHeofsE\",\"RFvPQZhqe\",\"S42QVMEM1\"],optionTitles:[\"Desktop Career Accordion Variant 1\",\"Desktop Career Accordion Variant 2\",\"Desktop Career Accordion Variant 3\",\"Tab Career Accordion Variant 1\",\"Tab Career Accordion Variant 2\",\"Tab Career Accordion Variant 3\",\"Phone Career Accordion Variant 1\",\"Phone Career Accordion Variant 2\",\"Phone Career Accordion Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerIukbcj99P,[...Counter500Fonts,...IconoirFonts,...FeatherFonts,...sharedStyle.fonts,...sharedStyle1.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIukbcj99P\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"80\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"R8r19sdoo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XEvdFZyFA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MnDtgFiIm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kgcWMMFdR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ch9iR85UM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"znKHeofsE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RFvPQZhqe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"S42QVMEM1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NJMDTXlzh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OM6D8efDR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MYdzmMfOr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Iukbcj99P.map", "// Generated by Framer (4f5e97b)\nimport{jsx as r,jsxs as e}from\"react/jsx-runtime\";import{addFonts as a,addPropertyControls as t,ControlType as n,cx as o,getFonts as i,RichText as m,useActiveVariantCallback as f,useLocaleInfo as c,useVariantState as l,withCSS as d}from\"framer\";import{LayoutGroup as s,motion as p,MotionConfigContext as b}from\"framer-motion\";import*as g from\"react\";import{Icon as h}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as v from\"https://framerusercontent.com/modules/PcqykQZFX3fQB8Hb8VN4/db6plUlju5PYBZQ7Yxtl/RFNXRstg7.js\";let x=i(h),u={liCZkDNvW:{hover:!0},RANj3FOV6:{hover:!0},wI8UVcat3:{hover:!0}},w=[\"RANj3FOV6\",\"Yb2omJMYz\",\"wI8UVcat3\",\"PsDnYbPOD\",\"liCZkDNvW\",\"XrTj8qngV\"],y=\"framer-j3iw1\",j={liCZkDNvW:\"framer-v-tx0pmu\",PsDnYbPOD:\"framer-v-16jqbd5\",RANj3FOV6:\"framer-v-p6vq0k\",wI8UVcat3:\"framer-v-kdszm7\",XrTj8qngV:\"framer-v-1jycuy1\",Yb2omJMYz:\"framer-v-7gjr7m\"};function k(r,...e){let a={};return null==e||e.forEach(e=>e&&Object.assign(a,r[e])),a;}let N={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},V=({value:e,children:a})=>{let t=g.useContext(b),n=null!=e?e:t.transition,o=g.useMemo(()=>({...t,transition:n}),[JSON.stringify(n)]);return /*#__PURE__*/r(b.Provider,{value:o,children:a});},R={\"Recruiter Accordion- Desktop Variant 1\":\"RANj3FOV6\",\"Recruiter Accordion- Desktop Variant 3\":\"Yb2omJMYz\",\"Recruiter Accordion- Phone Variant 1\":\"liCZkDNvW\",\"Recruiter Accordion- Phone Variant 3\":\"XrTj8qngV\",\"Recruiter Accordion- Tab Variant 1\":\"wI8UVcat3\",\"Recruiter Accordion- Tab Variant 3\":\"PsDnYbPOD\"},D=({height:r,id:e,width:a,...t})=>{var n,o;return{...t,variant:null!==(o=null!==(n=R[t.variant])&&void 0!==n?n:t.variant)&&void 0!==o?o:\"RANj3FOV6\"};},A=(r,e)=>e.join(\"-\")+r.layoutDependency,q=/*#__PURE__*/g.forwardRef(function(a,t){let{activeLocale:n}=c(),{style:i,className:d,layoutId:b,variant:x,...y}=D(a),{baseVariant:R,classNames:q,gestureVariant:F,setGestureState:z,setVariant:C,transition:O,variants:Y}=l({cycleOrder:w,defaultVariant:\"RANj3FOV6\",enabledGestures:u,transitions:N,variant:x,variantClassNames:j}),P=A(a,Y),{activeVariantCallback:T,delay:U}=f(R),I=T(async(...r)=>{C(\"Yb2omJMYz\");}),X=T(async(...r)=>{C(\"RANj3FOV6\");}),Z=T(async(...r)=>{C(\"PsDnYbPOD\");}),M=T(async(...r)=>{C(\"wI8UVcat3\");}),S=T(async(...r)=>{C(\"XrTj8qngV\");}),W=T(async(...r)=>{C(\"liCZkDNvW\");}),_=g.useRef(null),J=g.useId(),G=[v.className];return /*#__PURE__*/r(s,{id:null!=b?b:J,children:/*#__PURE__*/r(p.div,{initial:x,animate:Y,onHoverStart:()=>z({isHovered:!0}),onHoverEnd:()=>z({isHovered:!1}),onTapStart:()=>z({isPressed:!0}),onTap:()=>z({isPressed:!1}),onTapCancel:()=>z({isPressed:!1}),className:o(\"framer-j3iw1\",...G,q),style:{display:\"contents\"},children:/*#__PURE__*/r(V,{value:O,children:/*#__PURE__*/e(p.button,{...y,className:o(\"framer-p6vq0k\",d),\"data-framer-name\":\"Recruiter Accordion- Desktop Variant 1\",\"data-reset\":\"button\",layoutDependency:P,layoutId:\"RANj3FOV6\",ref:null!=t?t:_,style:{...i},...k({\"liCZkDNvW-hover\":{\"data-framer-name\":void 0},\"RANj3FOV6-hover\":{\"data-framer-name\":void 0},\"wI8UVcat3-hover\":{\"data-framer-name\":void 0},liCZkDNvW:{\"data-framer-name\":\"Recruiter Accordion- Phone Variant 1\"},PsDnYbPOD:{\"data-framer-name\":\"Recruiter Accordion- Tab Variant 3\"},wI8UVcat3:{\"data-framer-name\":\"Recruiter Accordion- Tab Variant 1\"},XrTj8qngV:{\"data-framer-name\":\"Recruiter Accordion- Phone Variant 3\"},Yb2omJMYz:{\"data-framer-name\":\"Recruiter Accordion- Desktop Variant 3\"}},R,F),children:[!![\"Yb2omJMYz\",\"PsDnYbPOD\",\"XrTj8qngV\"].includes(R)&&/*#__PURE__*/r(p.div,{className:\"framer-173nbgy\",\"data-border\":!0,\"data-framer-name\":\"Answer Section\",layoutDependency:P,layoutId:\"RANj3FOV6sU_21GtdNuBVMNxEi3\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":'var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, rgb(47, 47, 47)) /* {\"name\":\"Medium Gray\"} */',\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0))\",opacity:0},variants:{PsDnYbPOD:{opacity:1},XrTj8qngV:{opacity:1},Yb2omJMYz:{opacity:1}},children:/*#__PURE__*/r(p.div,{className:\"framer-q59rv7\",\"data-framer-name\":\"Answer Text\",layoutDependency:P,layoutId:\"RANj3FOV6qfHbWSVCx\",style:{backgroundColor:\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0))\"},children:/*#__PURE__*/r(m,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(g.Fragment,{children:[/*#__PURE__*/r(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"Yes, you can hire me full-time. \"}),/*#__PURE__*/r(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1t2m2pg, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"I'm always excited about the future of technology and Fintech. I'm also open to collaborating with other designers or engineers. If anyone is working on projects related to UX/UI, visual design, branding, or editorial, please feel free to reach out to me. Don't hesitate to send me an email to discuss this further.\"})]}),className:\"framer-g8aw92\",layoutDependency:P,layoutId:\"RANj3FOV6c13zcgZHf\",style:{\"--extracted-1eung3n\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--extracted-1t2m2pg\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})})}),/*#__PURE__*/e(p.div,{className:\"framer-7z4vyw\",\"data-border\":!0,\"data-framer-name\":\"Title Section\",layoutDependency:P,layoutId:\"RANj3FOV6sU_21GtdNwR7MZk0J8\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":'var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, rgb(47, 47, 47)) /* {\"name\":\"Medium Gray\"} */',\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0))\"},variants:{\"liCZkDNvW-hover\":{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},\"RANj3FOV6-hover\":{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},\"wI8UVcat3-hover\":{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},PsDnYbPOD:{\"--border-color\":'var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, rgb(15, 98, 254)) /* {\"name\":\"Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},XrTj8qngV:{\"--border-color\":'var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, rgb(15, 98, 254)) /* {\"name\":\"Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},Yb2omJMYz:{\"--border-color\":'var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, rgb(15, 98, 254)) /* {\"name\":\"Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"}},children:[/*#__PURE__*/e(p.div,{className:\"framer-fj8mpg\",layoutDependency:P,layoutId:\"RANj3FOV6sU_21GtdNavs969DNu\",children:[/*#__PURE__*/r(m,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(g.Fragment,{children:/*#__PURE__*/r(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"Can we hire you full-time?\"})}),className:\"framer-1nc8lgt\",layoutDependency:P,layoutId:\"RANj3FOV6sU_21GtdNnTMvTs5C3\",style:{\"--extracted-1eung3n\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0,...k({liCZkDNvW:{children:/*#__PURE__*/r(g.Fragment,{children:/*#__PURE__*/e(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:[\"Can we hire you\",/*#__PURE__*/r(p.br,{}),\"full-time?\"]})})},XrTj8qngV:{children:/*#__PURE__*/r(g.Fragment,{children:/*#__PURE__*/e(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:[\"Can we hire you\",/*#__PURE__*/r(p.br,{}),\"full-time?\"]})})}},R,F)}),/*#__PURE__*/r(m,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(g.Fragment,{children:/*#__PURE__*/r(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"Can we hire you full-time?\"})}),className:\"framer-1bhzs03\",layoutDependency:P,layoutId:\"RANj3FOV6sU_21GtdNYBP8ajqSa\",style:{\"--extracted-1eung3n\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0,...k({liCZkDNvW:{children:/*#__PURE__*/r(g.Fragment,{children:/*#__PURE__*/e(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:[\"Can we hire you\",/*#__PURE__*/r(p.br,{}),\"full-time?\"]})})},XrTj8qngV:{children:/*#__PURE__*/r(g.Fragment,{children:/*#__PURE__*/e(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:[\"Can we hire you\",/*#__PURE__*/r(p.br,{}),\"full-time?\"]})})}},R,F)})]}),/*#__PURE__*/e(p.div,{className:\"framer-c4x18z\",\"data-highlight\":!0,layoutDependency:P,layoutId:\"RANj3FOV6sU_21GtdNuBZxtwSgZ\",onTap:I,...k({liCZkDNvW:{onTap:S},PsDnYbPOD:{onTap:M},wI8UVcat3:{onTap:Z},XrTj8qngV:{onTap:W},Yb2omJMYz:{onTap:X}},R,F),children:[/*#__PURE__*/r(p.div,{className:\"framer-3rtb0x-container\",layoutDependency:P,layoutId:\"RANj3FOV6sU_21GtdNf2q9HDUf0-container\",children:/*#__PURE__*/r(h,{color:'var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',height:\"100%\",iconSearch:\"Home\",iconSelection:\"plus\",id:\"RANj3FOV6sU_21GtdNf2q9HDUf0\",layoutId:\"RANj3FOV6sU_21GtdNf2q9HDUf0\",mirrored:!1,selectByList:!0,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/r(p.div,{className:\"framer-1gp9vr2-container\",layoutDependency:P,layoutId:\"RANj3FOV6sU_21GtdNo4mbJUZxn-container\",children:/*#__PURE__*/r(h,{color:'var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-down\",id:\"RANj3FOV6sU_21GtdNo4mbJUZxn\",layoutId:\"RANj3FOV6sU_21GtdNo4mbJUZxn\",mirrored:!1,selectByList:!0,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...k({\"liCZkDNvW-hover\":{iconSelection:\"arrow-down\"},\"wI8UVcat3-hover\":{iconSelection:\"arrow-down\"},liCZkDNvW:{iconSelection:\"x\"},PsDnYbPOD:{iconSelection:\"x\"},wI8UVcat3:{iconSelection:\"x\"},XrTj8qngV:{iconSelection:\"x\"},Yb2omJMYz:{iconSelection:\"x\"}},R,F)})})]})]})]})})})});}),F=['.framer-j3iw1 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-j3iw1 .framer-1ttltov { display: block; }\",\".framer-j3iw1 .framer-p6vq0k { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-j3iw1 .framer-173nbgy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: hidden; padding: 64px 40px 64px 40px; pointer-events: none; position: relative; width: 100%; }\",\".framer-j3iw1 .framer-q59rv7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 35px 20px 35px 20px; position: relative; width: 100%; }\",\".framer-j3iw1 .framer-g8aw92 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-j3iw1 .framer-7z4vyw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 80px; justify-content: space-between; max-width: 100%; overflow: hidden; padding: 40px 40px 40px 40px; position: relative; width: 100%; }\",\".framer-j3iw1 .framer-fj8mpg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 29px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-j3iw1 .framer-1nc8lgt, .framer-j3iw1 .framer-1bhzs03 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-j3iw1 .framer-c4x18z { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 24px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-j3iw1 .framer-3rtb0x-container, .framer-j3iw1 .framer-1gp9vr2-container { cursor: pointer; flex: none; height: 24px; position: relative; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-j3iw1 .framer-p6vq0k, .framer-j3iw1 .framer-173nbgy, .framer-j3iw1 .framer-q59rv7, .framer-j3iw1 .framer-fj8mpg, .framer-j3iw1 .framer-c4x18z { gap: 0px; } .framer-j3iw1 .framer-p6vq0k > *, .framer-j3iw1 .framer-fj8mpg > *, .framer-j3iw1 .framer-c4x18z > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-j3iw1 .framer-p6vq0k > :first-child, .framer-j3iw1 .framer-173nbgy > :first-child, .framer-j3iw1 .framer-fj8mpg > :first-child, .framer-j3iw1 .framer-c4x18z > :first-child { margin-top: 0px; } .framer-j3iw1 .framer-p6vq0k > :last-child, .framer-j3iw1 .framer-173nbgy > :last-child, .framer-j3iw1 .framer-fj8mpg > :last-child, .framer-j3iw1 .framer-c4x18z > :last-child { margin-bottom: 0px; } .framer-j3iw1 .framer-173nbgy > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-j3iw1 .framer-q59rv7 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-j3iw1 .framer-q59rv7 > :first-child { margin-left: 0px; } .framer-j3iw1 .framer-q59rv7 > :last-child { margin-right: 0px; } }\",\".framer-j3iw1.framer-v-7gjr7m .framer-p6vq0k { cursor: unset; }\",\".framer-j3iw1.framer-v-7gjr7m .framer-173nbgy, .framer-j3iw1.framer-v-kdszm7 .framer-7z4vyw { order: 1; }\",\".framer-j3iw1.framer-v-7gjr7m .framer-7z4vyw, .framer-j3iw1.framer-v-16jqbd5 .framer-7z4vyw { order: 0; }\",\".framer-j3iw1.framer-v-7gjr7m .framer-fj8mpg, .framer-j3iw1.framer-v-7gjr7m .framer-c4x18z, .framer-j3iw1.framer-v-16jqbd5 .framer-c4x18z, .framer-j3iw1.framer-v-1jycuy1 .framer-c4x18z, .framer-j3iw1.framer-v-p6vq0k.hover .framer-fj8mpg, .framer-j3iw1.framer-v-p6vq0k.hover .framer-c4x18z, .framer-j3iw1.framer-v-kdszm7.hover .framer-fj8mpg, .framer-j3iw1.framer-v-kdszm7.hover .framer-c4x18z, .framer-j3iw1.framer-v-tx0pmu.hover .framer-fj8mpg, .framer-j3iw1.framer-v-tx0pmu.hover .framer-c4x18z { justify-content: flex-end; }\",\".framer-j3iw1.framer-v-kdszm7 .framer-p6vq0k { width: 810px; }\",\".framer-j3iw1.framer-v-kdszm7 .framer-fj8mpg { height: 24px; }\",\".framer-j3iw1.framer-v-16jqbd5 .framer-p6vq0k { cursor: unset; width: 810px; }\",\".framer-j3iw1.framer-v-16jqbd5 .framer-173nbgy, .framer-j3iw1.framer-v-1jycuy1 .framer-173nbgy { order: 1; padding: 64px 20px 64px 20px; }\",\".framer-j3iw1.framer-v-16jqbd5 .framer-q59rv7 { padding: 32px 20px 32px 20px; }\",\".framer-j3iw1.framer-v-16jqbd5 .framer-fj8mpg { height: 24px; justify-content: flex-end; }\",\".framer-j3iw1.framer-v-tx0pmu .framer-p6vq0k { width: 390px; }\",\".framer-j3iw1.framer-v-tx0pmu .framer-7z4vyw { height: min-content; order: 1; }\",\".framer-j3iw1.framer-v-tx0pmu .framer-fj8mpg { height: 40px; }\",\".framer-j3iw1.framer-v-1jycuy1 .framer-p6vq0k { cursor: unset; width: 390px; }\",\".framer-j3iw1.framer-v-1jycuy1 .framer-7z4vyw { height: min-content; order: 0; }\",\".framer-j3iw1.framer-v-1jycuy1 .framer-fj8mpg { height: 40px; justify-content: flex-end; }\",...v.css],z=d(q,F,\"framer-j3iw1\");export default z;z.displayName=\"Recruiter Accordion\",z.defaultProps={height:80,width:1200},t(z,{variant:{options:[\"RANj3FOV6\",\"Yb2omJMYz\",\"wI8UVcat3\",\"PsDnYbPOD\",\"liCZkDNvW\",\"XrTj8qngV\"],optionTitles:[\"Recruiter Accordion- Desktop Variant 1\",\"Recruiter Accordion- Desktop Variant 3\",\"Recruiter Accordion- Tab Variant 1\",\"Recruiter Accordion- Tab Variant 3\",\"Recruiter Accordion- Phone Variant 1\",\"Recruiter Accordion- Phone Variant 3\"],title:\"Variant\",type:n.Enum}}),a(z,[...x,...v.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerReW1Orr3d\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"80\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Yb2omJMYz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wI8UVcat3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PsDnYbPOD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"liCZkDNvW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XrTj8qngV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bmdY3TVsb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QHsWpAWgl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"desDLWtWm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ReW1Orr3d.map", "// Generated by Framer (f501c86)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"Z1x62Ag_n\",\"gFXf5xj7u\",\"hHoXAy5Uo\",\"hVm_xbNB5\",\"CgCygJMy7\",\"atNb4w7q9\",\"S75Uun61H\",\"pRG51HRUm\",\"jshj4tDsK\",\"TdENbOIZa\",\"rZ9Gea3ko\",\"eDz3FQ4Ji\",\"SyKvMVQV4\",\"G35WQlvUw\",\"cdyerWJV6\",\"KqBCSzxUi\",\"vOdYYTSPG\",\"PtKCFh0uV\"];const serializationHash=\"framer-5HLCK\";const variantClassNames={atNb4w7q9:\"framer-v-1w8vyaa\",cdyerWJV6:\"framer-v-w7uz99\",CgCygJMy7:\"framer-v-1v0yk9e\",eDz3FQ4Ji:\"framer-v-xkdzqf\",G35WQlvUw:\"framer-v-z0wxep\",gFXf5xj7u:\"framer-v-151umj\",hHoXAy5Uo:\"framer-v-15mypqk\",hVm_xbNB5:\"framer-v-1newi12\",jshj4tDsK:\"framer-v-18eo84q\",KqBCSzxUi:\"framer-v-qsc5rl\",pRG51HRUm:\"framer-v-g66ra2\",PtKCFh0uV:\"framer-v-jrmc2x\",rZ9Gea3ko:\"framer-v-h4vbsu\",S75Uun61H:\"framer-v-yona4i\",SyKvMVQV4:\"framer-v-1vtndrq\",TdENbOIZa:\"framer-v-19h370h\",vOdYYTSPG:\"framer-v-mxvmdp\",Z1x62Ag_n:\"framer-v-f7xuew\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const transformTemplate=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Desktop hero Scrolling 1\":\"Z1x62Ag_n\",\"Desktop hero Scrolling 2\":\"gFXf5xj7u\",\"Desktop hero Scrolling 3\":\"hHoXAy5Uo\",\"Desktop hero Scrolling 4\":\"hVm_xbNB5\",\"Desktop hero Scrolling 5\":\"CgCygJMy7\",\"Desktop hero Scrolling 6\":\"atNb4w7q9\",\"Mobile hero Scrolling1\":\"SyKvMVQV4\",\"Mobile hero Scrolling2\":\"G35WQlvUw\",\"Mobile hero Scrolling3\":\"cdyerWJV6\",\"Mobile hero Scrolling4\":\"KqBCSzxUi\",\"Mobile hero Scrolling5\":\"vOdYYTSPG\",\"Mobile hero Scrolling6\":\"PtKCFh0uV\",\"Tab hero Scrolling1\":\"S75Uun61H\",\"Tab hero Scrolling2\":\"pRG51HRUm\",\"Tab hero Scrolling3\":\"jshj4tDsK\",\"Tab hero Scrolling4\":\"TdENbOIZa\",\"Tab hero Scrolling5\":\"rZ9Gea3ko\",\"Tab hero Scrolling6\":\"eDz3FQ4Ji\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Z1x62Ag_n\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"Z1x62Ag_n\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearr0vsfd=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"gFXf5xj7u\"),2e3);});const onAppeare2k06y=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"hHoXAy5Uo\"),2e3);});const onAppear1rn7lvv=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"hVm_xbNB5\"),2e3);});const onAppearaqvice=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"CgCygJMy7\"),2e3);});const onAppear9b97ry=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"atNb4w7q9\"),2e3);});const onAppearg66w7k=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Z1x62Ag_n\"),2e3);});const onAppearw9ux5x=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"pRG51HRUm\"),2e3);});const onAppear1aghotv=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"jshj4tDsK\"),2e3);});const onAppear1olfyt3=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"TdENbOIZa\"),2e3);});const onAppear13b54tr=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"rZ9Gea3ko\"),2e3);});const onAppearlnhtxx=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"eDz3FQ4Ji\"),2e3);});const onAppear1mm6rcb=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"S75Uun61H\"),2e3);});const onAppearjctw1g=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"G35WQlvUw\"),2e3);});const onAppeard746g0=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"cdyerWJV6\"),2e3);});const onAppearfn5dlu=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"KqBCSzxUi\"),2e3);});const onAppear11vd7dm=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"vOdYYTSPG\"),2e3);});const onAppear1i6dyfr=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"PtKCFh0uV\"),2e3);});const onAppearf4rgwx=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"SyKvMVQV4\"),2e3);});useOnVariantChange(baseVariant,{atNb4w7q9:onAppearg66w7k,cdyerWJV6:onAppearfn5dlu,CgCygJMy7:onAppear9b97ry,default:onAppearr0vsfd,eDz3FQ4Ji:onAppear1mm6rcb,G35WQlvUw:onAppeard746g0,gFXf5xj7u:onAppeare2k06y,hHoXAy5Uo:onAppear1rn7lvv,hVm_xbNB5:onAppearaqvice,jshj4tDsK:onAppear1olfyt3,KqBCSzxUi:onAppear11vd7dm,pRG51HRUm:onAppear1aghotv,PtKCFh0uV:onAppearf4rgwx,rZ9Gea3ko:onAppearlnhtxx,S75Uun61H:onAppearw9ux5x,SyKvMVQV4:onAppearjctw1g,TdENbOIZa:onAppear13b54tr,vOdYYTSPG:onAppear1i6dyfr});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-5HLCK\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(\"framer-f7xuew\",className),\"data-border\":true,\"data-framer-name\":\"Desktop hero Scrolling 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Z1x62Ag_n\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"6px\",\"--border-color\":'var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111)) /* {\"name\":\"Gray\"} */',\"--border-left-width\":\"6px\",\"--border-right-width\":\"6px\",\"--border-style\":\"solid\",\"--border-top-width\":\"6px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},variants:{cdyerWJV6:{\"--border-bottom-width\":\"4px\",\"--border-left-width\":\"4px\",\"--border-right-width\":\"4px\",\"--border-top-width\":\"4px\"},G35WQlvUw:{\"--border-bottom-width\":\"4px\",\"--border-left-width\":\"4px\",\"--border-right-width\":\"4px\",\"--border-top-width\":\"4px\"},KqBCSzxUi:{\"--border-bottom-width\":\"4px\",\"--border-left-width\":\"4px\",\"--border-right-width\":\"4px\",\"--border-top-width\":\"4px\"},PtKCFh0uV:{\"--border-bottom-width\":\"4px\",\"--border-left-width\":\"4px\",\"--border-right-width\":\"4px\",\"--border-top-width\":\"4px\"},SyKvMVQV4:{\"--border-bottom-width\":\"4px\",\"--border-left-width\":\"4px\",\"--border-right-width\":\"4px\",\"--border-top-width\":\"4px\"},vOdYYTSPG:{\"--border-bottom-width\":\"4px\",\"--border-left-width\":\"4px\",\"--border-right-width\":\"4px\",\"--border-top-width\":\"4px\"}},...addPropertyOverrides({atNb4w7q9:{\"data-framer-name\":\"Desktop hero Scrolling 6\"},cdyerWJV6:{\"data-framer-name\":\"Mobile hero Scrolling3\"},CgCygJMy7:{\"data-framer-name\":\"Desktop hero Scrolling 5\"},eDz3FQ4Ji:{\"data-framer-name\":\"Tab hero Scrolling6\"},G35WQlvUw:{\"data-framer-name\":\"Mobile hero Scrolling2\"},gFXf5xj7u:{\"data-framer-name\":\"Desktop hero Scrolling 2\"},hHoXAy5Uo:{\"data-framer-name\":\"Desktop hero Scrolling 3\"},hVm_xbNB5:{\"data-framer-name\":\"Desktop hero Scrolling 4\"},jshj4tDsK:{\"data-framer-name\":\"Tab hero Scrolling3\"},KqBCSzxUi:{\"data-framer-name\":\"Mobile hero Scrolling4\"},pRG51HRUm:{\"data-framer-name\":\"Tab hero Scrolling2\"},PtKCFh0uV:{\"data-framer-name\":\"Mobile hero Scrolling6\"},rZ9Gea3ko:{\"data-framer-name\":\"Tab hero Scrolling5\"},S75Uun61H:{\"data-framer-name\":\"Tab hero Scrolling1\"},SyKvMVQV4:{\"data-framer-name\":\"Mobile hero Scrolling1\"},TdENbOIZa:{\"data-framer-name\":\"Tab hero Scrolling4\"},vOdYYTSPG:{\"data-framer-name\":\"Mobile hero Scrolling5\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13x7n5o\",layoutDependency:layoutDependency,layoutId:\"TaQ4f4pnN\",transformTemplate:transformTemplate,...addPropertyOverrides({cdyerWJV6:{transformTemplate:undefined},G35WQlvUw:{transformTemplate:undefined},KqBCSzxUi:{transformTemplate:undefined},PtKCFh0uV:{transformTemplate:undefined},SyKvMVQV4:{transformTemplate:undefined},vOdYYTSPG:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"empathizing\"})}),className:\"framer-1o1ndgh\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"POsMl6AVL\",style:{\"--extracted-gdpscs\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",opacity:1},variants:{atNb4w7q9:{\"--extracted-gdpscs\":\"var(--token-62da54cc-57b5-4c72-b3b1-57f931b8919a, rgb(0, 0, 0))\",opacity:0},eDz3FQ4Ji:{\"--extracted-gdpscs\":\"var(--token-62da54cc-57b5-4c72-b3b1-57f931b8919a, rgb(0, 0, 0))\",opacity:0},PtKCFh0uV:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({atNb4w7q9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-62da54cc-57b5-4c72-b3b1-57f931b8919a, rgb(0, 0, 0)))\"},children:\"empathizing\"})})},cdyerWJV6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"empathizing\"})})},eDz3FQ4Ji:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-62da54cc-57b5-4c72-b3b1-57f931b8919a, rgb(0, 0, 0)))\"},children:\"empathizing\"})})},G35WQlvUw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"empathizing\"})})},jshj4tDsK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"empathizing\"})})},KqBCSzxUi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"empathizing\"})})},pRG51HRUm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"empathizing\"})})},PtKCFh0uV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"empathizing\"})})},rZ9Gea3ko:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"empathizing\"})})},S75Uun61H:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"empathizing\"})})},SyKvMVQV4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"empathizing\"})})},TdENbOIZa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"empathizing\"})})},vOdYYTSPG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"empathizing\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111)))\"},children:\"defining\"})}),className:\"framer-k4ptw5\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"jLu7WZscE\",style:{\"--extracted-gdpscs\":\"var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",opacity:0},variants:{atNb4w7q9:{\"--extracted-gdpscs\":\"var(--token-62da54cc-57b5-4c72-b3b1-57f931b8919a, rgb(0, 0, 0))\"},cdyerWJV6:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},CgCygJMy7:{opacity:1},eDz3FQ4Ji:{\"--extracted-gdpscs\":\"var(--token-62da54cc-57b5-4c72-b3b1-57f931b8919a, rgb(0, 0, 0))\"},G35WQlvUw:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},gFXf5xj7u:{\"--extracted-gdpscs\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",opacity:1},hHoXAy5Uo:{opacity:1},hVm_xbNB5:{opacity:1},jshj4tDsK:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},KqBCSzxUi:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},pRG51HRUm:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},PtKCFh0uV:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\"},rZ9Gea3ko:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},SyKvMVQV4:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\"},TdENbOIZa:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},vOdYYTSPG:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({atNb4w7q9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-62da54cc-57b5-4c72-b3b1-57f931b8919a, rgb(0, 0, 0)))\"},children:\"defining\"})})},cdyerWJV6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"defining\"})})},eDz3FQ4Ji:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-62da54cc-57b5-4c72-b3b1-57f931b8919a, rgb(0, 0, 0)))\"},children:\"defining\"})})},G35WQlvUw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"defining\"})})},gFXf5xj7u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"defining\"})})},jshj4tDsK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"defining\"})})},KqBCSzxUi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"defining\"})})},pRG51HRUm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"defining\"})})},PtKCFh0uV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"defining\"})})},rZ9Gea3ko:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"defining\"})})},S75Uun61H:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111)))\"},children:\"defining\"})})},SyKvMVQV4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"defining\"})})},TdENbOIZa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"defining\"})})},vOdYYTSPG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"defining\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111)))\"},children:\"researching\"})}),className:\"framer-1vh0kby\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"tchvabUh_\",style:{\"--extracted-gdpscs\":\"var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",opacity:0},variants:{atNb4w7q9:{\"--extracted-gdpscs\":\"var(--token-62da54cc-57b5-4c72-b3b1-57f931b8919a, rgb(0, 0, 0))\"},cdyerWJV6:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},CgCygJMy7:{opacity:1},eDz3FQ4Ji:{\"--extracted-gdpscs\":\"var(--token-62da54cc-57b5-4c72-b3b1-57f931b8919a, rgb(0, 0, 0))\"},G35WQlvUw:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},gFXf5xj7u:{opacity:1},hHoXAy5Uo:{\"--extracted-gdpscs\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",opacity:1},hVm_xbNB5:{opacity:1},jshj4tDsK:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},KqBCSzxUi:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},pRG51HRUm:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},PtKCFh0uV:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\"},rZ9Gea3ko:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},SyKvMVQV4:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\"},TdENbOIZa:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},vOdYYTSPG:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({atNb4w7q9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-62da54cc-57b5-4c72-b3b1-57f931b8919a, rgb(0, 0, 0)))\"},children:\"researching\"})})},cdyerWJV6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"researching\"})})},eDz3FQ4Ji:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-62da54cc-57b5-4c72-b3b1-57f931b8919a, rgb(0, 0, 0)))\"},children:\"researching\"})})},G35WQlvUw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"researching\"})})},hHoXAy5Uo:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"researching\"})})},jshj4tDsK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"researching\"})})},KqBCSzxUi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"researching\"})})},pRG51HRUm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"researching\"})})},PtKCFh0uV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"researching\"})})},rZ9Gea3ko:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"researching\"})})},S75Uun61H:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111)))\"},children:\"researching\"})})},SyKvMVQV4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"researching\"})})},TdENbOIZa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"researching\"})})},vOdYYTSPG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"researching\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111)))\"},children:\"ideating\"})}),className:\"framer-1g0l289\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"pjBv3F1he\",style:{\"--extracted-gdpscs\":\"var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",opacity:0},variants:{atNb4w7q9:{\"--extracted-gdpscs\":\"var(--token-62da54cc-57b5-4c72-b3b1-57f931b8919a, rgb(0, 0, 0))\"},cdyerWJV6:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},CgCygJMy7:{opacity:1},eDz3FQ4Ji:{\"--extracted-gdpscs\":\"var(--token-62da54cc-57b5-4c72-b3b1-57f931b8919a, rgb(0, 0, 0))\"},G35WQlvUw:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},gFXf5xj7u:{opacity:1},hHoXAy5Uo:{opacity:1},hVm_xbNB5:{\"--extracted-gdpscs\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",opacity:1},jshj4tDsK:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},KqBCSzxUi:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},pRG51HRUm:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},PtKCFh0uV:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\"},rZ9Gea3ko:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},SyKvMVQV4:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\"},TdENbOIZa:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},vOdYYTSPG:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({atNb4w7q9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-62da54cc-57b5-4c72-b3b1-57f931b8919a, rgb(0, 0, 0)))\"},children:\"ideating\"})})},cdyerWJV6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"ideating\"})})},eDz3FQ4Ji:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-62da54cc-57b5-4c72-b3b1-57f931b8919a, rgb(0, 0, 0)))\"},children:\"ideating\"})})},G35WQlvUw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"ideating\"})})},hVm_xbNB5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"ideating\"})})},jshj4tDsK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"ideating\"})})},KqBCSzxUi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"ideating\"})})},pRG51HRUm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"ideating\"})})},PtKCFh0uV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"ideating\"})})},rZ9Gea3ko:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"ideating\"})})},S75Uun61H:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111)))\"},children:\"ideating\"})})},SyKvMVQV4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"ideating\"})})},TdENbOIZa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"ideating\"})})},vOdYYTSPG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"ideating\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111)))\"},children:\"prototyping\"})}),className:\"framer-1pboozs\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"Fd_ofHA8C\",style:{\"--extracted-gdpscs\":\"var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",opacity:0},variants:{atNb4w7q9:{\"--extracted-gdpscs\":\"var(--token-62da54cc-57b5-4c72-b3b1-57f931b8919a, rgb(0, 0, 0))\"},cdyerWJV6:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},CgCygJMy7:{\"--extracted-gdpscs\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",opacity:1},eDz3FQ4Ji:{\"--extracted-gdpscs\":\"var(--token-62da54cc-57b5-4c72-b3b1-57f931b8919a, rgb(0, 0, 0))\"},G35WQlvUw:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},gFXf5xj7u:{opacity:1},hHoXAy5Uo:{opacity:1},hVm_xbNB5:{opacity:1},jshj4tDsK:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},KqBCSzxUi:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},pRG51HRUm:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},PtKCFh0uV:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\"},rZ9Gea3ko:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},SyKvMVQV4:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\"},TdENbOIZa:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},vOdYYTSPG:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({atNb4w7q9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-62da54cc-57b5-4c72-b3b1-57f931b8919a, rgb(0, 0, 0)))\"},children:\"prototyping\"})})},cdyerWJV6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"prototyping\"})})},CgCygJMy7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"prototyping\"})})},eDz3FQ4Ji:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-62da54cc-57b5-4c72-b3b1-57f931b8919a, rgb(0, 0, 0)))\"},children:\"prototyping\"})})},G35WQlvUw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"prototyping\"})})},jshj4tDsK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"prototyping\"})})},KqBCSzxUi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"prototyping\"})})},pRG51HRUm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"prototyping\"})})},PtKCFh0uV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"prototyping\"})})},rZ9Gea3ko:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"prototyping\"})})},S75Uun61H:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111)))\"},children:\"prototyping\"})})},SyKvMVQV4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"prototyping\"})})},TdENbOIZa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"prototyping\"})})},vOdYYTSPG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"prototyping\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111)))\"},children:\"and testing\"})}),className:\"framer-ejd9hf\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"PVL6CpqQE\",style:{\"--extracted-gdpscs\":\"var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",opacity:0},variants:{atNb4w7q9:{\"--extracted-gdpscs\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",opacity:1},cdyerWJV6:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},CgCygJMy7:{opacity:1},eDz3FQ4Ji:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},G35WQlvUw:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},gFXf5xj7u:{opacity:1},hHoXAy5Uo:{opacity:1},hVm_xbNB5:{opacity:1},jshj4tDsK:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},KqBCSzxUi:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},pRG51HRUm:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},PtKCFh0uV:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},rZ9Gea3ko:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},SyKvMVQV4:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\"},TdENbOIZa:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1},vOdYYTSPG:{\"--extracted-gdpscs\":\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\",opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({atNb4w7q9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"and testing\"})})},cdyerWJV6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"and testing\"})})},eDz3FQ4Ji:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"and testing\"})})},G35WQlvUw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"and testing\"})})},jshj4tDsK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"and testing\"})})},KqBCSzxUi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"and testing\"})})},pRG51HRUm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"and testing\"})})},PtKCFh0uV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"and testing\"})})},rZ9Gea3ko:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"and testing\"})})},S75Uun61H:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111)))\"},children:\"and testing\"})})},SyKvMVQV4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"and testing\"})})},TdENbOIZa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"and testing\"})})},vOdYYTSPG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255)))\"},children:\"and testing\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=['.framer-5HLCK [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5HLCK .framer-1ct9agk { display: block; }\",\".framer-5HLCK .framer-f7xuew { height: 110px; min-width: 100px; overflow: hidden; position: relative; width: 526px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5HLCK .framer-13x7n5o { align-content: center; align-items: center; bottom: -528px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px 0px 0px 0px; position: absolute; width: 445px; }\",\".framer-5HLCK .framer-1o1ndgh, .framer-5HLCK .framer-k4ptw5, .framer-5HLCK .framer-1vh0kby, .framer-5HLCK .framer-1g0l289, .framer-5HLCK .framer-1pboozs, .framer-5HLCK .framer-ejd9hf { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5HLCK .framer-13x7n5o { gap: 0px; } .framer-5HLCK .framer-13x7n5o > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-5HLCK .framer-13x7n5o > :first-child { margin-top: 0px; } .framer-5HLCK .framer-13x7n5o > :last-child { margin-bottom: 0px; } }\",\".framer-5HLCK.framer-v-151umj .framer-13x7n5o { bottom: -419px; }\",\".framer-5HLCK.framer-v-15mypqk .framer-13x7n5o { bottom: -311px; }\",\".framer-5HLCK.framer-v-1newi12 .framer-13x7n5o { bottom: unset; top: -318px; }\",\".framer-5HLCK.framer-v-1v0yk9e .framer-13x7n5o { bottom: unset; top: -428px; }\",\".framer-5HLCK.framer-v-1w8vyaa .framer-13x7n5o { bottom: unset; top: -537px; }\",\".framer-5HLCK.framer-v-1w8vyaa .framer-ejd9hf { height: 91px; white-space: pre-wrap; width: 404px; word-break: break-word; word-wrap: break-word; }\",\".framer-5HLCK.framer-v-yona4i .framer-f7xuew, .framer-5HLCK.framer-v-g66ra2 .framer-f7xuew, .framer-5HLCK.framer-v-18eo84q .framer-f7xuew, .framer-5HLCK.framer-v-19h370h .framer-f7xuew, .framer-5HLCK.framer-v-h4vbsu .framer-f7xuew, .framer-5HLCK.framer-v-xkdzqf .framer-f7xuew { height: 100px; width: 460px; }\",\".framer-5HLCK.framer-v-yona4i .framer-13x7n5o { bottom: -466px; }\",\".framer-5HLCK.framer-v-g66ra2 .framer-13x7n5o { bottom: -371px; }\",\".framer-5HLCK.framer-v-18eo84q .framer-13x7n5o { bottom: -273px; }\",\".framer-5HLCK.framer-v-19h370h .framer-13x7n5o { bottom: unset; top: -281px; }\",\".framer-5HLCK.framer-v-h4vbsu .framer-13x7n5o { bottom: unset; top: -379px; }\",\".framer-5HLCK.framer-v-xkdzqf .framer-13x7n5o { bottom: unset; top: -474px; }\",\".framer-5HLCK.framer-v-xkdzqf .framer-ejd9hf { height: 78px; }\",\".framer-5HLCK.framer-v-1vtndrq .framer-f7xuew, .framer-5HLCK.framer-v-z0wxep .framer-f7xuew, .framer-5HLCK.framer-v-w7uz99 .framer-f7xuew, .framer-5HLCK.framer-v-qsc5rl .framer-f7xuew, .framer-5HLCK.framer-v-mxvmdp .framer-f7xuew, .framer-5HLCK.framer-v-jrmc2x .framer-f7xuew { height: 70px; max-width: 340px; width: 310px; }\",\".framer-5HLCK.framer-v-1vtndrq .framer-13x7n5o { bottom: -349px; left: -52px; right: -53px; width: unset; }\",\".framer-5HLCK.framer-v-z0wxep .framer-13x7n5o { bottom: -278px; left: -52px; right: -53px; width: unset; }\",\".framer-5HLCK.framer-v-w7uz99 .framer-13x7n5o { bottom: -205px; left: -52px; right: -53px; width: unset; }\",\".framer-5HLCK.framer-v-qsc5rl .framer-13x7n5o { bottom: unset; left: -52px; right: -53px; top: -209px; width: unset; }\",\".framer-5HLCK.framer-v-mxvmdp .framer-13x7n5o { bottom: unset; left: -52px; right: -53px; top: -283px; width: unset; }\",\".framer-5HLCK.framer-v-jrmc2x .framer-13x7n5o { bottom: unset; left: -52px; right: -53px; top: -355px; width: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 110\n * @framerIntrinsicWidth 526\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[\"100px\",null,null,null]},\"gFXf5xj7u\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[\"100px\",null,null,null]},\"hHoXAy5Uo\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[\"100px\",null,null,null]},\"hVm_xbNB5\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[\"100px\",null,null,null]},\"CgCygJMy7\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[\"100px\",null,null,null]},\"atNb4w7q9\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[\"100px\",null,null,null]},\"S75Uun61H\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[\"100px\",null,null,null]},\"pRG51HRUm\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[\"100px\",null,null,null]},\"jshj4tDsK\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[\"100px\",null,null,null]},\"TdENbOIZa\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[\"100px\",null,null,null]},\"rZ9Gea3ko\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[\"100px\",null,null,null]},\"eDz3FQ4Ji\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[\"100px\",null,null,null]},\"SyKvMVQV4\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[\"100px\",\"340px\",null,null]},\"G35WQlvUw\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[\"100px\",\"340px\",null,null]},\"cdyerWJV6\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[\"100px\",\"340px\",null,null]},\"KqBCSzxUi\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[\"100px\",\"340px\",null,null]},\"vOdYYTSPG\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[\"100px\",\"340px\",null,null]},\"PtKCFh0uV\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[\"100px\",\"340px\",null,null]}}}\n * @framerImmutableVariables false\n */const FramerRY9JtgfZu=withCSS(Component,css,\"framer-5HLCK\");export default FramerRY9JtgfZu;FramerRY9JtgfZu.displayName=\"Desktop hero Scrolling\";FramerRY9JtgfZu.defaultProps={height:110,width:526};addPropertyControls(FramerRY9JtgfZu,{variant:{options:[\"Z1x62Ag_n\",\"gFXf5xj7u\",\"hHoXAy5Uo\",\"hVm_xbNB5\",\"CgCygJMy7\",\"atNb4w7q9\",\"S75Uun61H\",\"pRG51HRUm\",\"jshj4tDsK\",\"TdENbOIZa\",\"rZ9Gea3ko\",\"eDz3FQ4Ji\",\"SyKvMVQV4\",\"G35WQlvUw\",\"cdyerWJV6\",\"KqBCSzxUi\",\"vOdYYTSPG\",\"PtKCFh0uV\"],optionTitles:[\"Desktop hero Scrolling 1\",\"Desktop hero Scrolling 2\",\"Desktop hero Scrolling 3\",\"Desktop hero Scrolling 4\",\"Desktop hero Scrolling 5\",\"Desktop hero Scrolling 6\",\"Tab hero Scrolling1\",\"Tab hero Scrolling2\",\"Tab hero Scrolling3\",\"Tab hero Scrolling4\",\"Tab hero Scrolling5\",\"Tab hero Scrolling6\",\"Mobile hero Scrolling1\",\"Mobile hero Scrolling2\",\"Mobile hero Scrolling3\",\"Mobile hero Scrolling4\",\"Mobile hero Scrolling5\",\"Mobile hero Scrolling6\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerRY9JtgfZu,[{family:\"Poppins\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/RY9JtgfZu:default\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1tvFP-KUEg.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1tvFP-KUEg.ttf\",weight:\"500\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRY9JtgfZu\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"526\",\"framerIntrinsicHeight\":\"110\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",null,null,null]},\\\"gFXf5xj7u\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",null,null,null]},\\\"hHoXAy5Uo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",null,null,null]},\\\"hVm_xbNB5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",null,null,null]},\\\"CgCygJMy7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",null,null,null]},\\\"atNb4w7q9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",null,null,null]},\\\"S75Uun61H\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",null,null,null]},\\\"pRG51HRUm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",null,null,null]},\\\"jshj4tDsK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",null,null,null]},\\\"TdENbOIZa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",null,null,null]},\\\"rZ9Gea3ko\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",null,null,null]},\\\"eDz3FQ4Ji\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",null,null,null]},\\\"SyKvMVQV4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",\\\"340px\\\",null,null]},\\\"G35WQlvUw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",\\\"340px\\\",null,null]},\\\"cdyerWJV6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",\\\"340px\\\",null,null]},\\\"KqBCSzxUi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",\\\"340px\\\",null,null]},\\\"vOdYYTSPG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",\\\"340px\\\",null,null]},\\\"PtKCFh0uV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",\\\"340px\\\",null,null]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RY9JtgfZu.map", "// Generated by Framer (1249b65)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"PhkVW0dy_\",\"U25gE_ztA\"];const variantClassNames={PhkVW0dy_:\"framer-v-d6k7wm\",U25gE_ztA:\"framer-v-1uwjfn9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"},U25gE_ztA:{damping:11,delay:0,mass:1,stiffness:500,type:\"spring\"}};const transformTemplate=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/ _jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Pulse Effect Variant 1\":\"PhkVW0dy_\",\"Pulse Effect Variant 2\":\"U25gE_ztA\"};const getProps=({height,id,tint,width,...props})=>{var ref,_variant,ref1;return{...props,CyE7CB3gO:(ref=tint!==null&&tint!==void 0?tint:props.CyE7CB3gO)!==null&&ref!==void 0?ref:'var(--token-265a51b5-06ea-48da-a42e-3d51fcd0756d, rgb(0, 153, 255)) /* {\"name\":\"Blue\"} */',variant:(ref1=(_variant=humanReadableVariantMap[props.variant])!==null&&_variant!==void 0?_variant:props.variant)!==null&&ref1!==void 0?ref1:\"PhkVW0dy_\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/ React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,CyE7CB3gO,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"PhkVW0dy_\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1cvlsqj=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"U25gE_ztA\"),1e3);});const onAppear1vlso3w=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"PhkVW0dy_\"),1e3);});useOnVariantChange(baseVariant,{default:onAppear1cvlsqj,U25gE_ztA:onAppear1vlso3w});const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-4Hnk8\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsxs(motion.div,{...restProps,className:cx(\"framer-d6k7wm\",className),\"data-framer-name\":\"Pulse Effect Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"PhkVW0dy_\",ref:ref,style:{...style},...addPropertyOverrides({U25gE_ztA:{\"data-framer-name\":\"Pulse Effect Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-syiemk\",layoutDependency:layoutDependency,layoutId:\"iAr9oQmpn\",style:{backgroundColor:CyE7CB3gO,borderBottomLeftRadius:17,borderBottomRightRadius:17,borderTopLeftRadius:17,borderTopRightRadius:17,opacity:.1},transformTemplate:transformTemplate,variants:{U25gE_ztA:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,opacity:.2}}}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-gwi0e3\",layoutDependency:layoutDependency,layoutId:\"CeoesKsEZ\",style:{backgroundColor:CyE7CB3gO,borderBottomLeftRadius:200,borderBottomRightRadius:200,borderTopLeftRadius:200,borderTopRightRadius:200,opacity:.5},transformTemplate:transformTemplate,variants:{U25gE_ztA:{opacity:1}}})]})})})});});const css=['.framer-4Hnk8 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4Hnk8 .framer-3jwzq7 { display: block; }\",\".framer-4Hnk8 .framer-d6k7wm { height: 16px; overflow: visible; position: relative; width: 16px; }\",\".framer-4Hnk8 .framer-syiemk { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 15px); left: 51%; overflow: visible; position: absolute; top: 51%; width: 15px; }\",\".framer-4Hnk8 .framer-gwi0e3 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 8px); left: 51%; overflow: visible; position: absolute; top: 51%; width: 8px; }\",\".framer-4Hnk8.framer-v-1uwjfn9 .framer-d6k7wm { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 15px); width: 15px; }\",\".framer-4Hnk8.framer-v-1uwjfn9 .framer-syiemk { height: var(--framer-aspect-ratio-supported, 18px); width: 18px; }\",\".framer-4Hnk8.framer-v-1uwjfn9 .framer-gwi0e3 { height: var(--framer-aspect-ratio-supported, 10px); width: 10px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 16\n * @framerIntrinsicWidth 16\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"U25gE_ztA\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"CyE7CB3gO\":\"tint\"}\n * @framerImmutableVariables false\n */ const FramerTw6V7KQke=withCSS(Component,css,\"framer-4Hnk8\");export default FramerTw6V7KQke;FramerTw6V7KQke.displayName=\"Elements/Pulse\";FramerTw6V7KQke.defaultProps={height:16,width:16};addPropertyControls(FramerTw6V7KQke,{variant:{options:[\"PhkVW0dy_\",\"U25gE_ztA\"],optionTitles:[\"Pulse Effect Variant 1\",\"Pulse Effect Variant 2\"],title:\"Variant\",type:ControlType.Enum},CyE7CB3gO:{defaultValue:'var(--token-265a51b5-06ea-48da-a42e-3d51fcd0756d, rgb(0, 153, 255)) /* {\"name\":\"Blue\"} */',title:\"Tint\",type:ControlType.Color}});addFonts(FramerTw6V7KQke,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTw6V7KQke\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"CyE7CB3gO\\\":\\\"tint\\\"}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"false\",\"framerIntrinsicHeight\":\"16\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"U25gE_ztA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"16\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Tw6V7KQke.map", "// Generated by Framer (4f5e97b)\nimport{jsx as e,jsxs as t}from\"react/jsx-runtime\";import{addFonts as r,addPropertyControls as a,ControlType as n,cx as o,RichText as l,useLocaleInfo as s,useVariantState as i,withCSS as f}from\"framer\";import{LayoutGroup as d,motion as m,MotionConfigContext as p}from\"framer-motion\";import*as c from\"react\";import*as u from\"https://framerusercontent.com/modules/PcqykQZFX3fQB8Hb8VN4/db6plUlju5PYBZQ7Yxtl/RFNXRstg7.js\";import*as h from\"https://framerusercontent.com/modules/9bocIVC4TrbUort6vN7y/SaRtr2EyZtJqK9gfYxAZ/YnNV_wsJ7.js\";let b=[\"GDTzUmYDY\"],x=\"framer-S8RJQ\",v={GDTzUmYDY:\"framer-v-nvz827\"};function g(e,...t){let r={};return null==t||t.forEach(t=>t&&Object.assign(r,e[t])),r;}let y={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},w=({value:t,children:r})=>{let a=c.useContext(p),n=null!=t?t:a.transition,o=c.useMemo(()=>({...a,transition:n}),[JSON.stringify(n)]);return /*#__PURE__*/e(p.Provider,{value:o,children:r});},S=({height:e,id:t,storyText:r,title:a,width:n,...o})=>{var l,s;return{...o,Pv6vO01TO:null!==(l=null!=r?r:o.Pv6vO01TO)&&void 0!==l?l:\"The picture shows a front view of Nuptse, situated at an altitude of 25,791 feet (7,861 meters) above sea level, just below the world-famous Khumbu Glacier. On the left side of the picture, you can see Changtse 24,747 feet (7,543 meters), followed by Lhotse 27,940 feet (8,516meters) and finally, the prominent peak of Mount Everest 29,031 feet (8,848.86meters) nestled between Nuptse and Lhotse.\",X5GE_0apK:null!==(s=null!=a?a:o.X5GE_0apK)&&void 0!==s?s:\"The Story Behind the Shot\"};},R=(e,t)=>t.join(\"-\")+e.layoutDependency,k=/*#__PURE__*/c.forwardRef(function(r,a){let{activeLocale:n}=s(),{style:f,className:p,layoutId:x,variant:g,X5GE_0apK:k,Pv6vO01TO:J,...N}=S(r),{baseVariant:T,classNames:z,gestureVariant:Q,setGestureState:O,setVariant:D,transition:G,variants:j}=i({cycleOrder:b,defaultVariant:\"GDTzUmYDY\",transitions:y,variant:g,variantClassNames:v}),C=R(r,j),E=c.useRef(null),Y=c.useId(),_=[u.className,h.className];return /*#__PURE__*/e(d,{id:null!=x?x:Y,children:/*#__PURE__*/e(m.div,{initial:g,animate:j,onHoverStart:()=>O({isHovered:!0}),onHoverEnd:()=>O({isHovered:!1}),onTapStart:()=>O({isPressed:!0}),onTap:()=>O({isPressed:!1}),onTapCancel:()=>O({isPressed:!1}),className:o(\"framer-S8RJQ\",..._,z),style:{display:\"contents\"},children:/*#__PURE__*/e(w,{value:G,children:/*#__PURE__*/e(m.figure,{...N,className:o(\"framer-nvz827\",p),\"data-framer-name\":\"Scroll feature Story 1\",layoutDependency:C,layoutId:\"GDTzUmYDY\",ref:null!=a?a:E,style:{backgroundColor:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",...f},children:/*#__PURE__*/t(m.div,{className:\"framer-1un5wbz\",\"data-framer-name\":\"Story Text\",layoutDependency:C,layoutId:\"xRBNOOF8H\",children:[/*#__PURE__*/e(l,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(c.Fragment,{children:/*#__PURE__*/e(m.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)))\"},children:\"The Story Behind the Shot\"})}),className:\"framer-1lkex4o\",layoutDependency:C,layoutId:\"mKOtJkgc7\",style:{\"--extracted-1eung3n\":\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:k,verticalAlignment:\"top\",withExternalLayout:!0}),/*#__PURE__*/e(l,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(c.Fragment,{children:/*#__PURE__*/e(m.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, rgb(47, 47, 47)))\"},children:\"The picture shows a front view of Nuptse, situated at an altitude of 25,791 feet (7,861 meters) above sea level, just below the world-famous Khumbu Glacier. On the left side of the picture, you can see Changtse 24,747 feet (7,543 meters), followed by Lhotse 27,940 feet (8,516meters) and finally, the prominent peak of Mount Everest 29,031 feet (8,848.86meters) nestled between Nuptse and Lhotse.\"})}),className:\"framer-18x5ob1\",layoutDependency:C,layoutId:\"iSnGWJMzR\",style:{\"--extracted-r6o4lv\":\"var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, rgb(47, 47, 47))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:J,verticalAlignment:\"top\",withExternalLayout:!0})]})})})})});}),J=['.framer-S8RJQ [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-S8RJQ .framer-ck8vxn { display: block; }\",\".framer-S8RJQ .framer-nvz827 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px 0px 0px 0px; position: relative; width: 400px; }\",\".framer-S8RJQ .framer-1un5wbz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px 32px 32px 32px; position: relative; width: 1px; }\",\".framer-S8RJQ .framer-1lkex4o, .framer-S8RJQ .framer-18x5ob1 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-S8RJQ .framer-nvz827, .framer-S8RJQ .framer-1un5wbz { gap: 0px; } .framer-S8RJQ .framer-nvz827 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-S8RJQ .framer-nvz827 > :first-child { margin-left: 0px; } .framer-S8RJQ .framer-nvz827 > :last-child { margin-right: 0px; } .framer-S8RJQ .framer-1un5wbz > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-S8RJQ .framer-1un5wbz > :first-child { margin-top: 0px; } .framer-S8RJQ .framer-1un5wbz > :last-child { margin-bottom: 0px; } }\",...u.css,...h.css],N=f(k,J,\"framer-S8RJQ\");export default N;N.displayName=\"Scroll feature Story Text\",N.defaultProps={height:386,width:400},a(N,{X5GE_0apK:{defaultValue:\"The Story Behind the Shot\",displayTextArea:!1,title:\"Title\",type:n.String},Pv6vO01TO:{defaultValue:\"The picture shows a front view of Nuptse, situated at an altitude of 25,791 feet (7,861 meters) above sea level, just below the world-famous Khumbu Glacier. On the left side of the picture, you can see Changtse 24,747 feet (7,543 meters), followed by Lhotse 27,940 feet (8,516meters) and finally, the prominent peak of Mount Everest 29,031 feet (8,848.86meters) nestled between Nuptse and Lhotse.\",displayTextArea:!1,title:\"Story Text\",type:n.String}}),r(N,[...u.fonts,...h.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framertyt1nBNCh\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"386\",\"framerVariables\":\"{\\\"X5GE_0apK\\\":\\\"title\\\",\\\"Pv6vO01TO\\\":\\\"storyText\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./tyt1nBNCh.map", "// Generated by Framer (4f5e97b)\nimport{jsx as e,jsxs as r}from\"react/jsx-runtime\";import{addFonts as a,addPropertyControls as t,ControlType as n,cx as o,getFonts as i,RichText as l,useActiveVariantCallback as m,useLocaleInfo as s,useVariantState as f,withCSS as d}from\"framer\";import{LayoutGroup as c,motion as p,MotionConfigContext as h}from\"framer-motion\";import*as g from\"react\";import{Icon as y}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as x from\"https://framerusercontent.com/modules/PcqykQZFX3fQB8Hb8VN4/db6plUlju5PYBZQ7Yxtl/RFNXRstg7.js\";import*as b from\"https://framerusercontent.com/modules/9bocIVC4TrbUort6vN7y/SaRtr2EyZtJqK9gfYxAZ/YnNV_wsJ7.js\";let u=i(y),v={Lq2P4jYMW:{hover:!0},sU_21GtdN:{hover:!0},WQjEmeRJm:{hover:!0}},B=[\"sU_21GtdN\",\"CU5UCzqRB\",\"Lq2P4jYMW\",\"zgoOlqJIL\",\"WQjEmeRJm\",\"mranFedpg\"],q=\"framer-npBBq\",w={CU5UCzqRB:\"framer-v-6qjmey\",Lq2P4jYMW:\"framer-v-1r04kwy\",mranFedpg:\"framer-v-ibik2s\",sU_21GtdN:\"framer-v-1f9sdj0\",WQjEmeRJm:\"framer-v-18c89ev\",zgoOlqJIL:\"framer-v-h35bme\"};function k(e,...r){let a={};return null==r||r.forEach(r=>r&&Object.assign(a,e[r])),a;}let N={default:{damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"}},C=({value:r,children:a})=>{let t=g.useContext(h),n=null!=r?r:t.transition,o=g.useMemo(()=>({...t,transition:n}),[JSON.stringify(n)]);return /*#__PURE__*/e(h.Provider,{value:o,children:a});},j={\"Clents Accordion-Phone Variant 1\":\"WQjEmeRJm\",\"Clents Accordion-Phone Variant 3\":\"mranFedpg\",\"Desktop Clents Accordion Variant 1\":\"sU_21GtdN\",\"Desktop Clents Accordion Variant 3\":\"CU5UCzqRB\",\"Tab Clents Accordion Variant 1\":\"Lq2P4jYMW\",\"Tab Clents Accordion Variant 3\":\"zgoOlqJIL\"},I=({height:e,id:r,width:a,...t})=>{var n,o;return{...t,variant:null!==(o=null!==(n=j[t.variant])&&void 0!==n?n:t.variant)&&void 0!==o?o:\"sU_21GtdN\"};},_=(e,r)=>r.join(\"-\")+e.layoutDependency,U=/*#__PURE__*/g.forwardRef(function(a,t){let{activeLocale:n}=s(),{style:i,className:d,layoutId:h,variant:u,...q}=I(a),{baseVariant:j,classNames:U,gestureVariant:D,setGestureState:R,setVariant:F,transition:J,variants:L}=f({cycleOrder:B,defaultVariant:\"sU_21GtdN\",enabledGestures:v,transitions:N,variant:u,variantClassNames:w}),A=_(a,L),{activeVariantCallback:z,delay:W}=m(j),P=z(async(...e)=>{F(\"CU5UCzqRB\");}),V=z(async(...e)=>{F(\"sU_21GtdN\");}),E=z(async(...e)=>{F(\"zgoOlqJIL\");}),G=z(async(...e)=>{F(\"Lq2P4jYMW\");}),S=z(async(...e)=>{F(\"mranFedpg\");}),M=z(async(...e)=>{F(\"WQjEmeRJm\");}),Y=g.useRef(null),T=g.useId(),Q=[x.className,b.className];return /*#__PURE__*/e(c,{id:null!=h?h:T,children:/*#__PURE__*/e(p.div,{initial:u,animate:L,onHoverStart:()=>R({isHovered:!0}),onHoverEnd:()=>R({isHovered:!1}),onTapStart:()=>R({isPressed:!0}),onTap:()=>R({isPressed:!1}),onTapCancel:()=>R({isPressed:!1}),className:o(\"framer-npBBq\",...Q,U),style:{display:\"contents\"},children:/*#__PURE__*/e(C,{value:J,children:/*#__PURE__*/r(p.button,{...q,className:o(\"framer-1f9sdj0\",d),\"data-framer-name\":\"Desktop Clents Accordion Variant 1\",\"data-reset\":\"button\",layoutDependency:A,layoutId:\"sU_21GtdN\",ref:null!=t?t:Y,style:{...i},...k({\"Lq2P4jYMW-hover\":{\"data-framer-name\":void 0},\"sU_21GtdN-hover\":{\"data-framer-name\":void 0},\"WQjEmeRJm-hover\":{\"data-framer-name\":void 0},CU5UCzqRB:{\"data-framer-name\":\"Desktop Clents Accordion Variant 3\"},Lq2P4jYMW:{\"data-framer-name\":\"Tab Clents Accordion Variant 1\"},mranFedpg:{\"data-framer-name\":\"Clents Accordion-Phone Variant 3\"},WQjEmeRJm:{\"data-framer-name\":\"Clents Accordion-Phone Variant 1\"},zgoOlqJIL:{\"data-framer-name\":\"Tab Clents Accordion Variant 3\"}},j,D),children:[!![\"CU5UCzqRB\",\"zgoOlqJIL\",\"mranFedpg\"].includes(j)&&/*#__PURE__*/r(p.div,{className:\"framer-hsu95a\",\"data-border\":!0,\"data-framer-name\":\"Process Section\",layoutDependency:A,layoutId:\"sU_21GtdNuBVMNxEi3\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":'var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, rgb(47, 47, 47)) /* {\"name\":\"Medium Gray\"} */',\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0))\",opacity:0},variants:{CU5UCzqRB:{opacity:.99},mranFedpg:{opacity:1},zgoOlqJIL:{opacity:.99}},children:[/*#__PURE__*/r(p.div,{className:\"framer-6or7sc\",\"data-framer-name\":\"Process-1\",layoutDependency:A,layoutId:\"aQj6cWcsV\",children:[/*#__PURE__*/e(l,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(g.Fragment,{children:/*#__PURE__*/r(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",children:[\"Provide \",/*#__PURE__*/e(p.br,{}),\"information\"]})}),className:\"framer-zpd4tb\",layoutDependency:A,layoutId:\"mOSXcn1Y7\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0}),/*#__PURE__*/e(l,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(g.Fragment,{children:/*#__PURE__*/e(p.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",children:\"Contact or place a service order by filling out the form. Begin by specifying the type of design needed for your brand, such as Brand Design, Visual Design, UX/UI Design, Editorial Design, or any other specific design requirements.\"})}),className:\"framer-1v5wijz\",layoutDependency:A,layoutId:\"rp94iSeFA\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]}),/*#__PURE__*/r(p.div,{className:\"framer-1v4fbo6\",\"data-framer-name\":\"Process-2\",layoutDependency:A,layoutId:\"ClXShkzU_\",children:[/*#__PURE__*/e(l,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(g.Fragment,{children:/*#__PURE__*/e(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"Discussion\"})}),className:\"framer-1cvsxux\",layoutDependency:A,layoutId:\"F12iC1NtM\",style:{\"--extracted-1eung3n\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0}),/*#__PURE__*/e(l,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(g.Fragment,{children:/*#__PURE__*/e(p.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",children:\"Contact or place a service order by filling out the form. If you have any queries, we can discuss them before confirming the service booking.\"})}),className:\"framer-1kqkz90\",layoutDependency:A,layoutId:\"GK3ULifSV\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]}),/*#__PURE__*/r(p.div,{className:\"framer-c54ld9\",\"data-framer-name\":\"Process-3\",layoutDependency:A,layoutId:\"QbDOcQ5du\",children:[/*#__PURE__*/e(l,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(g.Fragment,{children:/*#__PURE__*/r(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:[\"Pricing and\",/*#__PURE__*/e(p.br,{}),\"Strategy\"]})}),className:\"framer-1qwuh0m\",layoutDependency:A,layoutId:\"wdoM9NK06\",style:{\"--extracted-1eung3n\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0}),/*#__PURE__*/e(l,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(g.Fragment,{children:/*#__PURE__*/e(p.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",children:\"After we've agreed on the design requirements, I will provide you with my proposed fees or budget range, as well as an estimate of the delivery time and project timeline. Additionally, I will outline my design strategy and the tools I utilize.\"})}),className:\"framer-1rqmmqn\",layoutDependency:A,layoutId:\"bJMKvNKSn\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]}),/*#__PURE__*/r(p.div,{className:\"framer-1leg63y\",\"data-framer-name\":\"Process-4\",layoutDependency:A,layoutId:\"apWVDg7Mj\",children:[/*#__PURE__*/e(l,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(g.Fragment,{children:/*#__PURE__*/e(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"Agreement\"})}),className:\"framer-10fkpgu\",layoutDependency:A,layoutId:\"a60SQsAFv\",style:{\"--extracted-1eung3n\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0}),/*#__PURE__*/e(l,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(g.Fragment,{children:/*#__PURE__*/e(p.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",children:\"If you agree to the terms, I will prepare and send the service payment link. Alternatively, we can collaborate to create one that suits both parties. Once confirmed, we can proceed to get started on the project.\"})}),className:\"framer-1p5w7xm\",layoutDependency:A,layoutId:\"WEjKcqqYe\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]}),/*#__PURE__*/r(p.div,{className:\"framer-1hq9axh\",\"data-framer-name\":\"Process-5\",layoutDependency:A,layoutId:\"pQJmYsvg4\",children:[/*#__PURE__*/e(l,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(g.Fragment,{children:/*#__PURE__*/r(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:[\"Design\",/*#__PURE__*/e(p.br,{}),\"Delivery\"]})}),className:\"framer-k08ydc\",layoutDependency:A,layoutId:\"KJV0sFJoG\",style:{\"--extracted-1eung3n\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0}),/*#__PURE__*/e(l,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(g.Fragment,{children:/*#__PURE__*/e(p.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",children:\"I will design according to your specifications and deliver within the mutually agreed time frame, as specified with a minimum time on the website for each design service.\"})}),className:\"framer-tac0s9\",layoutDependency:A,layoutId:\"uNGA0i9dn\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]}),/*#__PURE__*/r(p.div,{className:\"framer-1otbzgc\",\"data-framer-name\":\"Process-6\",layoutDependency:A,layoutId:\"aliPI9rnS\",children:[/*#__PURE__*/e(l,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(g.Fragment,{children:/*#__PURE__*/r(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:[\"Final\",/*#__PURE__*/e(p.br,{}),\"Invoice\"]})}),className:\"framer-1bmbp24\",layoutDependency:A,layoutId:\"miCcDxaLw\",style:{\"--extracted-1eung3n\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0}),/*#__PURE__*/e(l,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(g.Fragment,{children:/*#__PURE__*/e(p.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",children:\"After completing the design, I will send you the final invoice for the project, and we can proceed with any necessary final steps.\"})}),className:\"framer-1aiqsbn\",layoutDependency:A,layoutId:\"daPxTJIe8\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]}),/*#__PURE__*/e(p.div,{className:\"framer-4m9pnb\",\"data-border\":!0,\"data-framer-name\":\"Note Text\",layoutDependency:A,layoutId:\"qfHbWSVCx\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":'var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, rgb(47, 47, 47)) /* {\"name\":\"Medium Gray\"} */',\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0))\"},children:/*#__PURE__*/e(l,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(g.Fragment,{children:/*#__PURE__*/e(p.p,{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"I am open to all exciting consultation projects, so please don't hesitate to reach out to me.\"})}),className:\"framer-nztuwa\",layoutDependency:A,layoutId:\"c13zcgZHf\",style:{\"--extracted-r6o4lv\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0,...k({mranFedpg:{children:/*#__PURE__*/e(g.Fragment,{children:/*#__PURE__*/e(p.p,{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter-Light\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"I am open to all exciting consultation projects, so please don't hesitate to reach out to me.\"})}),fonts:[\"Inter-Light\"]}},j,D)})})]}),/*#__PURE__*/r(p.div,{className:\"framer-o2dl1r\",\"data-border\":!0,\"data-framer-name\":\"Title Section\",layoutDependency:A,layoutId:\"sU_21GtdNwR7MZk0J8\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":'var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, rgb(47, 47, 47)) /* {\"name\":\"Medium Gray\"} */',\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0))\"},variants:{\"Lq2P4jYMW-hover\":{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},\"sU_21GtdN-hover\":{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},\"WQjEmeRJm-hover\":{\"--border-color\":'var(--token-2cdf2b14-d24f-4136-b7cf-e70520479043, rgb(6, 39, 102)) /* {\"name\":\"Dark Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},CU5UCzqRB:{\"--border-color\":'var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, rgb(15, 98, 254)) /* {\"name\":\"Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},mranFedpg:{\"--border-color\":'var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, rgb(15, 98, 254)) /* {\"name\":\"Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"},zgoOlqJIL:{\"--border-color\":'var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, rgb(15, 98, 254)) /* {\"name\":\"Blue\"} */',backgroundColor:\"rgba(15, 98, 254, 0.1)\"}},children:[/*#__PURE__*/r(p.div,{className:\"framer-55sq7l\",layoutDependency:A,layoutId:\"sU_21GtdNavs969DNu\",children:[/*#__PURE__*/e(l,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(g.Fragment,{children:/*#__PURE__*/e(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"What will the process look like?\"})}),className:\"framer-1beh4fx\",layoutDependency:A,layoutId:\"sU_21GtdNnTMvTs5C3\",style:{\"--extracted-1eung3n\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0,...k({mranFedpg:{children:/*#__PURE__*/e(g.Fragment,{children:/*#__PURE__*/r(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:[\"What will the process\",/*#__PURE__*/e(p.br,{}),\"look like?\"]})})},WQjEmeRJm:{children:/*#__PURE__*/e(g.Fragment,{children:/*#__PURE__*/r(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:[\"What will the process\",/*#__PURE__*/e(p.br,{}),\"look like?\"]})})}},j,D)}),/*#__PURE__*/e(l,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(g.Fragment,{children:/*#__PURE__*/e(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"What will the process look like?\"})}),className:\"framer-kc54qv\",layoutDependency:A,layoutId:\"sU_21GtdNYBP8ajqSa\",style:{\"--extracted-1eung3n\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0,...k({mranFedpg:{children:/*#__PURE__*/e(g.Fragment,{children:/*#__PURE__*/r(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:[\"What will the process\",/*#__PURE__*/e(p.br,{}),\"look like?\"]})})},WQjEmeRJm:{children:/*#__PURE__*/e(g.Fragment,{children:/*#__PURE__*/r(p.h4,{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:[\"What will the process\",/*#__PURE__*/e(p.br,{}),\"look like?\"]})})}},j,D)})]}),/*#__PURE__*/r(p.div,{className:\"framer-c4864m\",\"data-highlight\":!0,layoutDependency:A,layoutId:\"sU_21GtdNuBZxtwSgZ\",onTap:P,...k({CU5UCzqRB:{onTap:V},Lq2P4jYMW:{onTap:E},mranFedpg:{onTap:M},WQjEmeRJm:{onTap:S},zgoOlqJIL:{onTap:G}},j,D),children:[/*#__PURE__*/e(p.div,{className:\"framer-whtqeu-container\",layoutDependency:A,layoutId:\"sU_21GtdNf2q9HDUf0-container\",children:/*#__PURE__*/e(y,{color:'var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',height:\"100%\",iconSearch:\"Home\",iconSelection:\"plus\",id:\"sU_21GtdNf2q9HDUf0\",layoutId:\"sU_21GtdNf2q9HDUf0\",mirrored:!1,selectByList:!0,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/e(p.div,{className:\"framer-10456ly-container\",layoutDependency:A,layoutId:\"sU_21GtdNo4mbJUZxn-container\",children:/*#__PURE__*/e(y,{color:'var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-down\",id:\"sU_21GtdNo4mbJUZxn\",layoutId:\"sU_21GtdNo4mbJUZxn\",mirrored:!1,selectByList:!0,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...k({\"Lq2P4jYMW-hover\":{iconSelection:\"arrow-down\"},\"WQjEmeRJm-hover\":{iconSelection:\"arrow-down\"},CU5UCzqRB:{iconSelection:\"x\"},Lq2P4jYMW:{iconSelection:\"x\"},mranFedpg:{iconSelection:\"x\"},WQjEmeRJm:{iconSelection:\"x\"},zgoOlqJIL:{iconSelection:\"x\"}},j,D)})})]})]})]})})})});}),D=['.framer-npBBq [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-npBBq .framer-iub1it { display: block; }\",\".framer-npBBq .framer-1f9sdj0 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-npBBq .framer-hsu95a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: hidden; padding: 64px 40px 64px 40px; pointer-events: none; position: relative; width: 100%; }\",\".framer-npBBq .framer-6or7sc, .framer-npBBq .framer-1v4fbo6, .framer-npBBq .framer-c54ld9, .framer-npBBq .framer-1leg63y, .framer-npBBq .framer-1hq9axh, .framer-npBBq .framer-1otbzgc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-npBBq .framer-zpd4tb, .framer-npBBq .framer-1v5wijz, .framer-npBBq .framer-1cvsxux, .framer-npBBq .framer-1kqkz90, .framer-npBBq .framer-1qwuh0m, .framer-npBBq .framer-1rqmmqn, .framer-npBBq .framer-10fkpgu, .framer-npBBq .framer-1p5w7xm, .framer-npBBq .framer-k08ydc, .framer-npBBq .framer-tac0s9, .framer-npBBq .framer-1bmbp24, .framer-npBBq .framer-1aiqsbn, .framer-npBBq .framer-nztuwa { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-npBBq .framer-4m9pnb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 32px 20px 32px 20px; position: relative; width: 100%; }\",\".framer-npBBq .framer-o2dl1r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 80px; justify-content: space-between; max-width: 100%; overflow: hidden; padding: 40px 40px 40px 40px; position: relative; width: 100%; }\",\".framer-npBBq .framer-55sq7l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 29px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-npBBq .framer-1beh4fx { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-npBBq .framer-kc54qv { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-npBBq .framer-c4864m { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 24px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-npBBq .framer-whtqeu-container { cursor: pointer; flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-npBBq .framer-10456ly-container { flex: none; height: 24px; position: relative; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-npBBq .framer-1f9sdj0, .framer-npBBq .framer-hsu95a, .framer-npBBq .framer-4m9pnb, .framer-npBBq .framer-55sq7l, .framer-npBBq .framer-c4864m { gap: 0px; } .framer-npBBq .framer-1f9sdj0 > *, .framer-npBBq .framer-55sq7l > *, .framer-npBBq .framer-c4864m > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-npBBq .framer-1f9sdj0 > :first-child, .framer-npBBq .framer-hsu95a > :first-child, .framer-npBBq .framer-55sq7l > :first-child, .framer-npBBq .framer-c4864m > :first-child { margin-top: 0px; } .framer-npBBq .framer-1f9sdj0 > :last-child, .framer-npBBq .framer-hsu95a > :last-child, .framer-npBBq .framer-55sq7l > :last-child, .framer-npBBq .framer-c4864m > :last-child { margin-bottom: 0px; } .framer-npBBq .framer-hsu95a > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-npBBq .framer-4m9pnb > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-npBBq .framer-4m9pnb > :first-child { margin-left: 0px; } .framer-npBBq .framer-4m9pnb > :last-child { margin-right: 0px; } }\",\".framer-npBBq.framer-v-6qjmey .framer-1f9sdj0 { cursor: unset; }\",\".framer-npBBq.framer-v-6qjmey .framer-hsu95a { order: 1; padding: 65px 40px 64px 40px; }\",\".framer-npBBq.framer-v-6qjmey .framer-6or7sc, .framer-npBBq.framer-v-6qjmey .framer-1v4fbo6, .framer-npBBq.framer-v-6qjmey .framer-c54ld9, .framer-npBBq.framer-v-6qjmey .framer-1leg63y, .framer-npBBq.framer-v-6qjmey .framer-1hq9axh, .framer-npBBq.framer-v-6qjmey .framer-1otbzgc, .framer-npBBq.framer-v-6qjmey .framer-4m9pnb { width: 1120px; }\",\".framer-npBBq.framer-v-6qjmey .framer-o2dl1r, .framer-npBBq.framer-v-h35bme .framer-o2dl1r { order: 0; }\",\".framer-npBBq.framer-v-6qjmey .framer-55sq7l, .framer-npBBq.framer-v-6qjmey .framer-c4864m, .framer-npBBq.framer-v-h35bme .framer-c4864m, .framer-npBBq.framer-v-ibik2s .framer-c4864m, .framer-npBBq.framer-v-1f9sdj0.hover .framer-55sq7l, .framer-npBBq.framer-v-1f9sdj0.hover .framer-c4864m, .framer-npBBq.framer-v-1r04kwy.hover .framer-55sq7l, .framer-npBBq.framer-v-1r04kwy.hover .framer-c4864m, .framer-npBBq.framer-v-18c89ev.hover .framer-55sq7l, .framer-npBBq.framer-v-18c89ev.hover .framer-c4864m { justify-content: flex-end; }\",\".framer-npBBq.framer-v-1r04kwy .framer-1f9sdj0 { width: 810px; }\",\".framer-npBBq.framer-v-1r04kwy .framer-o2dl1r { order: 1; }\",\".framer-npBBq.framer-v-1r04kwy .framer-55sq7l { height: 19px; }\",\".framer-npBBq.framer-v-h35bme .framer-1f9sdj0 { cursor: unset; width: 810px; }\",\".framer-npBBq.framer-v-h35bme .framer-hsu95a { order: 1; padding: 64px 20px 64px 20px; }\",\".framer-npBBq.framer-v-h35bme .framer-55sq7l { height: 19px; justify-content: flex-end; }\",\".framer-npBBq.framer-v-18c89ev .framer-1f9sdj0 { overflow: visible; width: 390px; }\",\".framer-npBBq.framer-v-18c89ev .framer-o2dl1r { height: min-content; order: 1; padding: 40px 20px 40px 20px; }\",\".framer-npBBq.framer-v-18c89ev .framer-55sq7l { align-content: flex-start; align-items: flex-start; height: 40px; }\",\".framer-npBBq.framer-v-ibik2s .framer-1f9sdj0 { cursor: unset; overflow: visible; width: 390px; }\",\".framer-npBBq.framer-v-ibik2s .framer-hsu95a { order: 1; padding: 64px 0px 64px 0px; }\",\".framer-npBBq.framer-v-ibik2s .framer-o2dl1r { height: min-content; order: 0; padding: 40px 20px 40px 20px; }\",\".framer-npBBq.framer-v-ibik2s .framer-55sq7l { align-content: flex-start; align-items: flex-start; height: 40px; justify-content: flex-end; }\",...x.css,...b.css],R=d(U,D,\"framer-npBBq\");export default R;R.displayName=\"Clients Accordion\",R.defaultProps={height:80,width:1200},t(R,{variant:{options:[\"sU_21GtdN\",\"CU5UCzqRB\",\"Lq2P4jYMW\",\"zgoOlqJIL\",\"WQjEmeRJm\",\"mranFedpg\"],optionTitles:[\"Desktop Clents Accordion Variant 1\",\"Desktop Clents Accordion Variant 3\",\"Tab Clents Accordion Variant 1\",\"Tab Clents Accordion Variant 3\",\"Clents Accordion-Phone Variant 1\",\"Clents Accordion-Phone Variant 3\"],title:\"Variant\",type:n.Enum}}),a(R,[...u,...x.fonts,...b.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerW41ALz6m3\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CU5UCzqRB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Lq2P4jYMW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zgoOlqJIL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WQjEmeRJm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mranFedpg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HIY40d0tX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xnPb0a30p\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fy1cY7Vv5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"80\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./W41ALz6m3.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Space Grotesk-500\",\"GF;Space Grotesk-700\"]);export const fonts=[{family:\"Space Grotesk\",moduleAsset:{localModuleIdentifier:\"local-module:css/qua4RhgTT:default\",url:\"https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7aUUsjNsFjTDJK.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7aUUsjNsFjTDJK.ttf\",weight:\"500\"},{family:\"Space Grotesk\",moduleAsset:{localModuleIdentifier:\"local-module:css/qua4RhgTT:default\",url:\"https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj4PVksjNsFjTDJK.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj4PVksjNsFjTDJK.ttf\",weight:\"700\"}];export const css=['.framer-C5bQm .framer-styles-preset-7d5mvf:not(.rich-text-wrapper), .framer-C5bQm .framer-styles-preset-7d5mvf.rich-text-wrapper h1 { --framer-font-family: \"Space Grotesk\", sans-serif; --framer-font-family-bold: \"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif; --framer-font-size: 70px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-f041b238-1130-446f-b3f6-779e86386335, #ffffff); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-C5bQm .framer-styles-preset-7d5mvf:not(.rich-text-wrapper), .framer-C5bQm .framer-styles-preset-7d5mvf.rich-text-wrapper h1 { --framer-font-family: \"Space Grotesk\", sans-serif; --framer-font-family-bold: \"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif; --framer-font-size: 50px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-f041b238-1130-446f-b3f6-779e86386335, #ffffff); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-C5bQm .framer-styles-preset-7d5mvf:not(.rich-text-wrapper), .framer-C5bQm .framer-styles-preset-7d5mvf.rich-text-wrapper h1 { --framer-font-family: \"Space Grotesk\", sans-serif; --framer-font-family-bold: \"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-f041b238-1130-446f-b3f6-779e86386335, #ffffff); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-C5bQm\";\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 (4f5e97b)\nimport{jsx as r,jsxs as a}from\"react/jsx-runtime\";import{addFonts as e,addPropertyControls as t,ControlType as n,cx as o,RichText as f,useActiveVariantCallback as m,useLocaleInfo as d,useOnVariantChange as i,useVariantState as b,withCSS as s}from\"framer\";import{LayoutGroup as p,motion as l,MotionConfigContext as g}from\"framer-motion\";import*as v from\"react\";import*as c from\"https://framerusercontent.com/modules/rgMTyMubJ8XJOGtdWQhs/yrkOTDDGvTXG1gY7e3Ef/qua4RhgTT.js\";let h=[\"ePJ7vZKIw\",\"d9WIQrVNX\",\"V9ifYgncm\",\"BWN17OjWj\",\"szRLfnZzn\",\"c8Ctw70YE\",\"zuQC5UDvV\",\"dFbqpszTn\",\"yvk1hyAVd\",\"yLEURmzjL\",\"bxFnSYDwT\",\"lZMMYKXvb\",\"HQ_qYC2Wq\",\"MEUCdzBCG\",\"Af3uB5Ydf\"],x=\"framer-n8nMS\",k={Af3uB5Ydf:\"framer-v-d34t95\",BWN17OjWj:\"framer-v-1gxaa6s\",bxFnSYDwT:\"framer-v-1y2foo2\",c8Ctw70YE:\"framer-v-1fsevay\",d9WIQrVNX:\"framer-v-7ga2gr\",dFbqpszTn:\"framer-v-48yseo\",ePJ7vZKIw:\"framer-v-gbsbka\",HQ_qYC2Wq:\"framer-v-17kz4kw\",lZMMYKXvb:\"framer-v-1705ubd\",MEUCdzBCG:\"framer-v-ja6okz\",szRLfnZzn:\"framer-v-1wcmuiy\",V9ifYgncm:\"framer-v-fkzv3g\",yLEURmzjL:\"framer-v-1ose0ab\",yvk1hyAVd:\"framer-v-68m2af\",zuQC5UDvV:\"framer-v-jjncxx\"};function u(r,...a){let e={};return null==a||a.forEach(a=>a&&Object.assign(e,r[a])),e;}let w={default:{damping:60,delay:0,mass:1,stiffness:350,type:\"spring\"}},y=(r,a)=>`translate(-50%, -50%) ${a}`,M=(r,a)=>`translateX(-50%) ${a}`,z=(r,a)=>`translateY(-50%) ${a}`,S=({value:a,children:e})=>{let t=v.useContext(g),n=null!=a?a:t.transition,o=v.useMemo(()=>({...t,transition:n}),[JSON.stringify(n)]);return /*#__PURE__*/r(g.Provider,{value:o,children:e});},C={\"Desktop Variant 1\":\"ePJ7vZKIw\",\"Desktop Variant 2\":\"V9ifYgncm\",\"Desktop Variant 3\":\"szRLfnZzn\",\"Desktop Variant 4\":\"zuQC5UDvV\",\"Desktop Variant 5\":\"yvk1hyAVd\",\"Mobile Variant 1\":\"bxFnSYDwT\",\"Mobile Variant 2\":\"lZMMYKXvb\",\"Mobile Variant 3\":\"HQ_qYC2Wq\",\"Mobile Variant 4\":\"MEUCdzBCG\",\"Mobile Variant 5\":\"Af3uB5Ydf\",\"Tab Variant 1\":\"d9WIQrVNX\",\"Tab Variant 2\":\"BWN17OjWj\",\"Tab Variant 3\":\"c8Ctw70YE\",\"Tab Variant 4\":\"dFbqpszTn\",\"Tab Variant 5\":\"yLEURmzjL\"},T=({height:r,id:a,title:e,width:t,...n})=>{var o,f,m;return{...n,Ds7KHA7PD:null!==(o=null!=e?e:n.Ds7KHA7PD)&&void 0!==o?o:\"n\",variant:null!==(m=null!==(f=C[n.variant])&&void 0!==f?f:n.variant)&&void 0!==m?m:\"ePJ7vZKIw\"};},V=(r,a)=>a.join(\"-\")+r.layoutDependency,Y=/*#__PURE__*/v.forwardRef(function(e,t){let{activeLocale:n}=d(),{style:s,className:g,layoutId:x,variant:C,Ds7KHA7PD:Y,...j}=T(e),{baseVariant:R,classNames:L,gestureVariant:D,setGestureState:B,setVariant:q,transition:E,variants:W}=b({cycleOrder:h,defaultVariant:\"ePJ7vZKIw\",transitions:w,variant:C,variantClassNames:k}),U=V(e,W),{activeVariantCallback:A,delay:N}=m(R),Z=A(async(...r)=>{await N(()=>q(\"V9ifYgncm\"),300);}),Q=A(async(...r)=>{await N(()=>q(\"szRLfnZzn\"),300);}),K=A(async(...r)=>{await N(()=>q(\"c8Ctw70YE\"),300);}),F=A(async(...r)=>{await N(()=>q(\"zuQC5UDvV\"),300);}),H=A(async(...r)=>{await N(()=>q(\"dFbqpszTn\"),300);}),I=A(async(...r)=>{await N(()=>q(\"yvk1hyAVd\"),300);}),X=A(async(...r)=>{await N(()=>q(\"yLEURmzjL\"),300);}),G=A(async(...r)=>{await N(()=>q(\"ePJ7vZKIw\"),1500);}),O=A(async(...r)=>{await N(()=>q(\"yLEURmzjL\"),1500);}),P=A(async(...r)=>{await N(()=>q(\"lZMMYKXvb\"),300);}),_=A(async(...r)=>{await N(()=>q(\"HQ_qYC2Wq\"),300);}),J=A(async(...r)=>{await N(()=>q(\"MEUCdzBCG\"),300);}),$=A(async(...r)=>{await N(()=>q(\"Af3uB5Ydf\"),300);}),rr=A(async(...r)=>{await N(()=>q(\"bxFnSYDwT\"),1500);});i(R,{Af3uB5Ydf:rr,BWN17OjWj:K,bxFnSYDwT:P,c8Ctw70YE:H,default:Z,dFbqpszTn:X,HQ_qYC2Wq:J,lZMMYKXvb:_,MEUCdzBCG:$,szRLfnZzn:F,V9ifYgncm:Q,yLEURmzjL:O,yvk1hyAVd:G,zuQC5UDvV:I});let ra=v.useRef(null),re=v.useId(),rt=[c.className];return /*#__PURE__*/r(p,{id:null!=x?x:re,children:/*#__PURE__*/r(l.div,{initial:C,animate:W,onHoverStart:()=>B({isHovered:!0}),onHoverEnd:()=>B({isHovered:!1}),onTapStart:()=>B({isPressed:!0}),onTap:()=>B({isPressed:!1}),onTapCancel:()=>B({isPressed:!1}),className:o(\"framer-n8nMS\",...rt,L),style:{display:\"contents\"},children:/*#__PURE__*/r(S,{value:E,children:/*#__PURE__*/a(l.aside,{...j,className:o(\"framer-gbsbka\",g),\"data-framer-name\":\"Desktop Variant 1\",\"data-highlight\":!0,layoutDependency:U,layoutId:\"ePJ7vZKIw\",ref:null!=t?t:ra,style:{...s},...u({Af3uB5Ydf:{\"data-framer-name\":\"Mobile Variant 5\"},BWN17OjWj:{\"data-framer-name\":\"Tab Variant 2\"},bxFnSYDwT:{\"data-framer-name\":\"Mobile Variant 1\"},c8Ctw70YE:{\"data-framer-name\":\"Tab Variant 3\"},d9WIQrVNX:{\"data-framer-name\":\"Tab Variant 1\"},dFbqpszTn:{\"data-framer-name\":\"Tab Variant 4\"},HQ_qYC2Wq:{\"data-framer-name\":\"Mobile Variant 3\"},lZMMYKXvb:{\"data-framer-name\":\"Mobile Variant 2\"},MEUCdzBCG:{\"data-framer-name\":\"Mobile Variant 4\"},szRLfnZzn:{\"data-framer-name\":\"Desktop Variant 3\"},V9ifYgncm:{\"data-framer-name\":\"Desktop Variant 2\"},yLEURmzjL:{\"data-framer-name\":\"Tab Variant 5\"},yvk1hyAVd:{\"data-framer-name\":\"Desktop Variant 5\"},zuQC5UDvV:{\"data-framer-name\":\"Desktop Variant 4\"}},R,D),children:[/*#__PURE__*/a(l.div,{className:\"framer-1ylzdzr\",\"data-border\":!0,layoutDependency:U,layoutId:\"dCOMGUeLI\",style:{\"--border-bottom-width\":\"6px\",\"--border-color\":'var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111)) /* {\"name\":\"Gray\"} */',\"--border-left-width\":\"6px\",\"--border-right-width\":\"6px\",\"--border-style\":\"solid\",\"--border-top-width\":\"6px\",backgroundColor:\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},variants:{Af3uB5Ydf:{\"--border-bottom-width\":\"4px\",\"--border-left-width\":\"4px\",\"--border-right-width\":\"4px\",\"--border-top-width\":\"4px\"},bxFnSYDwT:{\"--border-bottom-width\":\"4px\",\"--border-left-width\":\"4px\",\"--border-right-width\":\"4px\",\"--border-top-width\":\"4px\"},HQ_qYC2Wq:{\"--border-bottom-width\":\"4px\",\"--border-left-width\":\"4px\",\"--border-right-width\":\"4px\",\"--border-top-width\":\"4px\"},lZMMYKXvb:{\"--border-bottom-width\":\"4px\",\"--border-left-width\":\"4px\",\"--border-right-width\":\"4px\",\"--border-top-width\":\"4px\"},MEUCdzBCG:{\"--border-bottom-width\":\"4px\",\"--border-left-width\":\"4px\",\"--border-right-width\":\"4px\",\"--border-top-width\":\"4px\"}},children:[/*#__PURE__*/r(l.div,{className:\"framer-9x9s9\",layoutDependency:U,layoutId:\"j0AO1oVGu\",style:{backgroundColor:\"var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,opacity:1},transformTemplate:y,variants:{Af3uB5Ydf:{opacity:0},c8Ctw70YE:{backgroundColor:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},dFbqpszTn:{backgroundColor:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},HQ_qYC2Wq:{backgroundColor:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},MEUCdzBCG:{backgroundColor:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},szRLfnZzn:{backgroundColor:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},yLEURmzjL:{opacity:0},yvk1hyAVd:{opacity:0},zuQC5UDvV:{backgroundColor:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"}},...u({c8Ctw70YE:{transformTemplate:M},HQ_qYC2Wq:{transformTemplate:M},szRLfnZzn:{transformTemplate:M}},R,D)}),/*#__PURE__*/r(l.div,{className:\"framer-177ymi0\",layoutDependency:U,layoutId:\"hkoXqRKGD\",style:{backgroundColor:\"var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,opacity:1},transformTemplate:z,variants:{Af3uB5Ydf:{opacity:0},BWN17OjWj:{backgroundColor:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},dFbqpszTn:{backgroundColor:\"var(--token-6b506db3-6e61-4986-aa27-8947636a9a11, rgb(255, 255, 255))\"},lZMMYKXvb:{backgroundColor:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},MEUCdzBCG:{backgroundColor:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},V9ifYgncm:{backgroundColor:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},yLEURmzjL:{opacity:0},yvk1hyAVd:{opacity:0},zuQC5UDvV:{backgroundColor:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"}},...u({BWN17OjWj:{transformTemplate:void 0},lZMMYKXvb:{transformTemplate:void 0},V9ifYgncm:{transformTemplate:void 0}},R,D)}),/*#__PURE__*/r(l.div,{className:\"framer-1ldrg69\",\"data-border\":!0,layoutDependency:U,layoutId:\"JHXKqEw5R\",style:{\"--border-bottom-width\":\"7px\",\"--border-color\":'var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111)) /* {\"name\":\"Gray\"} */',\"--border-left-width\":\"7px\",\"--border-right-width\":\"7px\",\"--border-style\":\"solid\",\"--border-top-width\":\"7px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},transformTemplate:z,variants:{Af3uB5Ydf:{\"--border-bottom-width\":\"5px\",\"--border-color\":'var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',\"--border-left-width\":\"5px\",\"--border-right-width\":\"5px\",\"--border-top-width\":\"5px\"},bxFnSYDwT:{\"--border-bottom-width\":\"5px\",\"--border-left-width\":\"5px\",\"--border-right-width\":\"5px\",\"--border-top-width\":\"5px\"},HQ_qYC2Wq:{\"--border-bottom-width\":\"5px\",\"--border-left-width\":\"5px\",\"--border-right-width\":\"5px\",\"--border-top-width\":\"5px\"},lZMMYKXvb:{\"--border-bottom-width\":\"5px\",\"--border-left-width\":\"5px\",\"--border-right-width\":\"5px\",\"--border-top-width\":\"5px\"},MEUCdzBCG:{\"--border-bottom-width\":\"5px\",\"--border-left-width\":\"5px\",\"--border-right-width\":\"5px\",\"--border-top-width\":\"5px\"},yLEURmzjL:{\"--border-color\":'var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {\"name\":\"White\"} */'},yvk1hyAVd:{\"--border-color\":'var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {\"name\":\"White\"} */'}}}),/*#__PURE__*/r(l.div,{className:\"framer-nw8jcb\",layoutDependency:U,layoutId:\"z4JvhyYoN\",style:{backgroundColor:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,opacity:1},variants:{Af3uB5Ydf:{opacity:0},BWN17OjWj:{backgroundColor:\"var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111))\"},c8Ctw70YE:{backgroundColor:\"var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111))\"},dFbqpszTn:{backgroundColor:\"var(--token-d522be60-163b-4267-b6bb-e488fc4759d2, rgb(244, 244, 244))\"},HQ_qYC2Wq:{backgroundColor:\"var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111))\"},lZMMYKXvb:{backgroundColor:\"var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111))\"},szRLfnZzn:{backgroundColor:\"var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111))\"},V9ifYgncm:{backgroundColor:\"var(--token-9c7a4e67-a4a6-4ef5-b19e-c90e788a3a39, rgb(111, 111, 111))\"},yLEURmzjL:{backgroundColor:\"var(--token-d522be60-163b-4267-b6bb-e488fc4759d2, rgb(244, 244, 244))\",opacity:0},yvk1hyAVd:{backgroundColor:\"var(--token-d522be60-163b-4267-b6bb-e488fc4759d2, rgb(244, 244, 244))\",opacity:0}},...u({Af3uB5Ydf:{transformTemplate:z},BWN17OjWj:{transformTemplate:z},c8Ctw70YE:{transformTemplate:z},dFbqpszTn:{transformTemplate:z},HQ_qYC2Wq:{transformTemplate:z},lZMMYKXvb:{transformTemplate:z},MEUCdzBCG:{transformTemplate:z},szRLfnZzn:{transformTemplate:z},V9ifYgncm:{transformTemplate:z},yLEURmzjL:{transformTemplate:z},yvk1hyAVd:{transformTemplate:z},zuQC5UDvV:{transformTemplate:z}},R,D)})]}),![\"BWN17OjWj\",\"c8Ctw70YE\",\"dFbqpszTn\"].includes(R)&&/*#__PURE__*/r(f,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(v.Fragment,{children:/*#__PURE__*/r(l.h1,{className:\"framer-styles-preset-7d5mvf\",\"data-styles-preset\":\"qua4RhgTT\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\"n\"})}),className:\"framer-1kvgefs\",layoutDependency:U,layoutId:\"MwiqO2ngM\",style:{\"--extracted-gdpscs\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:Y,transformTemplate:z,variants:{Af3uB5Ydf:{\"--extracted-gdpscs\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},yLEURmzjL:{\"--extracted-gdpscs\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},yvk1hyAVd:{\"--extracted-gdpscs\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:!0,...u({Af3uB5Ydf:{children:/*#__PURE__*/r(v.Fragment,{children:/*#__PURE__*/r(l.h1,{className:\"framer-styles-preset-7d5mvf\",\"data-styles-preset\":\"qua4RhgTT\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"N\"})}),text:void 0,transformTemplate:void 0},bxFnSYDwT:{transformTemplate:void 0},HQ_qYC2Wq:{transformTemplate:void 0},lZMMYKXvb:{transformTemplate:void 0},MEUCdzBCG:{transformTemplate:void 0},yLEURmzjL:{children:/*#__PURE__*/r(v.Fragment,{children:/*#__PURE__*/r(l.h1,{className:\"framer-styles-preset-7d5mvf\",\"data-styles-preset\":\"qua4RhgTT\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"N\"})}),text:void 0},yvk1hyAVd:{children:/*#__PURE__*/r(v.Fragment,{children:/*#__PURE__*/r(l.h1,{className:\"framer-styles-preset-7d5mvf\",\"data-styles-preset\":\"qua4RhgTT\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"N\"})}),text:void 0}},R,D)})]})})})});}),j=['.framer-n8nMS [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-n8nMS .framer-8g42zk { display: block; }\",\".framer-n8nMS .framer-gbsbka { height: 84px; max-width: 189px; min-width: 100px; overflow: hidden; position: relative; width: 189px; }\",\".framer-n8nMS .framer-1ylzdzr { bottom: 7px; flex: none; height: 60px; left: 0px; overflow: hidden; position: absolute; width: 137px; will-change: var(--framer-will-change-override, transform); }\",\".framer-n8nMS .framer-9x9s9 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 10px); left: 50%; overflow: hidden; position: absolute; top: 50%; width: 10px; will-change: var(--framer-will-change-override, transform); }\",\".framer-n8nMS .framer-177ymi0 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 10px); left: 84px; overflow: hidden; position: absolute; top: 50%; width: 10px; will-change: var(--framer-will-change-override, transform); }\",\".framer-n8nMS .framer-1ldrg69 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 37px); left: 12px; overflow: hidden; position: absolute; top: 50%; width: 37px; will-change: var(--framer-will-change-override, transform); }\",\".framer-n8nMS .framer-nw8jcb { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 12px); overflow: hidden; position: absolute; right: 23px; top: 22px; width: 12px; will-change: var(--framer-will-change-override, transform); }\",\".framer-n8nMS .framer-1kvgefs { flex: none; height: auto; position: absolute; right: 2px; top: 50%; white-space: pre; width: auto; }\",\".framer-n8nMS.framer-v-7ga2gr .framer-1ylzdzr, .framer-n8nMS.framer-v-1gxaa6s .framer-1ylzdzr, .framer-n8nMS.framer-v-1fsevay .framer-1ylzdzr, .framer-n8nMS.framer-v-48yseo .framer-1ylzdzr, .framer-n8nMS.framer-v-1ose0ab .framer-1ylzdzr { bottom: 1px; }\",\".framer-n8nMS.framer-v-7ga2gr .framer-1kvgefs { right: 7px; }\",\".framer-n8nMS.framer-v-fkzv3g .framer-177ymi0, .framer-n8nMS.framer-v-1gxaa6s .framer-177ymi0 { height: var(--framer-aspect-ratio-supported, 12px); left: unset; right: 43px; top: 22px; width: 12px; }\",\".framer-n8nMS.framer-v-fkzv3g .framer-nw8jcb, .framer-n8nMS.framer-v-1gxaa6s .framer-nw8jcb, .framer-n8nMS.framer-v-1wcmuiy .framer-nw8jcb, .framer-n8nMS.framer-v-1fsevay .framer-nw8jcb, .framer-n8nMS.framer-v-jjncxx .framer-nw8jcb, .framer-n8nMS.framer-v-48yseo .framer-nw8jcb { height: var(--framer-aspect-ratio-supported, 10px); top: 50%; width: 10px; }\",\".framer-n8nMS.framer-v-1wcmuiy .framer-9x9s9, .framer-n8nMS.framer-v-1fsevay .framer-9x9s9 { height: var(--framer-aspect-ratio-supported, 12px); top: 22px; width: 12px; }\",\".framer-n8nMS.framer-v-68m2af .framer-1ldrg69, .framer-n8nMS.framer-v-1ose0ab .framer-1ldrg69 { left: unset; right: 12px; }\",\".framer-n8nMS.framer-v-68m2af .framer-nw8jcb, .framer-n8nMS.framer-v-1ose0ab .framer-nw8jcb { top: 50%; }\",\".framer-n8nMS.framer-v-68m2af .framer-1kvgefs { right: -4px; }\",\".framer-n8nMS.framer-v-1ose0ab .framer-1kvgefs { right: 3px; }\",\".framer-n8nMS.framer-v-1y2foo2 .framer-gbsbka, .framer-n8nMS.framer-v-1705ubd .framer-gbsbka, .framer-n8nMS.framer-v-17kz4kw .framer-gbsbka, .framer-n8nMS.framer-v-ja6okz .framer-gbsbka, .framer-n8nMS.framer-v-d34t95 .framer-gbsbka { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 45px; justify-content: center; padding: 0px 0px 0px 0px; width: min-content; }\",\".framer-n8nMS.framer-v-1y2foo2 .framer-1ylzdzr, .framer-n8nMS.framer-v-1705ubd .framer-1ylzdzr, .framer-n8nMS.framer-v-17kz4kw .framer-1ylzdzr, .framer-n8nMS.framer-v-ja6okz .framer-1ylzdzr, .framer-n8nMS.framer-v-d34t95 .framer-1ylzdzr { bottom: unset; height: 44px; left: unset; position: relative; width: 101px; }\",\".framer-n8nMS.framer-v-1y2foo2 .framer-9x9s9, .framer-n8nMS.framer-v-1705ubd .framer-9x9s9, .framer-n8nMS.framer-v-ja6okz .framer-9x9s9, .framer-n8nMS.framer-v-d34t95 .framer-9x9s9 { height: var(--framer-aspect-ratio-supported, 7px); left: 53%; width: 7px; }\",\".framer-n8nMS.framer-v-1y2foo2 .framer-177ymi0, .framer-n8nMS.framer-v-17kz4kw .framer-177ymi0, .framer-n8nMS.framer-v-ja6okz .framer-177ymi0, .framer-n8nMS.framer-v-d34t95 .framer-177ymi0 { height: var(--framer-aspect-ratio-supported, 7px); left: unset; right: 30px; width: 7px; }\",\".framer-n8nMS.framer-v-1y2foo2 .framer-1ldrg69, .framer-n8nMS.framer-v-1705ubd .framer-1ldrg69, .framer-n8nMS.framer-v-17kz4kw .framer-1ldrg69, .framer-n8nMS.framer-v-ja6okz .framer-1ldrg69 { height: var(--framer-aspect-ratio-supported, 27px); left: 9px; width: 27px; }\",\".framer-n8nMS.framer-v-1y2foo2 .framer-nw8jcb { height: var(--framer-aspect-ratio-supported, 9px); right: 15px; top: 15px; width: 9px; }\",\".framer-n8nMS.framer-v-1y2foo2 .framer-1kvgefs, .framer-n8nMS.framer-v-1705ubd .framer-1kvgefs, .framer-n8nMS.framer-v-17kz4kw .framer-1kvgefs, .framer-n8nMS.framer-v-ja6okz .framer-1kvgefs, .framer-n8nMS.framer-v-d34t95 .framer-1kvgefs { position: relative; right: unset; top: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-n8nMS.framer-v-1y2foo2 .framer-gbsbka { gap: 0px; } .framer-n8nMS.framer-v-1y2foo2 .framer-gbsbka > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-n8nMS.framer-v-1y2foo2 .framer-gbsbka > :first-child { margin-left: 0px; } .framer-n8nMS.framer-v-1y2foo2 .framer-gbsbka > :last-child { margin-right: 0px; } }\",\".framer-n8nMS.framer-v-1705ubd .framer-177ymi0 { height: var(--framer-aspect-ratio-supported, 9px); left: unset; right: 30px; top: 13px; width: 9px; }\",\".framer-n8nMS.framer-v-1705ubd .framer-nw8jcb, .framer-n8nMS.framer-v-17kz4kw .framer-nw8jcb, .framer-n8nMS.framer-v-ja6okz .framer-nw8jcb, .framer-n8nMS.framer-v-d34t95 .framer-nw8jcb { height: var(--framer-aspect-ratio-supported, 7px); right: 15px; top: 50%; width: 7px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-n8nMS.framer-v-1705ubd .framer-gbsbka { gap: 0px; } .framer-n8nMS.framer-v-1705ubd .framer-gbsbka > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-n8nMS.framer-v-1705ubd .framer-gbsbka > :first-child { margin-left: 0px; } .framer-n8nMS.framer-v-1705ubd .framer-gbsbka > :last-child { margin-right: 0px; } }\",\".framer-n8nMS.framer-v-17kz4kw .framer-9x9s9 { height: var(--framer-aspect-ratio-supported, 9px); left: 53%; top: 13px; width: 9px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-n8nMS.framer-v-17kz4kw .framer-gbsbka { gap: 0px; } .framer-n8nMS.framer-v-17kz4kw .framer-gbsbka > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-n8nMS.framer-v-17kz4kw .framer-gbsbka > :first-child { margin-left: 0px; } .framer-n8nMS.framer-v-17kz4kw .framer-gbsbka > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-n8nMS.framer-v-ja6okz .framer-gbsbka { gap: 0px; } .framer-n8nMS.framer-v-ja6okz .framer-gbsbka > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-n8nMS.framer-v-ja6okz .framer-gbsbka > :first-child { margin-left: 0px; } .framer-n8nMS.framer-v-ja6okz .framer-gbsbka > :last-child { margin-right: 0px; } }\",\".framer-n8nMS.framer-v-d34t95 .framer-1ldrg69 { height: var(--framer-aspect-ratio-supported, 27px); left: unset; right: 9px; width: 27px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-n8nMS.framer-v-d34t95 .framer-gbsbka { gap: 0px; } .framer-n8nMS.framer-v-d34t95 .framer-gbsbka > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-n8nMS.framer-v-d34t95 .framer-gbsbka > :first-child { margin-left: 0px; } .framer-n8nMS.framer-v-d34t95 .framer-gbsbka > :last-child { margin-right: 0px; } }\",...c.css],R=s(Y,j,\"framer-n8nMS\");export default R;R.displayName=\"on\",R.defaultProps={height:84,width:189},t(R,{variant:{options:[\"ePJ7vZKIw\",\"d9WIQrVNX\",\"V9ifYgncm\",\"BWN17OjWj\",\"szRLfnZzn\",\"c8Ctw70YE\",\"zuQC5UDvV\",\"dFbqpszTn\",\"yvk1hyAVd\",\"yLEURmzjL\",\"bxFnSYDwT\",\"lZMMYKXvb\",\"HQ_qYC2Wq\",\"MEUCdzBCG\",\"Af3uB5Ydf\"],optionTitles:[\"Desktop Variant 1\",\"Tab Variant 1\",\"Desktop Variant 2\",\"Tab Variant 2\",\"Desktop Variant 3\",\"Tab Variant 3\",\"Desktop Variant 4\",\"Tab Variant 4\",\"Desktop Variant 5\",\"Tab Variant 5\",\"Mobile Variant 1\",\"Mobile Variant 2\",\"Mobile Variant 3\",\"Mobile Variant 4\",\"Mobile Variant 5\"],title:\"Variant\",type:n.Enum},Ds7KHA7PD:{defaultValue:\"n\",displayTextArea:!1,title:\"Title\",type:n.String}}),e(R,[...c.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZgCMpXhP2\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"84\",\"framerVariables\":\"{\\\"Ds7KHA7PD\\\":\\\"title\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",\\\"189px\\\",null,null]},\\\"d9WIQrVNX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",\\\"189px\\\",null,null]},\\\"V9ifYgncm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",\\\"189px\\\",null,null]},\\\"BWN17OjWj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",\\\"189px\\\",null,null]},\\\"szRLfnZzn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",\\\"189px\\\",null,null]},\\\"c8Ctw70YE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",\\\"189px\\\",null,null]},\\\"zuQC5UDvV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",\\\"189px\\\",null,null]},\\\"dFbqpszTn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",\\\"189px\\\",null,null]},\\\"yvk1hyAVd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",\\\"189px\\\",null,null]},\\\"yLEURmzjL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",\\\"189px\\\",null,null]},\\\"bxFnSYDwT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",\\\"189px\\\",null,null]},\\\"lZMMYKXvb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",\\\"189px\\\",null,null]},\\\"HQ_qYC2Wq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",\\\"189px\\\",null,null]},\\\"MEUCdzBCG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",\\\"189px\\\",null,null]},\\\"Af3uB5Ydf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",\\\"189px\\\",null,null]}}}\",\"framerIntrinsicWidth\":\"189\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ZgCMpXhP2.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Space Grotesk-regular\",\"GF;Space Grotesk-700\"]);export const fonts=[{family:\"Space Grotesk\",moduleAsset:{localModuleIdentifier:\"local-module:css/f1PboA51p:default\",url:\"https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsjNsFjTDJK.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsjNsFjTDJK.ttf\",weight:\"400\"},{family:\"Space Grotesk\",moduleAsset:{localModuleIdentifier:\"local-module:css/f1PboA51p:default\",url:\"https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj4PVksjNsFjTDJK.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj4PVksjNsFjTDJK.ttf\",weight:\"700\"}];export const css=['.framer-WlJh4 .framer-styles-preset-1htnb4i:not(.rich-text-wrapper), .framer-WlJh4 .framer-styles-preset-1htnb4i.rich-text-wrapper h3 { --framer-font-family: \"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif; --framer-font-family-bold: \"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif; --framer-font-size: 56px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-f041b238-1130-446f-b3f6-779e86386335, #ffffff); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-WlJh4 .framer-styles-preset-1htnb4i:not(.rich-text-wrapper), .framer-WlJh4 .framer-styles-preset-1htnb4i.rich-text-wrapper h3 { --framer-font-family: \"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif; --framer-font-family-bold: \"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif; --framer-font-size: 46px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-f041b238-1130-446f-b3f6-779e86386335, #ffffff); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-WlJh4 .framer-styles-preset-1htnb4i:not(.rich-text-wrapper), .framer-WlJh4 .framer-styles-preset-1htnb4i.rich-text-wrapper h3 { --framer-font-family: \"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif; --framer-font-family-bold: \"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-f041b238-1130-446f-b3f6-779e86386335, #ffffff); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-WlJh4\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (de6f63d)\nimport{jsx as e,jsxs as r}from\"react/jsx-runtime\";import{addFonts as a,addPropertyControls as t,ControlType as n,cx as i,RichText as o,useLocaleInfo as s,useVariantState as d,withCSS as l}from\"framer\";import{LayoutGroup as f,motion as m,MotionConfigContext as c}from\"framer-motion\";import*as p from\"react\";import*as h from\"https://framerusercontent.com/modules/s3ITnKBHSyHGVQSuNSxu/GuXLnm9Kny6htgz6TDEV/f1PboA51p.js\";let b=[\"qKSVTXDSk\",\"ZUCqDQWaK\",\"zSyDYQ8YE\",\"UQy2_SmRu\"],g=\"framer-KzCBn\",y={qKSVTXDSk:\"framer-v-1xkjsim\",UQy2_SmRu:\"framer-v-1kxn8pc\",zSyDYQ8YE:\"framer-v-kp7xh8\",ZUCqDQWaK:\"framer-v-16nrzk5\"};function u(e,...r){let a={};return null==r||r.forEach(r=>r&&Object.assign(a,e[r])),a;}let v={default:{damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"}},x=({value:r,children:a})=>{let t=p.useContext(c),n=null!=r?r:t.transition,i=p.useMemo(()=>({...t,transition:n}),[JSON.stringify(n)]);return /*#__PURE__*/e(c.Provider,{value:i,children:a});},k={\"Variant 1\":\"qKSVTXDSk\",\"Variant 2\":\"ZUCqDQWaK\",\"Variant 3\":\"zSyDYQ8YE\",\"Variant 4\":\"UQy2_SmRu\"},z=({height:e,id:r,width:a,...t})=>{var n,i;return{...t,variant:null!==(i=null!==(n=k[t.variant])&&void 0!==n?n:t.variant)&&void 0!==i?i:\"qKSVTXDSk\"};},D=(e,r)=>r.join(\"-\")+e.layoutDependency,S=/*#__PURE__*/p.forwardRef(function(a,t){let{activeLocale:n}=s(),{style:l,className:c,layoutId:g,variant:k,...S}=z(a),{baseVariant:K,classNames:V,gestureVariant:j,setGestureState:w,setVariant:C,transition:U,variants:Q}=d({cycleOrder:b,defaultVariant:\"qKSVTXDSk\",transitions:v,variant:k,variantClassNames:y}),B=D(a,Q),I=p.useRef(null),Y=p.useId(),q=[h.className];return /*#__PURE__*/e(f,{id:null!=g?g:Y,children:/*#__PURE__*/e(m.div,{initial:k,animate:Q,onHoverStart:()=>w({isHovered:!0}),onHoverEnd:()=>w({isHovered:!1}),onTapStart:()=>w({isPressed:!0}),onTap:()=>w({isPressed:!1}),onTapCancel:()=>w({isPressed:!1}),className:i(\"framer-KzCBn\",...q,V),style:{display:\"contents\"},children:/*#__PURE__*/e(x,{value:U,children:/*#__PURE__*/e(m.figcaption,{...S,className:i(\"framer-1xkjsim\",c),\"data-framer-name\":\"Variant 1\",layoutDependency:B,layoutId:\"qKSVTXDSk\",ref:null!=t?t:I,style:{...l},...u({UQy2_SmRu:{\"data-framer-name\":\"Variant 4\"},zSyDYQ8YE:{\"data-framer-name\":\"Variant 3\"},ZUCqDQWaK:{\"data-framer-name\":\"Variant 2\"}},K,j),children:/*#__PURE__*/e(o,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(p.Fragment,{children:/*#__PURE__*/r(m.h3,{className:\"framer-styles-preset-1htnb4i\",\"data-styles-preset\":\"f1PboA51p\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, rgb(47, 47, 47)))\"},children:[/*#__PURE__*/e(m.span,{style:{\"--framer-text-color\":\"var(--extracted-1k2zljd, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"I have a strong passion for design, \"}),\"photography, videography and hiking in the mountains. During college, I initiated my design journey, and this passion led me to a career in Branding, Visual, UX, UI, and Graphic Design.\"]})}),className:\"framer-mphram\",layoutDependency:B,layoutId:\"PXPYM2oRB\",style:{\"--extracted-1k2zljd\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",\"--extracted-a0htzi\":\"var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, rgb(47, 47, 47))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},variants:{zSyDYQ8YE:{\"--extracted-1k2zljd\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--extracted-cku5m2\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},ZUCqDQWaK:{\"--extracted-1k2zljd\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",\"--extracted-cku5m2\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:!0,...u({UQy2_SmRu:{children:/*#__PURE__*/e(p.Fragment,{children:/*#__PURE__*/r(m.h3,{className:\"framer-styles-preset-1htnb4i\",\"data-styles-preset\":\"f1PboA51p\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, rgb(47, 47, 47)))\"},children:[\"I have a strong passion for design, photography, videography and hiking in the mountains. During college, I initiated my design journey, \",/*#__PURE__*/e(m.span,{style:{\"--framer-text-color\":\"var(--extracted-1k2zljd, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"and this passion led me to a career in Branding, Visual, UX, UI, and Graphic Design.\"})]})})},zSyDYQ8YE:{children:/*#__PURE__*/e(p.Fragment,{children:/*#__PURE__*/r(m.h3,{className:\"framer-styles-preset-1htnb4i\",\"data-styles-preset\":\"f1PboA51p\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, rgb(47, 47, 47)))\"},children:[\"I have a strong passion for design, photography, videography and hiking in the mountains.\",/*#__PURE__*/e(m.span,{style:{\"--framer-text-color\":\"var(--extracted-1k2zljd, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\" \"}),/*#__PURE__*/e(m.span,{style:{\"--framer-text-color\":\"var(--extracted-cku5m2, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"During college, I initiated my design journey, \"}),\"and this passion led me to a career in Branding, Visual, UX, UI, and Graphic Design.\"]})})},ZUCqDQWaK:{children:/*#__PURE__*/e(p.Fragment,{children:/*#__PURE__*/r(m.h3,{className:\"framer-styles-preset-1htnb4i\",\"data-styles-preset\":\"f1PboA51p\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, rgb(47, 47, 47)))\"},children:[\"I have a strong passion for design,\",/*#__PURE__*/e(m.span,{style:{\"--framer-text-color\":\"var(--extracted-1k2zljd, var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)))\"},children:\" \"}),/*#__PURE__*/e(m.span,{style:{\"--framer-text-color\":\"var(--extracted-cku5m2, var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)))\"},children:\"photography, videography and hiking in the mountains.\"}),\" During college, I initiated my design journey, and this passion led me to a career in Branding, Visual, UX, UI, and Graphic Design.\"]})})}},K,j)})})})})});}),K=['.framer-KzCBn [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KzCBn .framer-lei8lk { display: block; }\",\".framer-KzCBn .framer-1xkjsim { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 780px; }\",\".framer-KzCBn .framer-mphram { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KzCBn .framer-1xkjsim { gap: 0px; } .framer-KzCBn .framer-1xkjsim > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-KzCBn .framer-1xkjsim > :first-child { margin-top: 0px; } .framer-KzCBn .framer-1xkjsim > :last-child { margin-bottom: 0px; } }\",...h.css],V=l(S,K,\"framer-KzCBn\");export default V;V.displayName=\"Text Reveal Effect\",V.defaultProps={height:504,width:780},t(V,{variant:{options:[\"qKSVTXDSk\",\"ZUCqDQWaK\",\"zSyDYQ8YE\",\"UQy2_SmRu\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:n.Enum}}),a(V,[...h.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZzxh8QRfZ\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZUCqDQWaK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zSyDYQ8YE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UQy2_SmRu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"780\",\"framerIntrinsicHeight\":\"504\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Zzxh8QRfZ.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useState,useRef}from\"react\";// Loop only\nconst loopDelay=1e3;const initDelay=100;// Do not configure\nconst letters=\"abcdefghijklmnopqrstuvwxyz-.,+*!?@&%/=\";export function onAppear(Component){return props=>{const value=props.children.props.children.props.children;const[isVisible,setIsVisible]=useState(false);const[iteration,setIteration]=useState(0);const intersectionRef=useRef(null);const encrypt=iteration=>{return value.split(\"\").map((letter,index)=>{if(index<iteration){return value[index];}return letters[Math.floor(Math.random()*38)];}).join(\"\");};useEffect(()=>{const observer=new IntersectionObserver(entries=>{entries.forEach(entry=>{if(entry.isIntersecting){setIsVisible(true);}else{setIsVisible(false);}});});observer.observe(intersectionRef.current);return()=>observer.disconnect();},[]);useEffect(()=>{let interval=null;if(isVisible){interval=setTimeout(()=>{setIteration(prev=>prev+5/6);interval=setInterval(()=>{setIteration(prev=>prev+5/6);},50);},100);}return()=>clearInterval(interval);},[isVisible]);return /*#__PURE__*/ _jsx(Component,{ref:intersectionRef,...props,text:isVisible?encrypt(iteration):value});};}export function onLoop(Component){return props=>{const value=props.children.props.children.props.children;const[isVisible,setIsVisible]=useState(false);const[iteration,setIteration]=useState(0);const[delayTime,setDelayTime]=useState(loopDelay);const intersectionRef=useRef(null);const encrypt=iteration=>{const length=value.length;let result=\"\";for(let i=0;i<length;i++){const letter=value[i];if(i<iteration){result+=letter;}else{result+=letters[Math.floor(Math.random()*38)];}}if(iteration>=length){setTimeout(()=>{setIteration(0);},delayTime);}return result;};useEffect(()=>{const observer=new IntersectionObserver(entries=>{entries.forEach(entry=>{if(entry.isIntersecting){setIsVisible(true);}else{setIsVisible(false);}});});observer.observe(intersectionRef.current);return()=>observer.disconnect();},[]);useEffect(()=>{let interval=null;if(isVisible){interval=setTimeout(()=>{setIteration(prev=>prev+5/6);interval=setInterval(()=>{setIteration(prev=>prev+5/6);},50);},initDelay);}return()=>clearInterval(interval);},[isVisible]);return /*#__PURE__*/ _jsx(Component,{ref:intersectionRef,...props,text:isVisible?encrypt(iteration):value});};}\nexport const __FramerMetadata__ = {\"exports\":{\"onAppear\":{\"type\":\"reactHoc\",\"name\":\"onAppear\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"onLoop\":{\"type\":\"reactHoc\",\"name\":\"onLoop\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Scrambler.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"Inter\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[];export const css=['.framer-vbMLI .framer-styles-preset-1js085a:not(.rich-text-wrapper), .framer-vbMLI .framer-styles-preset-1js085a.rich-text-wrapper h6 { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-Italic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, #6f6f6f); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-vbMLI .framer-styles-preset-1js085a:not(.rich-text-wrapper), .framer-vbMLI .framer-styles-preset-1js085a.rich-text-wrapper h6 { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-Italic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, #6f6f6f); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-vbMLI .framer-styles-preset-1js085a:not(.rich-text-wrapper), .framer-vbMLI .framer-styles-preset-1js085a.rich-text-wrapper h6 { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-Italic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, #6f6f6f); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-vbMLI\";\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 (e8e43ad)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,optimizeAppear,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useOverlayState,useRouteElementId,useRouter,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/DAWxXDGdC5RJUOPfOsh5/Ticker.js\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import Animator from\"https://framerusercontent.com/modules/gh5xmpM9GHT9MXnnMpPc/yx3Yu3CvNlklDmNPtEF9/Animator.js\";import Input from\"https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/vFZ651v9QEXXQW2ze9aP/Input.js\";import Typewriter from\"https://framerusercontent.com/modules/vgSbxmWWvbgW6ShllXld/9oZlwlOxsp6zJVFpVkIp/Typewriter.js\";import FormSpark from\"https://framerusercontent.com/modules/vkHAj2Yk0mTnbM6ZdN5c/PlLMu0V3HsBupvdXeFrH/FormSpark.js\";import Particles from\"https://framerusercontent.com/modules/wb6ZrZlCLNQ5HHBJtNND/c1GLxCsQBQvlLXhkz7er/Particles.js\";import{Icon as Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";import EducationAccordion from\"#framer/local/canvasComponent/AyMEIzFHB/AyMEIzFHB.js\";import SkillsAccordion from\"#framer/local/canvasComponent/By_db6JMc/By_db6JMc.js\";import DesktopHeroButton1 from\"#framer/local/canvasComponent/gmqva09Gj/gmqva09Gj.js\";import ScrollFeatureImages from\"#framer/local/canvasComponent/GR1ecz23I/GR1ecz23I.js\";import CareerInsightsAccordion from\"#framer/local/canvasComponent/Iukbcj99P/Iukbcj99P.js\";import ImageHover from\"#framer/local/canvasComponent/kCbbEavdU/kCbbEavdU.js\";import BackToIndexLink from\"#framer/local/canvasComponent/MJiMzCIKz/MJiMzCIKz.js\";import RecruiterAccordion from\"#framer/local/canvasComponent/ReW1Orr3d/ReW1Orr3d.js\";import MenuNavigation from\"#framer/local/canvasComponent/RK8pmgREI/RK8pmgREI.js\";import DesktopHeroScrolling from\"#framer/local/canvasComponent/RY9JtgfZu/RY9JtgfZu.js\";import ElementsPulse from\"#framer/local/canvasComponent/Tw6V7KQke/Tw6V7KQke.js\";import ScrollFeatureStoryText from\"#framer/local/canvasComponent/tyt1nBNCh/tyt1nBNCh.js\";import ClientsAccordion from\"#framer/local/canvasComponent/W41ALz6m3/W41ALz6m3.js\";import TextNilanjanLogo from\"#framer/local/canvasComponent/xWiAhyQt6/xWiAhyQt6.js\";import On from\"#framer/local/canvasComponent/ZgCMpXhP2/ZgCMpXhP2.js\";import TextRevealEffect from\"#framer/local/canvasComponent/Zzxh8QRfZ/Zzxh8QRfZ.js\";import{onLoop}from\"#framer/local/codeFile/xI_oTQE/Scrambler.js\";import*as sharedStyle7 from\"#framer/local/css/lLMtozNfr/lLMtozNfr.js\";import*as sharedStyle3 from\"#framer/local/css/Q_wr8pPBZ/Q_wr8pPBZ.js\";import*as sharedStyle from\"#framer/local/css/qua4RhgTT/qua4RhgTT.js\";import*as sharedStyle5 from\"#framer/local/css/RFNXRstg7/RFNXRstg7.js\";import*as sharedStyle4 from\"#framer/local/css/tIY8g0l3c/tIY8g0l3c.js\";import*as sharedStyle6 from\"#framer/local/css/tO7VTyKfj/tO7VTyKfj.js\";import*as sharedStyle2 from\"#framer/local/css/WQH6fFm_m/WQH6fFm_m.js\";import*as sharedStyle1 from\"#framer/local/css/YnNV_wsJ7/YnNV_wsJ7.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const TextNilanjanLogoFonts=getFonts(TextNilanjanLogo);const MenuNavigationFonts=getFonts(MenuNavigation);const ImageHoverFonts=getFonts(ImageHover);const AnimatorFonts=getFonts(Animator);const OnFonts=getFonts(On);const DesktopHeroScrollingFonts=getFonts(DesktopHeroScrolling);const ElementsPulseFonts=getFonts(ElementsPulse);const TypewriterFonts=getFonts(Typewriter);const DesktopHeroButton1Fonts=getFonts(DesktopHeroButton1);const ParticlesFonts=getFonts(Particles);const MotionDivWithFX=withFX(motion.div);const RichTextWithFX=withFX(RichText);const IconoirFonts=getFonts(Iconoir);const TickerFonts=getFonts(Ticker);const MotionSectionWithFX=withFX(motion.section);const TextRevealEffectFonts=getFonts(TextRevealEffect);const TextRevealEffectWithVariantAppearEffect=withVariantAppearEffect(TextRevealEffect);const MotionFigureWithFX=withFX(motion.figure);const RichTextOnLoop=onLoop(RichText);const SkillsAccordionFonts=getFonts(SkillsAccordion);const ContainerWithFX=withFX(Container);const CareerInsightsAccordionFonts=getFonts(CareerInsightsAccordion);const EducationAccordionFonts=getFonts(EducationAccordion);const MotionFigcaptionWithFX=withFX(motion.figcaption);const ScrollFeatureStoryTextFonts=getFonts(ScrollFeatureStoryText);const ScrollFeatureImagesFonts=getFonts(ScrollFeatureImages);const ClientsAccordionFonts=getFonts(ClientsAccordion);const RecruiterAccordionFonts=getFonts(RecruiterAccordion);const InputFonts=getFonts(Input);const FeatherFonts=getFonts(Feather);const FormSparkFonts=getFonts(FormSpark);const BackToIndexLinkFonts=getFonts(BackToIndexLink);const MotionFooterWithFX=withFX(motion.footer);const cycleOrder=[\"WQLkyLRf1\",\"guXDA9jt7\",\"p8grnloXg\"];const breakpoints={guXDA9jt7:\"(min-width: 810px) and (max-width: 1279px)\",p8grnloXg:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1280px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-lSvvZ\";const variantClassNames={guXDA9jt7:\"framer-v-1a6omwe\",p8grnloXg:\"framer-v-1lqqdyd\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={damping:60,delay:.5,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:-80};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-80};const transition2={damping:60,delay:.1,mass:1,stiffness:150,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:-100};const transition3={damping:30,delay:.8,mass:1,stiffness:150,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-100};const transition4={damping:30,delay:.6,mass:1,stiffness:250,type:\"spring\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:-100};const transition5={damping:30,delay:0,mass:1,stiffness:150,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition6={damping:30,delay:.5,mass:1,stiffness:250,type:\"spring\"};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:-100};const transition7={damping:30,delay:.1,mass:1,stiffness:150,type:\"spring\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const transition8={damping:30,delay:.4,mass:1,stiffness:250,type:\"spring\"};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:-100};const transition9={damping:30,delay:.2,mass:1,stiffness:150,type:\"spring\"};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition9,x:0,y:0};const transition10={damping:30,delay:.3,mass:1,stiffness:250,type:\"spring\"};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,x:0,y:-100};const transition11={damping:30,delay:.3,mass:1,stiffness:150,type:\"spring\"};const animation13={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition11,x:0,y:0};const transition12={damping:30,delay:.4,mass:1,stiffness:150,type:\"spring\"};const animation14={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition12,x:0,y:0};const transition13={damping:30,delay:.2,mass:1,stiffness:250,type:\"spring\"};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition13,x:0,y:-150};const transition14={damping:30,delay:.5,mass:1,stiffness:150,type:\"spring\"};const animation16={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition14,x:0,y:0};const transition15={damping:30,delay:.1,mass:1,stiffness:250,type:\"spring\"};const animation17={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition15,x:0,y:-100};const transition16={damping:30,delay:.6,mass:1,stiffness:150,type:\"spring\"};const animation18={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition16,x:0,y:0};const transition17={damping:30,delay:0,mass:1,stiffness:250,type:\"spring\"};const animation19={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition17,x:0,y:-100};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const animation20={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:110};const transition18={damping:30,delay:.2,mass:1,stiffness:161,type:\"spring\"};const animation21={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,transition:transition18,x:0,y:110};const animation22={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const transition19={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition20={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation23={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition20};const animation24={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transition:transition20,x:0,y:50};const animation25={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition20,x:0,y:0};const animation26={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:50};const transition21={damping:50,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation27={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,transition:transition21,x:0,y:-200};const animation28={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:200};const animation29={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,transition:transition21,x:0,y:200};const animation30={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:-200};const animation31={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transition:transition20,x:0,y:350};const animation32={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:350};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"p8grnloXg\",Tablet:\"guXDA9jt7\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-lSvvZ`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-lSvvZ`);};}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const bgolztGP_42m929=overlay=>activeVariantCallback(async(...args)=>{overlay.toggle();});const bgolztGP_zn6atv=overlay=>activeVariantCallback(async(...args)=>{overlay.hide();});const onSubmit42m929=overlay=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onClickfj922t=overlay=>activeVariantCallback(async(...args)=>{await delay(()=>overlay.hide(),300);});const ref1=React.useRef(null);const id=useRouteElementId(\"awbfHkylf\");const ref2=React.useRef(null);const id1=useRouteElementId(\"sc6n5EYxX\");const ref3=React.useRef(null);const ref4=React.useRef(null);const id2=useRouteElementId(\"M8KEPr3wR\");const ref5=React.useRef(null);const id3=useRouteElementId(\"VuNj213zs\");const ref6=React.useRef(null);const ref7=React.useRef(null);const ref8=React.useRef(null);const ref9=React.useRef(null);const ref10=React.useRef(null);const id4=useRouteElementId(\"Fdbv1sqtZ\");const ref11=React.useRef(null);const id5=useRouteElementId(\"eacBASwlH\");const id6=useRouteElementId(\"yrYUrm8aP\");const id7=useRouteElementId(\"pSpWLFJvU\");const id8=useRouteElementId(\"p8GTBvBss\");const id9=useRouteElementId(\"gyYWNxIl0\");const id10=useRouteElementId(\"EsNrExiEQ\");const ref12=React.useRef(null);const id11=useRouteElementId(\"LPW8yvrMs\");const ref13=React.useRef(null);const id12=useRouteElementId(\"pE3r3uHML\");const ref14=React.useRef(null);const ref15=React.useRef(null);const ref16=React.useRef(null);const ref17=React.useRef(null);const ref18=React.useRef(null);const id13=useRouteElementId(\"wuWR0nAjI\");const id14=useRouteElementId(\"CGfYHxveF\");const id15=useRouteElementId(\"tQtCF3JTt\");const id16=useRouteElementId(\"LEU2DaROQ\");const id17=useRouteElementId(\"KGjGuFmYq\");const ref19=React.useRef(null);const id18=useRouteElementId(\"aMliahWnu\");const ref20=React.useRef(null);const id19=useRouteElementId(\"YNTXL6wzB\");const ref21=React.useRef(null);const id20=useRouteElementId(\"rjeO1M9c4\");const ref22=React.useRef(null);const id21=useRouteElementId(\"PSiQVR_i4\");const ref23=React.useRef(null);const id22=useRouteElementId(\"TKV1a7zib\");const ref24=React.useRef(null);const ref25=React.useRef(null);const id23=useRouteElementId(\"ASLhbAvzd\");const id24=useRouteElementId(\"MpsqrE3Ee\");const ref26=React.useRef(null);const id25=useRouteElementId(\"uGFC_n0Le\");const ref27=React.useRef(null);const id26=useRouteElementId(\"DlWff1s24\");const ref28=React.useRef(null);const id27=useRouteElementId(\"X5WUUciVW\");const ref29=React.useRef(null);const id28=useRouteElementId(\"SCtGuEAPP\");const ref30=React.useRef(null);const id29=useRouteElementId(\"RiGzwpoLK\");const ref31=React.useRef(null);const id30=useRouteElementId(\"IN1qz6HrE\");const ref32=React.useRef(null);const id31=useRouteElementId(\"pLCRzJ5WB\");const ref33=React.useRef(null);const ref34=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"p8grnloXg\")return!isBrowser();return true;};const ref35=React.useRef(null);const ref36=React.useRef(null);const ref37=React.useRef(null);const ref38=React.useRef(null);const ref39=React.useRef(null);const ref40=React.useRef(null);const id32=useRouteElementId(\"cl8NGrhx2\");const id33=useRouteElementId(\"iQzM7BDdW\");const id34=useRouteElementId(\"u7rp6FhFg\");const id35=useRouteElementId(\"OUIMZMmVJ\");const id36=useRouteElementId(\"EJvdX7c9L\");const id37=useRouteElementId(\"Hxux7q9nc\");const id38=useRouteElementId(\"TUCsdLamW\");const id39=useRouteElementId(\"uSIj7M2e1\");const ref41=React.useRef(null);const id40=useRouteElementId(\"kbkD9EFX8\");const ref42=React.useRef(null);const id41=useRouteElementId(\"jP2bRzg1a\");const ref43=React.useRef(null);const id42=useRouteElementId(\"ayX6s1zc_\");const ref44=React.useRef(null);const id43=useRouteElementId(\"Mgia6Zt3Y\");const ref45=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{\"data-framer-appear-id\":\"18pbqlb\",animate:optimizeAppear(\"animate\",\"18pbqlb\",animation1,\"1a6omwe\"),initial:optimizeAppear(\"initial\",\"18pbqlb\",animation2,\"1a6omwe\")},p8grnloXg:{\"data-framer-appear-id\":\"1lxyx94\",animate:optimizeAppear(\"animate\",\"1lxyx94\",animation1,\"1lqqdyd\"),initial:optimizeAppear(\"initial\",\"1lxyx94\",animation2,\"1lqqdyd\")}},children:/*#__PURE__*/_jsxs(motion.nav,{animate:optimizeAppear(\"animate\",\"t1v1mt\",animation1,\"72rtr7\"),className:\"framer-t1v1mt\",\"data-framer-appear-id\":\"t1v1mt\",\"data-framer-name\":\"Top Navigation\",exit:animation,initial:optimizeAppear(\"initial\",\"t1v1mt\",animation2,\"72rtr7\"),name:\"Top Navigation\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-u7ngkr-container\",children:/*#__PURE__*/_jsx(TextNilanjanLogo,{height:\"100%\",id:\"Ar16IZpY_\",layoutId:\"Ar16IZpY_\",style:{height:\"100%\",width:\"100%\"},variant:\"ZXCJtZFts\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:true,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-nr1lus-container\",id:\"nr1lus\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{variant:\"Z_n_E2eW3\"},p8grnloXg:{variant:\"TEDOo4fpD\"}},children:/*#__PURE__*/_jsx(MenuNavigation,{bgolztGP_:bgolztGP_42m929(overlay),height:\"100%\",id:\"PYZ3iC_rA\",layoutId:\"PYZ3iC_rA\",style:{height:\"100%\",width:\"100%\"},variant:\"f4iRzE3fZ\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"}},className:\"framer-18gi519\",\"data-framer-portal-id\":\"nr1lus\",exit:{opacity:0,transition:{damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"aCovxJFnn\"),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xbosl7\",\"data-framer-name\":\"Close Menu Bar\",\"data-framer-portal-id\":\"nr1lus\",name:\"Close Menu Bar\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{animate:animation4,className:\"framer-1toig76-container\",\"data-framer-name\":\"Close Button\",exit:animation3,initial:animation5,name:\"Close Button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{variant:\"jhXMJuukA\"},p8grnloXg:{variant:\"CNMezs7YV\"}},children:/*#__PURE__*/_jsx(MenuNavigation,{bgolztGP_:bgolztGP_zn6atv(overlay),height:\"100%\",id:\"A8To9fanN\",layoutId:\"A8To9fanN\",name:\"Close Button\",style:{height:\"100%\",width:\"100%\"},variant:\"H7Dt9D9kT\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-x9qf26\",\"data-framer-name\":\"Menu Bg Frame\",\"data-framer-portal-id\":\"nr1lus\",name:\"Menu Bg Frame\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-pnt76h\",\"data-framer-name\":\"All Menu Navigation Items\",name:\"All Menu Navigation Items\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vovgdy\",\"data-framer-name\":\"All Image Hover Navigation with Menu footer\",name:\"All Image Hover Navigation with Menu footer\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{animate:animation7,className:\"framer-12hapd2-container\",\"data-framer-name\":\"Index\",exit:animation6,initial:animation5,name:\"Index\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ImageHover,{cbCp_3zJg:\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",DrbYUEwMs:\"Index\",EbKRW12fB:\"01\",GkZb_iAif:addImageAlt({src:\"https://framerusercontent.com/images/GZHmMwi1QWWj42TcpI9q94wd30.gif\",srcSet:\"https://framerusercontent.com/images/GZHmMwi1QWWj42TcpI9q94wd30.gif?scale-down-to=512 512w,https://framerusercontent.com/images/GZHmMwi1QWWj42TcpI9q94wd30.gif 1012w\"},\"View as Index Section \"),height:\"100%\",id:\"UH6wUAHRL\",jAs6SWi9F:\"https://www.textnilanjan.in/\",k1HB2IWaq:\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",layoutId:\"UH6wUAHRL\",name:\"Index\",r4uDiEi4Z:16,style:{width:\"100%\"},variant:\"vHyW14QmD\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{animate:animation9,className:\"framer-gqj2dh-container\",\"data-framer-name\":\"Recent Works\",exit:animation8,initial:animation5,name:\"Recent Works\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ImageHover,{cbCp_3zJg:\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",DrbYUEwMs:\"Recent Works\",EbKRW12fB:\"02\",GkZb_iAif:addImageAlt({src:\"https://framerusercontent.com/images/BzRxAeZ5FhEyd7PbHOY4GMhSN0.gif\",srcSet:\"https://framerusercontent.com/images/BzRxAeZ5FhEyd7PbHOY4GMhSN0.gif?scale-down-to=512 512w,https://framerusercontent.com/images/BzRxAeZ5FhEyd7PbHOY4GMhSN0.gif 850w\"},\"View as Textnilanjan Introduction GIF Animation\"),height:\"100%\",id:\"cbfhUgG2P\",jAs6SWi9F:\"https://www.textnilanjan.in/\",k1HB2IWaq:\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",layoutId:\"cbfhUgG2P\",name:\"Recent Works\",r4uDiEi4Z:16,style:{width:\"100%\"},variant:\"vHyW14QmD\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{animate:animation11,className:\"framer-4vjjf2-container\",\"data-framer-name\":\"About\",exit:animation10,initial:animation5,name:\"About\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ImageHover,{cbCp_3zJg:\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",DrbYUEwMs:\"About\",EbKRW12fB:\"03\",GkZb_iAif:addImageAlt({src:\"https://framerusercontent.com/images/f2B512NvMVhfIcvW2bDmgy0BsI.gif\",srcSet:\"https://framerusercontent.com/images/f2B512NvMVhfIcvW2bDmgy0BsI.gif?scale-down-to=512 512w,https://framerusercontent.com/images/f2B512NvMVhfIcvW2bDmgy0BsI.gif 1012w\"},\"View As About me Section\"),height:\"100%\",id:\"BdtDQSDOr\",jAs6SWi9F:\"https://www.textnilanjan.in/about\",k1HB2IWaq:\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",layoutId:\"BdtDQSDOr\",name:\"About\",r4uDiEi4Z:16,style:{width:\"100%\"},variant:\"vHyW14QmD\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{animate:animation13,className:\"framer-cetal8-container\",\"data-framer-name\":\"Services\",exit:animation12,initial:animation5,name:\"Services\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ImageHover,{cbCp_3zJg:\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",DrbYUEwMs:\"Services\",EbKRW12fB:\"04\",GkZb_iAif:addImageAlt({src:\"https://framerusercontent.com/images/Uqt3Y3fpsYe2Xr1ZDk5z5NFUY.gif\",srcSet:\"https://framerusercontent.com/images/Uqt3Y3fpsYe2Xr1ZDk5z5NFUY.gif?scale-down-to=512 512w,https://framerusercontent.com/images/Uqt3Y3fpsYe2Xr1ZDk5z5NFUY.gif 1012w\"},\"View as Professional Services Section\"),height:\"100%\",id:\"yvP2RHz2I\",jAs6SWi9F:\"https://www.textnilanjan.in/services\",k1HB2IWaq:\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",layoutId:\"yvP2RHz2I\",name:\"Services\",r4uDiEi4Z:16,style:{width:\"100%\"},variant:\"vHyW14QmD\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{animate:animation14,className:\"framer-1uqosth-container\",\"data-framer-name\":\"Shop Photos\",exit:animation12,initial:animation5,name:\"Shop Photos\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ImageHover,{cbCp_3zJg:\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",DrbYUEwMs:\"Shop Photos\",EbKRW12fB:\"05\",GkZb_iAif:addImageAlt({src:\"https://framerusercontent.com/images/3IX5hd6r50riPyukv1JBBCTY.gif\",srcSet:\"https://framerusercontent.com/images/3IX5hd6r50riPyukv1JBBCTY.gif?scale-down-to=512 512w,https://framerusercontent.com/images/3IX5hd6r50riPyukv1JBBCTY.gif 1012w\"},\"View as photography Section\"),height:\"100%\",id:\"EdF8r38u3\",jAs6SWi9F:\"https://www.textnilanjan.in/shop\",k1HB2IWaq:\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",layoutId:\"EdF8r38u3\",name:\"Shop Photos\",r4uDiEi4Z:16,style:{width:\"100%\"},variant:\"vHyW14QmD\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{animate:animation16,className:\"framer-tp8dmu-container\",\"data-framer-name\":\"FAQ\",exit:animation15,initial:animation5,name:\"FAQ\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ImageHover,{cbCp_3zJg:\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",DrbYUEwMs:\"FAQ\",EbKRW12fB:\"06\",GkZb_iAif:addImageAlt({src:\"https://framerusercontent.com/images/aqpo63gaS6vEwIi52CY7sYivdMM.gif\",srcSet:\"https://framerusercontent.com/images/aqpo63gaS6vEwIi52CY7sYivdMM.gif?scale-down-to=512 512w,https://framerusercontent.com/images/aqpo63gaS6vEwIi52CY7sYivdMM.gif 1012w\"},\"View as FAQ Section\"),height:\"100%\",id:\"RGcrs38wS\",jAs6SWi9F:\"https://www.textnilanjan.in/services\",k1HB2IWaq:\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",layoutId:\"RGcrs38wS\",name:\"FAQ\",r4uDiEi4Z:16,style:{width:\"100%\"},variant:\"vHyW14QmD\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{animate:animation18,className:\"framer-1kuq4ur-container\",\"data-framer-name\":\"Contact\",exit:animation17,initial:animation5,name:\"Contact\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ImageHover,{cbCp_3zJg:\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",DrbYUEwMs:\"Contact\",EbKRW12fB:\"07\",GkZb_iAif:addImageAlt({src:\"https://framerusercontent.com/images/7xwUjlS3ZxFtFQmeOavpKXQWGk.gif\",srcSet:\"https://framerusercontent.com/images/7xwUjlS3ZxFtFQmeOavpKXQWGk.gif?scale-down-to=512 512w,https://framerusercontent.com/images/7xwUjlS3ZxFtFQmeOavpKXQWGk.gif 1012w\"},\"View as contact Section\"),height:\"100%\",id:\"FD_R7OQFK\",jAs6SWi9F:\"https://www.textnilanjan.in/contact\",k1HB2IWaq:\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",layoutId:\"FD_R7OQFK\",name:\"Contact\",r4uDiEi4Z:16,style:{width:\"100%\"},variant:\"vHyW14QmD\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{animate:animation18,className:\"framer-1c1ba36\",\"data-border\":true,\"data-framer-name\":\"Menu Footer\",exit:animation19,initial:animation5,name:\"Menu Footer\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jwv3r1-container\",\"data-framer-name\":\"textNilanjan Icon Animation\",name:\"textNilanjan Icon Animation\",children:/*#__PURE__*/_jsx(Animator,{animate:true,endCircle:false,from:0,height:\"100%\",id:\"aho53vkVn\",layoutId:\"aho53vkVn\",loopOptions:\"mirror\",name:\"textNilanjan Icon Animation\",pathAnimation:{damping:60,delay:0,duration:2.5,ease:[.9,.01,.4,.98],mass:1,stiffness:500,type:\"tween\"},shouldLoop:true,slots:[/*#__PURE__*/_jsx(SVG,{className:\"framer-9jhpbf\",\"data-framer-name\":\"textNilanjan Animation\",layout:\"position\",name:\"textNilanjan Animation\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 30\"><path d=\"M 21.751 1.588 L 21.897 1.525 L 27.188 0.294 L 27.188 5.344 L 21.751 6.605 L 21.751 26.801 L 10.875 29.252 L 10.875 11.655 L 8.157 12.285 L 8.157 21.753 L 0 24.225 L 0 11.655 L 10.875 9.14 L 10.875 9.13 L 21.75 6.604 L 21.75 1.588 Z\" fill=\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111)) /* {&quot;name&quot;:&quot;Light Gray&quot;} */\" stroke-width=\"1.5\" stroke=\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:375126432,withExternalLayout:true})],style:{height:\"100%\",width:\"100%\"},to:100,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"Easy way to find a\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"specific spot on the website.\"})]}),className:\"framer-1akt3jl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})})]}),document.querySelector(\"#overlay\"))})})]})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{\"data-framer-appear-id\":\"1mhyon6\",animate:optimizeAppear(\"animate\",\"1mhyon6\",animation1,\"1a6omwe\"),initial:optimizeAppear(\"initial\",\"1mhyon6\",animation2,\"1a6omwe\")},p8grnloXg:{\"data-framer-appear-id\":\"axrtbk\",animate:optimizeAppear(\"animate\",\"axrtbk\",animation1,\"1lqqdyd\"),initial:optimizeAppear(\"initial\",\"axrtbk\",animation2,\"1lqqdyd\")}},children:/*#__PURE__*/_jsxs(motion.header,{animate:optimizeAppear(\"animate\",\"1dz9yfq\",animation1,\"72rtr7\"),className:\"framer-1dz9yfq\",\"data-framer-appear-id\":\"1dz9yfq\",\"data-framer-name\":\"Hero Section\",exit:animation,id:id,initial:optimizeAppear(\"initial\",\"1dz9yfq\",animation2,\"72rtr7\"),name:\"Hero Section\",ref:ref2,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"figure\",{className:\"framer-1wpsax3\",\"data-framer-name\":\"Hero Content & Animation\",name:\"Hero Content & Animation\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-7d5mvf\",\"data-styles-preset\":\"qua4RhgTT\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"As a \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Product Designer,\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"my focus is\"})]})}),className:\"framer-1wf7x8z\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xw59m0\",\"data-framer-name\":\"hero Animation\",name:\"hero Animation\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jrdq24-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{variant:\"bxFnSYDwT\"}},children:/*#__PURE__*/_jsx(On,{Ds7KHA7PD:\"n\",height:\"100%\",id:\"sdp9uJG7q\",layoutId:\"sdp9uJG7q\",style:{height:\"100%\",width:\"100%\"},variant:\"ePJ7vZKIw\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9mvt2t-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{variant:\"S75Uun61H\"},p8grnloXg:{variant:\"SyKvMVQV4\"}},children:/*#__PURE__*/_jsx(DesktopHeroScrolling,{height:\"100%\",id:\"XBT6IIspr\",layoutId:\"XBT6IIspr\",variant:\"Z1x62Ag_n\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-7d5mvf\",\"data-styles-preset\":\"qua4RhgTT\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"to deliver\"}),\" high-quality \",/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:[\"digital\",/*#__PURE__*/_jsx(\"br\",{}),\"experiences that leave a\"]}),/*#__PURE__*/_jsx(\"br\",{}),\"lasting impact.\"]})}),className:\"framer-1vjpniv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-166zjz4\",\"data-framer-name\":\"Hero Subheadline with Call to Action \",name:\"Hero Subheadline with Call to Action \",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-josbi3\",\"data-framer-name\":\"Available for jobs Animation\",name:\"Available for jobs Animation\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-zm6h6g\",\"data-framer-name\":\"Available Content\",name:\"Available Content\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4g77u3-container\",\"data-framer-name\":\"Pulse Circle Animation\",name:\"Pulse Circle Animation\",children:/*#__PURE__*/_jsx(ElementsPulse,{CyE7CB3gO:\"var(--token-9b0ce8ec-6e45-4476-93f4-b1e40d8149dd, rgb(80, 200, 120))\",height:\"100%\",id:\"VrEUKlUR5\",layoutId:\"VrEUKlUR5\",name:\"Pulse Circle Animation\",style:{height:\"100%\",width:\"100%\"},variant:\"PhkVW0dy_\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Available for new \"})}),className:\"framer-gejob3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2age5v-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{font:{fontFamily:\"space grotesk\",fontSize:18,fontWeight:300,letterSpacing:-.03,lineHeight:1,lineHeightPixels:100,lineHeightType:true,offset:0,textAlign:\"left\",whiteSpace:\"normal\"}},p8grnloXg:{font:{fontFamily:\"space grotesk\",fontSize:16,fontWeight:300,letterSpacing:-.03,lineHeight:1,lineHeightPixels:100,lineHeightType:true,offset:0,textAlign:\"left\",whiteSpace:\"normal\"}}},children:/*#__PURE__*/_jsx(Typewriter,{autoStart:true,caretVisibility:true,color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",cursor:\"|\",cursorColor:\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",delayNumber:.1,delayType:true,font:{fontFamily:\"space grotesk\",fontSize:20,fontWeight:300,letterSpacing:-.03,lineHeight:1,lineHeightPixels:100,lineHeightType:true,offset:0,textAlign:\"left\",whiteSpace:\"normal\"},height:\"100%\",id:\"nTvMpOkFE\",layoutId:\"nTvMpOkFE\",loop:true,pauseFor:1,split:false,tag:\"heading1\",text:\"Jobs/Gig!\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"figure\",{className:\"framer-ghxt43\",\"data-framer-name\":\"Information text with CTA\",name:\"Information text with CTA\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1js085a\",\"data-styles-preset\":\"WQH6fFm_m\",children:\"My projects have included everything from websites, mobile apps to print materials, and I always keep up with the latest design trends and technologies.\"})}),className:\"framer-2l5fvu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1otcn61-container\",\"data-framer-name\":\"Accessibility CTA\",name:\"Accessibility CTA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{variant:\"Yj6NrEfjj\"}},children:/*#__PURE__*/_jsx(DesktopHeroButton1,{height:\"100%\",id:\"d3jfZY23L\",jA6SaMo3k:\"https://cal.com/textnilanjan\",layoutId:\"d3jfZY23L\",name:\"Accessibility CTA\",pddJI37mC:\"Coordinate Meetings\",variant:\"WbX0j2Ejz\",VW3gjlXHH:\"Coordinate Meetings\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-17b6w83-container\",children:/*#__PURE__*/_jsx(Particles,{background:\"rgba(13, 13, 13, 0.05)\",clickOptions:{clickEnabled:false,clickModes:\"push\"},color:\"rgb(255, 255, 255)\",colors:[],densityOptions:{densityArea:5e3,densityEnable:false,densityFactor:50},fpsOptions:60,height:\"100%\",hoverOptions:{hoverEnabled:false,hoverForce:10,hoverModes:\"none\",hoverParallax:true,hoverSmooth:10},id:\"ufJckDk1l\",layoutId:\"ufJckDk1l\",linksOptions:{linksColor:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",linksDistance:100,linksEnabled:true,linksOpacity:.2,linksWidth:1},modeOptions:{bubbleDistance:100,bubbleDuration:.4,bubbleSize:40,connectDistance:100,connectLinksOpacity:.2,connectRadius:50,grabDistance:100,grabLinksOpacity:.2,pushQuantity:4,removeQuantity:4,repulseDistance:200,repulseDuration:1.2,trailDelay:.1,trailQuantity:10},moveOptions:{moveAttractDistance:100,moveAttractEnabled:false,moveDirection:\"none\",moveEnabled:true,moveGravityAcceleration:1,moveGravityEnabled:false,moveGravityMaxSpeed:2,moveOut:\"out\",moveRandom:false,moveSpeed:1,moveSpinAcceleration:1,moveSpinEnabled:false,moveStraight:false,moveTrailAmount:100,moveTrailEnabled:false,moveVibrate:false},number:65,opacityOptions:{opacity:1,opacityMax:.75,opacityMin:0,opacityType:false},particlesID:\"Particles- 1\",radius:0,rotateOptions:{rotateAnimation:false,rotateDirection:\"random\",rotateSpeed:5,rotateSync:false,rotateValue:0},shapeOptions:{characterType:\"\u2726\",imageHeight:100,imageWidth:100,shapeType:\"character\"},sizeOptions:{size:2.5,sizeMax:10,sizeMin:1,sizeType:true},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-p9a0ex\",\"data-framer-name\":\"Design Folio Section\",id:id1,name:\"Design Folio Section\",ref:ref3,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{__framer__styleTransformEffectEnabled:undefined},p8grnloXg:{__framer__styleTransformEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:400,type:\"spring\"},__framer__styleAppearEffectEnabled:true,__framer__styleTransformEffectEnabled:true,__framer__threshold:.5,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref4,target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-qhgc8i\",\"data-framer-name\":\"Title with description\",id:id2,name:\"Title with description\",ref:ref5,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"figure\",{className:\"framer-1v8517r\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition19},__framer__animateOnce:false,__framer__enter:animation22,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref5,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1wgu8zu\",\"data-border\":true,\"data-framer-name\":\"Description\",name:\"Description\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Portfolio\"})}),className:\"framer-1app5cj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"These are some of the projects I have worked on in recent years. However, I cannot show the most recent ones due to confidentiality.\"})}),className:\"framer-1s89uru\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fn7vjy\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition19},__framer__animateOnce:false,__framer__enter:animation22,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref5,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-7d5mvf\",\"data-styles-preset\":\"qua4RhgTT\",children:[\"Recent\",/*#__PURE__*/_jsx(\"br\",{}),\"Selected Work\"]})}),className:\"framer-1n7agwy\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-tdia9r\",\"data-framer-name\":\"Project Case Study\",id:id3,name:\"Project Case Study\",ref:ref6,children:[/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:2.5,stiffness:350,type:\"spring\"},__framer__styleAppearEffectEnabled:true,__framer__styleTransformEffectEnabled:true,__framer__threshold:.5,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref7,target:{opacity:.9,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,x:0,y:0}},{ref:ref8,target:{opacity:.8,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:.7,rotate:0,rotateX:0,rotateY:0,scale:.85,skewX:0,skewY:0,x:0,y:0}},{ref:ref10,target:{opacity:.6,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:0}},{ref:ref4,target:{opacity:.75,rotate:0,rotateX:0,rotateY:0,scale:.75,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-gxij9s\",\"data-framer-name\":\"Project- 1\",id:id4,name:\"Project- 1\",ref:ref11,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"figure\",{className:\"framer-1lkt1bp\",\"data-border\":true,\"data-framer-name\":\"Project Descriptions\",name:\"Project Descriptions\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mw8gim\",\"data-framer-name\":\"Ticker & Content with CTA\",name:\"Ticker & Content with CTA\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gouapx\",\"data-framer-name\":\"Ticker & Content Stack\",name:\"Ticker & Content Stack\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bvsvmw\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qdz2kv\",\"data-framer-name\":\"Product Design ticker\",name:\"Product Design ticker\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a07tjx-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:10,height:\"100%\",hoverFactor:.3,id:\"egcZokqPG\",layoutId:\"egcZokqPG\",padding:10,paddingBottom:10,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ws0a3y\",\"data-framer-name\":\"Product Design\",name:\"Product Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"Product Design\"})}),className:\"framer-q4xwl6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-lwz2c6-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"R_tQCRVkf\",layoutId:\"R_tQCRVkf\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ni9y0l\",\"data-framer-name\":\"UX/UI Design\",name:\"UX/UI Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"UX/UI Design\"})}),className:\"framer-khf710\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n7v9y1-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"m8YSrA46J\",layoutId:\"m8YSrA46J\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n7kmsk\",\"data-framer-name\":\"Web Design\",name:\"Web Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"Web Design\"})}),className:\"framer-8y3f4f\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-atmmsc-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"SDa5KpaSb\",layoutId:\"SDa5KpaSb\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cpani0\",\"data-framer-name\":\"Visual Design\",name:\"Visual Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"Visual Design\"})}),className:\"framer-k54ukj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-886taj-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"wkdRFGTs5\",layoutId:\"wkdRFGTs5\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lgwusv\",\"data-framer-name\":\"Brand Design\",name:\"Brand Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"Brand Design\"})}),className:\"framer-zt2y7m\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e7ft2e-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"nXQyNs9oB\",layoutId:\"nXQyNs9oB\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-15ohnyr\",\"data-styles-preset\":\"Q_wr8pPBZ\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Product Design- UX Case Study.\"})}),className:\"framer-182e8y0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"I have taken steps to develop and cultivate my brand effectively presenting myself as a product designer. \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"An all-in-one platform for discovering remote activity routes, utilizing offline GPS tracking, checking weather forecasts, and more.\"})}),className:\"framer-1nsxx99\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yds4rt-container\",\"data-framer-name\":\"Accessibility CTA\",name:\"Accessibility CTA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{variant:\"Yj6NrEfjj\"}},children:/*#__PURE__*/_jsx(DesktopHeroButton1,{height:\"100%\",id:\"iu12NfSP5\",ILrGW25Ju:\"https://www.textnilanjan.in/uxportfolio\",jA6SaMo3k:\"https://www.textnilanjan.in/uxportfolio\",layoutId:\"iu12NfSP5\",name:\"Accessibility CTA\",pddJI37mC:\"View Case Study\",variant:\"WbX0j2Ejz\",VW3gjlXHH:\"View Case Study\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"figure\",{className:\"framer-ralih6\",\"data-framer-name\":\"Project Image\",name:\"Project Image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-20ttyl\",\"data-framer-name\":\"image-wrapper\",name:\"image-wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{background:{alt:\"View as Textnilanjan project Image\",fit:\"fill\",intrinsicHeight:1350,intrinsicWidth:1800,loading:\"lazy\",pixelHeight:1350,pixelWidth:1800,sizes:\"780px\",src:\"https://framerusercontent.com/images/MyIRTdjNFXP0jKi5yd5Z2ZFWzS4.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/MyIRTdjNFXP0jKi5yd5Z2ZFWzS4.png?scale-down-to=512 512w,https://framerusercontent.com/images/MyIRTdjNFXP0jKi5yd5Z2ZFWzS4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MyIRTdjNFXP0jKi5yd5Z2ZFWzS4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MyIRTdjNFXP0jKi5yd5Z2ZFWzS4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/MyIRTdjNFXP0jKi5yd5Z2ZFWzS4.png 6000w\"}},p8grnloXg:{background:{alt:\"View as Textnilanjan project Image\",fit:\"fill\",intrinsicHeight:4500,intrinsicWidth:6e3,pixelHeight:4500,pixelWidth:6e3,sizes:\"max(min(100vw, 1280px) - 40px, 1px)\",src:\"https://framerusercontent.com/images/MyIRTdjNFXP0jKi5yd5Z2ZFWzS4.png\",srcSet:\"https://framerusercontent.com/images/MyIRTdjNFXP0jKi5yd5Z2ZFWzS4.png?scale-down-to=512 512w,https://framerusercontent.com/images/MyIRTdjNFXP0jKi5yd5Z2ZFWzS4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MyIRTdjNFXP0jKi5yd5Z2ZFWzS4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MyIRTdjNFXP0jKi5yd5Z2ZFWzS4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/MyIRTdjNFXP0jKi5yd5Z2ZFWzS4.png 6000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"View as Textnilanjan project Image\",fit:\"fill\",intrinsicHeight:1350,intrinsicWidth:1800,loading:\"lazy\",pixelHeight:1350,pixelWidth:1800,src:\"https://framerusercontent.com/images/ylF0NykQYN1Z8k5VjFmrdSjI.png\"},className:\"framer-pcg2yk\",\"data-framer-name\":\"Image\",name:\"Image\",whileHover:animation23})})})})]}),/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:2.5,stiffness:350,type:\"spring\"},__framer__styleAppearEffectEnabled:true,__framer__styleTransformEffectEnabled:true,__framer__threshold:.5,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref8,target:{opacity:.9,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:.8,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0}},{ref:ref10,target:{opacity:.7,rotate:0,rotateX:0,rotateY:0,scale:.85,skewX:0,skewY:0,x:0,y:0}},{ref:ref4,target:{opacity:.6,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1o6xoeh\",\"data-framer-name\":\"Project- 2\",id:id5,name:\"Project- 2\",ref:ref7,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"figure\",{className:\"framer-1tsm3vu\",\"data-framer-name\":\"Project Image\",name:\"Project Image\",children:/*#__PURE__*/_jsx(\"figure\",{className:\"framer-1c2wrb7\",\"data-framer-name\":\"image-wrapper\",name:\"image-wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{background:{alt:\"View as analysis iOS mobile app Introduction image\",fit:\"fill\",intrinsicHeight:1133,intrinsicWidth:1667,pixelHeight:1133,pixelWidth:1667,sizes:\"max(min(100vw, 1280px) - 40px, 1px)\",src:\"https://framerusercontent.com/images/6NeJIbjotPi0dtFAMYgYDwVzBfI.png\",srcSet:\"https://framerusercontent.com/images/6NeJIbjotPi0dtFAMYgYDwVzBfI.png?scale-down-to=512 512w,https://framerusercontent.com/images/6NeJIbjotPi0dtFAMYgYDwVzBfI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/6NeJIbjotPi0dtFAMYgYDwVzBfI.png 1667w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"View as analysis iOS mobile app Introduction image\",fit:\"fill\",intrinsicHeight:1133,intrinsicWidth:1667,loading:\"lazy\",pixelHeight:1133,pixelWidth:1667,sizes:\"780px\",src:\"https://framerusercontent.com/images/6NeJIbjotPi0dtFAMYgYDwVzBfI.png\",srcSet:\"https://framerusercontent.com/images/6NeJIbjotPi0dtFAMYgYDwVzBfI.png?scale-down-to=512 512w,https://framerusercontent.com/images/6NeJIbjotPi0dtFAMYgYDwVzBfI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/6NeJIbjotPi0dtFAMYgYDwVzBfI.png 1667w\"},className:\"framer-1c7c4ks\",\"data-framer-name\":\"Image\",name:\"Image\",whileHover:animation23})})})}),/*#__PURE__*/_jsx(\"figure\",{className:\"framer-pwo1ty\",\"data-border\":true,\"data-framer-name\":\"Project Descriptions\",name:\"Project Descriptions\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mixay2\",\"data-framer-name\":\"Ticker & Content with CTA\",name:\"Ticker & Content with CTA\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1db49lr\",\"data-framer-name\":\"Ticker & Content Stack\",name:\"Ticker & Content Stack\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jhwrjb\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7qvc8h\",\"data-framer-name\":\"UX Design ticker\",name:\"UX Design ticker\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yc8v4l-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:0,overflow:false},gap:10,height:\"100%\",hoverFactor:.3,id:\"zjQgQq78g\",layoutId:\"zjQgQq78g\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sjuu7x\",\"data-framer-name\":\"UX/UI Design\",name:\"UX/UI Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"UX/UI Design\"})}),className:\"framer-xjn1ak\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-w9wshj-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"KTz4yaqe2\",layoutId:\"KTz4yaqe2\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qbvsny\",\"data-framer-name\":\"Mobile App Design\",name:\"Mobile App Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"Mobile App Design\"})}),className:\"framer-17q55u6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1do80es-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"RGhCjNeAe\",layoutId:\"RGhCjNeAe\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-15ohnyr\",\"data-styles-preset\":\"Q_wr8pPBZ\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"AI-Powered mood analysis iOS mobile app.\"})}),className:\"framer-o40g36\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"I have taken steps to develop and cultivate my brand effectively presenting myself as a product designer. \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"This app is a social network designed to help users enhance their focus and overall well-being, whether in sports or daily life.\"})}),className:\"framer-w4qpke\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j8kc1e-container\",\"data-framer-name\":\"Accessibility CTA\",name:\"Accessibility CTA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{variant:\"Yj6NrEfjj\"}},children:/*#__PURE__*/_jsx(DesktopHeroButton1,{height:\"100%\",id:\"IYKp1h0eP\",ILrGW25Ju:\"https://www.textnilanjan.in/mobileappdesign\",jA6SaMo3k:\"https://www.textnilanjan.in/mobileappdesign\",layoutId:\"IYKp1h0eP\",name:\"Accessibility CTA\",pddJI37mC:\"View Case Study\",variant:\"WbX0j2Ejz\",VW3gjlXHH:\"View Case Study\",width:\"100%\"})})})})]})})]}),/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:2.5,stiffness:350,type:\"spring\"},__framer__styleAppearEffectEnabled:true,__framer__styleTransformEffectEnabled:true,__framer__threshold:.5,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:.9,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,x:0,y:0}},{ref:ref10,target:{opacity:.8,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0}},{ref:ref4,target:{opacity:.7,rotate:0,rotateX:0,rotateY:0,scale:.85,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1780efm\",\"data-framer-name\":\"Project- 3\",id:id6,name:\"Project- 3\",ref:ref8,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"figure\",{className:\"framer-9f7l25\",\"data-border\":true,\"data-framer-name\":\"Project Descriptions\",name:\"Project Descriptions\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bithzq\",\"data-framer-name\":\"Ticker & Content with CTA\",name:\"Ticker & Content with CTA\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oyf3vl\",\"data-framer-name\":\"Ticker & Content Stack\",name:\"Ticker & Content Stack\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o6rjcw\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1guz5rt\",\"data-framer-name\":\"ticker\",name:\"ticker\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yhcptz-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:0,overflow:false},gap:10,height:\"100%\",hoverFactor:.3,id:\"cS9mIYabn\",layoutId:\"cS9mIYabn\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sjuu7x\",\"data-framer-name\":\"UX/UI Design\",name:\"UX/UI Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"UX/UI Design\"})}),className:\"framer-xjn1ak\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-w9wshj-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"KTz4yaqe2\",layoutId:\"KTz4yaqe2\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qbvsny\",\"data-framer-name\":\"Mobile App Design\",name:\"Mobile App Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"Mobile App Design\"})}),className:\"framer-17q55u6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1do80es-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"RGhCjNeAe\",layoutId:\"RGhCjNeAe\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-15ohnyr\",\"data-styles-preset\":\"Q_wr8pPBZ\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Digital Nomad's Best Friend iOS Mobile app.\"})}),className:\"framer-alyr3b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"I have taken steps to develop and cultivate my brand effectively presenting myself as a product designer. \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"Introducing Zephyr Wallet- Mobile Wallet for Freelancers, Content Creators, and Digital Nomads.\"})}),className:\"framer-qgpjbg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ml3ho8-container\",\"data-framer-name\":\"Accessibility CTA\",name:\"Accessibility CTA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{variant:\"Yj6NrEfjj\"}},children:/*#__PURE__*/_jsx(DesktopHeroButton1,{height:\"100%\",id:\"hjId6IvOH\",ILrGW25Ju:\"https://www.textnilanjan.in/iosappdesign\",jA6SaMo3k:\"https://www.textnilanjan.in/iosappdesign\",layoutId:\"hjId6IvOH\",name:\"Accessibility CTA\",pddJI37mC:\"View Case Study\",variant:\"WbX0j2Ejz\",VW3gjlXHH:\"View Case Study\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"figure\",{className:\"framer-10jb15q\",\"data-framer-name\":\"Project Image\",name:\"Project Image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dizk9o\",\"data-framer-name\":\"image-wrapper\",name:\"image-wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{background:{alt:\"View as iOS Mobile app design image\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:2e3,pixelHeight:1500,pixelWidth:2e3,sizes:\"max(min(100vw, 1280px) - 40px, 1px)\",src:\"https://framerusercontent.com/images/Re3CPcn2JK3fhvTDTgaV0zLtsrc.png\",srcSet:\"https://framerusercontent.com/images/Re3CPcn2JK3fhvTDTgaV0zLtsrc.png?scale-down-to=512 512w,https://framerusercontent.com/images/Re3CPcn2JK3fhvTDTgaV0zLtsrc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Re3CPcn2JK3fhvTDTgaV0zLtsrc.png 2000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"View as iOS Mobile app design image\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:2e3,loading:\"lazy\",pixelHeight:1500,pixelWidth:2e3,sizes:\"780px\",src:\"https://framerusercontent.com/images/Re3CPcn2JK3fhvTDTgaV0zLtsrc.png\",srcSet:\"https://framerusercontent.com/images/Re3CPcn2JK3fhvTDTgaV0zLtsrc.png?scale-down-to=512 512w,https://framerusercontent.com/images/Re3CPcn2JK3fhvTDTgaV0zLtsrc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Re3CPcn2JK3fhvTDTgaV0zLtsrc.png 2000w\"},className:\"framer-1jnjp8r\",\"data-framer-name\":\"Image\",name:\"Image\",whileHover:animation23})})})})]}),/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:2.5,stiffness:350,type:\"spring\"},__framer__styleAppearEffectEnabled:true,__framer__styleTransformEffectEnabled:true,__framer__threshold:.5,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref10,target:{opacity:.9,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,x:0,y:0}},{ref:ref4,target:{opacity:.8,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-dvx9so\",\"data-framer-name\":\"Project- 4\",id:id7,name:\"Project- 4\",ref:ref9,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"figure\",{className:\"framer-2gxxc0\",\"data-framer-name\":\"Project Image\",name:\"Project Image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-rnz751\",\"data-framer-name\":\"image-wrapper\",name:\"image-wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{background:{alt:\"View as Web Design image\",fit:\"fill\",intrinsicHeight:4500,intrinsicWidth:6e3,pixelHeight:4500,pixelWidth:6e3,sizes:\"max(min(100vw, 1280px) - 40px, 1px)\",src:\"https://framerusercontent.com/images/9y81y9mzDThYB4DBd4Wn0i5DYDI.png\",srcSet:\"https://framerusercontent.com/images/9y81y9mzDThYB4DBd4Wn0i5DYDI.png?scale-down-to=512 512w,https://framerusercontent.com/images/9y81y9mzDThYB4DBd4Wn0i5DYDI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/9y81y9mzDThYB4DBd4Wn0i5DYDI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/9y81y9mzDThYB4DBd4Wn0i5DYDI.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/9y81y9mzDThYB4DBd4Wn0i5DYDI.png 6000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"View as Web Design image\",fit:\"fill\",intrinsicHeight:4500,intrinsicWidth:6e3,loading:\"lazy\",pixelHeight:4500,pixelWidth:6e3,sizes:\"780px\",src:\"https://framerusercontent.com/images/9y81y9mzDThYB4DBd4Wn0i5DYDI.png\",srcSet:\"https://framerusercontent.com/images/9y81y9mzDThYB4DBd4Wn0i5DYDI.png?scale-down-to=512 512w,https://framerusercontent.com/images/9y81y9mzDThYB4DBd4Wn0i5DYDI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/9y81y9mzDThYB4DBd4Wn0i5DYDI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/9y81y9mzDThYB4DBd4Wn0i5DYDI.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/9y81y9mzDThYB4DBd4Wn0i5DYDI.png 6000w\"},className:\"framer-z2uux9\",\"data-framer-name\":\"Image\",name:\"Image\",whileHover:animation23})})})}),/*#__PURE__*/_jsx(\"figure\",{className:\"framer-rl7m4f\",\"data-border\":true,\"data-framer-name\":\"Project Descriptions\",name:\"Project Descriptions\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j9tbbn\",\"data-framer-name\":\"Ticker & Content with CTA\",name:\"Ticker & Content with CTA\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15rldi3\",\"data-framer-name\":\"Ticker & Content Stack\",name:\"Ticker & Content Stack\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-136xwoj\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-oku1sw\",\"data-framer-name\":\"ticker\",name:\"ticker\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-104c6ji-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:10,height:\"100%\",hoverFactor:.3,id:\"cbnGPgkmw\",layoutId:\"cbnGPgkmw\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c7o3t6\",\"data-framer-name\":\"UX/UI Design\",name:\"UX/UI Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"UX/UI Design\"})}),className:\"framer-1scd7mr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yk0png-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"b6brdFNjn\",layoutId:\"b6brdFNjn\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lijl7o\",\"data-framer-name\":\"Web Design\",name:\"Web Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"Web Design\"})}),className:\"framer-1kqmi3n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qknr2u-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"uaSacfGiS\",layoutId:\"uaSacfGiS\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4zvxtt\",\"data-framer-name\":\"Visual Design\",name:\"Visual Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"Visual Design\"})}),className:\"framer-1p4721j\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kdvnv2-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"IHMd_H3Tv\",layoutId:\"IHMd_H3Tv\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-15ohnyr\",\"data-styles-preset\":\"Q_wr8pPBZ\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Web Design for Aesthetic Procedures Clinic.\"})}),className:\"framer-i9nt40\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"I have taken steps to develop and cultivate my brand effectively presenting myself as a product designer. \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"Breast Operation, a specialized aesthetic procedures clinic, is dedicated to enhancing beauty through expert breast augmentation and breast lift services.\"})}),className:\"framer-ifxweu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-w2381p-container\",\"data-framer-name\":\"Accessibility CTA\",name:\"Accessibility CTA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{variant:\"Yj6NrEfjj\"}},children:/*#__PURE__*/_jsx(DesktopHeroButton1,{height:\"100%\",id:\"PAcbFdNcJ\",ILrGW25Ju:\"https://www.textnilanjan.in/responsivewebsitedesign\",jA6SaMo3k:\"https://www.textnilanjan.in/responsivewebsitedesign\",layoutId:\"PAcbFdNcJ\",name:\"Accessibility CTA\",pddJI37mC:\"View Case Study\",variant:\"WbX0j2Ejz\",VW3gjlXHH:\"View Case Study\",width:\"100%\"})})})})]})})]}),/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:2.5,stiffness:350,type:\"spring\"},__framer__styleAppearEffectEnabled:true,__framer__styleTransformEffectEnabled:true,__framer__threshold:.5,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref4,target:{opacity:.9,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-v5pwr1\",\"data-framer-name\":\"Project- 5\",id:id8,name:\"Project- 5\",ref:ref10,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-17rd3xa\",\"data-border\":true,\"data-framer-name\":\"Project Descriptions\",name:\"Project Descriptions\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cdqn7z\",\"data-framer-name\":\"Ticker & Content with CTA\",name:\"Ticker & Content with CTA\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f3m2p9\",\"data-framer-name\":\"Ticker & Content Stack\",name:\"Ticker & Content Stack\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-amo7b4\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b0o3fo\",\"data-framer-name\":\"ticker\",name:\"ticker\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13l11tn-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:10,height:\"100%\",hoverFactor:.3,id:\"m1wFbt8tO\",layoutId:\"m1wFbt8tO\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10l150e\",\"data-framer-name\":\"Editorial Design\",name:\"Editorial Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"Editorial Design\"})}),className:\"framer-afwzfd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p6j399-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"eEFS1q4s0\",layoutId:\"eEFS1q4s0\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-osn5lw\",\"data-framer-name\":\"Graphic Design\",name:\"Graphic Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"Graphic Design\"})}),className:\"framer-7gdfpc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-c5ld8e-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"EPPAFgGz6\",layoutId:\"EPPAFgGz6\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14qp9ab\",\"data-framer-name\":\"Visual Design\",name:\"Visual Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"Visual Design\"})}),className:\"framer-1un3q2y\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ktylek-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"zLQTDNWiP\",layoutId:\"zLQTDNWiP\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-15ohnyr\",\"data-styles-preset\":\"Q_wr8pPBZ\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"e-Book CubeSat Launch Design.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-15ohnyr\",\"data-styles-preset\":\"Q_wr8pPBZ\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"NASA e-Book CubeSat Launch Design.\"})}),className:\"framer-tvabj9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"I have taken steps to develop and cultivate my brand effectively presenting myself as a product designer. \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"Areas in science, exploration, technology development, and education aligned with NASA's strategic objectives and goals outlined in the NASA Strategic Plan and Education Vision.\"})}),className:\"framer-t5wm7q\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oyq0a7-container\",\"data-framer-name\":\"Accessibility CTA\",name:\"Accessibility CTA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{variant:\"Yj6NrEfjj\"}},children:/*#__PURE__*/_jsx(DesktopHeroButton1,{height:\"100%\",id:\"RlCHudLrm\",jA6SaMo3k:\"https://www.textnilanjan.in/nasaebookdesign\",layoutId:\"RlCHudLrm\",name:\"Accessibility CTA\",pddJI37mC:\"View Case Study\",variant:\"WbX0j2Ejz\",VW3gjlXHH:\"View Case Study\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"figure\",{className:\"framer-122f90m\",\"data-framer-name\":\"Project Image\",name:\"Project Image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mhdsto\",\"data-framer-name\":\"image-wrapper\",name:\"image-wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1620,intrinsicWidth:1920,loading:\"lazy\",pixelHeight:1620,pixelWidth:1920,sizes:\"780px\",src:\"https://framerusercontent.com/images/YQ3rAHP3TqouEhhFzjQPdQJHM.png\",srcSet:\"https://framerusercontent.com/images/YQ3rAHP3TqouEhhFzjQPdQJHM.png?scale-down-to=512 512w,https://framerusercontent.com/images/YQ3rAHP3TqouEhhFzjQPdQJHM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YQ3rAHP3TqouEhhFzjQPdQJHM.png 1920w\"}},p8grnloXg:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1620,intrinsicWidth:1920,pixelHeight:1620,pixelWidth:1920,sizes:\"max(min(100vw, 1280px) - 40px, 1px)\",src:\"https://framerusercontent.com/images/YQ3rAHP3TqouEhhFzjQPdQJHM.png\",srcSet:\"https://framerusercontent.com/images/YQ3rAHP3TqouEhhFzjQPdQJHM.png?scale-down-to=512 512w,https://framerusercontent.com/images/YQ3rAHP3TqouEhhFzjQPdQJHM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YQ3rAHP3TqouEhhFzjQPdQJHM.png 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1620,intrinsicWidth:1920,loading:\"lazy\",pixelHeight:1620,pixelWidth:1920,sizes:\"1px\",src:\"https://framerusercontent.com/images/YQ3rAHP3TqouEhhFzjQPdQJHM.png\",srcSet:\"https://framerusercontent.com/images/YQ3rAHP3TqouEhhFzjQPdQJHM.png?scale-down-to=512 512w,https://framerusercontent.com/images/YQ3rAHP3TqouEhhFzjQPdQJHM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YQ3rAHP3TqouEhhFzjQPdQJHM.png 1920w\"},className:\"framer-1bze63a\",\"data-framer-name\":\"Image\",name:\"Image\",whileHover:animation23})})})})]}),/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1drlwww\",\"data-framer-name\":\"Project- 6\",id:id9,name:\"Project- 6\",ref:ref4,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"figure\",{className:\"framer-11gzqk5\",\"data-framer-name\":\"Project Image\",name:\"Project Image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-11ff8ke\",\"data-framer-name\":\"image-wrapper\",name:\"image-wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2250,intrinsicWidth:3e3,loading:\"lazy\",pixelHeight:2250,pixelWidth:3e3,sizes:\"780px\",src:\"https://framerusercontent.com/images/MO8cRUAichVvWWHXlceKXw18fk.png\",srcSet:\"https://framerusercontent.com/images/MO8cRUAichVvWWHXlceKXw18fk.png?scale-down-to=512 512w,https://framerusercontent.com/images/MO8cRUAichVvWWHXlceKXw18fk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MO8cRUAichVvWWHXlceKXw18fk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MO8cRUAichVvWWHXlceKXw18fk.png 3000w\"}},p8grnloXg:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2250,intrinsicWidth:3e3,pixelHeight:2250,pixelWidth:3e3,sizes:\"max(min(100vw, 1280px) - 40px, 1px)\",src:\"https://framerusercontent.com/images/MO8cRUAichVvWWHXlceKXw18fk.png\",srcSet:\"https://framerusercontent.com/images/MO8cRUAichVvWWHXlceKXw18fk.png?scale-down-to=512 512w,https://framerusercontent.com/images/MO8cRUAichVvWWHXlceKXw18fk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MO8cRUAichVvWWHXlceKXw18fk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MO8cRUAichVvWWHXlceKXw18fk.png 3000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2250,intrinsicWidth:3e3,loading:\"lazy\",pixelHeight:2250,pixelWidth:3e3,sizes:\"max((min(100vw, 1280px) - 80px) * 0.65, 1px)\",src:\"https://framerusercontent.com/images/MO8cRUAichVvWWHXlceKXw18fk.png\",srcSet:\"https://framerusercontent.com/images/MO8cRUAichVvWWHXlceKXw18fk.png?scale-down-to=512 512w,https://framerusercontent.com/images/MO8cRUAichVvWWHXlceKXw18fk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MO8cRUAichVvWWHXlceKXw18fk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MO8cRUAichVvWWHXlceKXw18fk.png 3000w\"},className:\"framer-yj9bqw\",\"data-framer-name\":\"Image\",name:\"Image\",whileHover:animation23,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-qceds4\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-mk1wbc-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:10,overflow:false},gap:35,height:\"100%\",hoverFactor:.3,id:\"rv3xJ_z3x\",layoutId:\"rv3xJ_z3x\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-12wbhks\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-usthpz\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:73,name:\"Group\",svg:'<svg width=\"73\" height=\"30\" viewBox=\"0 0 73 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.62084 26.3832C4.62084 26.7327 4.56259 27.0239 4.47523 27.2569C4.35874 27.519 4.21314 27.7228 4.03841 27.8684C3.83456 28.0431 3.63071 28.1596 3.3395 28.247C3.0774 28.3344 2.78619 28.3635 2.46585 28.3635C2.32025 28.3635 2.14552 28.3635 1.94167 28.3344C1.73782 28.3344 1.59221 28.3052 1.41748 28.247V24.4612C1.56309 24.4321 1.73782 24.403 1.94167 24.3738C2.14552 24.3738 2.29112 24.3447 2.46585 24.3447C2.78619 24.3447 3.0774 24.3738 3.3395 24.4612C3.60159 24.5486 3.83456 24.6651 4.03841 24.8398C4.24226 25.0145 4.38786 25.2184 4.47523 25.4513C4.59171 25.7426 4.62084 26.0338 4.62084 26.3832ZM2.49497 27.8975C3.01916 27.8975 3.39774 27.7519 3.65983 27.4898C3.92192 27.2277 4.03841 26.8492 4.03841 26.3832C4.03841 25.9173 3.92192 25.5387 3.65983 25.2766C3.39774 25.0145 3.01916 24.8689 2.49497 24.8689C2.34936 24.8689 2.23288 24.8689 2.14552 24.8689C2.05815 24.8689 1.99991 24.8689 1.97079 24.8689V27.8684C1.99991 27.8684 2.05815 27.8684 2.14552 27.8684C2.23288 27.8975 2.34936 27.8975 2.49497 27.8975Z\" fill=\"white\"/>\\n<path d=\"M6.80517 25.3354C7.00902 25.3354 7.18375 25.3646 7.32935 25.4228C7.47496 25.4811 7.59144 25.5684 7.67881 25.6558C7.76617 25.7432 7.82442 25.8596 7.85354 26.0052C7.88266 26.1509 7.91178 26.2965 7.91178 26.4712V28.3058C7.85354 28.3058 7.79529 28.335 7.73705 28.335C7.64969 28.335 7.56232 28.3641 7.47496 28.3641C7.35847 28.3641 7.27111 28.3932 7.15462 28.3932C7.03814 28.3932 6.92165 28.3932 6.80517 28.3932C6.63044 28.3932 6.48483 28.3641 6.33922 28.335C6.19362 28.3058 6.07713 28.2476 5.98977 28.1602C5.9024 28.0729 5.81504 27.9855 5.75679 27.869C5.69855 27.7525 5.66943 27.6069 5.66943 27.4322C5.66943 27.2575 5.69855 27.141 5.75679 27.0245C5.81504 26.908 5.9024 26.8206 6.01889 26.7333C6.13538 26.675 6.25186 26.6168 6.42659 26.5877C6.57219 26.5586 6.74692 26.5294 6.89253 26.5294C6.95077 26.5294 7.00901 26.5294 7.06726 26.5294C7.1255 26.5294 7.18374 26.5294 7.24199 26.5586C7.30023 26.5586 7.32935 26.5877 7.38759 26.5877C7.41672 26.5877 7.44584 26.5877 7.47496 26.6168V26.4712C7.47496 26.3838 7.47496 26.2965 7.44584 26.2091C7.41672 26.1217 7.3876 26.0635 7.32935 25.9761C7.27111 25.9179 7.21287 25.8596 7.1255 25.8305C7.03814 25.8014 6.92165 25.7723 6.80517 25.7723C6.63044 25.7723 6.48483 25.7723 6.33922 25.8014C6.22274 25.8305 6.10625 25.8596 6.04801 25.8888L5.98977 25.4519C6.04801 25.4228 6.16449 25.3937 6.33922 25.3646C6.42659 25.3355 6.60132 25.3354 6.80517 25.3354ZM6.83429 27.9564C6.95078 27.9564 7.06726 27.9564 7.15462 27.9564C7.24199 27.9564 7.32935 27.9273 7.38759 27.9273V27.0536C7.35847 27.0245 7.30023 27.0245 7.21286 26.9954C7.1255 26.9954 7.03814 26.9662 6.89253 26.9662C6.80517 26.9662 6.7178 26.9663 6.63044 26.9954C6.54307 26.9954 6.45571 27.0245 6.39747 27.0536C6.3101 27.0827 6.25186 27.141 6.22274 27.1992C6.1645 27.2575 6.13537 27.3448 6.13537 27.4322C6.13537 27.6069 6.19362 27.7525 6.3101 27.8108C6.45571 27.9273 6.63044 27.9564 6.83429 27.9564Z\" fill=\"white\"/>\\n<path d=\"M9.8046 25.3938H10.9112V25.8306H9.8046V27.1993C9.8046 27.3449 9.80459 27.4614 9.83371 27.5779C9.86284 27.6653 9.89196 27.7526 9.92108 27.8109C9.97932 27.8691 10.0084 27.8982 10.0958 27.9274C10.1541 27.9565 10.2414 27.9565 10.3288 27.9565C10.4744 27.9565 10.62 27.9274 10.7074 27.8982C10.7947 27.8691 10.8821 27.84 10.9112 27.8109L10.9986 28.2477C10.9403 28.2768 10.853 28.3059 10.7365 28.3351C10.5909 28.3642 10.4453 28.3933 10.2705 28.3933C10.0667 28.3933 9.92108 28.3642 9.77547 28.3059C9.65899 28.2477 9.5425 28.1895 9.45514 28.073C9.36778 27.9856 9.30953 27.84 9.28041 27.6944C9.25129 27.5488 9.22217 27.3741 9.22217 27.1702V24.5493L9.74635 24.4619V25.3938H9.8046Z\" fill=\"white\"/>\\n<path d=\"M13.0371 25.3354C13.2409 25.3354 13.4157 25.3646 13.5613 25.4228C13.7069 25.4811 13.8234 25.5684 13.9107 25.6558C13.9981 25.7432 14.0564 25.8596 14.0855 26.0052C14.1146 26.1509 14.1437 26.2965 14.1437 26.4712V28.3058C14.0855 28.3058 14.0272 28.335 13.969 28.335C13.8816 28.335 13.7943 28.3641 13.7069 28.3641C13.6195 28.3641 13.503 28.3932 13.3866 28.3932C13.2701 28.3932 13.1536 28.3932 13.0371 28.3932C12.8624 28.3932 12.7168 28.3641 12.5712 28.335C12.4256 28.3058 12.3091 28.2476 12.2217 28.1602C12.1052 28.0729 12.047 27.9855 11.9887 27.869C11.9305 27.7525 11.9014 27.6069 11.9014 27.4322C11.9014 27.2575 11.9305 27.141 11.9887 27.0245C12.047 26.908 12.1343 26.8206 12.2508 26.7333C12.3673 26.675 12.4838 26.6168 12.6585 26.5877C12.8041 26.5586 12.9789 26.5294 13.1245 26.5294C13.1827 26.5294 13.241 26.5294 13.2992 26.5294C13.3574 26.5294 13.4157 26.5294 13.4739 26.5586C13.5322 26.5586 13.5613 26.5877 13.6195 26.5877C13.6486 26.5877 13.6778 26.5877 13.7069 26.6168V26.4712C13.7069 26.3838 13.7069 26.2965 13.6778 26.2091C13.6487 26.1217 13.6195 26.0635 13.5904 25.9761C13.5322 25.9179 13.4739 25.8596 13.3866 25.8305C13.2992 25.8014 13.1827 25.7723 13.0662 25.7723C12.8915 25.7723 12.7459 25.7723 12.6003 25.8014C12.4838 25.8305 12.3673 25.8596 12.3091 25.8888L12.2508 25.4519C12.3091 25.4228 12.4256 25.3937 12.6003 25.3646C12.6876 25.3355 12.8624 25.3354 13.0371 25.3354ZM13.0953 27.9564C13.2118 27.9564 13.3283 27.9564 13.4157 27.9564C13.503 27.9564 13.5904 27.9273 13.6487 27.9273V27.0536C13.6195 27.0245 13.5613 27.0245 13.4739 26.9954C13.3866 26.9954 13.2992 26.9662 13.1536 26.9662C13.0662 26.9662 12.9789 26.9663 12.8915 26.9954C12.8041 26.9954 12.7168 27.0245 12.6585 27.0536C12.5712 27.0827 12.5129 27.141 12.4838 27.1992C12.4256 27.2575 12.3964 27.3448 12.3964 27.4322C12.3964 27.6069 12.4547 27.7525 12.5712 27.8108C12.7168 27.9273 12.8624 27.9564 13.0953 27.9564Z\" fill=\"white\"/>\\n<path d=\"M20.026 28.3351C19.9678 28.1603 19.9095 27.9856 19.8513 27.84C19.793 27.6653 19.7348 27.5197 19.6766 27.3449H17.9002L17.5507 28.3351H16.9683C17.1139 27.9274 17.2595 27.5488 17.4051 27.1993C17.5507 26.8499 17.6672 26.5004 17.7837 26.2092C17.9001 25.8889 18.0458 25.5976 18.1622 25.3064C18.2787 25.0152 18.4243 24.724 18.5408 24.4619H19.0359C19.1815 24.7531 19.298 25.0152 19.4145 25.3064C19.5309 25.5976 19.6766 25.8889 19.793 26.2092C19.9095 26.5295 20.0551 26.8499 20.1716 27.1993C20.3172 27.5488 20.4337 27.9274 20.6084 28.3351H20.026ZM19.5018 26.879C19.3853 26.5587 19.2689 26.2383 19.1524 25.918C19.0359 25.5976 18.9194 25.3064 18.7738 25.0443C18.6282 25.3356 18.5117 25.6268 18.3952 25.918C18.2787 26.2383 18.1622 26.5295 18.0458 26.879H19.5018Z\" fill=\"white\"/>\\n<path d=\"M21.6279 25.4811C21.7444 25.4519 21.9191 25.4228 22.0939 25.3937C22.2686 25.3646 22.5307 25.3354 22.7928 25.3354C23.0258 25.3354 23.2296 25.3646 23.3752 25.4228C23.5208 25.4811 23.6664 25.5684 23.7538 25.6849C23.8412 25.8014 23.8994 25.947 23.9576 26.1217C23.9868 26.2965 24.0159 26.4712 24.0159 26.675V28.335H23.4917V26.7915C23.4917 26.6168 23.4917 26.4712 23.4626 26.3256C23.4335 26.2091 23.4043 26.0926 23.3461 26.0052C23.2879 25.9179 23.2005 25.8596 23.1131 25.8305C23.0258 25.8014 22.9093 25.7723 22.7637 25.7723C22.7054 25.7723 22.6472 25.7723 22.5889 25.7723C22.5307 25.7723 22.4725 25.7723 22.4142 25.7723C22.356 25.7723 22.2977 25.7723 22.2686 25.8014C22.2395 25.8014 22.1812 25.8014 22.1812 25.8305V28.3058H21.6571V25.4811H21.6279Z\" fill=\"white\"/>\\n<path d=\"M26.3164 25.3354C26.5202 25.3354 26.695 25.3646 26.8406 25.4228C26.9862 25.4811 27.1027 25.5684 27.19 25.6558C27.2774 25.7432 27.3356 25.8596 27.3648 26.0052C27.3939 26.1509 27.423 26.2965 27.423 26.4712V28.3058C27.3648 28.3058 27.3065 28.335 27.2483 28.335C27.1609 28.335 27.0736 28.3641 26.9862 28.3641C26.8697 28.3641 26.7823 28.3932 26.6659 28.3932C26.5494 28.3932 26.4329 28.3932 26.3164 28.3932C26.1417 28.3932 25.9961 28.3641 25.8505 28.335C25.7048 28.3058 25.5884 28.2476 25.501 28.1602C25.4136 28.0729 25.3263 27.9855 25.268 27.869C25.2098 27.7525 25.1807 27.6069 25.1807 27.4322C25.1807 27.2575 25.2098 27.141 25.268 27.0245C25.3263 26.908 25.4136 26.8206 25.5301 26.7333C25.6466 26.675 25.7631 26.6168 25.9378 26.5877C26.0834 26.5586 26.2582 26.5294 26.4038 26.5294C26.462 26.5294 26.5202 26.5294 26.5785 26.5294C26.6367 26.5294 26.695 26.5294 26.7532 26.5586C26.8115 26.5586 26.8406 26.5877 26.8988 26.5877C26.9279 26.5877 26.9571 26.5877 26.9862 26.6168V26.4712C26.9862 26.3838 26.9862 26.2965 26.9571 26.2091C26.9279 26.1217 26.8988 26.0635 26.8406 25.9761C26.7823 25.9179 26.7241 25.8596 26.6367 25.8305C26.5494 25.8014 26.4329 25.7723 26.3164 25.7723C26.1417 25.7723 25.9961 25.7723 25.8505 25.8014C25.734 25.8305 25.6175 25.8596 25.5592 25.8888L25.501 25.4519C25.5592 25.4228 25.6757 25.3937 25.8505 25.3646C25.9669 25.3355 26.1417 25.3354 26.3164 25.3354ZM26.3746 27.9564C26.4911 27.9564 26.6076 27.9564 26.695 27.9564C26.7823 27.9564 26.8697 27.9273 26.9279 27.9273V27.0536C26.8988 27.0245 26.8406 27.0245 26.7532 26.9954C26.6659 26.9954 26.5785 26.9662 26.4329 26.9662C26.3455 26.9662 26.2582 26.9663 26.1708 26.9954C26.0834 26.9954 25.9961 27.0245 25.9378 27.0536C25.8505 27.0827 25.7922 27.141 25.7631 27.1992C25.7048 27.2575 25.6757 27.3448 25.6757 27.4322C25.6757 27.6069 25.734 27.7525 25.8505 27.8108C25.9961 27.9273 26.1708 27.9564 26.3746 27.9564Z\" fill=\"white\"/>\\n<path d=\"M29.7236 28.3928C29.4032 28.3928 29.1703 28.3054 29.0246 28.1889C28.879 28.0433 28.8208 27.8395 28.8208 27.5774V24.0537L29.345 23.9663V27.49C29.345 27.5774 29.345 27.6356 29.3741 27.6938C29.4032 27.7521 29.4032 27.7812 29.4615 27.8395C29.4906 27.8686 29.5488 27.8977 29.6071 27.9268C29.6653 27.9559 29.7236 27.9559 29.8109 27.9559L29.7236 28.3928Z\" fill=\"white\"/>\\n<path d=\"M30.5387 28.8883C30.5678 28.9174 30.6261 28.9174 30.7134 28.9465C30.7717 28.9757 30.8299 28.9757 30.9173 28.9757C31.1211 28.9757 31.2959 28.9174 31.4124 28.8301C31.5288 28.7427 31.6453 28.5971 31.7327 28.3932C31.4997 27.9273 31.2667 27.4613 31.0629 26.9663C30.859 26.4712 30.6843 25.947 30.5387 25.4229H31.092C31.1211 25.5976 31.1794 25.7723 31.2376 25.9762C31.2959 26.18 31.3541 26.3839 31.4415 26.5877C31.4997 26.7916 31.5871 26.9954 31.6744 27.1992C31.7618 27.4031 31.8492 27.607 31.9365 27.8108C32.0821 27.4031 32.1986 27.0245 32.3151 26.6459C32.4316 26.2674 32.519 25.8597 32.6063 25.452H33.1596C33.014 26.0053 32.8684 26.5295 32.6937 27.0536C32.519 27.5778 32.3442 28.0438 32.1695 28.4806C32.0821 28.6553 32.0239 28.8009 31.9365 28.9174C31.8492 29.0339 31.7618 29.1504 31.6744 29.2086C31.5871 29.296 31.4706 29.3542 31.3541 29.3834C31.2376 29.4125 31.092 29.4416 30.9464 29.4416C30.9173 29.4416 30.859 29.4416 30.8299 29.4416C30.7717 29.4416 30.7426 29.4416 30.6843 29.4125C30.6552 29.4125 30.597 29.3834 30.5678 29.3834C30.5387 29.3834 30.5096 29.3542 30.4805 29.3542L30.5387 28.8883Z\" fill=\"white\"/>\\n<path d=\"M34.7035 25.3938H35.8101V25.8306H34.7035V27.1993C34.7035 27.3449 34.7035 27.4614 34.7326 27.5779C34.7618 27.6653 34.7909 27.7526 34.82 27.8109C34.8783 27.8691 34.9074 27.8982 34.9947 27.9274C35.053 27.9565 35.1403 27.9565 35.2277 27.9565C35.3733 27.9565 35.5189 27.9274 35.6063 27.8982C35.6937 27.8691 35.781 27.84 35.8101 27.8109L35.8975 28.2477C35.8393 28.2768 35.7519 28.3059 35.6354 28.3351C35.5189 28.3642 35.3442 28.3933 35.1695 28.3933C34.9656 28.3933 34.82 28.3642 34.6744 28.3059C34.5579 28.2477 34.4414 28.1895 34.3541 28.073C34.2667 27.9856 34.2085 27.84 34.1793 27.6944C34.1502 27.5488 34.1211 27.3741 34.1211 27.1702V24.5493L34.6453 24.4619V25.3938H34.7035Z\" fill=\"white\"/>\\n<path d=\"M37.2661 24.8693C37.1788 24.8693 37.0914 24.8402 37.0332 24.782C36.9749 24.7237 36.9458 24.6364 36.9458 24.5199C36.9458 24.4034 36.9749 24.3451 37.0332 24.2578C37.0914 24.1995 37.1788 24.1704 37.2661 24.1704C37.3535 24.1704 37.4409 24.1995 37.4991 24.2578C37.5573 24.316 37.5865 24.4034 37.5865 24.5199C37.5865 24.6364 37.5573 24.6946 37.4991 24.782C37.4409 24.8402 37.3535 24.8693 37.2661 24.8693ZM37.5282 28.3348H37.004V25.3935H37.5282V28.3348Z\" fill=\"white\"/>\\n<path d=\"M40.2072 28.4223C39.9743 28.4223 39.7704 28.3932 39.5957 28.3058C39.4209 28.2185 39.2753 28.1311 39.1297 27.9855C39.0132 27.8399 38.9259 27.6943 38.8676 27.4904C38.8094 27.3157 38.7803 27.1119 38.7803 26.8789C38.7803 26.6459 38.8094 26.4421 38.8676 26.2673C38.9259 26.0926 39.0133 25.9179 39.1589 25.7723C39.2753 25.6267 39.4209 25.5393 39.5957 25.4519C39.7704 25.3646 39.9743 25.3354 40.1781 25.3354C40.3237 25.3354 40.4402 25.3355 40.5858 25.3646C40.7314 25.3937 40.8479 25.4228 40.9644 25.4811L40.8479 25.9179C40.7605 25.8888 40.6732 25.8596 40.5858 25.8305C40.4693 25.8014 40.382 25.8014 40.2655 25.8014C39.9743 25.8014 39.7413 25.8888 39.5957 26.0635C39.4501 26.2382 39.3627 26.5294 39.3627 26.8789C39.3627 27.0245 39.3918 27.1701 39.4209 27.3157C39.4501 27.4613 39.5083 27.5487 39.5957 27.6652C39.683 27.7525 39.7704 27.8399 39.8869 27.869C40.0034 27.9273 40.149 27.9564 40.3237 27.9564C40.4693 27.9564 40.5858 27.9564 40.7023 27.9273C40.8188 27.8981 40.9061 27.869 40.9644 27.8399L41.0517 28.2767C41.0226 28.3058 40.9644 28.3058 40.9353 28.335C40.877 28.3641 40.8188 28.3641 40.7314 28.3932C40.6732 28.3932 40.5858 28.4223 40.4984 28.4223C40.3528 28.3932 40.2946 28.4223 40.2072 28.4223Z\" fill=\"white\"/>\\n<path d=\"M42.77 27.9564C42.9738 27.9564 43.1485 27.9273 43.2359 27.869C43.3524 27.8108 43.3815 27.7234 43.3815 27.6069C43.3815 27.4904 43.3233 27.374 43.2359 27.3157C43.1194 27.2283 42.9738 27.1701 42.7408 27.0536C42.6243 26.9954 42.5079 26.9662 42.4205 26.908C42.304 26.8498 42.2166 26.7915 42.1584 26.7333C42.071 26.675 42.0128 26.5877 41.9837 26.5003C41.9254 26.4129 41.9254 26.2965 41.9254 26.18C41.9254 25.9179 42.0128 25.714 42.2166 25.5684C42.4205 25.4228 42.6826 25.3354 43.0029 25.3354C43.0903 25.3354 43.1777 25.3354 43.265 25.3354C43.3524 25.3354 43.4397 25.3646 43.498 25.3646C43.5562 25.3646 43.6436 25.3937 43.6727 25.3937C43.731 25.4228 43.7601 25.4228 43.7892 25.4228L43.7018 25.8888C43.6436 25.8596 43.5562 25.8305 43.4397 25.8014C43.3233 25.7723 43.1776 25.7431 43.0029 25.7431C42.8573 25.7431 42.7408 25.7723 42.6243 25.8305C42.5079 25.8888 42.4496 25.9761 42.4496 26.0926C42.4496 26.1509 42.4496 26.2091 42.4787 26.2673C42.5079 26.3256 42.537 26.3547 42.5952 26.4129C42.6535 26.4421 42.7117 26.5003 42.77 26.5294C42.8573 26.5586 42.9447 26.5877 43.032 26.6459C43.1777 26.7042 43.2941 26.7624 43.4106 26.7915C43.5271 26.8498 43.6145 26.908 43.7018 26.9662C43.7892 27.0245 43.8474 27.1119 43.8766 27.1992C43.9057 27.2866 43.9348 27.4031 43.9348 27.5487C43.9348 27.8108 43.8474 28.0146 43.6436 28.1602C43.4397 28.3058 43.1485 28.3641 42.77 28.3641C42.5079 28.3641 42.304 28.335 42.1584 28.3058C42.0128 28.2767 41.9254 28.2185 41.8672 28.2185L41.9546 27.7525C42.0128 27.7817 42.1002 27.8108 42.2458 27.8399C42.3623 27.9273 42.537 27.9564 42.77 27.9564Z\" fill=\"white\"/>\\n<path d=\"M47.9826 24.4033C48.5359 24.4033 48.9436 24.5198 49.264 24.7236C49.5552 24.9275 49.7008 25.2478 49.7008 25.6555C49.7008 25.8885 49.6717 26.0632 49.5843 26.238C49.4969 26.3836 49.3805 26.5292 49.2349 26.6165C49.0892 26.7039 48.8854 26.7913 48.6815 26.8204C48.4777 26.8786 48.2156 26.8786 47.9535 26.8786H47.5167V28.3347H46.9634V24.4907C47.109 24.4616 47.2837 24.4324 47.4876 24.4033C47.6623 24.4033 47.837 24.4033 47.9826 24.4033ZM48.0409 24.8693C47.8079 24.8693 47.6332 24.8693 47.5167 24.8984V26.4418H47.9244C48.0991 26.4418 48.2738 26.4418 48.4194 26.4127C48.5651 26.3836 48.7107 26.3545 48.798 26.2962C48.9145 26.238 48.9728 26.1506 49.031 26.0632C49.0892 25.9759 49.1184 25.8303 49.1184 25.6847C49.1184 25.5391 49.0892 25.4226 49.031 25.3061C48.9728 25.2187 48.8854 25.1314 48.798 25.0731C48.7107 25.0149 48.5942 24.9857 48.4486 24.9566C48.303 24.9275 48.1865 24.8693 48.0409 24.8693Z\" fill=\"white\"/>\\n<path d=\"M51.7392 28.3928C51.4188 28.3928 51.1859 28.3054 51.0403 28.1889C50.8947 28.0433 50.8364 27.8395 50.8364 27.5774V24.0537L51.3606 23.9663V27.49C51.3606 27.5774 51.3606 27.6356 51.3897 27.6938C51.4189 27.7521 51.4188 27.7812 51.4771 27.8395C51.5062 27.8686 51.5645 27.8977 51.6227 27.9268C51.6809 27.9559 51.7392 27.9559 51.8266 27.9559L51.7392 28.3928Z\" fill=\"white\"/>\\n<path d=\"M53.8652 25.3354C54.0691 25.3354 54.2438 25.3646 54.3894 25.4228C54.535 25.4811 54.6515 25.5684 54.7389 25.6558C54.8262 25.7432 54.8845 25.8596 54.9136 26.0052C54.9427 26.1509 54.9718 26.2965 54.9718 26.4712V28.3058C54.9136 28.3058 54.8553 28.335 54.7971 28.335C54.7097 28.335 54.6224 28.3641 54.535 28.3641C54.4476 28.3641 54.3312 28.3932 54.2147 28.3932C54.0982 28.3932 53.9817 28.3932 53.8652 28.3932C53.6905 28.3932 53.5449 28.3641 53.3993 28.335C53.2537 28.3058 53.1372 28.2476 53.0498 28.1602C52.9333 28.0729 52.8751 27.9855 52.8169 27.869C52.7586 27.7525 52.7295 27.6069 52.7295 27.4322C52.7295 27.2575 52.7586 27.141 52.8169 27.0245C52.8751 26.908 52.9625 26.8206 53.0789 26.7333C53.1954 26.6459 53.3119 26.6168 53.4866 26.5877C53.6322 26.5586 53.807 26.5294 53.9526 26.5294C54.0108 26.5294 54.0691 26.5294 54.1273 26.5294C54.1856 26.5294 54.2438 26.5294 54.302 26.5586C54.3603 26.5586 54.3894 26.5877 54.4477 26.5877C54.4768 26.5877 54.5059 26.5877 54.535 26.6168V26.4712C54.535 26.3838 54.535 26.2965 54.5059 26.2091C54.4768 26.1217 54.4477 26.0635 54.4185 25.9761C54.3603 25.9179 54.302 25.8596 54.2147 25.8305C54.1273 25.8014 54.0108 25.7723 53.8943 25.7723C53.7196 25.7723 53.574 25.7723 53.4284 25.8014C53.3119 25.8305 53.1954 25.8596 53.1372 25.8888L53.0789 25.4519C53.1372 25.4228 53.2537 25.3937 53.4284 25.3646C53.5158 25.3355 53.6905 25.3354 53.8652 25.3354ZM53.9235 27.9564C54.0399 27.9564 54.1564 27.9564 54.2438 27.9564C54.3312 27.9564 54.4185 27.9273 54.4768 27.9273V27.0536C54.4477 27.0245 54.3894 27.0245 54.302 26.9954C54.2147 26.9954 54.1273 26.9662 53.9817 26.9662C53.8943 26.9662 53.807 26.9663 53.7196 26.9954C53.6323 26.9954 53.5449 27.0245 53.4866 27.0536C53.3993 27.0827 53.341 27.141 53.3119 27.1992C53.2537 27.2575 53.2246 27.3448 53.2246 27.4322C53.2246 27.6069 53.2828 27.7525 53.3993 27.8108C53.5449 27.9273 53.7196 27.9564 53.9235 27.9564Z\" fill=\"white\"/>\\n<path d=\"M56.8647 25.3938H57.9713V25.8306H56.8647V27.1993C56.8647 27.3449 56.8647 27.4614 56.8938 27.5779C56.9229 27.6653 56.952 27.7526 56.9811 27.8109C57.0394 27.8691 57.0685 27.8982 57.1559 27.9274C57.2141 27.9565 57.3015 27.9565 57.3888 27.9565C57.5345 27.9565 57.6801 27.9274 57.7674 27.8982C57.8548 27.8691 57.9422 27.84 57.9713 27.8109L58.0586 28.2477C58.0004 28.2768 57.913 28.3059 57.7965 28.3351C57.6801 28.3642 57.5053 28.3933 57.3306 28.3933C57.1267 28.3933 56.9811 28.3642 56.8355 28.3059C56.719 28.2477 56.6026 28.1895 56.5152 28.073C56.4278 27.9856 56.3696 27.84 56.3405 27.6944C56.3114 27.5488 56.2822 27.3741 56.2822 27.1702V24.5493L56.8064 24.4619V25.3938H56.8647Z\" fill=\"white\"/>\\n<path d=\"M60.3008 23.9663C60.4464 23.9663 60.592 23.9663 60.7085 23.9954C60.825 24.0245 60.8832 24.0245 60.9414 24.0537L60.8541 24.5196C60.7958 24.4905 60.7376 24.4614 60.6502 24.4614C60.5629 24.4322 60.4755 24.4322 60.359 24.4322C60.126 24.4322 59.9513 24.4905 59.8348 24.6361C59.7475 24.7817 59.6892 24.9564 59.6892 25.1894V25.4515H60.825V25.8883H59.6892V28.3928H59.165V25.1894C59.165 24.8108 59.2524 24.5196 59.4271 24.3158C59.631 24.0537 59.9222 23.9663 60.3008 23.9663Z\" fill=\"white\"/>\\n<path d=\"M64.4361 26.8782C64.4361 27.1112 64.407 27.315 64.3488 27.5189C64.2905 27.6936 64.1741 27.8684 64.0576 28.014C63.9411 28.1596 63.7955 28.2469 63.6207 28.3343C63.446 28.4217 63.2713 28.4508 63.0674 28.4508C62.8636 28.4508 62.6889 28.4217 62.5141 28.3343C62.3394 28.2469 62.1938 28.1596 62.0773 28.014C61.9608 27.8684 61.8735 27.7227 61.7861 27.5189C61.7278 27.3442 61.6987 27.1112 61.6987 26.8782C61.6987 26.6453 61.7278 26.4414 61.7861 26.2376C61.8443 26.0337 61.9608 25.8881 62.0773 25.7425C62.1938 25.5969 62.3394 25.5095 62.5141 25.4222C62.6889 25.3348 62.8636 25.3057 63.0674 25.3057C63.2713 25.3057 63.446 25.3348 63.6207 25.4222C63.7955 25.5095 63.9411 25.5969 64.0576 25.7425C64.1741 25.8881 64.2614 26.0337 64.3488 26.2376C64.407 26.4414 64.4361 26.6453 64.4361 26.8782ZM63.912 26.8782C63.912 26.5579 63.8246 26.2958 63.679 26.0919C63.5334 25.8881 63.3295 25.8007 63.0674 25.8007C62.8053 25.8007 62.6015 25.8881 62.4559 26.0919C62.3103 26.2958 62.2229 26.5579 62.2229 26.8782C62.2229 27.1986 62.3103 27.4607 62.4559 27.6645C62.6015 27.8683 62.8053 27.9557 63.0674 27.9557C63.3295 27.9557 63.5334 27.8683 63.679 27.6645C63.8246 27.4607 63.912 27.1986 63.912 26.8782Z\" fill=\"white\"/>\\n<path d=\"M66.7953 25.3354C66.8535 25.3354 66.8826 25.3354 66.9409 25.3354C66.9991 25.3354 67.0574 25.3355 67.1156 25.3646C67.1738 25.3646 67.2321 25.3937 67.2612 25.3937C67.3195 25.3937 67.3486 25.4228 67.3777 25.4228L67.2903 25.8888C67.2612 25.8596 67.1738 25.8596 67.0865 25.8305C66.9991 25.8014 66.8535 25.8014 66.7079 25.8014C66.6205 25.8014 66.5041 25.8014 66.4167 25.8305C66.3293 25.8596 66.2711 25.8596 66.242 25.8596V28.335H65.7178V25.5102C65.8343 25.4519 66.009 25.4228 66.1837 25.3937C66.3584 25.3646 66.5623 25.3354 66.7953 25.3354Z\" fill=\"white\"/>\\n<path d=\"M68.397 25.4811C68.5135 25.4519 68.6882 25.4228 68.8629 25.3937C69.0668 25.3646 69.2997 25.3354 69.5618 25.3354C69.7366 25.3354 69.9113 25.3646 70.0278 25.4228C70.1443 25.4811 70.2607 25.5393 70.3481 25.6558C70.3772 25.6267 70.4064 25.5975 70.4646 25.5684C70.5228 25.5393 70.5811 25.5102 70.6684 25.4811C70.7558 25.4519 70.8432 25.4228 70.9305 25.3937C71.047 25.3646 71.1344 25.3646 71.2509 25.3646C71.4838 25.3646 71.6586 25.3937 71.8042 25.4519C71.9498 25.5102 72.0663 25.5975 72.1536 25.7431C72.241 25.8596 72.2992 26.0052 72.3284 26.18C72.3575 26.3547 72.3575 26.5294 72.3575 26.7333V28.3932H71.8333V26.8498C71.8333 26.675 71.8333 26.5294 71.8042 26.4129C71.7751 26.2965 71.7459 26.18 71.7168 26.0926C71.6586 26.0052 71.6003 25.947 71.513 25.9179C71.4256 25.8888 71.3382 25.8596 71.1926 25.8596C71.0179 25.8596 70.8723 25.8888 70.7558 25.9179C70.6393 25.9761 70.552 26.0052 70.5228 26.0344C70.552 26.1217 70.5811 26.2382 70.5811 26.3547C70.6102 26.4712 70.6102 26.5877 70.6102 26.7333V28.3932H70.086V26.8498C70.086 26.675 70.086 26.5294 70.0569 26.4129C70.0278 26.2965 69.9986 26.18 69.9695 26.0926C69.9113 26.0052 69.853 25.947 69.7657 25.9179C69.6783 25.8888 69.591 25.8596 69.4453 25.8596C69.3871 25.8596 69.3289 25.8596 69.2706 25.8596C69.2124 25.8596 69.1541 25.8596 69.0959 25.8596C69.0376 25.8596 68.9794 25.8596 68.9503 25.8888C68.892 25.8888 68.8629 25.8888 68.8629 25.9179V28.3932H68.397V25.4811Z\" fill=\"white\"/>\\n<path d=\"M36.8294 10.3958L36.8585 12.4926C36.7711 13.8322 36.6255 14.9388 36.3634 15.8707C36.1013 16.7734 35.6063 17.618 34.8491 18.346C33.5969 19.5982 31.7914 20.2098 29.4325 20.2098C26.6369 20.2098 24.7149 19.8312 23.6956 19.1031C22.6764 18.3751 22.123 17.0355 22.123 15.0844V0.727539H29.6946C31.8787 0.727539 33.5969 1.33909 34.8491 2.59131C35.8392 3.58144 36.4508 4.80453 36.6255 6.2606C36.7711 7.27985 36.8294 8.64856 36.8294 10.3958ZM32.8688 13.8613C32.9562 13.1333 33.0145 11.9684 33.0145 10.3958C33.0145 8.82329 32.9562 7.68755 32.8688 6.98864C32.7815 6.28973 32.5485 5.73642 32.1991 5.2996C31.5293 4.4842 30.5974 4.10562 29.3452 4.10562H25.9379V14.8805C25.9379 15.6086 26.1709 16.1036 26.666 16.3949C27.161 16.6569 28.0347 16.8026 29.316 16.8026C30.5974 16.8026 31.5584 16.3949 32.1991 15.6086C32.5485 15.2009 32.7815 14.6184 32.8688 13.8613Z\" fill=\"white\"/>\\n<path d=\"M54.9426 20.2098H50.9821L49.8755 16.8317H43.3232L42.2457 20.2098H38.2852L44.5171 2.35834C44.7792 1.74679 45.0996 1.30997 45.4199 1.077C45.7694 0.844028 46.1771 0.727539 46.6721 0.727539C47.1672 0.727539 47.5749 0.844026 47.8661 1.04788C48.1573 1.28085 48.4485 1.71767 48.6815 2.35834L54.9426 20.2098ZM49.0018 13.6283L46.7012 5.91115L44.2842 13.6283H49.0018Z\" fill=\"white\"/>\\n<path d=\"M69.9108 2.41687C71.0466 3.55261 71.5999 5.1834 71.5999 7.36751C71.5999 9.55162 71.0466 11.1824 69.9108 12.3182C68.7751 13.4539 67.2025 14.0072 65.164 14.0072H61.4074V20.2392H57.6216V0.756951H65.164C67.2025 0.72783 68.8042 1.28114 69.9108 2.41687ZM67.7849 7.33839C67.7849 5.18341 66.8531 4.10591 64.9602 4.10591H61.4074V10.5417H64.9602C65.8629 10.5417 66.5619 10.3088 67.0569 9.81371C67.552 9.31865 67.7849 8.50325 67.7849 7.33839Z\" fill=\"white\"/>\\n<path d=\"M18.4246 11.2402C16.4734 11.2402 15.8619 11.8517 15.8619 13.832V16.0743C15.8619 18.8117 14.4058 20.2096 11.7266 20.2096H10.7656V18.4623H11.1151C13.0953 18.4623 13.6778 17.5886 13.6778 15.7831V13.7737C13.6778 11.4149 14.6679 10.5995 15.6871 10.2792C14.464 9.87147 13.6778 9.20168 13.6778 6.72636V4.68786C13.6778 2.85321 12.9497 2.00869 11.2024 2.00869H10.7656V0.290527H11.7266C14.1146 0.290527 15.8619 1.30978 15.8619 4.36752V6.69724C15.8619 8.61925 16.4152 9.28904 18.4246 9.28904V11.2402Z\" fill=\"white\"/>\\n<path d=\"M0.13623 9.28904C2.17473 9.28904 2.69891 8.61925 2.69891 6.69724V4.36752C2.69891 1.30978 4.4462 0.290527 6.83415 0.290527H7.79516V2.00869H7.35834C5.64017 2.00869 4.88302 2.85321 4.88302 4.68786V6.72636C4.88302 9.2308 4.12586 9.90059 2.87364 10.2792C3.89289 10.5995 4.88302 11.3858 4.88302 13.7737V15.7831C4.88302 17.5886 5.46545 18.4623 7.4457 18.4623H7.79516V20.2096H6.83415C4.12586 20.2096 2.69891 18.8117 2.69891 16.0743V13.832C2.69891 11.8517 2.08736 11.2402 0.13623 11.2402V9.28904Z\" fill=\"white\"/>\\n<path d=\"M7.38759 8.35742H6.39746V12.6965H7.38759V8.35742Z\" fill=\"white\"/>\\n<path d=\"M9.77573 6.37744H8.69824V14.677H9.77573V6.37744Z\" fill=\"white\"/>\\n<path d=\"M12.0761 8.35742H11.0859V12.6965H12.0761V8.35742Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-watfo9\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-xppdoq\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:36,intrinsicWidth:33,name:\"Group\",svg:'<svg width=\"33\" height=\"36\" viewBox=\"0 0 33 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M27.5328 10.9936L27.2915 10.9878C27.3438 8.44596 26.4335 6.03792 24.7293 4.20281C23.025 2.3706 20.7304 1.33526 18.27 1.28582L18.2758 1.04443C20.8031 1.09678 23.1559 2.1583 24.9067 4.03995C26.6545 5.92159 27.5881 8.3907 27.5328 10.9936Z\" fill=\"white\"/>\\n<path d=\"M27.6522 11.1188L27.1694 11.11L27.1723 10.9879C27.2246 8.47806 26.326 6.09909 24.6421 4.29015C22.9611 2.48412 20.6985 1.46041 18.2701 1.41097L18.1479 1.40807L18.1567 0.925293L18.2788 0.9282C20.8381 0.980548 23.2229 2.05661 24.994 3.96152C26.7622 5.86353 27.7074 8.36172 27.6551 10.9995L27.6522 11.1188Z\" fill=\"white\"/>\\n<path d=\"M20.6547 7.95104C20.2825 7.74455 19.8143 7.87833 19.6078 8.25059C19.4013 8.62285 19.5351 9.09107 19.9073 9.29756C20.2796 9.50405 20.7478 9.37027 20.9543 8.99801C21.1608 8.62575 21.027 8.15753 20.6547 7.95104Z\" fill=\"white\"/>\\n<path d=\"M17.6068 24.4993C17.3305 24.3451 16.9815 24.4469 16.8274 24.7232C16.6733 24.9995 16.775 25.3485 17.0513 25.5026C17.3276 25.6568 17.6766 25.555 17.8307 25.2787C17.982 25.0024 17.8831 24.6534 17.6068 24.4993Z\" fill=\"white\"/>\\n<path d=\"M7.25592 19.2471C6.85749 19.0261 6.35436 19.1686 6.13333 19.567C5.9123 19.9654 6.05481 20.4686 6.45324 20.6896C6.85168 20.9106 7.35481 20.7681 7.57583 20.3697C7.79686 19.9684 7.65435 19.4681 7.25592 19.2471Z\" fill=\"white\"/>\\n<path d=\"M6.76471 2.77445C6.36628 2.55342 5.86315 2.69592 5.64212 3.09436C5.42109 3.49279 5.5636 3.99591 5.96203 4.21694C6.36046 4.43797 6.86359 4.29547 7.08462 3.89704C7.30856 3.4986 7.16314 2.99547 6.76471 2.77445Z\" fill=\"white\"/>\\n<path d=\"M16.3155 12.6451C15.7949 12.3572 15.1376 12.5433 14.8497 13.0639C14.5618 13.5845 14.7479 14.2418 15.2685 14.5297C15.7891 14.8176 16.4463 14.6315 16.7343 14.1109C17.0222 13.5903 16.8361 12.933 16.3155 12.6451Z\" fill=\"white\"/>\\n<path d=\"M23.0073 16.2543C22.7805 16.1263 22.4926 16.2106 22.3646 16.4375C22.2366 16.6643 22.321 16.9522 22.5478 17.0802C22.7747 17.2082 23.0626 17.1238 23.1905 16.897C23.3185 16.6672 23.2371 16.3822 23.0073 16.2543Z\" fill=\"white\"/>\\n<path d=\"M7.56207 8.23076C5.75313 13.6663 8.70502 19.5584 14.1406 21.3674C16.377 22.1119 18.6891 22.0566 20.7598 21.3645L20.6696 21.126C18.6513 21.8007 16.3974 21.8531 14.2191 21.126C8.91732 19.3636 6.03814 13.614 7.80055 8.31219C9.07437 4.4791 12.5003 1.71043 16.0542 1.39343C16.156 1.29746 16.3043 1.19276 16.5166 1.11133C12.701 1.21603 8.92605 4.1301 7.56207 8.23076Z\" fill=\"white\"/>\\n<path d=\"M17.447 21.9982C16.3244 21.9982 15.2047 21.8179 14.1112 21.4543C11.4589 20.5731 9.30679 18.706 8.05333 16.202C6.79696 13.6951 6.59338 10.8566 7.47458 8.2043C8.82402 4.15018 12.6251 1.1285 16.5193 1.02089L17.0428 1.00635L16.5542 1.19829C16.3797 1.26809 16.2343 1.35534 16.1209 1.46295L16.0976 1.48621L16.0656 1.48912C12.4884 1.80903 9.12648 4.62714 7.89047 8.34681C6.1426 13.602 8.9956 19.2964 14.2508 21.0443C16.3448 21.7394 18.5551 21.7394 20.6432 21.0443L20.7275 21.0152L20.8817 21.4253L20.7915 21.4543C19.698 21.815 18.5725 21.9982 17.447 21.9982ZM7.64908 8.25956C6.78242 10.8654 6.98309 13.6573 8.21619 16.1177C9.44929 18.581 11.5636 20.4132 14.1694 21.2799C16.2895 21.9837 18.526 21.9924 20.6432 21.306L20.617 21.2391C18.5173 21.9226 16.2953 21.9139 14.1927 21.213C8.84438 19.4331 5.93902 13.634 7.71888 8.28282C8.97525 4.5079 12.3837 1.64326 16.0191 1.3059C16.0511 1.27682 16.086 1.25064 16.1209 1.22447C12.4448 1.5182 8.92581 4.41774 7.64908 8.25956Z\" fill=\"white\"/>\\n<path d=\"M12.0547 5.42149C11.6156 7.76846 12.078 9.92348 13.3896 11.651C14.8467 13.5704 17.3332 14.8879 19.8722 15.0856C21.0151 15.1758 24.3742 15.4346 27.2243 11.4969C27.3609 11.142 27.4976 10.7785 27.6227 10.4382L27.4598 10.6971C24.6068 15.1962 21.0616 14.9199 19.8954 14.8297C17.4234 14.6378 15.0095 13.3581 13.5932 11.4939C12.3281 9.82751 11.8832 7.74228 12.3049 5.46802C13.2181 0.576323 17.9353 1.29757 18.133 1.32956L18.1766 1.07655C18.1272 1.06782 13.0145 0.279683 12.0547 5.42149Z\" fill=\"white\"/>\\n<path d=\"M20.7213 15.2163C20.3694 15.2163 20.0786 15.193 19.8662 15.1785C17.3012 14.9778 14.7913 13.6487 13.3168 11.7089C11.9907 9.96106 11.5224 7.78277 11.9645 5.40672C12.9388 0.177666 18.1416 0.980345 18.1911 0.98907L18.2812 1.00361L18.2085 1.43694L18.1184 1.4224C17.9206 1.39041 13.2878 0.6837 12.392 5.48524C11.9732 7.73333 12.4124 9.79238 13.6629 11.4385C15.0647 13.2823 17.4524 14.5474 19.8982 14.7393C21.0499 14.8295 24.5573 15.1029 27.3783 10.6503L27.6778 10.1763L27.7127 10.4497L27.704 10.47C27.579 10.8103 27.4423 11.1738 27.3056 11.5286L27.294 11.549C24.9586 14.7859 22.2539 15.2163 20.7213 15.2163ZM17.4146 1.11994C15.9663 1.11994 12.8661 1.58236 12.1448 5.43871C11.7115 7.76242 12.1681 9.89126 13.4623 11.5955C14.9048 13.4946 17.3651 14.7975 19.8808 14.9953C20.9801 15.0796 24.3275 15.3413 27.1456 11.453C27.1805 11.3599 27.2154 11.2698 27.2503 11.1767C24.4206 15.2716 21.0266 15.0069 19.8866 14.9196C17.3913 14.7248 14.9513 13.4335 13.5204 11.549C12.2379 9.85927 11.7871 7.75078 12.2175 5.45034C13.0871 0.78549 17.3622 1.13739 18.0602 1.22755L18.0719 1.15484C17.9526 1.1403 17.72 1.11994 17.4146 1.11994Z\" fill=\"white\"/>\\n<path d=\"M19.1398 2.22785C19.3026 2.62628 19.1165 3.15558 18.5814 3.7954C18.0114 4.47884 17.1971 4.97034 16.3391 5.49092C14.5127 6.59897 12.4391 7.85243 11.2468 11.4441C10.5895 13.4218 10.7204 15.2481 11.6365 16.871C13.14 19.5349 16.3159 20.864 17.7845 21.1926C19.0118 21.4689 19.893 21.4835 20.5881 21.3613C20.5823 21.277 20.5736 21.1926 20.5677 21.1083C19.8959 21.2275 19.0496 21.2159 17.8398 20.9425C16.4089 20.6197 13.3174 19.3284 11.8575 16.743C10.9763 15.1842 10.8512 13.4276 11.4852 11.5227C12.6485 8.02111 14.6785 6.79091 16.47 5.70613C17.3483 5.17392 18.1771 4.67079 18.7762 3.95536C19.3754 3.23702 19.5789 2.62047 19.3754 2.12606C19.195 1.684 18.7268 1.4368 18.3167 1.30011C17.9532 1.17796 17.6362 1.14597 17.61 1.14307L17.5868 1.39608C17.5984 1.40481 18.8548 1.53568 19.1398 2.22785Z\" fill=\"white\"/>\\n<path d=\"M19.7067 21.5274C19.1279 21.5274 18.4852 21.446 17.764 21.2831C16.2807 20.9516 13.0758 19.6079 11.5548 16.9178C10.6242 15.2717 10.4904 13.4221 11.1564 11.4183C12.3604 7.79458 14.4485 6.52948 16.2895 5.41562C17.1416 4.89795 17.9472 4.41227 18.5085 3.73755C19.0203 3.12391 19.2036 2.6295 19.0523 2.26306C18.7935 1.63488 17.6244 1.5011 17.5749 1.49528L17.4848 1.48655L17.5255 1.05322L17.6156 1.06195C17.6505 1.06486 17.9705 1.09976 18.3427 1.2219C18.9127 1.41094 19.2966 1.7163 19.4566 2.10019C19.6747 2.6295 19.4682 3.27513 18.8429 4.02256C18.2351 4.74962 17.4004 5.25566 16.5163 5.79369C14.7365 6.86975 12.7239 8.09122 11.5694 11.5608C10.9441 13.4424 11.0662 15.1728 11.9329 16.7084C13.3754 19.2648 16.4378 20.5444 17.857 20.8643C18.9505 21.1115 19.8056 21.1639 20.5472 21.0301L20.646 21.0126L20.681 21.4489L20.5995 21.4634C20.3232 21.5012 20.0237 21.5274 19.7067 21.5274ZM17.6854 1.32369C18.0024 1.37022 18.9651 1.56217 19.2239 2.19326C19.4013 2.62659 19.2094 3.18498 18.651 3.85388C18.0693 4.54895 17.2521 5.04627 16.3854 5.56976C14.5707 6.66908 12.5145 7.91382 11.3309 11.4735C10.6823 13.425 10.8103 15.2252 11.7148 16.8276C13.2038 19.4654 16.3476 20.78 17.8047 21.1057C18.8604 21.3442 19.7416 21.4023 20.4919 21.2889L20.4861 21.2191C19.7416 21.3355 18.8924 21.2773 17.8221 21.0359C16.3767 20.7102 13.2562 19.4044 11.7817 16.7927C10.8888 15.2106 10.7609 13.4308 11.4036 11.4997C12.5785 7.96617 14.623 6.72725 16.4262 5.63374C17.2986 5.10443 18.1217 4.60712 18.7091 3.90041C19.285 3.20824 19.4827 2.62659 19.2937 2.16418C19.1221 1.74248 18.6539 1.50982 18.2933 1.39058C18.0432 1.30915 17.8163 1.26843 17.6971 1.25098L17.6854 1.32369Z\" fill=\"white\"/>\\n<path d=\"M9.51611 14.8357C9.81566 15.2138 10.1385 15.5773 10.4875 15.9088C12.3866 17.709 14.7568 18.4768 17.1619 18.0697C21.0677 17.4095 22.0333 15.0887 22.9668 12.8435C23.3682 11.878 23.7841 10.8804 24.4297 10.037C25.0928 9.17038 25.6773 8.79231 26.1601 8.91155C27.1053 9.15002 27.4514 11.1742 27.4543 11.1945L27.7073 11.1538C27.6928 11.0666 27.3438 9.03369 26.2968 8.6847C26.2735 8.67597 26.2474 8.67016 26.2241 8.66434C25.6308 8.51602 24.959 8.92609 24.229 9.8829C23.563 10.7525 23.1413 11.7675 22.7342 12.7446C21.7861 15.0276 20.8874 17.1826 17.1212 17.8166C14.7975 18.2093 12.5058 17.4647 10.6649 15.7198C10.3304 15.4028 10.0251 15.0596 9.74005 14.7019C9.66444 14.7484 9.59173 14.7921 9.51611 14.8357Z\" fill=\"white\"/>\\n<path d=\"M15.9055 18.2669C13.9192 18.2669 12.0084 17.4759 10.4234 15.9752C10.0861 15.6553 9.75454 15.2918 9.44335 14.8933L9.37646 14.809L9.47244 14.7567C9.54805 14.7159 9.61785 14.6752 9.68765 14.6287L9.75745 14.5851L9.80979 14.6491C10.1035 15.0213 10.4118 15.3616 10.7259 15.6582C12.5436 17.3799 14.8091 18.1157 17.1037 17.7289C20.8205 17.1007 21.7075 14.969 22.6469 12.7121C23.0569 11.7262 23.4815 10.7084 24.1533 9.83006C24.9095 8.84125 25.6133 8.42245 26.2444 8.5795C26.2706 8.58532 26.2997 8.59404 26.3229 8.60277C27.4251 8.96921 27.78 11.0544 27.7945 11.1417L27.809 11.2318L27.3757 11.3045L27.3612 11.2144C27.271 10.6618 26.8726 9.19024 26.1339 9.00411C25.686 8.8936 25.1363 9.26004 24.4965 10.0947C23.8567 10.9294 23.4437 11.9211 23.0453 12.8808C22.1001 15.1493 21.1259 17.4962 17.1706 18.1622C16.7489 18.2291 16.3272 18.2669 15.9055 18.2669ZM9.65275 14.8614C9.94067 15.2191 10.2402 15.5477 10.5485 15.8414C12.4272 17.6213 14.7684 18.3804 17.1444 17.979C21.0008 17.3276 21.9547 15.03 22.8795 12.8081C23.2838 11.8368 23.6997 10.8363 24.354 9.98129C25.0433 9.08263 25.654 8.69293 26.1804 8.8238C27.0674 9.04773 27.4455 10.688 27.5269 11.0922L27.5996 11.0806C27.5211 10.6764 27.1547 9.06809 26.2647 8.77436C26.2415 8.76854 26.2211 8.75982 26.1979 8.754C25.6453 8.61731 25.0055 9.01574 24.2959 9.93766C23.6357 10.7985 23.2169 11.8048 22.8126 12.779C21.8529 15.0853 20.9455 17.2636 17.1299 17.9092C14.7771 18.3076 12.4563 17.5544 10.5979 15.7891C10.2955 15.5041 9.99883 15.1784 9.71382 14.8265C9.69637 14.8352 9.67311 14.8497 9.65275 14.8614Z\" fill=\"white\"/>\\n<path d=\"M21.228 20.4425C21.292 20.1226 21.2978 19.7416 21.1378 19.3606C20.8296 18.6277 20.0036 18.1304 18.6862 17.8803C18.3692 17.8192 18.0318 17.7611 17.677 17.7C13.873 17.0427 8.12045 16.0452 7.69294 9.1875L7.43701 9.20495C7.87907 16.2662 13.7479 17.2812 17.6334 17.9559C17.9853 18.017 18.3226 18.0751 18.6367 18.1362C19.8669 18.3689 20.6289 18.8168 20.9023 19.4653C21.2396 20.268 20.6958 21.1259 20.69 21.1346L20.4893 21.4487L20.5969 21.4109C20.815 21.0852 21.0302 20.7537 21.228 20.4425Z\" fill=\"white\"/>\\n<path d=\"M20.271 21.6143L20.617 21.0791C20.6374 21.0471 21.1347 20.2416 20.8206 19.4941C20.5618 18.8776 19.8202 18.4472 18.622 18.2203C18.3079 18.1592 17.9705 18.1011 17.6186 18.04C13.7041 17.3624 7.79451 16.3387 7.34663 9.20469L7.34082 9.11453L7.77706 9.08545L7.78287 9.1756C8.20748 15.9635 13.9135 16.9523 17.6913 17.6038C18.0461 17.6648 18.3864 17.723 18.7005 17.7841C20.0528 18.04 20.8991 18.5577 21.219 19.3196C21.3645 19.6628 21.3935 20.0438 21.3121 20.4539L21.3005 20.4858C21.0795 20.8377 20.8672 21.1635 20.6694 21.4514L20.6519 21.4776L20.271 21.6143ZM7.53276 9.28903C8.01263 16.1962 13.8059 17.1995 17.6448 17.8655C17.9996 17.9266 18.337 17.9847 18.6511 18.0458C19.9132 18.2843 20.6985 18.7496 20.9835 19.4272C21.1609 19.846 21.1114 20.2764 21.0155 20.6051C21.0562 20.5411 21.0969 20.4742 21.1405 20.4102C21.2103 20.0438 21.1812 19.7035 21.0533 19.3982C20.7596 18.6973 19.9569 18.2145 18.6685 17.9702C18.3544 17.9091 18.0141 17.851 17.6622 17.7899C13.8437 17.1297 8.08534 16.1322 7.60838 9.28321L7.53276 9.28903Z\" fill=\"white\"/>\\n<path d=\"M27.4923 11.3917C27.5737 12.4154 27.5127 14.7188 25.8026 17.1268C24.0082 19.6541 22.208 20.5324 21.1814 20.925C21.1028 21.0442 21.0243 21.1635 20.9458 21.2827C21.9084 20.9454 23.9675 20.1514 26.012 17.2751C28.1321 14.2883 27.7831 11.4353 27.6901 10.877C27.6232 11.0485 27.5563 11.223 27.4923 11.3917Z\" fill=\"white\"/>\\n<path d=\"M20.7158 21.46L20.867 21.2331C20.9456 21.1139 21.0241 20.9947 21.1026 20.8754L21.1201 20.8492L21.1491 20.8376C22.9057 20.1687 24.4064 18.9356 25.7297 17.0714C27.3903 14.7332 27.4921 12.5112 27.4019 11.3974L27.399 11.377L27.4048 11.3567C27.4688 11.188 27.5357 11.0135 27.5997 10.8419L27.7189 10.5249L27.7771 10.8594C27.8701 11.409 28.2279 14.3086 26.0845 17.3273C23.9556 20.3257 21.7919 21.0848 20.9747 21.3698L20.7158 21.46ZM21.2393 21.0005C21.216 21.0354 21.1928 21.0703 21.1695 21.1081C22.1089 20.762 24.0341 19.9011 25.9332 17.2255C27.7393 14.6837 27.7364 12.235 27.6404 11.2549C27.62 11.3072 27.5997 11.3596 27.5822 11.409C27.6695 12.5549 27.559 14.8117 25.8751 17.1819C24.5373 19.0636 23.0221 20.3141 21.2393 21.0005Z\" fill=\"white\"/>\\n<path d=\"M20.797 22.2425C21.372 22.2425 21.8382 21.7763 21.8382 21.2013C21.8382 20.6263 21.372 20.1602 20.797 20.1602C20.222 20.1602 19.7559 20.6263 19.7559 21.2013C19.7559 21.7763 20.222 22.2425 20.797 22.2425Z\" fill=\"white\"/>\\n<path d=\"M20.7305 21.7979C20.9489 21.7979 21.126 21.6208 21.126 21.4024C21.126 21.1839 20.9489 21.0068 20.7305 21.0068C20.512 21.0068 20.335 21.1839 20.335 21.4024C20.335 21.6208 20.512 21.7979 20.7305 21.7979Z\" fill=\"white\"/>\\n<path d=\"M7.41589 9.95484C7.90096 9.95484 8.29419 9.56161 8.29419 9.07654C8.29419 8.59147 7.90096 8.19824 7.41589 8.19824C6.93083 8.19824 6.5376 8.59147 6.5376 9.07654C6.5376 9.56161 6.93083 9.95484 7.41589 9.95484Z\" fill=\"white\"/>\\n<path d=\"M7.41607 9.23107C7.6313 9.23107 7.80578 9.0566 7.80578 8.84137C7.80578 8.62614 7.6313 8.45166 7.41607 8.45166C7.20084 8.45166 7.02637 8.62614 7.02637 8.84137C7.02637 9.0566 7.20084 9.23107 7.41607 9.23107Z\" fill=\"white\"/>\\n<path d=\"M17.6705 2.02999C18.0656 2.02999 18.3859 1.70967 18.3859 1.31455C18.3859 0.919429 18.0656 0.599121 17.6705 0.599121C17.2754 0.599121 16.9551 0.919429 16.9551 1.31455C16.9551 1.70967 17.2754 2.02999 17.6705 2.02999Z\" fill=\"white\"/>\\n<path d=\"M17.6708 2.25422C18.1896 2.25422 18.6102 1.83366 18.6102 1.31486C18.6102 0.796057 18.1896 0.375488 17.6708 0.375488C17.152 0.375488 16.7314 0.796057 16.7314 1.31486C16.7314 1.83366 17.152 2.25422 17.6708 2.25422Z\" fill=\"white\"/>\\n<path d=\"M17.4585 1.63728C17.6754 1.63728 17.8511 1.4615 17.8511 1.24467C17.8511 1.02783 17.6754 0.852051 17.4585 0.852051C17.2417 0.852051 17.0659 1.02783 17.0659 1.24467C17.0659 1.4615 17.2417 1.63728 17.4585 1.63728Z\" fill=\"white\"/>\\n<path d=\"M6.21215 3.61229C6.37759 3.61229 6.5117 3.47818 6.5117 3.31274C6.5117 3.1473 6.37759 3.01318 6.21215 3.01318C6.04671 3.01318 5.9126 3.1473 5.9126 3.31274C5.9126 3.47818 6.04671 3.61229 6.21215 3.61229Z\" fill=\"white\"/>\\n<path d=\"M15.6841 13.9772C15.8994 13.9772 16.0739 13.8027 16.0739 13.5875C16.0739 13.3722 15.8994 13.1978 15.6841 13.1978C15.4689 13.1978 15.2944 13.3722 15.2944 13.5875C15.2944 13.8027 15.4689 13.9772 15.6841 13.9772Z\" fill=\"white\"/>\\n<path d=\"M6.8142 20.1513C6.97964 20.1513 7.11375 20.0172 7.11375 19.8518C7.11375 19.6864 6.97964 19.5522 6.8142 19.5522C6.64877 19.5522 6.51465 19.6864 6.51465 19.8518C6.51465 20.0172 6.64877 20.1513 6.8142 20.1513Z\" fill=\"white\"/>\\n<path d=\"M9.51595 15.6637C10.0042 15.6637 10.4001 15.2679 10.4001 14.7796C10.4001 14.2913 10.0042 13.8955 9.51595 13.8955C9.02766 13.8955 8.63184 14.2913 8.63184 14.7796C8.63184 15.2679 9.02766 15.6637 9.51595 15.6637Z\" fill=\"white\"/>\\n<path d=\"M9.41378 15.0185C9.61777 15.0185 9.78313 14.8531 9.78313 14.6491C9.78313 14.4451 9.61777 14.2798 9.41378 14.2798C9.20979 14.2798 9.04443 14.4451 9.04443 14.6491C9.04443 14.8531 9.20979 15.0185 9.41378 15.0185Z\" fill=\"white\"/>\\n<path d=\"M27.5355 11.508C28.0238 11.508 28.4196 11.1121 28.4196 10.6239C28.4196 10.1356 28.0238 9.73975 27.5355 9.73975C27.0472 9.73975 26.6514 10.1356 26.6514 10.6239C26.6514 11.1121 27.0472 11.508 27.5355 11.508Z\" fill=\"white\"/>\\n<path d=\"M27.4309 10.8627C27.6349 10.8627 27.8002 10.6974 27.8002 10.4934C27.8002 10.2894 27.6349 10.124 27.4309 10.124C27.2269 10.124 27.0615 10.2894 27.0615 10.4934C27.0615 10.6974 27.2269 10.8627 27.4309 10.8627Z\" fill=\"white\"/>\\n<path d=\"M3.32676 33.5993C3.63213 33.5993 4.01602 33.5178 4.47262 33.355V34.9313C3.94913 35.1785 3.32094 35.3035 2.59097 35.3035C1.88426 35.3035 1.36368 35.1552 1.03214 34.8615C0.700599 34.5677 0.534826 34.1111 0.534826 33.4946C0.534826 33.2619 0.563911 33.0002 0.619168 32.7093L1.43348 28.9344H0.357422L0.563911 27.9049L1.95115 27.3174L2.8847 25.6655H4.2574L3.91132 27.332H5.91221L5.5574 28.9344H3.56233L2.74801 32.7093C2.71893 32.8489 2.70439 32.974 2.70439 33.0816C2.70439 33.4277 2.91088 33.5993 3.32676 33.5993Z\" fill=\"white\"/>\\n<path d=\"M8.34355 35.3006C7.39546 35.3006 6.66839 35.0504 6.16235 34.5473C5.65632 34.0442 5.40039 33.3375 5.40039 32.4214C5.40039 31.4326 5.57489 30.531 5.92679 29.7225C6.27869 28.9111 6.77309 28.2858 7.41 27.8467C8.04691 27.4046 8.77397 27.1836 9.58829 27.1836C10.4462 27.1836 11.2198 27.3523 11.9091 27.6867L11.2576 29.2892C11.0017 29.1816 10.7516 29.0885 10.5073 29.01C10.263 28.9315 9.98381 28.8907 9.67263 28.8907C9.27129 28.8907 8.91066 29.0391 8.58784 29.3386C8.26503 29.6382 8.01201 30.0482 7.8317 30.5688C7.65139 31.0894 7.55832 31.6478 7.55832 32.2469C7.55832 32.6948 7.66593 33.0321 7.88114 33.259C8.09635 33.4858 8.39299 33.5992 8.77688 33.5992C9.1346 33.5992 9.46905 33.544 9.77442 33.4335C10.0798 33.3229 10.3968 33.1863 10.7225 33.0234V34.7451C10.0013 35.1173 9.21021 35.3006 8.34355 35.3006Z\" fill=\"white\"/>\\n<path d=\"M18.7292 30.2867C18.7292 31.2726 18.5634 32.1451 18.2289 32.9042C17.8974 33.6661 17.4175 34.2536 16.7893 34.6724C16.1612 35.0912 15.4166 35.2976 14.5529 35.2976C13.6339 35.2976 12.8981 35.0243 12.3484 34.4746C11.7988 33.9249 11.5254 33.1979 11.5254 32.2876C11.5254 31.293 11.6941 30.4089 12.0314 29.6294C12.3688 28.8529 12.8545 28.2509 13.4914 27.8234C14.1283 27.3959 14.8728 27.1836 15.7278 27.1836C16.6527 27.1836 17.3826 27.4599 17.9207 28.0095C18.4616 28.5621 18.7292 29.3212 18.7292 30.2867ZM16.5858 30.2867C16.5858 29.3677 16.2484 28.9082 15.5737 28.9082C15.2189 28.9082 14.9019 29.0507 14.6227 29.3357C14.3406 29.6207 14.1137 30.0395 13.9363 30.5892C13.7589 31.1388 13.6717 31.7059 13.6717 32.2905C13.6717 33.1543 14.0265 33.5847 14.7332 33.5847C15.088 33.5847 15.405 33.4422 15.6871 33.1543C15.9692 32.8663 16.1902 32.4679 16.3473 31.9561C16.5072 31.4471 16.5858 30.8887 16.5858 30.2867Z\" fill=\"white\"/>\\n<path d=\"M24.4705 35.1607H18.4824L18.75 33.8491L21.7193 31.2375C22.4667 30.5831 22.9815 30.0625 23.2665 29.6699C23.5515 29.2773 23.694 28.9079 23.694 28.5648C23.694 28.2565 23.6097 28.0209 23.4381 27.8581C23.2665 27.6952 23.0397 27.6138 22.7518 27.6138C22.4784 27.6138 22.1963 27.6836 21.9084 27.8203C21.6204 27.9569 21.2656 28.2012 20.841 28.5502L19.9337 27.2997C20.4804 26.8402 21.0039 26.5115 21.5012 26.3167C21.9985 26.1218 22.5191 26.0229 23.0571 26.0229C23.8453 26.0229 24.4705 26.2236 24.93 26.6279C25.3896 27.0292 25.6222 27.5614 25.6222 28.2245C25.6222 28.6637 25.5379 29.0766 25.3663 29.4634C25.1947 29.8502 24.9417 30.237 24.6043 30.6209C24.267 31.0077 23.7144 31.5108 22.9437 32.1303L21.2685 33.4972V33.5583H24.805L24.4705 35.1607Z\" fill=\"white\"/>\\n<path d=\"M24.5315 35.2339H18.395L18.6858 33.8117L21.6755 31.1826C22.4142 30.537 22.9319 30.0135 23.2111 29.6267C23.4845 29.2486 23.6241 28.8909 23.6241 28.5623C23.6241 28.2773 23.5456 28.0563 23.3914 27.9079C23.2344 27.7567 23.025 27.684 22.7574 27.684C22.4957 27.684 22.2223 27.7509 21.946 27.8847C21.6639 28.0185 21.312 28.2598 20.8932 28.6059L20.8321 28.6554L19.8375 27.2856L19.8899 27.242C20.4424 26.7795 20.9776 26.4451 21.4778 26.2473C21.9809 26.0496 22.5131 25.9507 23.0599 25.9507C23.8626 25.9507 24.5111 26.1601 24.9822 26.573C25.4563 26.9889 25.6977 27.5444 25.6977 28.2249C25.6977 28.6728 25.6104 29.0974 25.4359 29.4929C25.2643 29.8856 25.0026 30.2811 24.6623 30.6708C24.3221 31.0576 23.7608 31.5694 22.993 32.1889L21.4022 33.4889H24.9008L24.5315 35.2339ZM18.5695 35.0884H24.4093L24.7147 33.6314H21.1957V33.4627L22.897 32.0726C23.659 31.4589 24.2145 30.9529 24.546 30.5719C24.8775 30.1938 25.1306 29.8099 25.2963 29.4319C25.4621 29.0567 25.5464 28.6496 25.5464 28.222C25.5464 27.5851 25.3225 27.0675 24.8804 26.6807C24.4355 26.291 23.8218 26.0961 23.0541 26.0961C22.5248 26.0961 22.01 26.1921 21.5243 26.384C21.0532 26.5701 20.55 26.8813 20.0266 27.3117L20.8496 28.446C21.2509 28.1202 21.5941 27.8876 21.8733 27.7538C22.1699 27.6113 22.4666 27.5415 22.7487 27.5415C23.0541 27.5415 23.3013 27.6288 23.4845 27.8062C23.6677 27.9807 23.7637 28.2366 23.7637 28.5652C23.7637 28.9258 23.6154 29.3126 23.3245 29.714C23.0395 30.1095 22.5131 30.6417 21.7657 31.2932L18.8138 33.8902L18.5695 35.0884Z\" fill=\"white\"/>\\n<path d=\"M32.7207 28.9258C32.7207 30.8569 32.3717 32.3983 31.6708 33.5528C30.9699 34.7074 29.9898 35.2833 28.7276 35.2833C27.9046 35.2833 27.2822 35.0332 26.8576 34.5329C26.433 34.0327 26.2207 33.2824 26.2207 32.2848C26.2207 31.0634 26.3952 29.9611 26.7442 28.9752C27.0932 27.9893 27.5672 27.2477 28.1634 26.7533C28.7625 26.2589 29.4518 26.0117 30.237 26.0117C31.8918 26.0117 32.7207 26.9831 32.7207 28.9258ZM30.0683 27.5502C29.7368 27.5502 29.4256 27.7654 29.1377 28.19C28.8498 28.6175 28.6055 29.237 28.4077 30.0513C28.207 30.8656 28.1082 31.6218 28.1082 32.3197C28.1082 32.7909 28.1663 33.1486 28.2797 33.39C28.3932 33.6314 28.5967 33.7506 28.8876 33.7506C29.2249 33.7506 29.5361 33.5325 29.824 33.0963C30.112 32.66 30.3533 32.0435 30.5453 31.2408C30.7372 30.441 30.8332 29.6471 30.8332 28.8618C30.8332 28.4052 30.7692 28.0737 30.6442 27.8643C30.5162 27.6549 30.3243 27.5502 30.0683 27.5502Z\" fill=\"white\"/>\\n<path d=\"M28.731 35.3559C27.8905 35.3559 27.242 35.0942 26.8057 34.5794C26.3695 34.0675 26.1514 33.2939 26.1514 32.2819C26.1514 31.0575 26.3288 29.9378 26.6778 28.949C27.0297 27.9544 27.5153 27.1982 28.1203 26.6951C28.7281 26.192 29.4406 25.936 30.2404 25.936C31.9359 25.936 32.7967 26.9423 32.7967 28.9228C32.7967 30.8568 32.439 32.4273 31.7381 33.5877C31.0227 34.7626 30.0135 35.3559 28.731 35.3559ZM30.2375 26.0844C29.4755 26.0844 28.7921 26.3287 28.2104 26.8114C27.6259 27.2971 27.1547 28.0329 26.8145 29.0013C26.4713 29.9756 26.2968 31.0808 26.2968 32.2848C26.2968 33.262 26.5062 34.0007 26.9162 34.4863C27.3263 34.9691 27.937 35.2134 28.731 35.2134C29.9583 35.2134 30.9296 34.6434 31.6102 33.5179C32.2994 32.3807 32.6484 30.8365 32.6484 28.9286C32.6484 27.0121 31.8603 26.0844 30.2375 26.0844ZM28.8851 33.8233C28.5652 33.8233 28.3384 33.6895 28.2133 33.4219C28.0941 33.1718 28.0359 32.8025 28.0359 32.3226C28.0359 31.6217 28.1377 30.8539 28.3384 30.0367C28.539 29.2195 28.7892 28.5855 29.08 28.1521C29.3824 27.7043 29.714 27.4803 30.0717 27.4803C30.3538 27.4803 30.569 27.5967 30.7086 27.8293C30.8424 28.0503 30.9093 28.3906 30.9093 28.8647C30.9093 29.6528 30.8104 30.4584 30.6185 31.2611C30.4236 32.0667 30.1764 32.6978 29.8856 33.1398C29.5802 33.5935 29.2458 33.8233 28.8851 33.8233ZM30.0688 27.6228C29.7634 27.6228 29.4697 27.8264 29.1992 28.2307C28.9171 28.6494 28.6757 29.266 28.478 30.0687C28.2802 30.8714 28.1813 31.6304 28.1813 32.3197C28.1813 32.7792 28.2366 33.1282 28.3442 33.3579C28.446 33.5731 28.6234 33.6778 28.8851 33.6778C29.1934 33.6778 29.49 33.4684 29.7605 33.0584C30.0426 32.6309 30.2811 32.0172 30.473 31.2262C30.665 30.4351 30.761 29.6412 30.761 28.8647C30.761 28.4226 30.6999 28.0998 30.5806 27.9049C30.4672 27.7159 30.3015 27.6228 30.0688 27.6228Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1brrvfi\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-v54e85\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:27,intrinsicWidth:112,name:\"Group\",svg:'<svg width=\"112\" height=\"27\" viewBox=\"0 0 112 27\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M36.7104 22.6173V5.89893H40.7213V12.4687H47.2419V5.89893H51.2528V22.6173H47.2419V15.8086H40.7213V22.6173H36.7104Z\" fill=\"white\"/>\\n<path d=\"M52.7124 22.6168L58.1336 7.83188C58.4027 7.10022 58.8501 6.54673 59.4718 6.17142C60.0935 5.79612 60.7948 5.61035 61.572 5.61035C62.3529 5.61035 63.0543 5.78853 63.6722 6.14868C64.2939 6.50503 64.7375 7.05852 65.0104 7.80914L70.4543 22.6168H66.1326L65.0825 19.3945H57.9895L56.8901 22.6168H52.7124ZM59.0169 16.0735H64.0551L61.9283 9.40894C61.898 9.31417 61.8525 9.24593 61.7957 9.20423C61.7388 9.16632 61.6706 9.14357 61.5909 9.14357C61.5113 9.14357 61.4431 9.16632 61.3862 9.2156C61.3294 9.26489 61.2952 9.32554 61.2801 9.40515L59.0169 16.0735Z\" fill=\"white\"/>\\n<path d=\"M78.1232 22.6174C77.1034 22.6174 76.2087 22.3899 75.4354 21.9388C74.662 21.4839 74.0592 20.8773 73.6195 20.1115C73.1797 19.3457 72.9636 18.4966 72.9636 17.5564V9.2465H68.4258V5.90283H81.4896V9.2465H76.9745V17.9165C76.9745 18.2843 77.0996 18.6027 77.3574 18.8719C77.6114 19.141 77.9298 19.2775 78.3127 19.2775H79.6282V22.6212H78.1232V22.6174Z\" fill=\"white\"/>\\n<path d=\"M91.9074 22.6174C90.8876 22.6174 89.9929 22.3899 89.2195 21.9388C88.4462 21.4839 87.8434 20.8773 87.4036 20.1115C86.9639 19.3457 86.7478 18.4966 86.7478 17.5564V9.2465H82.21V5.90283H95.2738V9.2465H90.7587V17.9165C90.7587 18.2843 90.8838 18.6027 91.1416 18.8719C91.3956 19.141 91.714 19.2775 92.0969 19.2775H93.4124V22.6212H91.9074V22.6174Z\" fill=\"white\"/>\\n<path d=\"M97.0896 22.6173V5.89893H106.787C107.613 5.89893 108.368 6.08089 109.043 6.44862C109.717 6.81635 110.26 7.32434 110.665 7.9764C111.071 8.62845 111.276 9.40182 111.276 10.2927C111.276 10.8197 111.177 11.3201 110.976 11.7977C110.775 12.2754 110.498 12.6962 110.138 13.0639C109.782 13.4317 109.369 13.7236 108.91 13.9472C109.452 14.1709 109.934 14.4893 110.354 14.9026C110.775 15.3158 111.109 15.7935 111.359 16.3356C111.609 16.8777 111.73 17.4577 111.73 18.0794C111.73 18.9855 111.518 19.7816 111.097 20.4678C110.677 21.1539 110.116 21.6809 109.414 22.0562C108.713 22.4315 107.932 22.6173 107.075 22.6173H97.0896ZM101.1 12.5635H105.616C105.934 12.5635 106.215 12.4877 106.465 12.3361C106.711 12.1844 106.908 11.9873 107.049 11.7371C107.193 11.4907 107.265 11.2139 107.265 10.9144C107.265 10.596 107.193 10.3154 107.049 10.0652C106.905 9.81882 106.711 9.6217 106.465 9.46627C106.218 9.31463 105.934 9.2388 105.616 9.2388H101.1V12.5635ZM101.1 19.2963H106.021C106.355 19.2963 106.654 19.2167 106.916 19.0575C107.177 18.8983 107.39 18.6822 107.549 18.413C107.708 18.1439 107.788 17.8482 107.788 17.5297C107.788 17.1961 107.708 16.8966 107.549 16.6351C107.39 16.3735 107.177 16.1612 106.916 16.002C106.654 15.8427 106.355 15.7631 106.021 15.7631H101.1V19.2963Z\" fill=\"white\"/>\\n<path d=\"M14.6883 17.8025L14.6959 19.7055V20.278V20.4183L14.6921 20.5206C14.6921 20.5889 14.6883 20.6571 14.6807 20.7253C14.658 20.9983 14.6125 21.2637 14.5329 21.5252C14.2258 22.5678 13.4221 23.47 12.4061 23.8908C11.8981 24.1031 11.3484 24.2093 10.7873 24.1903C10.2301 24.1714 9.68037 24.0311 9.17996 23.7771C8.18292 23.2653 7.40576 22.2986 7.15935 21.1765C7.12902 21.0362 7.10248 20.8959 7.08732 20.7519C7.07974 20.6798 7.07215 20.6078 7.06836 20.5358L7.0532 20.2666C7.04183 19.8193 6.97359 19.3757 6.89018 18.9398C6.71201 18.0678 6.38977 17.23 5.95002 16.4604C5.50647 15.6985 4.9454 15.0047 4.28576 14.4247C4.12654 14.2806 3.94078 14.1366 3.78535 14.0153L3.5124 13.8105C3.78156 13.602 4.03935 13.3784 4.28197 13.1433C4.88095 12.5443 5.38516 11.8506 5.77563 11.0962C6.16989 10.3456 6.43527 9.53049 6.57553 8.69267C6.65135 8.27566 6.68168 7.85107 6.68926 7.42648L6.69684 7.17248C6.69684 7.09666 6.70822 7.02084 6.71201 6.94502C6.72717 6.79338 6.74992 6.64553 6.77645 6.49768C7.0077 5.31489 7.78487 4.25341 8.84256 3.6658C9.88888 3.07061 11.2044 2.96825 12.3341 3.38147C12.698 3.51795 13.1188 3.44213 13.3842 3.1578C13.9149 2.58157 13.6647 1.75513 13.0202 1.5163L13.0127 1.5125C11.3408 0.89836 9.415 1.05 7.86448 1.92952C6.31016 2.79387 5.16907 4.35197 4.82409 6.10342C4.78238 6.32329 4.74827 6.53938 4.72931 6.76305C4.72173 6.87299 4.71036 6.98293 4.70657 7.09287L4.69898 7.39994C4.6914 7.72217 4.67245 8.04441 4.61179 8.35906C4.50564 8.99216 4.30472 9.6101 4.00523 10.1788C3.70953 10.7474 3.33043 11.2781 2.87551 11.7293C2.64426 11.9529 2.40542 12.169 2.14384 12.351C1.88605 12.5481 1.62447 12.6922 1.28707 12.8931C1.19988 12.9462 1.11648 13.0144 1.04445 13.094C0.680513 13.5073 0.722213 14.1366 1.13543 14.5005L1.16197 14.5232L2.01874 15.2777L2.44712 15.653C2.57981 15.7781 2.68975 15.8728 2.80727 15.9942C3.26598 16.4491 3.64129 16.9798 3.92941 17.5485C4.21373 18.1209 4.40328 18.7351 4.49427 19.3568C4.53597 19.6714 4.56251 19.9823 4.55113 20.297V20.5964C4.55113 20.714 4.55872 20.8315 4.5663 20.949C4.58146 21.184 4.61179 21.4191 4.65349 21.6541C4.97952 23.5307 6.19264 25.2366 7.88343 26.1616C9.57043 27.1018 11.6744 27.2535 13.4827 26.5218C15.2948 25.8091 16.7468 24.2586 17.342 22.3858C17.4898 21.9195 17.5884 21.438 17.6301 20.949C17.6415 20.8277 17.6491 20.7064 17.6529 20.5851L17.6567 20.4031V20.259V19.6866L17.6642 17.7835C17.6642 17.7797 17.6642 17.7759 17.6642 17.7683C17.6642 17.0822 17.1107 16.5287 16.4284 16.5287H15.9204C15.2342 16.5287 14.6845 17.086 14.6845 17.7721C14.6883 17.7949 14.6883 17.7987 14.6883 17.8025Z\" fill=\"white\"/>\\n<path d=\"M31.1792 13.2308L31.1526 13.2081L30.2959 12.4537L29.8675 12.0784C29.7348 11.9533 29.6249 11.8585 29.5074 11.7372C29.0486 11.2823 28.6733 10.7515 28.3852 10.1829C28.1009 9.61043 27.9113 8.99629 27.8204 8.37456C27.7787 8.05991 27.7521 7.74905 27.7635 7.4344V7.1349C27.7635 7.01738 27.7559 6.89986 27.7483 6.78234C27.7332 6.5473 27.7028 6.31226 27.6611 6.07721C27.3351 4.20067 26.122 2.49471 24.4312 1.56971C22.7442 0.629536 20.6402 0.477891 18.8319 1.20956C17.0198 1.92227 15.5678 3.47279 14.9726 5.34555C14.8248 5.81184 14.7262 6.2933 14.6845 6.78234C14.6731 6.90365 14.6656 7.02496 14.6618 7.14628L14.658 7.32824V7.4723V8.04475L14.6504 9.94783C14.6504 9.95162 14.6504 9.95542 14.6504 9.963C14.6504 10.6492 15.2039 11.2027 15.8863 11.2027H16.3943C17.0804 11.2027 17.6301 10.6454 17.6301 9.9592C17.6301 9.95541 17.6301 9.95162 17.6301 9.94783L17.6225 8.04475V7.4723V7.33204L17.6263 7.22968C17.6263 7.16144 17.6301 7.0932 17.6377 7.02497C17.6605 6.75201 17.7059 6.48664 17.7856 6.22506C18.0926 5.18254 18.8963 4.28027 19.9123 3.85947C20.4203 3.64718 20.97 3.54103 21.5311 3.55999C22.0883 3.57894 22.638 3.71921 23.1385 3.9732C24.1355 4.48499 24.9127 5.4517 25.1591 6.57384C25.1894 6.7141 25.2159 6.85437 25.2311 6.99843C25.2387 7.07046 25.2463 7.14249 25.2501 7.21452L25.2652 7.48367C25.2766 7.93101 25.3448 8.37456 25.4282 8.81053C25.6064 9.68246 25.9286 10.5203 26.3684 11.2899C26.8119 12.0518 27.373 12.7456 28.0327 13.3256C28.1919 13.4697 28.3776 13.6137 28.5331 13.735L28.806 13.9398C28.5369 14.1483 28.2791 14.3719 28.0364 14.607C27.4375 15.206 26.9333 15.8997 26.5428 16.6541C26.1485 17.4047 25.8831 18.2198 25.7429 19.0576C25.6671 19.4746 25.6367 19.8992 25.6292 20.3238L25.6216 20.5778C25.6216 20.6536 25.6102 20.7295 25.6064 20.8053C25.5912 20.9569 25.5685 21.1048 25.542 21.2526C25.3107 22.4354 24.5335 23.4969 23.4759 24.0845C22.4295 24.6797 21.1141 24.782 19.9843 24.3688C19.6204 24.2324 19.1996 24.3082 18.9342 24.5925C18.4035 25.1687 18.6537 25.9952 19.2982 26.234L19.3057 26.2378C20.9776 26.8519 22.9034 26.7003 24.4539 25.8208C26.0083 24.9564 27.1493 23.3983 27.4943 21.6469C27.536 21.427 27.5701 21.2109 27.5891 20.9872C27.5967 20.8773 27.6081 20.7674 27.6118 20.6574L27.6194 20.3504C27.627 20.0281 27.646 19.7059 27.7066 19.3912C27.8128 18.7581 28.0137 18.1402 28.3132 17.5716C28.6089 17.0029 28.988 16.4722 29.4429 16.021C29.6742 15.7974 29.913 15.5813 30.1746 15.3993C30.4324 15.2022 30.6939 15.0581 31.0313 14.8572C31.1185 14.8041 31.2019 14.7359 31.274 14.6563C31.6341 14.2241 31.5924 13.5948 31.1792 13.2308Z\" fill=\"white\"/>\\n<path d=\"M9.80582 11.3013C8.22118 11.3013 6.96636 12.7456 7.28859 14.3871C7.48572 15.3956 8.30837 16.2068 9.32057 16.3926C10.2494 16.5632 11.1137 16.2296 11.6824 15.623C12.2813 14.9823 13.0926 14.5805 13.9683 14.5805H17.3765C18.3697 14.5805 19.363 14.9293 20.0491 15.6496C20.6178 16.2447 21.4708 16.567 22.3882 16.3964C23.4004 16.2106 24.2192 15.3993 24.4202 14.3909C24.7424 12.7494 23.4876 11.3051 21.9029 11.3051C21.2016 11.3051 20.5685 11.5856 20.106 12.0443C19.3857 12.7532 18.4304 13.1664 17.4182 13.1664C16.4401 13.1664 15.2725 13.1664 14.2944 13.1664C13.286 13.1664 12.3268 12.7532 11.6065 12.0443C11.1403 11.5856 10.5034 11.3013 9.80582 11.3013ZM10.0295 15.0013C9.21821 15.1567 8.51688 14.4554 8.67231 13.6441C8.7595 13.193 9.12723 12.8253 9.57836 12.7381C10.3896 12.5826 11.091 13.284 10.9355 14.0952C10.8483 14.5464 10.4806 14.9141 10.0295 15.0013ZM21.6755 12.7381C22.4867 12.5826 23.1881 13.284 23.0326 14.0952C22.9455 14.5464 22.5777 14.9141 22.1266 15.0013C21.3153 15.1567 20.614 14.4554 20.7694 13.6441C20.8566 13.193 21.2243 12.8253 21.6755 12.7381Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-da9hs3\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1h8rfda\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:36,intrinsicWidth:70,name:\"Group\",svg:'<svg width=\"70\" height=\"36\" viewBox=\"0 0 70 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M14.8139 31.764C14.7255 32.2395 14.7891 32.6626 15.0379 32.9999C15.3448 33.4174 15.7402 33.727 16.365 33.7215C16.448 33.7215 16.5198 33.7491 16.6 33.7547C16.7631 33.763 16.9235 33.7795 17.0894 33.7657C17.5096 33.7298 17.9354 33.6634 18.3612 33.492C18.4608 33.4505 18.563 33.4229 18.6653 33.3925C19.8487 33.0441 20.7168 31.9907 20.7804 30.9733C20.8468 29.9337 20.4542 29.1706 19.5059 28.8333C18.3667 28.4296 17.2166 28.7725 16.0858 29.6904C15.3863 30.2765 14.9605 30.9677 14.8139 31.764ZM18.2119 32.9805C18.1981 32.986 18.1843 32.9916 18.1704 32.9971C18.1124 33.022 18.0516 33.0496 17.988 33.0552C17.8248 33.0718 17.6645 33.0828 17.5014 33.0939C17.4156 33.0994 17.3327 33.1049 17.247 33.1132C17.2746 33.116 17.3023 33.116 17.3327 33.1188C17.4239 33.1215 17.5179 33.1243 17.6009 33.1547C17.6092 33.1575 17.6202 33.163 17.6258 33.1713C17.6341 33.1823 17.6396 33.1934 17.6396 33.2072V33.3206C17.6396 33.351 17.6175 33.3759 17.5871 33.3786C17.5456 33.3814 17.5014 33.3869 17.4599 33.3925C17.3686 33.4035 17.2719 33.4146 17.1834 33.4063C16.882 33.3869 16.5945 33.3565 16.2738 33.3206C16.2295 33.3151 16.1991 33.2902 16.1687 33.2653C16.1577 33.2542 16.1438 33.2459 16.1272 33.2349C16.1134 33.2266 16.1024 33.21 16.1024 33.1906C16.1024 33.1741 16.1079 33.1547 16.1217 33.1436C16.1355 33.1298 16.1521 33.116 16.1632 33.1022C16.2019 33.0635 16.2351 33.0303 16.2793 33.0303C16.3927 33.033 16.506 33.0413 16.6138 33.0524C16.6636 33.0579 16.7134 33.0607 16.7632 33.0635C16.7825 33.0662 16.7991 33.0662 16.8184 33.0718C16.8737 33.0801 16.9125 33.0856 16.9622 33.0524L17.1502 32.845C17.1613 32.834 17.1751 32.8284 17.1889 32.8257L17.3963 32.8174C17.6396 32.8063 17.8912 32.798 18.14 32.7925C18.1926 32.7925 18.223 32.8312 18.2451 32.8589C18.2479 32.8589 18.2479 32.8616 18.2506 32.8616C18.2562 32.8644 18.2617 32.8699 18.2672 32.8754C18.2727 32.881 18.2783 32.8893 18.2783 32.9003C18.2838 32.9252 18.2755 32.9584 18.2534 32.9695C18.2423 32.9777 18.2257 32.9833 18.2119 32.9805ZM18.1428 33.1105L18.1511 33.0939L18.1456 33.1243L18.1428 33.1105ZM18.4276 32.4386C18.4497 32.4193 18.4718 32.3999 18.5022 32.3861C18.7013 32.3004 18.8644 32.2644 19.0497 32.2617C19.0662 32.2617 19.0801 32.27 19.0939 32.281C19.105 32.2948 19.1105 32.3114 19.1077 32.328L19.0856 32.458C19.0828 32.4746 19.0718 32.4911 19.0579 32.4994C18.8699 32.6045 18.6488 32.7151 18.4137 32.6653C18.3861 32.6598 18.364 32.6321 18.3695 32.6017L18.3833 32.4967C18.3861 32.4828 18.3916 32.469 18.4055 32.458C18.4137 32.4524 18.422 32.4469 18.4276 32.4386ZM19.8404 30.1963C19.8708 30.177 19.9012 30.1604 19.9538 30.1327C19.9842 30.1162 20.0229 30.0968 20.0726 30.0692C20.1003 30.0526 20.1362 30.0581 20.1584 30.0774C20.1611 30.0802 20.1639 30.083 20.1666 30.0857C20.186 30.1079 20.1888 30.1355 20.1805 30.1632C20.1528 30.235 20.1224 30.3014 20.0975 30.3595C20.0395 30.4922 19.9925 30.6 19.9814 30.7051C19.9648 30.8654 19.8542 31.012 19.7602 31.1226C19.5446 31.3714 19.3427 31.5511 19.1243 31.6893C18.7483 31.9271 18.3612 32.0792 17.9741 32.14C17.7364 32.1787 17.5014 32.1981 17.2691 32.2174L17.2304 32.2202C17.1005 32.2312 16.9705 32.2395 16.8378 32.2451C16.7244 32.2506 16.6111 32.2589 16.495 32.2672C16.1936 32.2893 15.9282 32.3612 15.6849 32.4828C15.6268 32.5105 15.5687 32.5354 15.5162 32.5547L15.4582 32.5769C15.4443 32.5824 15.4277 32.5851 15.4112 32.5796C15.3393 32.563 15.2895 32.5271 15.2674 32.4773C15.2425 32.422 15.248 32.3557 15.2867 32.2782C15.4775 31.8995 15.7955 31.6064 16.2378 31.4046C16.3982 31.3327 16.5751 31.2746 16.7963 31.2248C17.023 31.1751 17.2912 31.1198 17.5511 31.0977C18.2838 31.0368 19.0331 30.741 19.8404 30.1963ZM18.6211 29.3807C18.7041 29.4388 18.6266 29.483 18.5852 29.53C18.5603 29.5577 18.5382 29.5853 18.5105 29.6157C18.5326 29.624 18.552 29.6378 18.5713 29.6351C18.6985 29.6185 18.8368 29.4996 18.9557 29.5825C18.9335 29.613 18.9169 29.6517 18.8921 29.6655C18.6543 29.7982 18.4137 29.9254 18.1621 30.0609C18.093 30.0222 18.035 29.9862 17.9714 29.9503C17.7281 30.0996 17.4903 30.2738 17.2359 30.4175C17.2249 30.365 17.2166 30.3373 17.2055 30.2876C17.6534 29.9503 18.1345 29.66 18.6211 29.3807ZM17.9852 29.3862C18.0101 29.3973 18.0322 29.4056 18.0571 29.4167C18.0516 29.4333 18.0543 29.4554 18.0433 29.4637C17.6507 29.7678 17.2581 30.0747 16.8627 30.3761C16.8074 30.4175 16.7383 30.4562 16.6774 30.4148C16.8599 30.1162 16.9899 30.0139 17.9852 29.3862ZM17.3051 29.5051C17.1972 29.5991 17.0866 29.6904 16.9788 29.7844C16.8682 29.8839 16.7604 29.9834 16.6526 30.0857C16.5586 30.1742 16.4701 30.2682 16.3761 30.3595C16.271 30.4618 16.1687 30.5696 16.0554 30.6664C15.9531 30.7548 15.8867 30.9041 15.7263 30.9152C15.6932 30.7991 15.8038 30.7299 15.8673 30.6553C16.1742 30.2903 16.7825 29.765 17.2415 29.4609C17.2636 29.4747 17.2829 29.4913 17.3051 29.5051Z\" fill=\"white\"/>\\n<path d=\"M7.66154 23.7822C7.01457 24.0062 6.53349 24.3822 6.29019 24.9296C5.98882 25.6015 5.88376 26.3093 6.32889 27.0807C6.38695 27.1802 6.40354 27.2936 6.45331 27.3959C6.55561 27.6032 6.64961 27.8134 6.78232 28.0097C7.1224 28.5073 7.50118 28.9856 8.01544 29.3921C8.13709 29.4861 8.24215 29.5967 8.34998 29.699C9.6135 30.9183 11.524 31.2528 12.829 30.6196C14.1644 29.9727 14.8307 28.9525 14.5819 27.5424C14.2833 25.8503 13.0502 24.6698 11.1203 23.9122C9.90381 23.4449 8.75088 23.4062 7.66154 23.7822ZM8.54351 28.8419C8.52693 28.828 8.51034 28.817 8.49099 28.8032C8.4191 28.7479 8.34169 28.6926 8.29192 28.6207C8.15644 28.4299 8.02926 28.2391 7.90208 28.0456C7.83572 27.9461 7.76937 27.8438 7.70025 27.7442C7.71684 27.7802 7.73619 27.8161 7.75554 27.8521C7.81637 27.9654 7.87719 28.0843 7.89931 28.2115C7.90208 28.2253 7.89931 28.2391 7.89655 28.253C7.89102 28.2695 7.87719 28.2861 7.8606 28.2944L7.7196 28.3774C7.68366 28.3995 7.63665 28.3884 7.61177 28.3525C7.57859 28.3027 7.54265 28.253 7.50671 28.206C7.42929 28.0981 7.34911 27.9903 7.29382 27.8742C7.10581 27.4899 6.93992 27.1083 6.76021 26.6881C6.73532 26.63 6.74362 26.572 6.75468 26.5194C6.75744 26.4973 6.76297 26.4752 6.76574 26.4475C6.7685 26.4226 6.78232 26.3978 6.80168 26.3839C6.8238 26.3701 6.84868 26.3674 6.87356 26.3757C6.89845 26.3839 6.92886 26.3922 6.95374 26.4005C7.02839 26.4199 7.09475 26.4392 7.12516 26.4918C7.20258 26.6328 7.26893 26.7793 7.33253 26.9203C7.36294 26.9839 7.39058 27.0475 7.421 27.1111C7.43206 27.136 7.44312 27.1581 7.45141 27.183C7.47906 27.2576 7.50118 27.3102 7.57583 27.3461L7.96567 27.4346C7.98779 27.4401 8.00438 27.4512 8.01544 27.4705L8.17027 27.7194C8.35274 28.0124 8.54352 28.3166 8.72323 28.6207C8.76194 28.6843 8.73429 28.7479 8.71494 28.7976C8.71494 28.8004 8.71494 28.8032 8.71494 28.8059C8.71494 28.817 8.71217 28.8253 8.70941 28.8363C8.70388 28.8474 8.69835 28.8585 8.68729 28.8668C8.6624 28.8916 8.6154 28.9027 8.58222 28.8833C8.56563 28.8778 8.54904 28.8612 8.54351 28.8419ZM8.33339 28.8502L8.35827 28.8474L8.31956 28.864L8.33339 28.8502ZM9.36467 28.7285C9.40061 28.7423 9.44485 28.7562 9.48079 28.7838C9.72686 28.9718 9.88722 29.1488 10.0199 29.3727C10.031 29.3948 10.0282 29.4142 10.0255 29.4418C10.0172 29.464 10.0006 29.4833 9.97846 29.4916L9.80428 29.558C9.78216 29.5663 9.75451 29.5635 9.73516 29.5524C9.4725 29.3948 9.18219 29.1985 9.07989 28.8723C9.06607 28.8308 9.08818 28.7893 9.12689 28.7727L9.26513 28.7147C9.28449 28.7064 9.30661 28.7064 9.32596 28.7147C9.33702 28.7202 9.35084 28.7257 9.36467 28.7285ZM13.1304 28.8999C13.1746 28.9221 13.2161 28.9497 13.2907 28.9939C13.3322 29.0216 13.3847 29.052 13.4538 29.0962C13.4925 29.1211 13.5119 29.1654 13.5036 29.2096C13.5036 29.2151 13.5008 29.2206 13.4981 29.2234C13.4843 29.2621 13.4511 29.287 13.4124 29.2925C13.3018 29.3091 13.2022 29.3174 13.111 29.3285C12.9036 29.3506 12.7405 29.3672 12.6023 29.428C12.3921 29.522 12.1323 29.4861 11.9277 29.4474C11.4687 29.3561 11.1037 29.2345 10.7803 29.0603C10.2218 28.7617 9.76004 28.3884 9.41444 27.9544C9.20154 27.6889 9.01077 27.4069 8.82553 27.136L8.79235 27.089C8.68729 26.9341 8.58775 26.7793 8.48546 26.6217C8.39698 26.4862 8.30851 26.348 8.21727 26.2125C7.97673 25.8531 7.70301 25.5766 7.38229 25.3582C7.30488 25.3057 7.23575 25.2504 7.17493 25.1978L7.10581 25.1425C7.08922 25.1287 7.07539 25.1094 7.06986 25.0872C7.03945 24.9877 7.04775 24.902 7.09475 24.8356C7.14452 24.7638 7.23299 24.725 7.35464 24.7195C7.95738 24.6891 8.54628 24.8771 9.10201 25.2835C9.30384 25.4301 9.49738 25.6098 9.7158 25.8503C9.93975 26.0964 10.1941 26.3895 10.4042 26.6936C10.9987 27.5618 11.889 28.2834 13.1304 28.8999ZM13.2824 26.8208C13.2686 26.9618 13.158 26.8982 13.0723 26.8788C13.0225 26.8678 12.9728 26.8567 12.9147 26.8457C12.9202 26.8761 12.9147 26.912 12.9313 26.9369C13.0391 27.0834 13.2852 27.1719 13.2658 27.3765C13.2133 27.371 13.1525 27.3793 13.1165 27.3572C12.7848 27.1553 12.4585 26.948 12.1129 26.7323C12.1157 26.619 12.1157 26.5222 12.1157 26.4171C11.759 26.2236 11.3802 26.0494 11.0208 25.8365C11.0789 25.784 11.1093 25.7563 11.1618 25.7066C11.9 26.0218 12.5967 26.4144 13.2824 26.8208ZM12.829 26.0383C12.8345 26.0743 12.8373 26.113 12.8428 26.1489C12.8207 26.1545 12.7903 26.1711 12.7737 26.1655C12.1212 25.8946 11.4687 25.6209 10.8162 25.3444C10.725 25.3057 10.6282 25.2476 10.6392 25.1425C11.1369 25.1564 11.3581 25.2476 12.829 26.0383ZM12.2069 25.278C12.0134 25.2089 11.8226 25.137 11.6318 25.0707C11.4328 25.0043 11.2309 24.9407 11.0291 24.8799C10.8521 24.8274 10.6752 24.7803 10.4982 24.7306C10.2964 24.6725 10.0918 24.6228 9.89275 24.5509C9.71027 24.4873 9.47803 24.5094 9.35361 24.3159C9.47526 24.1942 9.63839 24.2827 9.77663 24.3076C10.4429 24.4292 11.5212 24.8163 12.2207 25.1702C12.2124 25.2061 12.2097 25.2421 12.2069 25.278Z\" fill=\"white\"/>\\n<path d=\"M13.2823 7.14339C14.5597 7.24293 15.6795 7.4807 16.6471 7.85948C17.6148 8.23826 18.3641 8.69999 18.8922 9.24466C19.4203 9.78933 19.788 10.3755 19.9926 11.0003C20.1972 11.6252 20.2331 12.2555 20.0949 12.8859C19.4645 15.1918 17.3494 16.4995 13.7551 16.8092C14.2915 17.1576 14.7671 17.5999 15.1873 18.1391C15.6048 18.6782 15.9283 19.187 16.155 19.6625C16.3817 20.1408 16.672 20.6495 17.0287 21.197C17.3853 21.7416 17.7697 22.1813 18.1816 22.5158C18.4968 22.7757 18.8535 22.936 19.2516 22.9996C19.6497 23.0605 20.034 22.9886 20.4045 22.7757C20.8994 22.4522 20.9934 22.0071 20.6921 21.4375C20.4045 20.9177 19.9317 20.5638 19.271 20.3786C18.6267 20.1934 18.0074 20.2791 17.4185 20.6385C17.0895 20.2293 17.1725 19.809 17.6646 19.375C18.212 18.916 18.8922 18.7169 19.7023 18.7805C20.4156 18.8552 21.0321 19.151 21.5547 19.6736C21.9252 20.0828 22.127 20.539 22.163 21.0394C22.1961 21.5426 22.0772 22.0237 21.8035 22.4882C21.5298 22.9526 21.1649 23.3895 20.7114 23.7987C20.258 24.2079 19.7244 24.5397 19.1051 24.794C18.4885 25.0484 17.8692 25.1866 17.2526 25.2115C16.5393 25.2364 15.8675 25.0954 15.2343 24.783C14.6039 24.4733 14.1422 24.0282 13.8547 23.4448C13.6362 23.0245 13.4814 22.4992 13.3902 21.8744C13.3017 21.2495 13.2492 20.6744 13.2353 20.1546C13.2215 19.6349 13.1469 19.093 13.0086 18.5289C12.8704 17.9649 12.6437 17.5032 12.3285 17.1438C12.2317 17.058 12.1349 16.964 12.0409 16.8645V16.5659C12.9616 16.2424 13.7358 15.8194 14.3662 15.2913C14.9965 14.766 15.4444 14.213 15.7043 13.638C15.9642 13.0629 16.0859 12.4629 16.0638 11.8436C16.0444 11.2243 15.8813 10.6575 15.5799 10.1432C15.2786 9.62897 14.8306 9.1866 14.2417 8.81335C13.6528 8.44286 12.9589 8.19955 12.1626 8.08896C11.4907 7.98943 10.794 8.00602 10.0724 8.13596C9.35077 8.26591 8.6651 8.51474 8.0126 8.8797C7.3601 9.24466 6.78778 9.68703 6.29288 10.2096C5.79798 10.7321 5.42196 11.3653 5.1593 12.1145C4.89941 12.8638 4.80817 13.6656 4.89112 14.5227C4.93259 14.8932 5.00724 15.2554 5.11783 15.601C5.22842 15.9493 5.37772 16.2701 5.57126 16.5687C5.76203 16.8673 5.99704 17.1382 6.27076 17.3871C6.54448 17.6359 6.85414 17.8322 7.19698 17.9815V18.0008C5.86433 18.3492 4.72523 18.41 3.77966 18.1861C2.83132 17.9621 2.09588 17.5391 1.5678 16.9115C1.03972 16.2867 0.760473 15.5457 0.732825 14.6914C0.705176 13.6877 0.920832 12.7477 1.38256 11.874C1.84152 11.0003 2.47743 10.2566 3.28752 9.64279C4.09761 9.029 5.03765 8.51198 6.10764 8.09173C7.17762 7.67148 8.32779 7.3784 9.55537 7.21804C10.794 7.05768 12.0326 7.0328 13.2823 7.14339ZM12.0078 21.9601C11.4852 21.7997 10.7747 21.7251 9.87609 21.7361C8.97752 21.7472 8.15084 21.8412 7.39604 22.0154C7.61446 21.4209 7.75271 20.7712 7.808 20.0634C7.93242 17.9317 7.9656 15.6646 7.9103 13.2592C7.855 11.4012 7.65594 10.204 7.3131 9.67044C8.05407 9.60961 8.88905 9.47414 9.81526 9.26954C10.7415 9.06494 11.4576 8.85206 11.9663 8.6281C11.6926 9.27231 11.535 10.746 11.4935 13.0518C11.4797 13.8066 11.4797 14.6084 11.4935 15.4489C11.5212 17.2958 11.5488 18.5345 11.5765 19.1676C11.6428 20.4975 11.7866 21.4265 12.0078 21.9601Z\" fill=\"white\"/>\\n<path d=\"M34.754 13.6134C34.3835 13.688 34.2452 14.0778 34.342 14.7856C34.4664 15.7644 34.9254 16.663 35.7216 17.4813C37.0405 18.8195 38.7353 19.2729 40.8061 18.8389L41.7324 18.579C41.6909 18.8886 41.6052 19.1845 41.4752 19.461C41.3453 19.7402 41.1822 19.9973 40.9914 20.2323C40.7978 20.4673 40.5767 20.6858 40.3223 20.8821C40.0679 21.0811 39.7859 21.2553 39.479 21.4019C39.1694 21.5512 38.8431 21.6673 38.5003 21.7558C37.1289 22.0903 35.8433 21.9299 34.6517 21.2719C34.06 20.9484 33.5706 20.5448 33.1808 20.0554C32.7909 19.566 32.5283 19.049 32.3983 18.5043C32.2684 17.9597 32.2158 17.3984 32.2435 16.8233C32.2711 16.2482 32.4177 15.698 32.6859 15.1782C32.9541 14.6585 33.2831 14.1912 33.6729 13.7737C34.0655 13.359 34.5604 13.03 35.1659 12.7894C35.7686 12.5489 36.4156 12.4272 37.1013 12.4272C38.1022 12.4272 38.7768 12.7314 39.1196 13.3369C39.4624 13.9451 39.4597 14.5534 39.1085 15.1672C38.7574 15.781 38.2349 16.0879 37.5326 16.0879C37.3391 15.4077 36.9326 14.805 36.3078 14.2852C35.6857 13.7627 35.1659 13.5387 34.754 13.6134Z\" fill=\"white\"/>\\n<path d=\"M46.2223 17.9067C46.2914 19.878 46.4407 21.1416 46.6758 21.7001H42.0447C42.4428 20.8319 42.6419 19.0292 42.6419 16.2921C42.6419 13.5549 42.4428 11.8075 42.0447 11.05C42.7718 10.9643 43.5957 10.7928 44.5164 10.5385C45.4371 10.2841 46.156 10.027 46.6785 9.76709C46.4988 10.262 46.3661 11.2794 46.2776 12.8167C46.1891 14.3539 46.1643 15.9078 46.2057 17.4837C46.7532 17.1602 47.2453 16.8312 47.6766 16.4884C48.1079 16.1483 48.4591 15.8276 48.7273 15.5317C48.9954 15.2331 49.2139 14.9428 49.3853 14.6581C49.5567 14.3733 49.6728 14.1162 49.7364 13.8867C49.7972 13.6572 49.8249 13.4471 49.8194 13.2535C49.8111 13.0628 49.7751 12.8996 49.706 12.7697C49.6369 12.6397 49.5484 12.5374 49.4378 12.4628C49.6148 12.2527 49.8332 12.0978 50.0875 11.9983C50.3419 11.8988 50.588 11.8601 50.8285 11.8766C51.0691 11.896 51.2902 11.9624 51.4976 12.0812C51.7022 12.2001 51.8487 12.3577 51.9289 12.554C52.3685 13.6074 51.4838 14.8958 49.2719 16.4192C49.341 16.5437 49.6424 17.0966 50.1788 18.0837C50.7152 19.0679 51.1907 19.8642 51.6082 20.4725C52.0257 21.0807 52.4155 21.4899 52.7722 21.7001H47.6047C47.9476 21.3157 47.7347 20.4476 46.9661 19.0984C46.8278 18.8634 46.5873 18.4652 46.2444 17.9095H46.2223V17.9067Z\" fill=\"white\"/>\\n<path d=\"M61.8076 18.5764C61.7662 18.886 61.6804 19.1819 61.5505 19.4583C61.4206 19.7376 61.2574 19.9947 61.0667 20.2297C60.8731 20.4647 60.6519 20.6832 60.3976 20.8795C60.1432 21.0785 59.8612 21.2527 59.5543 21.3993C59.2446 21.5486 58.9184 21.6647 58.5755 21.7531C57.2042 22.0877 55.9185 21.9273 54.7269 21.2693C54.0412 20.8961 53.4938 20.4122 53.0901 19.8095C52.6865 19.2095 52.4376 18.5847 52.3492 17.9405C52.2607 17.2963 52.3049 16.6438 52.4819 15.9802C52.6588 15.3166 52.9519 14.7222 53.3583 14.1969C53.762 13.6716 54.3011 13.243 54.973 12.914C55.6448 12.585 56.3803 12.4219 57.1765 12.4219C58.4124 12.4219 59.4741 12.82 60.3672 13.6107C61.2602 14.4043 61.7606 15.3885 61.8712 16.5663H55.078C55.4209 17.1746 55.9047 17.6861 56.5296 18.1008C57.1544 18.5155 57.9203 18.792 58.8244 18.9275C59.7285 19.0657 60.7238 18.9469 61.8076 18.5764ZM54.8292 13.6135C54.5693 13.6633 54.4255 13.9011 54.3979 14.3296C54.3702 14.7582 54.4947 15.2945 54.7684 15.9387H57.547C57.2871 15.2586 56.8669 14.6807 56.2918 14.2107C55.714 13.7379 55.2246 13.5389 54.8292 13.6135Z\" fill=\"white\"/>\\n<path d=\"M62.1367 12.5544C62.8777 12.4299 63.6629 12.2226 64.4951 11.9323C65.3246 11.642 65.9466 11.3461 66.3586 11.0503V12.5571H68.1696V13.1903C67.965 13.1903 67.6553 13.1903 67.2433 13.1903C66.8314 13.1903 66.53 13.1903 66.3365 13.1903C66.3503 16.5744 66.3641 18.5927 66.378 19.2508C66.378 19.9088 66.4415 20.4037 66.5743 20.7382C66.7042 21.0728 66.9199 21.2165 67.224 21.1668C67.6359 21.0424 67.7935 20.6249 67.6968 19.9115C67.6 19.1982 67.3263 18.601 66.8729 18.1172C67.6691 17.7577 68.2719 17.8435 68.6838 18.3771C69.0681 18.872 69.129 19.4664 68.8691 20.1604C68.5677 20.9898 67.9152 21.5234 66.9143 21.7584C66.5991 21.8331 66.2618 21.8773 65.9052 21.8884C63.7763 21.8884 62.7146 20.8239 62.7146 18.6923C62.7146 18.3577 62.7173 17.9098 62.7256 17.3458C62.7312 16.7818 62.7312 16.3836 62.7256 16.1459C62.7173 15.9108 62.7118 15.5957 62.7063 15.1975C62.698 14.8022 62.6869 14.5091 62.6648 14.3238C62.6427 14.1386 62.6123 13.9202 62.5708 13.6741C62.5293 13.4253 62.474 13.2179 62.4049 13.052C62.3358 12.8778 62.2473 12.7147 62.1367 12.5544Z\" fill=\"white\"/>\\n<path d=\"M26.0973 18.4407C24.549 18.4407 23.291 17.1246 23.291 15.5072C23.291 13.8898 24.549 12.5737 26.0973 12.5737C27.6456 12.5737 28.9036 13.8898 28.9036 15.5072C28.9036 17.1246 27.6428 18.4407 26.0973 18.4407ZM26.0973 13.3589C24.9665 13.3589 24.0458 14.3211 24.0458 15.5044C24.0458 16.6878 24.9665 17.6499 26.0973 17.6499C27.2281 17.6499 28.1488 16.6878 28.1488 15.5044C28.1488 14.3211 27.2281 13.3589 26.0973 13.3589Z\" fill=\"white\"/>\\n<path d=\"M26.0975 16.3534C26.5419 16.3534 26.9021 15.9733 26.9021 15.5046C26.9021 15.0358 26.5419 14.6558 26.0975 14.6558C25.6532 14.6558 25.293 15.0358 25.293 15.5046C25.293 15.9733 25.6532 16.3534 26.0975 16.3534Z\" fill=\"white\"/>\\n<path d=\"M26.0973 14.8381C26.4402 14.8381 26.7194 15.1367 26.7194 15.5044C26.7194 15.8721 26.4402 16.1707 26.0973 16.1707C25.7545 16.1707 25.4752 15.8721 25.4752 15.5044C25.4752 15.1367 25.7545 14.8381 26.0973 14.8381ZM26.0973 14.4731C25.5526 14.4731 25.113 14.9349 25.113 15.5044C25.113 16.074 25.5554 16.5357 26.0973 16.5357C26.642 16.5357 27.0816 16.074 27.0816 15.5044C27.0816 14.9349 26.642 14.4731 26.0973 14.4731Z\" fill=\"white\"/>\\n<path d=\"M26.0971 16.7813C25.4224 16.7813 24.875 16.2089 24.875 15.5039C24.875 14.7989 25.4224 14.2266 26.0971 14.2266C26.7717 14.2266 27.3191 14.7989 27.3191 15.5039C27.3191 16.2089 26.7717 16.7813 26.0971 16.7813ZM26.0971 14.7215C25.6851 14.7215 25.3478 15.0726 25.3478 15.5039C25.3478 15.9352 25.6851 16.2864 26.0971 16.2864C26.509 16.2864 26.8463 15.9352 26.8463 15.5039C26.8463 15.0726 26.509 14.7215 26.0971 14.7215Z\" fill=\"white\"/>\\n<path d=\"M26.1139 11.3984C25.9923 11.3984 25.8955 11.498 25.8955 11.6224C25.8955 11.7468 25.995 11.8463 26.1139 11.8463C28.041 11.8463 29.6059 13.4859 29.6059 15.5042C29.6059 15.6286 29.7054 15.7281 29.8243 15.7281C29.946 15.7281 30.0427 15.6286 30.0427 15.5042C30.0427 13.2398 28.2788 11.3984 26.1139 11.3984Z\" fill=\"white\"/>\\n<path d=\"M25.7074 19.4857C25.7018 19.4857 25.6991 19.4857 25.6935 19.4857C24.4853 19.3474 23.4374 18.6396 22.8154 17.5475C22.7822 17.4895 22.8015 17.412 22.8568 17.3789C22.9121 17.3429 22.9868 17.3623 23.0199 17.4231C23.6033 18.4489 24.5876 19.1124 25.7184 19.2424C25.782 19.2507 25.829 19.3115 25.8235 19.3778C25.8179 19.4387 25.7682 19.4857 25.7074 19.4857Z\" fill=\"white\"/>\\n<path d=\"M29.4012 34.2777C28.652 34.3357 27.911 34.3053 27.1811 34.1892C26.4512 34.0731 25.7655 33.8574 25.1213 33.5422C24.4771 33.227 23.9158 32.8344 23.432 32.3672C22.9481 31.8999 22.5777 31.3165 22.315 30.6253C22.0523 29.9341 21.9362 29.171 21.9694 28.3388C22.0026 27.584 22.2182 26.8541 22.6219 26.1463C23.0228 25.4385 23.5371 24.8386 24.1591 24.3464C24.7812 23.8515 25.489 23.4589 26.2825 23.1631C27.076 22.8672 27.8751 22.7207 28.6796 22.7207C29.5588 22.7207 30.3551 22.8894 31.0684 23.2294C31.7817 23.5695 32.3237 24.0478 32.6941 24.6671C33.0646 25.2865 33.1946 25.9749 33.0895 26.7297C33.0453 27.0587 32.9319 27.385 32.7439 27.7084C32.5559 28.0319 32.3154 28.3195 32.0195 28.5711C31.7237 28.8227 31.4057 29.0273 31.0629 29.1821C30.6565 29.3673 30.2279 29.4752 29.7773 29.5083C29.3266 29.5415 28.8842 29.4862 28.4501 29.3424C28.0161 29.1959 27.6483 28.9692 27.3497 28.6595C27.1147 28.4079 26.9378 28.0872 26.8189 27.6946C26.7 27.302 26.6972 26.8818 26.8106 26.4311C26.924 25.9804 27.1728 25.6099 27.5599 25.3196C27.6677 25.6486 27.8281 25.9307 28.0437 26.1629C28.2566 26.3951 28.4944 26.561 28.7515 26.6578C29.0086 26.7546 29.2851 26.8154 29.581 26.8403C29.8768 26.8652 30.156 26.832 30.4242 26.7463C30.8417 26.6302 31.1514 26.4449 31.3477 26.1878C31.5467 25.9307 31.6407 25.6486 31.6297 25.339C31.6186 24.786 31.3338 24.3243 30.7781 23.951C30.2196 23.5778 29.5174 23.4396 28.6713 23.5363C27.9414 23.6248 27.3027 23.9345 26.7498 24.4653C26.1968 24.9989 25.7931 25.6348 25.536 26.3758C25.2789 27.1168 25.1545 27.8937 25.1655 28.7065C25.1877 29.5968 25.3535 30.4041 25.6632 31.1258C25.9729 31.8474 26.4512 32.4308 27.0954 32.8759C27.7396 33.321 28.5054 33.545 29.3957 33.545C29.8878 33.545 30.3385 33.4427 30.7477 33.2408C31.1541 33.0362 31.4859 32.7736 31.7375 32.4501C31.9891 32.1266 32.1799 31.7672 32.3071 31.3746C32.437 30.982 32.5006 30.5839 32.5006 30.1774C32.8434 30.053 33.1337 30.1774 33.3688 30.5562C33.6701 31.0318 33.7005 31.5737 33.4655 32.1819C33.1006 33.1026 32.2214 33.7358 30.8279 34.0841C30.3883 34.1726 29.9155 34.2389 29.4012 34.2777Z\" fill=\"white\"/>\\n<path d=\"M47.284 29.9783C47.3061 32.1653 47.4886 33.5422 47.8314 34.1034H43.8584C44.2759 33.4565 44.4805 32.11 44.4694 30.0668C44.4584 28.8669 44.3422 27.8301 44.1155 26.9591C43.9856 26.3592 43.9718 25.8587 44.0685 25.4551C44.1653 25.0542 44.3671 24.7334 44.6713 24.4957C44.9782 24.2579 45.3155 24.0948 45.6859 24.0008C46.0564 23.9095 46.4546 23.8736 46.8831 23.8929C47.7734 23.9317 48.3734 24.2413 48.6858 24.8219C48.9319 25.2671 48.9208 25.679 48.6526 26.055C48.4286 26.3647 48.0996 26.5195 47.6711 26.5195C47.6711 26.2209 47.613 25.9389 47.4941 25.6763C47.3753 25.4136 47.226 25.2062 47.0435 25.0514C46.861 24.8966 46.6592 24.7666 46.4407 24.6588C46.2223 24.5537 46.0205 24.5067 45.838 24.5206C45.6555 24.5344 45.5062 24.5814 45.3873 24.6588C45.238 24.7749 45.1579 24.9242 45.1468 25.1012C45.1357 25.2809 45.2021 25.4799 45.3486 25.7039C45.4952 25.9279 45.7108 26.1435 46.0011 26.3564C46.1615 26.4725 46.3412 26.5721 46.5403 26.655C46.7393 26.7379 46.9135 26.8015 47.0628 26.843C47.2121 26.8873 47.4112 26.9177 47.6573 26.937C47.9033 26.9564 48.0886 26.9647 48.213 26.9647C48.3374 26.9647 48.5448 26.9647 48.8406 26.9647C49.1364 26.9647 49.33 26.9647 49.4268 26.9647V26.9508C49.2885 26.3509 49.2664 25.8283 49.3632 25.3832C49.4599 24.9381 49.6535 24.5703 49.941 24.28C50.2285 23.9897 50.5769 23.7741 50.9778 23.6331C51.3787 23.492 51.8156 23.4285 52.2883 23.4368C53.1454 23.4561 53.7316 23.7851 54.0412 24.4238C54.2873 24.9381 54.2763 25.4302 54.0081 25.9057C53.7731 26.3122 53.4247 26.5168 52.963 26.5168C52.974 26.2956 52.9464 26.0799 52.8828 25.8781C52.8192 25.6735 52.728 25.4993 52.6091 25.3472C52.4902 25.1979 52.3602 25.0597 52.2137 24.9325C52.0699 24.8081 51.9179 24.7058 51.763 24.6284C51.6082 24.551 51.4534 24.4957 51.3041 24.4625C51.1548 24.4293 51.0138 24.4183 50.8866 24.4348C50.7594 24.4487 50.6571 24.4846 50.5797 24.5427C50.3447 24.6975 50.2921 24.9602 50.4276 25.3279C50.5631 25.6956 50.8534 26.0385 51.3041 26.3592C51.4644 26.4753 51.6248 26.5721 51.7879 26.6495C51.9483 26.7269 52.0782 26.7877 52.175 26.832C52.2718 26.8762 52.4238 26.9066 52.6339 26.926C52.8441 26.9453 52.974 26.9564 53.0265 26.9619C53.0791 26.9674 53.2477 26.9674 53.5325 26.9619C53.8173 26.9564 53.9915 26.9536 54.0551 26.9536V27.3462C53.4109 27.3462 53.0044 27.5093 52.833 27.8328C52.6616 28.1563 52.5814 28.8724 52.5925 29.9756C52.6035 32.1625 52.786 33.5394 53.1399 34.1007H49.1669C49.5843 33.4537 49.7834 32.1072 49.7613 30.064C49.7613 29.0659 49.6756 28.1618 49.5042 27.349C49.0977 27.349 48.7715 27.36 48.531 27.3849C48.2904 27.4098 48.0775 27.4568 47.895 27.5315C47.7126 27.6033 47.5854 27.7029 47.5163 27.83C47.4471 27.9572 47.3891 28.1148 47.3393 28.3084C47.2923 28.5019 47.2757 28.7369 47.2923 29.0134C47.3089 29.2899 47.3061 29.6106 47.284 29.9783Z\" fill=\"white\"/>\\n<path d=\"M61.1635 31.6643C61.1303 31.9076 61.0639 32.1371 60.9616 32.3555C60.8593 32.5739 60.7349 32.773 60.5829 32.9583C60.4336 33.1435 60.2594 33.3121 60.0603 33.467C59.8612 33.6218 59.6428 33.7573 59.3995 33.8734C59.159 33.9895 58.9046 34.0808 58.6364 34.1499C57.5637 34.4125 56.5628 34.2854 55.6283 33.7711C55.0919 33.4808 54.6661 33.102 54.3509 32.632C54.0358 32.162 53.8422 31.6754 53.7731 31.1722C53.704 30.669 53.7372 30.1575 53.8782 29.6405C54.0164 29.1234 54.2459 28.659 54.5611 28.247C54.8763 27.835 55.2993 27.5005 55.8246 27.2461C56.3499 26.989 56.9222 26.8618 57.5443 26.8618C58.5092 26.8618 59.3414 27.1715 60.0382 27.7908C60.7349 28.4101 61.1275 29.1787 61.2132 30.0994H55.9048C56.173 30.575 56.5517 30.9731 57.0384 31.2966C57.525 31.6201 58.1249 31.8357 58.8327 31.9436C59.5405 32.0459 60.3174 31.9546 61.1635 31.6643ZM55.7112 27.7853C55.5066 27.824 55.3961 28.0092 55.3739 28.3438C55.3518 28.6783 55.4486 29.0958 55.6642 29.599H57.8346C57.63 29.0654 57.3038 28.6175 56.8531 28.2498C56.4024 27.882 56.0237 27.7272 55.7112 27.7853Z\" fill=\"white\"/>\\n<path d=\"M69.1098 31.6643C69.0766 31.9076 69.0102 32.1371 68.9079 32.3555C68.8056 32.5739 68.6812 32.773 68.5291 32.9583C68.3798 33.1435 68.2057 33.3121 68.0066 33.467C67.8075 33.6218 67.5891 33.7573 67.3458 33.8734C67.1053 33.9895 66.8509 34.0808 66.5827 34.1499C65.51 34.4125 64.5091 34.2854 63.5746 33.7711C63.0382 33.4808 62.6124 33.102 62.2972 32.632C61.982 32.162 61.7885 31.6754 61.7194 31.1722C61.6503 30.669 61.6834 30.1575 61.8245 29.6405C61.9627 29.1234 62.1922 28.659 62.5074 28.247C62.8226 27.835 63.2456 27.5005 63.7709 27.2461C64.2962 26.989 64.8685 26.8618 65.4906 26.8618C66.4555 26.8618 67.2877 27.1715 67.9845 27.7908C68.6812 28.4101 69.0738 29.1787 69.1595 30.0994H63.8511C64.1192 30.575 64.498 30.9731 64.9846 31.2966C65.4712 31.6201 66.0712 31.8357 66.779 31.9436C67.484 32.0459 68.261 31.9546 69.1098 31.6643ZM63.6575 27.7853C63.4529 27.824 63.3423 28.0092 63.3202 28.3438C63.2981 28.6783 63.3949 29.0958 63.6105 29.599H65.7809C65.5763 29.0654 65.2501 28.6175 64.7994 28.2498C64.3487 27.882 63.9672 27.7272 63.6575 27.7853Z\" fill=\"white\"/>\\n<path d=\"M28.121 20.4838C27.9827 20.3925 27.8694 20.2543 27.8086 20.0829L27.7422 19.8866C27.2307 20.0912 26.6778 20.21 26.0971 20.21C23.5535 20.21 21.4854 18.048 21.4854 15.3882C21.4854 12.7284 23.5535 10.5664 26.0971 10.5664C28.6408 10.5664 30.7089 12.7312 30.7089 15.3882C30.7089 16.8895 30.0481 18.2332 29.0168 19.1179L29.1854 19.6128L29.8158 20.1686C31.0932 19.0544 31.9088 17.3761 31.9088 15.5043C31.9088 12.1534 29.3016 9.42725 26.0999 9.42725C22.8955 9.42725 20.291 12.1534 20.291 15.5043C20.291 18.8553 22.8982 21.5814 26.0999 21.5814C27.0344 21.5814 27.9136 21.3436 28.6961 20.9317C28.5191 20.7658 28.3256 20.6165 28.121 20.4838Z\" fill=\"white\"/>\\n<path d=\"M33.1669 21.2248L32.2988 21.2552C31.3062 21.2773 30.3883 20.799 29.8021 20.0111C30.0067 19.8175 30.0897 19.5051 29.9901 19.212L29.5671 17.9789C29.4316 17.5835 29.0114 17.3651 28.6326 17.4951C28.2538 17.625 28.0548 18.0536 28.1902 18.4489L28.6133 19.682C28.7156 19.9834 28.9837 20.1797 29.2713 20.2018C29.957 21.2193 31.0905 21.8441 32.3209 21.8193L33.9881 21.7888L33.1669 21.2248Z\" fill=\"white\"/>\\n<path d=\"M36.67 8.33242L36.5207 7.56656C36.4626 7.26796 36.0949 7.16014 35.882 7.37856L34.3973 8.91027C34.3392 8.97109 34.3033 9.04851 34.2922 9.13145L34.071 11.2438L36.5704 8.6642C36.6562 8.57849 36.6949 8.45407 36.67 8.33242Z\" fill=\"white\"/>\\n<path d=\"M31.7485 2.94387L30.9771 2.81669C30.8554 2.79733 30.7338 2.8388 30.6481 2.92728L28.1487 5.50686L30.2527 5.21932C30.3357 5.20826 30.4131 5.16955 30.4711 5.10872L31.9558 3.57701C32.166 3.35583 32.0471 2.99087 31.7485 2.94387Z\" fill=\"white\"/>\\n<path d=\"M36.153 3.0154C36.1779 3.04029 36.2194 3.04028 36.2442 3.01264C36.2691 2.98775 36.2691 2.94628 36.2415 2.9214C36.0037 2.68915 35.6222 2.69745 35.3899 2.93522C35.365 2.9601 35.365 3.00158 35.3927 3.02646C35.4203 3.05134 35.459 3.05135 35.4839 3.0237C35.6664 2.83845 35.965 2.83569 36.153 3.0154Z\" fill=\"white\"/>\\n<path d=\"M36.62 2.67526C36.1997 2.2163 35.4062 2.21077 34.9777 2.6725C34.2616 3.40241 34.8311 4.6604 35.8431 4.60511C36.8107 4.57469 37.2973 3.36923 36.62 2.67526ZM35.8403 4.48622C35.0053 4.48345 34.5795 3.43835 35.1629 2.85497C35.7269 2.25224 36.7859 2.64485 36.8163 3.47982C36.855 4.01343 36.3767 4.50557 35.8403 4.48622Z\" fill=\"white\"/>\\n<path d=\"M35.2932 3.12929C35.2628 3.10164 35.2158 3.10164 35.1881 3.13206C35.1605 3.16247 35.1605 3.20947 35.1909 3.23712C35.2213 3.26477 35.2683 3.26477 35.296 3.23435C35.3236 3.2067 35.3236 3.1597 35.2932 3.12929Z\" fill=\"white\"/>\\n<path d=\"M30.7362 9.06521L29.998 9.7343C29.9482 9.7813 29.8708 9.70941 29.915 9.65688L30.5205 8.86614C30.6532 8.70025 30.891 8.91867 30.7362 9.06521Z\" fill=\"white\"/>\\n<path d=\"M30.9963 9.39998L30.5816 9.75941C30.565 9.77323 30.5401 9.77046 30.5263 9.75664C30.5152 9.74282 30.5152 9.72346 30.5235 9.70964L30.8497 9.26727C30.9382 9.15391 31.1041 9.30321 30.9963 9.39998Z\" fill=\"white\"/>\\n<path d=\"M30.3105 8.76668L29.8958 9.12611C29.8792 9.13993 29.8543 9.13717 29.8405 9.12334C29.8294 9.10952 29.8294 9.09017 29.8377 9.07634L30.164 8.63397C30.2524 8.52061 30.4155 8.66991 30.3105 8.76668Z\" fill=\"white\"/>\\n<path d=\"M31.5051 8.8774L30.6453 8.0839C30.5236 7.97054 30.5153 7.77976 30.6287 7.65535L30.7254 7.55028C30.8388 7.42863 31.0296 7.42034 31.154 7.53369L32.0138 8.3272C32.1355 8.44055 32.1438 8.63133 32.0304 8.75575L31.9337 8.86081C31.8175 8.98523 31.6268 8.99076 31.5051 8.8774Z\" fill=\"white\"/>\\n<path d=\"M39.4846 34.6231C37.3059 33.0195 37.8312 29.8289 38.3427 27.5507C38.3759 27.4263 38.4035 27.3046 38.4229 27.1858C38.4284 27.1526 38.4312 27.1194 38.4367 27.0835C38.4478 27.0005 38.4616 26.9176 38.4671 26.8374C38.4699 26.7931 38.4699 26.7517 38.4699 26.7102C38.4726 26.6411 38.4782 26.572 38.4754 26.5084C38.4754 26.4614 38.4671 26.4171 38.4643 26.3701C38.4616 26.3121 38.4588 26.2512 38.4505 26.1932C38.445 26.1406 38.4312 26.0936 38.4229 26.0439C38.4146 25.9941 38.4063 25.9416 38.3952 25.8946C38.3842 25.8476 38.3676 25.8006 38.3538 25.7563C38.3399 25.7066 38.3261 25.6568 38.3095 25.6098C38.2929 25.5656 38.2736 25.5213 38.2542 25.4799C38.2349 25.4329 38.2183 25.3859 38.1962 25.3389C38.1768 25.2946 38.1519 25.2531 38.127 25.2117C38.1022 25.1674 38.0828 25.1232 38.0552 25.079C38.0303 25.0375 38.0026 24.9988 37.975 24.9573C37.9473 24.9158 37.9197 24.8716 37.892 24.8301C37.8616 24.7887 37.8284 24.7499 37.7953 24.7085C37.7648 24.6698 37.7372 24.6311 37.704 24.5951C37.6681 24.5536 37.6294 24.5149 37.5934 24.4762C37.5603 24.4403 37.5298 24.4043 37.4967 24.3712C37.458 24.3325 37.4165 24.2937 37.375 24.255C37.3391 24.2219 37.3059 24.1887 37.2699 24.1555C37.2257 24.1168 37.1815 24.0809 37.1372 24.0449C37.1013 24.0145 37.0653 23.9813 37.0266 23.9509C36.9824 23.915 36.9354 23.8818 36.8884 23.8486C36.8469 23.8182 36.8082 23.7878 36.764 23.7574C36.717 23.7242 36.6644 23.691 36.6174 23.6578C36.576 23.6302 36.5345 23.5998 36.4903 23.5721C36.4377 23.5389 36.3852 23.5058 36.3327 23.4754C36.2912 23.4477 36.2497 23.4228 36.2055 23.3952C36.2027 23.3924 36.2 23.3924 36.1972 23.3896C36.1281 23.4339 36.0589 23.4809 35.9926 23.5279C34.2508 24.6642 33.3964 27.2659 34.0517 29.9561C34.6489 32.4002 36.3161 34.2084 38.1685 34.6729C38.6275 34.789 39.0781 34.93 39.5177 35.0987C39.9601 35.2701 40.4357 35.3503 40.9112 35.3558C40.9112 35.3558 40.9472 35.2065 40.9555 35.1678C40.4412 35.0931 39.9325 34.919 39.4846 34.6231ZM35.094 29.2455L35.1217 29.2428L35.1493 29.2621L35.094 29.2455ZM35.5585 29.5193C35.5558 29.522 35.5558 29.5248 35.553 29.5276C35.5447 29.5386 35.5336 29.5469 35.5226 29.5552C35.5088 29.5635 35.4922 29.569 35.4728 29.5718C35.4258 29.5746 35.3677 29.5469 35.3512 29.5027C35.3401 29.475 35.3373 29.4446 35.3456 29.4197C35.3401 29.3921 35.3318 29.3644 35.3263 29.334C35.2959 29.2151 35.2654 29.0935 35.2737 28.9746C35.2931 28.6622 35.3235 28.3553 35.3567 28.0456C35.3733 27.8852 35.3871 27.7221 35.4037 27.5618C35.3926 27.6143 35.3788 27.6668 35.3677 27.7221C35.3318 27.8908 35.2959 28.0677 35.2129 28.217C35.2046 28.2336 35.1908 28.2474 35.1742 28.2585C35.1521 28.2723 35.1272 28.2779 35.0996 28.2723L34.8839 28.2391C34.8258 28.2309 34.7871 28.1783 34.7927 28.1203C34.801 28.0401 34.8037 27.9571 34.8093 27.877C34.8203 27.7 34.8286 27.5175 34.8701 27.3489C35 26.7876 35.1521 26.254 35.3207 25.6596C35.3429 25.5766 35.4009 25.5269 35.459 25.4771C35.4811 25.4577 35.506 25.4356 35.5309 25.4107C35.553 25.3858 35.5889 25.372 35.6221 25.3776C35.6553 25.3803 35.6857 25.3997 35.7051 25.4301C35.7244 25.4633 35.7465 25.4937 35.7686 25.5241C35.8295 25.6098 35.882 25.6844 35.8682 25.7646C35.8267 25.9775 35.7742 26.1849 35.7216 26.3867C35.6968 26.478 35.6746 26.5692 35.6525 26.6632C35.6442 26.6964 35.6332 26.7323 35.6221 26.7655C35.5889 26.8678 35.564 26.9397 35.6138 27.042L35.9428 27.465C35.9622 27.4871 35.9677 27.5175 35.9649 27.5452L35.9152 27.9378C35.8571 28.3995 35.7963 28.8751 35.7272 29.3451C35.7023 29.4391 35.6221 29.4861 35.5585 29.5193ZM36.4322 31.2224C36.4267 31.2556 36.4073 31.2749 36.3797 31.2998C36.352 31.3164 36.3188 31.3192 36.2884 31.3109L36.0507 31.2307C36.0202 31.2196 35.9954 31.1947 35.9843 31.1643C35.8433 30.7772 35.7078 30.3266 35.8765 29.9008C35.8986 29.8483 35.9567 29.8206 36.0092 29.8372L36.2027 29.8953C36.2304 29.9036 36.2525 29.9229 36.2663 29.9478C36.2746 29.9644 36.2857 29.981 36.2967 29.9976C36.3244 30.0418 36.3548 30.0943 36.3686 30.1524C36.4681 30.5533 36.4875 30.874 36.4322 31.2224Z\" fill=\"white\"/>\\n<path d=\"M43.0374 27.7637C42.2688 24.6173 39.7251 22.5216 37.2976 22.9916C38.5915 23.3427 39.7417 24.2606 40.126 25.6071C40.4716 26.702 40.2034 27.8217 39.938 28.8972C39.5537 30.8354 38.9344 33.1274 40.6596 34.4435C42.6945 33.4841 43.7479 30.6722 43.0374 27.7637ZM41.1794 32.5966C41.1545 32.5247 41.1297 32.4528 41.0992 32.3698C41.0633 32.4003 41.0163 32.4196 40.9969 32.4611C40.8946 32.7099 40.9693 33.0887 40.6956 33.2187C40.6624 33.1495 40.6071 33.0776 40.6071 33.0168C40.6099 32.4417 40.6237 31.8694 40.6347 31.2667C40.7785 31.181 40.9029 31.1091 41.0356 31.0317C41.0108 30.4317 40.9416 29.8179 40.9361 29.2014C41.0467 29.2345 41.1048 29.2511 41.2071 29.2815C41.3702 30.4566 41.4034 31.6399 41.4117 32.8177C41.2209 32.9062 41.2209 32.7182 41.1794 32.5966ZM41.9342 31.745C41.9093 31.7201 41.8651 31.698 41.8623 31.6704C41.7075 30.6335 41.5554 29.5995 41.4117 28.5627C41.3923 28.4162 41.3923 28.2503 41.5333 28.1839C41.8927 28.8281 41.9453 29.1737 42.0642 31.6427C42.0199 31.6786 41.9757 31.7118 41.9342 31.745ZM42.548 30.2741C42.4899 29.9783 42.4346 29.6797 42.3711 29.3866C42.3047 29.0825 42.2328 28.7783 42.1554 28.477C42.089 28.2116 42.0089 27.9517 41.9397 27.689C41.8596 27.3876 41.7656 27.089 41.7047 26.7849C41.6467 26.5029 41.4421 26.2292 41.5886 25.9223C41.8347 25.9831 41.8485 26.2596 41.9204 26.4531C42.2743 27.3904 42.6061 29.0548 42.689 30.2078C42.6448 30.2299 42.5978 30.252 42.548 30.2741Z\" fill=\"white\"/>\\n<path d=\"M38.8653 0.535926C38.8653 0.444686 38.7907 0.372801 38.7022 0.375565L35.8212 0.464038C35.7798 0.464038 35.7411 0.483393 35.7106 0.513807L30.8114 5.5679C30.781 5.59831 30.7644 5.64255 30.7671 5.68678L30.8473 7.3678C30.8584 7.58898 30.9524 7.79911 31.1127 7.95394L31.6436 8.4682C31.8178 8.63685 32.0528 8.72533 32.2933 8.71427L33.8167 8.63962C33.8582 8.63685 33.8942 8.62026 33.9246 8.59261L38.8266 3.53299C38.8542 3.50258 38.8708 3.46387 38.8708 3.4224L38.8653 0.535926ZM31.7984 6.12916C31.7929 6.17892 31.7763 6.23146 31.7155 6.25081C31.71 6.24252 31.6989 6.23422 31.6989 6.22593C31.6768 6.03239 31.7514 5.85268 31.768 5.66467C31.7708 5.63702 31.7929 5.60937 31.8205 5.55684C31.8731 5.76697 31.8178 5.94668 31.7984 6.12916ZM32.1717 6.08492C32.1634 6.15681 32.1413 6.22869 32.0666 6.26187C32.0473 6.24251 32.0279 6.22869 32.0196 6.2121C32.0113 6.19275 32.0058 6.17063 32.0086 6.15128C32.05 5.8665 32.0915 5.58449 32.1357 5.29971C32.1413 5.26377 32.1744 5.23336 32.2159 5.16976C32.2353 5.24441 32.2546 5.28312 32.2519 5.32183C32.227 5.57619 32.2021 5.83056 32.1717 6.08492ZM32.6334 5.74485C32.6279 5.78908 32.5836 5.83056 32.5505 5.88585C32.5228 5.84438 32.4952 5.8195 32.4896 5.79185C32.4841 5.75038 32.4896 5.70614 32.4952 5.66467C32.5283 5.43242 32.5615 5.20018 32.6002 4.96793C32.6058 4.92923 32.6334 4.89605 32.661 4.84075C32.6832 4.89052 32.708 4.92093 32.7053 4.94581C32.6859 5.214 32.6638 5.47942 32.6334 5.74485ZM33.026 5.26653C33.0177 5.3163 32.9956 5.36607 32.9375 5.37989C32.9237 5.36883 32.9099 5.3633 32.9099 5.35777C32.8878 5.03429 32.9873 4.72463 33.0149 4.40668C33.0205 4.35691 33.0177 4.29885 33.0758 4.26843C33.0924 4.28502 33.1172 4.29608 33.1172 4.30991C33.1172 4.63062 33.0758 4.94858 33.026 5.26653ZM33.4711 4.39561C33.4656 4.53662 33.4905 4.68869 33.3799 4.82693C33.3523 4.79099 33.3218 4.76887 33.3191 4.74675C33.3163 4.52556 33.3357 4.30714 33.391 4.09425C33.3937 4.08595 33.4075 4.08319 33.4269 4.06937C33.5071 4.17167 33.4739 4.28779 33.4711 4.39561ZM33.72 4.04448C33.6896 3.88413 33.7034 3.80118 33.778 3.62976C33.778 3.62147 33.778 3.61594 33.778 3.60764L33.7836 3.6187C33.7808 3.62423 33.7808 3.627 33.778 3.62976C33.778 3.76524 33.8002 3.90624 33.72 4.04448ZM36.7779 4.7661C36.2415 5.17253 35.4729 5.18359 34.9254 4.79652C34.0462 4.17167 34.0241 2.89155 34.884 2.23906C35.4203 1.83263 36.189 1.82157 36.7364 2.20864C37.6184 2.83349 37.6377 4.11361 36.7779 4.7661Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-blaf6h\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:36,intrinsicWidth:63,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/HtM5gMzVINbkJhfbgYJLoW1ms44.svg\"},className:\"framer-1lzwp37\",\"data-framer-name\":\"Group\",name:\"Group\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tq2vok\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wmy6vi\",\"data-framer-name\":\"Group\",name:\"Group\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13skjfq\",\"data-framer-name\":\"Group\",name:\"Group\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-14m7g0y\",\"data-framer-name\":\"Group\",name:\"Group\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"9.112120628356934px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UmFsZXdheS02MDA=\",\"--framer-font-family\":'\"Raleway\"',\"--framer-font-size\":\"9.11px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"H8\"})})}),className:\"framer-11oohr3\",\"data-framer-name\":\"H8\",fonts:[\"GF;Raleway-600\"],name:\"H8\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7y07km\",\"data-framer-name\":\"Group\",name:\"Group\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"3.2886099815368652px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UmFsZXdheS02MDA=\",\"--framer-font-family\":'\"Raleway\"',\"--framer-font-size\":\"3.29px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"h8 drugs.Help addicts\"})})}),className:\"framer-17rsoc9\",\"data-framer-name\":\"h8 drugs.Help addicts\",fonts:[\"GF;Raleway-600\"],name:\"h8 drugs.Help addicts\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x54oh4\",\"data-framer-name\":\"Group\",name:\"Group\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1kybuwo\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:23,intrinsicWidth:14,name:\"Group\",svg:'<svg width=\"14\" height=\"23\" viewBox=\"0 0 14 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1.17767 18.5823C0.91006 18.5823 0.657322 18.4188 0.555731 18.1562C0.265824 17.4029 0.119629 16.61 0.119629 15.7997V6.63173C0.119629 3.00914 3.06578 0.0629883 6.68838 0.0629883C10.311 0.0629883 13.2571 3.00914 13.2571 6.63173V12.8808C13.2571 13.2476 12.9598 13.5474 12.5906 13.5474C12.2239 13.5474 11.924 13.25 11.924 12.8808V6.63173C11.924 3.74505 9.57506 1.39359 6.6859 1.39359C3.79674 1.39359 1.44775 3.74257 1.44775 6.63173V15.7997C1.44775 16.4464 1.56421 17.0783 1.79465 17.6779C1.92597 18.0224 1.755 18.4064 1.41058 18.5377C1.33873 18.5675 1.25696 18.5823 1.17767 18.5823Z\" fill=\"white\"/>\\n<path d=\"M9.53558 10.0216C9.16886 10.0216 8.86904 9.7243 8.86904 9.3551V7.00115C8.86904 5.76967 7.86799 4.76862 6.63651 4.76862C6.26979 4.76862 5.96997 4.47128 5.96997 4.10209C5.96997 3.73289 6.26731 3.43555 6.63651 3.43555C8.60143 3.43555 10.2021 5.03375 10.2021 7.00115V9.3551C10.2021 9.7243 9.9023 10.0216 9.53558 10.0216Z\" fill=\"white\"/>\\n<path d=\"M6.76771 18.357C6.99319 17.5443 7.04275 16.8133 7.04523 16.3871C7.04523 16.1567 6.88664 15.9584 6.65868 15.9039C6.23993 15.8023 5.82365 16.0873 5.78153 16.511C5.71959 17.123 5.60065 17.6483 5.44702 18.1042C5.90047 18.248 6.31674 18.3719 6.76771 18.357Z\" fill=\"white\"/>\\n<path d=\"M8.42032 17.715C8.50952 17.653 8.64332 17.5837 8.79943 17.5267C8.94314 16.7957 8.95553 16.1539 8.94067 15.7649C8.93323 15.532 8.75979 15.3363 8.52687 15.2892L8.38315 15.2594C8.02139 15.1876 7.6844 15.4502 7.66706 15.812C7.61998 16.8577 7.40936 17.6753 7.1145 18.3171C7.49857 18.2452 7.9198 18.0644 8.42032 17.715Z\" fill=\"white\"/>\\n<path d=\"M9.77592 17.4699C10.0064 17.5393 10.3136 17.7029 10.5218 18.0894C10.8191 17.3337 10.9603 16.6523 11.0223 16.2335C11.0594 15.9808 10.9157 15.7379 10.6754 15.6438L10.5267 15.5843C10.1526 15.4381 9.73875 15.6562 9.64955 16.0427C9.52814 16.5631 9.37947 17.0215 9.2085 17.4278C9.3869 17.4055 9.58265 17.413 9.77592 17.4699Z\" fill=\"white\"/>\\n<path d=\"M12.8855 15.8394L12.7369 15.78C12.3652 15.6338 11.9489 15.8493 11.8622 16.2309C11.0024 19.9601 8.68065 20.6093 7.67713 20.7158C7.63748 20.7208 7.5904 20.525 7.63005 20.5151C8.48738 20.3293 9.11675 20.0394 9.54294 19.6578C9.89479 19.3431 10.212 18.8921 10.0311 18.4585C9.73869 17.7597 8.98047 18.062 8.7649 18.2082C6.76528 19.6033 5.67504 18.6815 4.29488 18.4015C3.35826 18.2107 2.49349 18.6716 1.88395 19.1944C1.7105 19.3431 1.62873 19.5562 1.64112 19.7668C2.39686 20.8422 3.47967 21.6698 4.74833 22.1034C6.00211 22.4701 7.20138 22.3958 7.98686 22.2793C8.50472 22.1852 8.97056 22.0439 9.39179 21.8655C9.4017 21.8606 9.41409 21.8556 9.42401 21.8507C9.44631 21.8407 9.4686 21.8308 9.4909 21.8209C11.5872 20.8075 13.0342 18.6617 13.0342 16.1764V15.9336C12.9921 15.8939 12.9425 15.8617 12.8855 15.8394Z\" fill=\"white\"/>\\n<path d=\"M9.53057 12.026C9.85353 12.026 10.1153 11.7642 10.1153 11.4412C10.1153 11.1183 9.85353 10.8564 9.53057 10.8564C9.20761 10.8564 8.9458 11.1183 8.9458 11.4412C8.9458 11.7642 9.20761 12.026 9.53057 12.026Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"29.88107681274414px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UmFsZXdheS1yZWd1bGFy\",\"--framer-font-family\":'\"Raleway\"',\"--framer-font-size\":\"29.88px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"dr  g\"})})}),className:\"framer-y4nl0i\",\"data-framer-name\":\"dr g\",fonts:[\"GF;Raleway-regular\"],name:\"dr g\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})})}),/*#__PURE__*/_jsx(\"figure\",{className:\"framer-1957u3z\",\"data-border\":true,\"data-framer-name\":\"Project Descriptions\",name:\"Project Descriptions\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-150vmid\",\"data-framer-name\":\"Ticker & Content with CTA\",name:\"Ticker & Content with CTA\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-46h8ee\",\"data-framer-name\":\"Ticker & Content Stack\",name:\"Ticker & Content Stack\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18ve9g6\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-13gj6jc\",\"data-framer-name\":\"ticker\",name:\"ticker\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-w7nw1y-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:10,height:\"100%\",hoverFactor:.3,id:\"H8XIGfh9l\",layoutId:\"H8XIGfh9l\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-swy45b\",\"data-framer-name\":\"Brand Design\",name:\"Brand Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"Brand Design\"})}),className:\"framer-1an47tv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-11o6ssd-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"tXCOqJt0p\",layoutId:\"tXCOqJt0p\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fl5cw4\",\"data-framer-name\":\"Logo Design\",name:\"Logo Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"Logo Design\"})}),className:\"framer-1ooz9k1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wkq230-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"jAVw3yUL8\",layoutId:\"jAVw3yUL8\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jn5y0s\",\"data-framer-name\":\"icon Design\",name:\"icon Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"icon Design\"})}),className:\"framer-1ygg8a5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-oam5r1-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"D35Uli_m2\",layoutId:\"D35Uli_m2\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-15ohnyr\",\"data-styles-preset\":\"Q_wr8pPBZ\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Selected Logotypes and icons.\"})}),className:\"framer-kq0i0n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"I have taken steps to develop and cultivate my brand effectively presenting myself as a product designer. \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"I create visually striking and memorable logos that tell your brand's unique story. Explore my work to see how I can bring your vision to life through innovative design.\"})}),className:\"framer-1u2rvh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xnm5q9-container\",\"data-framer-name\":\"Accessibility CTA\",name:\"Accessibility CTA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{variant:\"Yj6NrEfjj\"}},children:/*#__PURE__*/_jsx(DesktopHeroButton1,{height:\"100%\",id:\"Y5FvxY4p9\",ILrGW25Ju:\"https://www.textnilanjan.in/logodesignportfolio\",jA6SaMo3k:\"https://www.textnilanjan.in/logodesignportfolio\",layoutId:\"Y5FvxY4p9\",name:\"Accessibility CTA\",pddJI37mC:\"View Case Study\",variant:\"WbX0j2Ejz\",VW3gjlXHH:\"View Case Study\",width:\"100%\"})})})})]})})]})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-crftpk\",\"data-framer-name\":\"About Section\",id:id10,name:\"About Section\",ref:ref12,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-zlupht\",\"data-framer-name\":\"about Content Rows\",name:\"about Content Rows\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zio1r6\",\"data-framer-name\":\"about Content Rows\",name:\"about Content Rows\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-knaqyj\",\"data-framer-name\":\"about me title\",id:id11,name:\"about me title\",ref:ref13,children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:250,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-160,y:0}},{ref:ref13,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-7d5mvf\",\"data-styles-preset\":\"qua4RhgTT\",children:[\"About\",/*#__PURE__*/_jsx(\"br\",{}),\"Me\"]})}),className:\"framer-cuu7en\",\"data-framer-name\":\"About\",fonts:[\"Inter\"],name:\"About\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-piw0fe\",\"data-framer-name\":\"Nilanjn Ghosh Roy\",name:\"Nilanjn Ghosh Roy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1htqowl\",\"data-styles-preset\":\"tIY8g0l3c\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Hi, i\u2019m\"})}),className:\"framer-1gsvf9x\",\"data-framer-name\":\"Hi, i\u2019m\",fonts:[\"Inter\"],name:\"Hi, i\u2019m\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1htqowl\",\"data-styles-preset\":\"tIY8g0l3c\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Nilanjan Ghosh Roy\"})}),className:\"framer-17i78y5\",\"data-framer-name\":\"Nilanjan Ghosh Roy\",fonts:[\"Inter\"],name:\"Nilanjan Ghosh Roy\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-stc5jj\",\"data-framer-name\":\"grid item\",name:\"grid item\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-kqzs6q\",\"data-framer-name\":\"trigger- 0\",id:id12,name:\"trigger- 0\",ref:ref14}),/*#__PURE__*/_jsxs(MotionFigureWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:350,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:350}},{ref:ref14,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-mzpzpg\",\"data-framer-name\":\"top Content & image\",name:\"top Content & image\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-yyf91u-container\",children:/*#__PURE__*/_jsx(TextRevealEffectWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref15,target:\"qKSVTXDSk\"},{ref:ref16,target:\"ZUCqDQWaK\"},{ref:ref17,target:\"zSyDYQ8YE\"},{ref:ref18,target:\"UQy2_SmRu\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"YyV1sFyBw\",layoutId:\"YyV1sFyBw\",style:{width:\"100%\"},variant:\"qKSVTXDSk\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ct9vq9\",\"data-framer-name\":\"image wrapper\",name:\"image wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{background:{alt:\"Nilanjan Ghosh Roy, Product Designer - A portrait of the renowned product designer known for innovative designs.\",fit:\"fill\",intrinsicHeight:491,intrinsicWidth:491,pixelHeight:491,pixelWidth:491,src:\"https://framerusercontent.com/images/cjbimHLc8JsiMEE5ZMiPhMfg.jpg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Nilanjan Ghosh Roy, Product Designer - A portrait of the renowned product designer known for innovative designs.\",fit:\"fill\",intrinsicHeight:491,intrinsicWidth:491,loading:\"lazy\",pixelHeight:491,pixelWidth:491,src:\"https://framerusercontent.com/images/cjbimHLc8JsiMEE5ZMiPhMfg.jpg\"},className:\"framer-1id3dbi\",\"data-framer-name\":\"image\",name:\"image\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16wck1b\",\"data-framer-name\":\"text reveal trigger\",name:\"text reveal trigger\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9xtif8\",\"data-framer-name\":\"trigger- 1\",id:id13,name:\"trigger- 1\",ref:ref15}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12fs282\",\"data-framer-name\":\"trigger- 2\",id:id14,name:\"trigger- 2\",ref:ref16}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-i8rn7o\",\"data-framer-name\":\"trigger- 3\",id:id15,name:\"trigger- 3\",ref:ref17}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pukttl\",\"data-framer-name\":\"trigger- 4\",id:id16,name:\"trigger- 4\",ref:ref18}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-avcpni\",\"data-framer-name\":\"trigger- 5\",id:id17,name:\"trigger- 5\",ref:ref19})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:350,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-200}},{ref:ref19,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1w73oa\",\"data-framer-name\":\"bottom content\",name:\"bottom content\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"I am skilled both as an independent worker and as a team player, often contributing creative ideas.\"})}),className:\"framer-m4lvu5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay1yZWd1bGFy\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I live in India\"})})},p8grnloXg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay1yZWd1bGFy\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I live in India\"})})}},children:/*#__PURE__*/_jsx(RichTextOnLoop,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay1yZWd1bGFy\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I live in India\"})}),className:\"framer-xfjxf2\",\"data-framer-name\":\"I live in India\",fonts:[\"GF;Space Grotesk-regular\"],name:\"I live in India\",verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{\"data-framer-appear-id\":\"1ae3vbb\",animate:optimizeAppear(\"animate\",\"1ae3vbb\",animation25,\"1a6omwe\"),initial:optimizeAppear(\"initial\",\"1ae3vbb\",animation26,\"1a6omwe\")},p8grnloXg:{\"data-framer-appear-id\":\"x5trnu\",animate:optimizeAppear(\"animate\",\"x5trnu\",animation25,\"1lqqdyd\"),initial:optimizeAppear(\"initial\",\"x5trnu\",animation26,\"1lqqdyd\")}},children:/*#__PURE__*/_jsxs(motion.div,{animate:optimizeAppear(\"animate\",\"11q4wx4\",animation25,\"72rtr7\"),className:\"framer-11q4wx4\",\"data-framer-appear-id\":\"11q4wx4\",\"data-framer-name\":\"Accordion Section-1\",exit:animation24,id:id18,initial:optimizeAppear(\"initial\",\"11q4wx4\",animation26,\"72rtr7\"),name:\"Accordion Section-1\",ref:ref20,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-16rijly-container\",id:id19,ref:ref21,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{variant:\"wQbaS4Krx\"},p8grnloXg:{variant:\"XAqouVyI1\"}},children:/*#__PURE__*/_jsx(SkillsAccordion,{height:\"100%\",id:\"YNTXL6wzB\",layoutId:\"YNTXL6wzB\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"olHdYPLOY\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-4uf7dp-container\",id:id20,ref:ref22,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{variant:\"MnDtgFiIm\"},p8grnloXg:{variant:\"znKHeofsE\"}},children:/*#__PURE__*/_jsx(CareerInsightsAccordion,{height:\"100%\",id:\"rjeO1M9c4\",layoutId:\"rjeO1M9c4\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"NvqPEnwej\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-wpmy65-container\",id:id21,ref:ref23,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{style:{maxWidth:\"100%\",width:\"100%\"},variant:\"zLwDmG4EN\"},p8grnloXg:{style:{maxWidth:\"100%\",width:\"100%\"},variant:\"eVgdy9b7m\"}},children:/*#__PURE__*/_jsx(EducationAccordion,{height:\"100%\",id:\"PSiQVR_i4\",layoutId:\"PSiQVR_i4\",style:{width:\"100%\"},variant:\"Br6qLwU5f\",width:\"100%\"})})})})]})})]}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1055obq\",\"data-framer-name\":\"Services Section\",id:id22,name:\"Services Section\",ref:ref24,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{__framer__transformTargets:[{target:{opacity:.4,rotate:0,rotateX:10,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:350}},{ref:ref25,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}]},p8grnloXg:{__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:10,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:250}},{ref:ref25,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}]}},children:/*#__PURE__*/_jsx(MotionFigcaptionWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:150,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:390}},{ref:ref25,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ln9pcy\",\"data-framer-name\":\"Service Title\",id:id23,name:\"Service Title\",ref:ref25,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-7d5mvf\",\"data-styles-preset\":\"qua4RhgTT\",children:[\"Professional\",/*#__PURE__*/_jsx(\"br\",{}),\"Services\"]})}),className:\"framer-1vq7qua\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(MotionFigureWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ck33ir\",\"data-framer-name\":\"Product Design\",id:id24,name:\"Product Design\",ref:ref26,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-380gif\",\"data-border\":true,\"data-framer-name\":\"Title section with Content\",name:\"Title section with Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-f4138t\",\"data-framer-name\":\"Title Section\",name:\"Title Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-154bfvn\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dkpdyc\",\"data-framer-name\":\"Service Name\",name:\"Service Name\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"01\"})}),className:\"framer-r6ruq9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yss9pu-container\",\"data-framer-name\":\"Product Design Tickr\",name:\"Product Design Tickr\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{paddingLeft:0,paddingPerSide:true,paddingRight:0}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:0,overflow:false},gap:10,height:\"100%\",hoverFactor:.3,id:\"fiKCeQKY2\",layoutId:\"fiKCeQKY2\",name:\"Product Design Tickr\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10p84ok\",\"data-framer-name\":\"UX/UI Design\",name:\"UX/UI Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"UX/UI Design\"})}),className:\"framer-9cfqty\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qenpsa-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"rmTJWioLC\",layoutId:\"rmTJWioLC\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b5psdz\",\"data-framer-name\":\"Mobile App Design\",name:\"Mobile App Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Mobile App Design\"})}),className:\"framer-17769rv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n7fe8n-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"Pk59dp8h_\",layoutId:\"Pk59dp8h_\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-113i3v1\",\"data-framer-name\":\"Responsive Web Design\",name:\"Responsive Web Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Responsive Web Design\"})}),className:\"framer-wb4t1q\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lf6mdv-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"w74oMcb63\",layoutId:\"w74oMcb63\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pv34dt\",\"data-framer-name\":\"Prototyping\",name:\"Prototyping\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Prototyping\"})}),className:\"framer-1jxca4u\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xoledg-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"ZWl46ZP6Q\",layoutId:\"ZWl46ZP6Q\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9vhrsw\",\"data-framer-name\":\"Complete Product Design\",name:\"Complete Product Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Complete Product Design\"})}),className:\"framer-4pck00\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u51izv-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"G3EjGHNaX\",layoutId:\"G3EjGHNaX\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ntim0v\",\"data-framer-name\":\"Title\",id:id25,name:\"Title\",ref:ref27,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-15ohnyr\",\"data-styles-preset\":\"Q_wr8pPBZ\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Product Design\"})}),className:\"framer-19yg0k0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsx(\"main\",{className:\"framer-e3w04r\",\"data-border\":true,\"data-framer-name\":\"Service Content\",name:\"Service Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o22xfi\",\"data-framer-name\":\"Service Section\",name:\"Service Section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10iyfgk\",\"data-framer-name\":\"Design Service Container with CTA button\",name:\"Design Service Container with CTA button\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qhdrx0\",\"data-framer-name\":\"text & ticker\",name:\"text & ticker\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uclcbf\",\"data-framer-name\":\"Top Content\",name:\"Top Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"what's included\"})}),className:\"framer-1r2wwfm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q4wtu\",\"data-framer-name\":\"Time ticker\",name:\"Time ticker\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Time- \"})}),className:\"framer-e5e4fj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-acebsl-container\",\"data-framer-name\":\"Time Ticker\",name:\"Time Ticker\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{paddingPerSide:true,paddingRight:0}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:10,height:\"100%\",hoverFactor:.3,id:\"x7JUDtTod\",layoutId:\"x7JUDtTod\",name:\"Time Ticker\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-md37n6\",\"data-framer-name\":\"Time\",name:\"Time\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"at least 6 weeks \"})}),className:\"framer-1754l1r\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ourn18-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Timer\",id:\"eqp2GBMfC\",layoutId:\"eqp2GBMfC\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11s1rc8\",\"data-framer-name\":\"Timeing\",name:\"Timeing\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"or depending on project scope, complexity,\"})}),className:\"framer-ohte9q\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-6tc4dy-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Timer\",id:\"C7Bmt1QT8\",layoutId:\"C7Bmt1QT8\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Consultation\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Research\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Usability Studies\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Wireframing \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Responsive Web Design\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Mobile App Design \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Prototyping \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Presentation\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"3 Revisions\"})]})}),className:\"framer-1y1mi5v\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qf74mv\",\"data-framer-name\":\"Priceing\",id:id26,name:\"Priceing\",ref:ref28,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Request for quotation\"})}),className:\"framer-11odwr9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-5dt4h-container\",\"data-framer-name\":\"Begin the Journey CTA\",name:\"Begin the Journey CTA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{variant:\"Yj6NrEfjj\"}},children:/*#__PURE__*/_jsx(DesktopHeroButton1,{height:\"100%\",id:\"xwbjEIkCX\",jA6SaMo3k:\"https://www.textnilanjan.in/services\",layoutId:\"xwbjEIkCX\",name:\"Begin the Journey CTA\",pddJI37mC:\"Take the First Step\",variant:\"WbX0j2Ejz\",VW3gjlXHH:\"Take the First Step\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-l1lqf2-container\",children:/*#__PURE__*/_jsx(Particles,{background:\"rgba(13, 13, 13, 0.05)\",clickOptions:{clickEnabled:false,clickModes:\"push\"},color:\"rgb(255, 255, 255)\",colors:[],densityOptions:{densityArea:5e3,densityEnable:false,densityFactor:50},fpsOptions:60,height:\"100%\",hoverOptions:{hoverEnabled:false,hoverForce:10,hoverModes:\"none\",hoverParallax:true,hoverSmooth:10},id:\"VCD1Hs_sR\",layoutId:\"VCD1Hs_sR\",linksOptions:{linksColor:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",linksDistance:100,linksEnabled:true,linksOpacity:.2,linksWidth:1},modeOptions:{bubbleDistance:100,bubbleDuration:.4,bubbleSize:40,connectDistance:100,connectLinksOpacity:.2,connectRadius:50,grabDistance:100,grabLinksOpacity:.2,pushQuantity:4,removeQuantity:4,repulseDistance:200,repulseDuration:1.2,trailDelay:.1,trailQuantity:10},moveOptions:{moveAttractDistance:100,moveAttractEnabled:false,moveDirection:\"none\",moveEnabled:true,moveGravityAcceleration:1,moveGravityEnabled:false,moveGravityMaxSpeed:2,moveOut:\"out\",moveRandom:false,moveSpeed:1,moveSpinAcceleration:1,moveSpinEnabled:false,moveStraight:false,moveTrailAmount:100,moveTrailEnabled:false,moveVibrate:false},number:45,opacityOptions:{opacity:1,opacityMax:.75,opacityMin:0,opacityType:false},particlesID:\"Particles- 2\",radius:0,rotateOptions:{rotateAnimation:false,rotateDirection:\"random\",rotateSpeed:5,rotateSync:false,rotateValue:0},shapeOptions:{characterType:\"\u2726\",imageHeight:100,imageWidth:100,shapeType:\"character\"},sizeOptions:{size:2.5,sizeMax:10,sizeMin:1,sizeType:true},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-owub6u\",\"data-framer-name\":\"Blank frame\",name:\"Blank frame\"}),/*#__PURE__*/_jsxs(MotionFigureWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-5x3a8q\",\"data-framer-name\":\"Brand Design\",id:id27,name:\"Brand Design\",ref:ref29,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-zlcwvi\",\"data-border\":true,\"data-framer-name\":\"Service Section\",name:\"Service Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kkkk6\",\"data-framer-name\":\"Design Service Container with CTA button\",name:\"Design Service Container with CTA button\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fm5bq9\",\"data-framer-name\":\"Brand Design Service Content\",name:\"Brand Design Service Content\",children:[/*#__PURE__*/_jsxs(\"main\",{className:\"framer-9gmnmd\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w8gd6h\",\"data-framer-name\":\"Top Content\",name:\"Top Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"what's included\"})}),className:\"framer-1q4aew3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xtfagd\",\"data-framer-name\":\"Time\",name:\"Time\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Time- \"})}),className:\"framer-oko31g\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-86e7gq-container\",\"data-framer-name\":\"Time Ticker\",name:\"Time Ticker\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:10,height:\"100%\",hoverFactor:.3,id:\"r0PNDTSpR\",layoutId:\"r0PNDTSpR\",name:\"Time Ticker\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1suoutn\",\"data-framer-name\":\"Time\",name:\"Time\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"at least 3 weeks \"})}),className:\"framer-lvgjyy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lgdeqh-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Timer\",id:\"zvXhRkcWK\",layoutId:\"zvXhRkcWK\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gv0hw5\",\"data-framer-name\":\"Timeing\",name:\"Timeing\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"or depending on project scope, complexity,\"})}),className:\"framer-1jlrjqm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yfps0u-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Timer\",id:\"eSgzYQXSz\",layoutId:\"eSgzYQXSz\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Consultation\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Brand Strategy\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Brand Style Guide\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Primary Logo\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Sub-mark Logo\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Typography Pairing\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Color Palette\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"6 Custom Icons\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"1 set Corporate Identity Design\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"3 Revisions\"})]})}),className:\"framer-j91p23\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cr2jmy\",\"data-framer-name\":\"Priceing\",name:\"Priceing\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Request for quotation\"})}),className:\"framer-1j0nw8a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-z8crmk-container\",\"data-framer-name\":\"Begin the Journey CTA\",name:\"Begin the Journey CTA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{variant:\"Yj6NrEfjj\"}},children:/*#__PURE__*/_jsx(DesktopHeroButton1,{height:\"100%\",id:\"M1tj2b8tn\",jA6SaMo3k:\"https://www.textnilanjan.in/services\",layoutId:\"M1tj2b8tn\",name:\"Begin the Journey CTA\",pddJI37mC:\"Take the First Step\",variant:\"WbX0j2Ejz\",VW3gjlXHH:\"Take the First Step\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bdn3uw-container\",children:/*#__PURE__*/_jsx(Particles,{background:\"rgba(13, 13, 13, 0.05)\",clickOptions:{clickEnabled:false,clickModes:\"push\"},color:\"rgb(255, 255, 255)\",colors:[],densityOptions:{densityArea:5e3,densityEnable:false,densityFactor:50},fpsOptions:60,height:\"100%\",hoverOptions:{hoverEnabled:false,hoverForce:10,hoverModes:\"none\",hoverParallax:true,hoverSmooth:10},id:\"o2pcuVuf_\",layoutId:\"o2pcuVuf_\",linksOptions:{linksColor:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",linksDistance:100,linksEnabled:true,linksOpacity:.2,linksWidth:1},modeOptions:{bubbleDistance:100,bubbleDuration:.4,bubbleSize:40,connectDistance:100,connectLinksOpacity:.2,connectRadius:50,grabDistance:100,grabLinksOpacity:.2,pushQuantity:4,removeQuantity:4,repulseDistance:200,repulseDuration:1.2,trailDelay:.1,trailQuantity:10},moveOptions:{moveAttractDistance:100,moveAttractEnabled:false,moveDirection:\"none\",moveEnabled:true,moveGravityAcceleration:1,moveGravityEnabled:false,moveGravityMaxSpeed:2,moveOut:\"out\",moveRandom:false,moveSpeed:1,moveSpinAcceleration:1,moveSpinEnabled:false,moveStraight:false,moveTrailAmount:100,moveTrailEnabled:false,moveVibrate:false},number:45,opacityOptions:{opacity:1,opacityMax:.75,opacityMin:0,opacityType:false},particlesID:\"Particles- 3\",radius:0,rotateOptions:{rotateAnimation:false,rotateDirection:\"random\",rotateSpeed:5,rotateSync:false,rotateValue:0},shapeOptions:{characterType:\"\u2726\",imageHeight:100,imageWidth:100,shapeType:\"character\"},sizeOptions:{size:2.5,sizeMax:10,sizeMin:1,sizeType:true},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wyc4fp\",\"data-border\":true,\"data-framer-name\":\"Title Content\",name:\"Title Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dhuc21\",\"data-framer-name\":\"Title Section \",name:\"Title Section \",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-naqwbx\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18bzdab\",\"data-framer-name\":\"Service Name\",name:\"Service Name\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"02\"})}),className:\"framer-1phyteg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2cnoqq-container\",\"data-framer-name\":\"Brand Design Ticker\",name:\"Brand Design Ticker\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:10,height:\"100%\",hoverFactor:.3,id:\"k98RhZUP8\",layoutId:\"k98RhZUP8\",name:\"Brand Design Ticker\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1grwe91\",\"data-framer-name\":\"Logo desig \",name:\"Logo desig \",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Logo Design\"})}),className:\"framer-1te6s55\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1attad2-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"Zc0XeGfCQ\",layoutId:\"Zc0XeGfCQ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ca5l12\",\"data-framer-name\":\"Custom Icons\",name:\"Custom Icons\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Custom Icons\"})}),className:\"framer-dzrxpm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vzusur-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"P08igBrI6\",layoutId:\"P08igBrI6\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xxxoy\",\"data-framer-name\":\"Corporate Identity Design\",name:\"Corporate Identity Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Corporate Identity Design\"})}),className:\"framer-jgujiu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cx6m7a-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"YBfe1jJBE\",layoutId:\"YBfe1jJBE\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5qzjy4\",\"data-framer-name\":\"Typography Pairing\",name:\"Typography Pairing\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Typography Pairing\"})}),className:\"framer-w3typq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1stemsn-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"Dm5Jk7yAZ\",layoutId:\"Dm5Jk7yAZ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-it0tld\",\"data-framer-name\":\"Color Palette\",name:\"Color Palette\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Color Palette\"})}),className:\"framer-n61t6u\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-i1t1cs-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"z1HP6Xysa\",layoutId:\"z1HP6Xysa\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vvjglx\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-15ohnyr\",\"data-styles-preset\":\"Q_wr8pPBZ\",children:\"Brand Design\"})}),className:\"framer-1swixvu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19tuvm9\",\"data-framer-name\":\"Blank frame\",name:\"Blank frame\"}),/*#__PURE__*/_jsxs(MotionFigureWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-18c2qlw\",\"data-framer-name\":\"Custom Design\",id:id28,name:\"Custom Design\",ref:ref30,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-f3pn9j\",\"data-border\":true,\"data-framer-name\":\"Title Content\",name:\"Title Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jtarin\",\"data-framer-name\":\"Title Section\",name:\"Title Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7jzsw4\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hyy0qg\",\"data-framer-name\":\"Service Name\",name:\"Service Name\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"03\"})}),className:\"framer-v6fsnb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-6o0qyi-container\",\"data-framer-name\":\"Custom Design Ticker\",name:\"Custom Design Ticker\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:10,height:\"100%\",hoverFactor:.3,id:\"Qnjg4mRKc\",layoutId:\"Qnjg4mRKc\",name:\"Custom Design Ticker\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cf0p9x\",\"data-framer-name\":\"Brand Design\",name:\"Brand Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Brand Design\"})}),className:\"framer-1m3u6b6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-dwkezw-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"bI9cwyU6s\",layoutId:\"bI9cwyU6s\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17oo461\",\"data-framer-name\":\"Visual Design\",name:\"Visual Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Visual Design\"})}),className:\"framer-1oougvb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-tlx68f-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"KaeKGetJQ\",layoutId:\"KaeKGetJQ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dgvmhw\",\"data-framer-name\":\"UX/UI Design\",name:\"UX/UI Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Visual Design\"})}),className:\"framer-v7ebtp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xebplu-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"REsBfMaJR\",layoutId:\"REsBfMaJR\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2gtdku\",\"data-framer-name\":\"Editorial Design\",name:\"Editorial Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Visual Design\"})}),className:\"framer-fei29l\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-j7e7u9-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Voice\",id:\"kFNDN7EEP\",layoutId:\"kFNDN7EEP\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-srr0gw\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-15ohnyr\",\"data-styles-preset\":\"Q_wr8pPBZ\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Custom Design\"})}),className:\"framer-mo00x8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xi35qv\",\"data-border\":true,\"data-framer-name\":\"Service Section\",name:\"Service Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16wiclv\",\"data-framer-name\":\"Content Section\",name:\"Content Section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yq7xst\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-113ap4a\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-122ekr\",\"data-framer-name\":\"Top Content\",name:\"Top Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"what's included\"})}),className:\"framer-ujsybp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t2y8js\",\"data-framer-name\":\"Time\",name:\"Time\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Time- \"})}),className:\"framer-5hmx1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qtwqwz-container\",\"data-framer-name\":\"Time Ticker\",name:\"Time Ticker\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:10,height:\"100%\",hoverFactor:.3,id:\"w1Jw7JWbh\",layoutId:\"w1Jw7JWbh\",name:\"Time Ticker\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1suoutn\",\"data-framer-name\":\"Time\",name:\"Time\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"at least 3 weeks \"})}),className:\"framer-lvgjyy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lgdeqh-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Timer\",id:\"zvXhRkcWK\",layoutId:\"zvXhRkcWK\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gv0hw5\",\"data-framer-name\":\"Timeing\",name:\"Timeing\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"or depending on project scope, complexity,\"})}),className:\"framer-1jlrjqm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yfps0u-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Timer\",id:\"eSgzYQXSz\",layoutId:\"eSgzYQXSz\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-t4f67j\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"I can have a quick chat to discuss your specific needs for achieving your brand goals!\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Deliverables may include-\"})]})}),className:\"framer-q1u1jb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9y88da-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{font:{fontFamily:\"space grotesk\",fontSize:16,fontWeight:300,letterSpacing:-.03,lineHeight:1,lineHeightPixels:100,lineHeightType:true,offset:0,textAlign:\"left\",whiteSpace:\"normal\"}},p8grnloXg:{font:{fontFamily:\"space grotesk\",fontSize:14,fontWeight:300,letterSpacing:-.03,lineHeight:1,lineHeightPixels:100,lineHeightType:true,offset:0,textAlign:\"left\",whiteSpace:\"normal\"}}},children:/*#__PURE__*/_jsx(Typewriter,{autoStart:true,caretVisibility:true,color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",cursor:\"|\",cursorColor:\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",delayNumber:.1,delayType:true,font:{fontFamily:\"space grotesk\",fontSize:24,fontWeight:300,letterSpacing:-.03,lineHeight:1,lineHeightPixels:100,lineHeightType:true,offset:0,textAlign:\"left\",whiteSpace:\"normal\"},height:\"100%\",id:\"i381pFeOe\",layoutId:\"i381pFeOe\",loop:true,pauseFor:1,split:false,style:{width:\"100%\"},tag:\"heading1\",text:\"Brand Design. Visual Design. UX/UI Design. Editorial Design.\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kybb1b\",\"data-framer-name\":\"Priceing\",name:\"Priceing\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Request for quotation\"})}),className:\"framer-1mr8xb6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-40egty-container\",\"data-framer-name\":\"Begin the Journey CTA\",name:\"Begin the Journey CTA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{variant:\"Yj6NrEfjj\"}},children:/*#__PURE__*/_jsx(DesktopHeroButton1,{height:\"100%\",id:\"mSHNinxpz\",jA6SaMo3k:\"https://www.textnilanjan.in/services\",layoutId:\"mSHNinxpz\",name:\"Begin the Journey CTA\",pddJI37mC:\"Take the First Step\",variant:\"WbX0j2Ejz\",VW3gjlXHH:\"Take the First Step\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u0p0qr-container\",children:/*#__PURE__*/_jsx(Particles,{background:\"rgba(13, 13, 13, 0.05)\",clickOptions:{clickEnabled:false,clickModes:\"push\"},color:\"rgb(255, 255, 255)\",colors:[],densityOptions:{densityArea:5e3,densityEnable:false,densityFactor:50},fpsOptions:60,height:\"100%\",hoverOptions:{hoverEnabled:false,hoverForce:10,hoverModes:\"none\",hoverParallax:true,hoverSmooth:10},id:\"rLJ6hWZbv\",layoutId:\"rLJ6hWZbv\",linksOptions:{linksColor:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",linksDistance:100,linksEnabled:true,linksOpacity:.2,linksWidth:1},modeOptions:{bubbleDistance:100,bubbleDuration:.4,bubbleSize:40,connectDistance:100,connectLinksOpacity:.2,connectRadius:50,grabDistance:100,grabLinksOpacity:.2,pushQuantity:4,removeQuantity:4,repulseDistance:200,repulseDuration:1.2,trailDelay:.1,trailQuantity:10},moveOptions:{moveAttractDistance:100,moveAttractEnabled:false,moveDirection:\"none\",moveEnabled:true,moveGravityAcceleration:1,moveGravityEnabled:false,moveGravityMaxSpeed:2,moveOut:\"out\",moveRandom:false,moveSpeed:1,moveSpinAcceleration:1,moveSpinEnabled:false,moveStraight:false,moveTrailAmount:100,moveTrailEnabled:false,moveVibrate:false},number:45,opacityOptions:{opacity:1,opacityMax:.75,opacityMin:0,opacityType:false},particlesID:\"Particles- 4\",radius:0,rotateOptions:{rotateAnimation:false,rotateDirection:\"random\",rotateSpeed:5,rotateSync:false,rotateValue:0},shapeOptions:{characterType:\"\u2726\",imageHeight:100,imageWidth:100,shapeType:\"character\"},sizeOptions:{size:2.5,sizeMax:10,sizeMin:1,sizeType:true},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-znyt9m\",\"data-framer-name\":\"Blank frame\",id:id29,name:\"Blank frame\",ref:ref31})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-7bsdxc\",\"data-framer-name\":\"Photography Section\",id:id30,name:\"Photography Section\",ref:ref32,children:[/*#__PURE__*/_jsxs(MotionFigureWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1nl59uv\",\"data-framer-name\":\"photo title with description\",id:id31,name:\"photo title with description\",ref:ref33,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-535y4g\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{__framer__styleTransformEffectEnabled:undefined},p8grnloXg:{__framer__styleTransformEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition19},__framer__animateOnce:false,__framer__enter:animation22,__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:400,type:\"spring\"},__framer__styleAppearEffectEnabled:true,__framer__styleTransformEffectEnabled:true,__framer__targets:[{ref:ref33,target:\"animate\"}],__framer__threshold:1,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref34,target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-7d5mvf\",\"data-styles-preset\":\"qua4RhgTT\",children:[\"Selected\",/*#__PURE__*/_jsx(\"br\",{}),\"Photography\"]})}),className:\"framer-hi3qb1\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ihozpn\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{__framer__styleTransformEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition19},__framer__animateOnce:false,__framer__enter:animation22,__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:400,type:\"spring\"},__framer__styleAppearEffectEnabled:true,__framer__styleTransformEffectEnabled:true,__framer__targets:[{ref:ref33,target:\"animate\"}],__framer__threshold:1,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref34,target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-37h1ua\",\"data-border\":true,\"data-framer-name\":\"Description\",name:\"Description\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"I really enjoy taking photos and creating videos. It's a passion that makes me incredibly happy, especially when I need inspiration from the creation of God. \"})}),className:\"framer-1kkxu32\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6j4zkf\",\"data-framer-name\":\"Photography Scroll Sticky-Section\",name:\"Photography Scroll Sticky-Section\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f8r5oe\",\"data-framer-name\":\"Image & text section\",name:\"Image & text section\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uury8q hidden-1lqqdyd\",\"data-framer-name\":\"Story Text Scroll feature\",name:\"Story Text Scroll feature\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition20},__framer__animateOnce:false,__framer__exit:animation27,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref35,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-na6yw5-container\",\"data-framer-name\":\"Image Story Text 1\",name:\"Image Story Text 1\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ScrollFeatureStoryText,{height:\"100%\",id:\"QIoYFwW8b\",layoutId:\"QIoYFwW8b\",name:\"Image Story Text 1\",Pv6vO01TO:\"The picture shows a front view of Nuptse, situated at an altitude of 25,791 feet (7,861 meters) above sea level, just below the world-famous Khumbu Glacier. On the left side of the picture, you can see Changtse 24,747 feet (7,543 meters), followed by Lhotse 27,940 feet (8,516meters) and finally, the prominent peak of Mount Everest 29,031 feet (8,848.86meters) nestled between Nuptse and Lhotse.\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",X5GE_0apK:\"Behind the Shot\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:false,__framer__enter:animation28,__framer__exit:animation27,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref36,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1cglamn-container\",\"data-framer-name\":\"Image Story Text 2\",name:\"Image Story Text 2\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ScrollFeatureStoryText,{height:\"100%\",id:\"xGhQKt_9a\",layoutId:\"xGhQKt_9a\",name:\"Image Story Text 2\",Pv6vO01TO:\"This is a very special front view of Nuptse, at an altitude of 25,791 feet (7,861 meters) above sea level and below the world-famous Khumbu Glacier. On the left side of the picture is Lhotse 27,940 feet (8,516meters), and in front of the small cloud peak is Mount Everest 29,031 feet (8,848.86meters).  I am fortunate to have witnessed this stunning view of God's creations and captured the moment.\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",X5GE_0apK:\"Behind the Shot\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:false,__framer__enter:animation28,__framer__exit:animation27,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref37,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13c39ta-container\",\"data-framer-name\":\"Image Story Text 3\",name:\"Image Story Text 3\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ScrollFeatureStoryText,{height:\"100%\",id:\"dsljXGgTi\",layoutId:\"dsljXGgTi\",name:\"Image Story Text 3\",Pv6vO01TO:\"I took this photo during a hike to Cho La Pass in northeastern Nepal. The pass is one of the highest trekable passes globally, situated at 17,782 feet above sea level. In the foreground, you can see the stunning peak of Ama Dablam, an impressive mountain in the eastern Himalayan range of Koshi Province, Nepal, with its main peak soaring to 22,349 feet (6,812 meters) above sea level.\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",X5GE_0apK:\"Behind the Shot\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:false,__framer__enter:animation28,__framer__exit:animation27,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref38,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-maekfb-container\",\"data-framer-name\":\"Image Story Text 4\",name:\"Image Story Text 4\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ScrollFeatureStoryText,{height:\"100%\",id:\"F6x28hQok\",layoutId:\"F6x28hQok\",name:\"Image Story Text 4\",Pv6vO01TO:\"It is located in the Mansiri Himal, which is part of the Nepalese Himalayas in the west-central region of Nepal. The picture was taken during the Manaslu Region Trek, capturing village life as I trekked from Ghap to Lho village. The photograph presents a frontal view of Lho village, located at an altitude of 10,433.07 feet (3,180 meters) above sea level.\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",X5GE_0apK:\"Behind the Shot\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:false,__framer__enter:animation28,__framer__exit:animation27,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref39,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-eeok7-container\",\"data-framer-name\":\"Image Story Text 5\",name:\"Image Story Text 5\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ScrollFeatureStoryText,{height:\"100%\",id:\"FPVpVGnqn\",layoutId:\"FPVpVGnqn\",name:\"Image Story Text 5\",Pv6vO01TO:\"The picture shows a front view of Nuptse, situated at an altitude of 25,791 feet (7,861 meters) above sea level, just below the world-famous Khumbu Glacier. On the left side of the picture, you can see Changtse 24,747 feet (7,543 meters), followed by Lhotse 27,940 feet (8,516meters) and finally, the prominent peak of Mount Everest 29,031 feet (8,848.86meters) nestled between Nuptse and Lhotse.\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",X5GE_0apK:\"Behind the Shot\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:false,__framer__enter:animation28,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref40,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vfp1mc-container\",\"data-framer-name\":\"Image Story Text 6\",name:\"Image Story Text 6\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ScrollFeatureStoryText,{height:\"100%\",id:\"Y6AEEQzih\",layoutId:\"Y6AEEQzih\",name:\"Image Story Text 6\",Pv6vO01TO:\"The picture was taken from the summit of Larkya La Pass, one of the longest passes in the Nepalese Himalayas, situated at an elevation of 16,752 feet (5,106 meters) above sea level. This pass is located between Dharamshala and Bimthang and stands as the highest point along the Manaslu Circuit Trek.\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",X5GE_0apK:\"Behind the Shot\"})})})]}),/*#__PURE__*/_jsx(\"figure\",{className:\"framer-1y7tytp\",\"data-framer-name\":\"Photo Scroll Feature\",name:\"Photo Scroll Feature\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v8fdns\",\"data-framer-name\":\"Scroll Feature Images\",name:\"Scroll Feature Images\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition20},__framer__animateOnce:false,__framer__exit:animation29,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref35,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-365xct-container\",\"data-framer-name\":\"Scroll Feature Image 1\",name:\"Scroll Feature Image 1\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ScrollFeatureImages,{BXxNYb2H0:addImageAlt({src:\"https://framerusercontent.com/images/vKZP2EUT015HfZxaWf6TkkSzNcs.jpg\",srcSet:\"https://framerusercontent.com/images/vKZP2EUT015HfZxaWf6TkkSzNcs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vKZP2EUT015HfZxaWf6TkkSzNcs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vKZP2EUT015HfZxaWf6TkkSzNcs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/vKZP2EUT015HfZxaWf6TkkSzNcs.jpg 3680w\"},\"The picture shows a front view of the 'Top of the World' view. \"),height:\"100%\",id:\"pJ2LmzYoH\",layoutId:\"pJ2LmzYoH\",name:\"Scroll Feature Image 1\",PkWawc961:\"It is also known as the 'Top of the World' view. \",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:false,__framer__enter:animation30,__framer__exit:animation29,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref36,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-gnrrye-container\",\"data-framer-name\":\"Scroll Feature Image 2\",name:\"Scroll Feature Image 2\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ScrollFeatureImages,{BXxNYb2H0:addImageAlt({src:\"https://framerusercontent.com/images/C9966upMV363Tp9ruJbGOWrPjVo.jpg\",srcSet:\"https://framerusercontent.com/images/C9966upMV363Tp9ruJbGOWrPjVo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/C9966upMV363Tp9ruJbGOWrPjVo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/C9966upMV363Tp9ruJbGOWrPjVo.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/C9966upMV363Tp9ruJbGOWrPjVo.jpg 2944w\"},\"The picture shows a front view of Nuptse.\"),height:\"100%\",id:\"SFLKI23G0\",layoutId:\"SFLKI23G0\",name:\"Scroll Feature Image 2\",PkWawc961:\"Taking a picture of the front view of Nuptse.\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:false,__framer__enter:animation30,__framer__exit:animation29,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref37,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-re5nsu-container\",\"data-framer-name\":\"Scroll Feature Image 3\",name:\"Scroll Feature Image 3\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ScrollFeatureImages,{BXxNYb2H0:addImageAlt({src:\"https://framerusercontent.com/images/lDhybOkge1NumKq5aNXaUKCo1Q.jpg\",srcSet:\"https://framerusercontent.com/images/lDhybOkge1NumKq5aNXaUKCo1Q.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/lDhybOkge1NumKq5aNXaUKCo1Q.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/lDhybOkge1NumKq5aNXaUKCo1Q.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/lDhybOkge1NumKq5aNXaUKCo1Q.jpg 2944w\"},\"The picture shows a front view of the prominent beautiful peak called Ama Dablam. \"),height:\"100%\",id:\"gwUdBAtdC\",layoutId:\"gwUdBAtdC\",name:\"Scroll Feature Image 3\",PkWawc961:\"The prominent and beautiful peak known as Ama Dablam.\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:false,__framer__enter:animation30,__framer__exit:animation29,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref38,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17fnr9k-container\",\"data-framer-name\":\"Scroll Feature Image 4\",name:\"Scroll Feature Image 4\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ScrollFeatureImages,{BXxNYb2H0:addImageAlt({src:\"https://framerusercontent.com/images/ybZP1PxJc50EsOCs2fELSZ0u1Ug.jpg\",srcSet:\"https://framerusercontent.com/images/ybZP1PxJc50EsOCs2fELSZ0u1Ug.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ybZP1PxJc50EsOCs2fELSZ0u1Ug.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ybZP1PxJc50EsOCs2fELSZ0u1Ug.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ybZP1PxJc50EsOCs2fELSZ0u1Ug.jpg 2576w\"},\"While trekking from Ghap to Lho village,\"),height:\"100%\",id:\"lBqsYMGem\",layoutId:\"lBqsYMGem\",name:\"Scroll Feature Image 4\",PkWawc961:\"Captured the essence of Lho village life.\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:false,__framer__enter:animation30,__framer__exit:animation29,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref39,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-10hvgf-container\",\"data-framer-name\":\"Scroll Feature Image 5\",name:\"Scroll Feature Image 5\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ScrollFeatureImages,{BXxNYb2H0:addImageAlt({src:\"https://framerusercontent.com/images/tKUaSEz2V6eXbzkOa8jJoSpCovY.jpg\",srcSet:\"https://framerusercontent.com/images/tKUaSEz2V6eXbzkOa8jJoSpCovY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/tKUaSEz2V6eXbzkOa8jJoSpCovY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/tKUaSEz2V6eXbzkOa8jJoSpCovY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/tKUaSEz2V6eXbzkOa8jJoSpCovY.jpg 2922w\"},\"The picture shows a front view of the 'Top of the World' view. \"),height:\"100%\",id:\"qf3lSbLmA\",layoutId:\"qf3lSbLmA\",name:\"Scroll Feature Image 5\",PkWawc961:\"It is also known as the 'Top of the World' view. \",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:false,__framer__enter:animation30,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref40,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-zq923r-container\",\"data-framer-name\":\"Scroll Feature Image 6\",name:\"Scroll Feature Image 6\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ScrollFeatureImages,{BXxNYb2H0:addImageAlt({src:\"https://framerusercontent.com/images/natjU8ZNAFmPqdIgsa4ON9r5Yk.jpg\",srcSet:\"https://framerusercontent.com/images/natjU8ZNAFmPqdIgsa4ON9r5Yk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/natjU8ZNAFmPqdIgsa4ON9r5Yk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/natjU8ZNAFmPqdIgsa4ON9r5Yk.jpg 1472w\"},\"The picture shows a scene while crossing Larkya La Pass.\"),height:\"100%\",id:\"xIlkmGRtk\",layoutId:\"xIlkmGRtk\",name:\"Scroll Feature Image 6\",PkWawc961:\"The picture shows a scene while crossing Larkya La Pass.\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cul6ij\",\"data-framer-name\":\"Sticky-Section\",name:\"Sticky-Section\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-socas1 hidden-1lqqdyd\",\"data-framer-name\":\"Story Text\",name:\"Story Text\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2375,intrinsicWidth:3680,loading:\"lazy\",pixelHeight:2375,pixelWidth:3680,sizes:\"min(max((min(1280px, 100vw) - 40px) * 0.48, 1px), min(1280px, 100vw) - 40px)\",src:\"https://framerusercontent.com/images/vKZP2EUT015HfZxaWf6TkkSzNcs.jpg\",srcSet:\"https://framerusercontent.com/images/vKZP2EUT015HfZxaWf6TkkSzNcs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vKZP2EUT015HfZxaWf6TkkSzNcs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vKZP2EUT015HfZxaWf6TkkSzNcs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/vKZP2EUT015HfZxaWf6TkkSzNcs.jpg 3680w\"}},p8grnloXg:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2375,intrinsicWidth:3680,pixelHeight:2375,pixelWidth:3680,sizes:\"min(1280px, 100vw)\",src:\"https://framerusercontent.com/images/vKZP2EUT015HfZxaWf6TkkSzNcs.jpg\",srcSet:\"https://framerusercontent.com/images/vKZP2EUT015HfZxaWf6TkkSzNcs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vKZP2EUT015HfZxaWf6TkkSzNcs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vKZP2EUT015HfZxaWf6TkkSzNcs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/vKZP2EUT015HfZxaWf6TkkSzNcs.jpg 3680w\"}}},children:/*#__PURE__*/_jsxs(\"div\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2375,intrinsicWidth:3680,loading:\"lazy\",pixelHeight:2375,pixelWidth:3680,sizes:\"min(max((min(1280px, 100vw) - 80px) * 0.67, 1px), min(1280px, 100vw) - 80px)\",src:\"https://framerusercontent.com/images/vKZP2EUT015HfZxaWf6TkkSzNcs.jpg\",srcSet:\"https://framerusercontent.com/images/vKZP2EUT015HfZxaWf6TkkSzNcs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vKZP2EUT015HfZxaWf6TkkSzNcs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vKZP2EUT015HfZxaWf6TkkSzNcs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/vKZP2EUT015HfZxaWf6TkkSzNcs.jpg 3680w\"},className:\"framer-i02hbd\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"If you appreciate my photography and want to support my work, you can buy this high-resolution photograph.\"})}),className:\"framer-way8l9\",\"data-framer-name\":\"It is also known as the 'Top of the World' view.\",fonts:[\"Inter\"],name:\"It is also known as the 'Top of the World' view.\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-42zx0a-container\",\"data-framer-name\":\"Buy Now CTA\",name:\"Buy Now CTA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{variant:\"Yj6NrEfjj\"}},children:/*#__PURE__*/_jsx(DesktopHeroButton1,{height:\"100%\",id:\"bNJVHywQW\",jA6SaMo3k:\"https://www.textnilanjan.in/shop\",layoutId:\"bNJVHywQW\",name:\"Buy Now CTA\",pddJI37mC:\"Buy Now\",variant:\"WbX0j2Ejz\",VW3gjlXHH:\"Buy Now\",width:\"100%\"})})})})]})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nyspth\",\"data-framer-name\":\"BG Scroll trigger \",name:\"BG Scroll trigger \",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hrp8rq\",\"data-framer-name\":\"Scroll trigger 1\",id:id32,name:\"Scroll trigger 1\",ref:ref35}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pwrl9\",\"data-framer-name\":\"Scroll trigger 2\",id:id33,name:\"Scroll trigger 2\",ref:ref36}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-124ywcn\",\"data-framer-name\":\"Scroll trigger 3\",id:id34,name:\"Scroll trigger 3\",ref:ref37}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13bq5h3\",\"data-framer-name\":\"Scroll trigger 4\",id:id35,name:\"Scroll trigger 4\",ref:ref38}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lc27vh\",\"data-framer-name\":\"Scroll trigger 5\",id:id36,name:\"Scroll trigger 5\",ref:ref39}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kmc1e4\",\"data-framer-name\":\"Scroll trigger 6\",id:id37,name:\"Scroll trigger 6\",ref:ref40}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lesgm6\",\"data-framer-name\":\"Scroll trigger 7\",id:id38,name:\"Scroll trigger 7\",ref:ref34})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-bmyru1\",\"data-framer-name\":\"FAQ Section\",id:id39,name:\"FAQ Section\",ref:ref41,children:[/*#__PURE__*/_jsxs(MotionFigcaptionWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ghcflx\",\"data-framer-name\":\"Clients Accordion Section\",id:id40,name:\"Clients Accordion Section\",ref:ref42,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p78e9k\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-7d5mvf\",\"data-styles-preset\":\"qua4RhgTT\",children:[\"FAQ\",/*#__PURE__*/_jsx(\"br\",{}),\"for Clients\"]})}),className:\"framer-18wr2cd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"The Design Questions I generally receive from clients.\"})}),className:\"framer-1kdeifk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-17zdgdd-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{variant:\"Lq2P4jYMW\"},p8grnloXg:{variant:\"WQjEmeRJm\"}},children:/*#__PURE__*/_jsx(ClientsAccordion,{height:\"100%\",id:\"OUkGZuTTi\",layoutId:\"OUkGZuTTi\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"sU_21GtdN\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(MotionFigcaptionWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-cc5s6i\",\"data-framer-name\":\"Recruiter Accordion Section\",id:id41,name:\"Recruiter Accordion Section\",ref:ref43,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r7yhay\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-7d5mvf\",\"data-styles-preset\":\"qua4RhgTT\",children:[\"FAQ\",/*#__PURE__*/_jsx(\"br\",{}),\"for Recruiter\"]})}),className:\"framer-irnffl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"The Design Questions I generally receive from recruiter.\"})}),className:\"framer-1c8xqko\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nwuq9u-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{variant:\"wI8UVcat3\"},p8grnloXg:{variant:\"liCZkDNvW\"}},children:/*#__PURE__*/_jsx(RecruiterAccordion,{height:\"100%\",id:\"yPLQWMh8w\",layoutId:\"yPLQWMh8w\",style:{width:\"100%\"},variant:\"RANj3FOV6\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14u8ill\",\"data-framer-name\":\"blank accordion\",id:id42,name:\"blank accordion\",ref:ref44})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-sqmikh\",\"data-framer-name\":\"Contact & Footer Section\",id:id43,name:\"Contact & Footer Section\",ref:ref45,children:[/*#__PURE__*/_jsxs(MotionFigureWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-115u5bg\",\"data-framer-name\":\"Connect titel Conten\",name:\"Connect titel Conten\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"Designing Tomorrow's Products, Today! Let's Feel free to contact me\"})}),className:\"framer-omfz8v\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay1yZWd1bGFy\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"100px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:textnilanjan@gmail.com\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1pwnkb7\",\"data-styles-preset\":\"tO7VTyKfj\",children:\"@textnilanjan\"})})})})},p8grnloXg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay1yZWd1bGFy\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:textnilanjan@gmail.com\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1pwnkb7\",\"data-styles-preset\":\"tO7VTyKfj\",children:\"@textnilanjan\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay1yZWd1bGFy\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"150px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:textnilanjan@gmail.com\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1pwnkb7\",\"data-styles-preset\":\"tO7VTyKfj\",children:\"@textnilanjan\"})})})}),className:\"framer-1f9xp1w\",fonts:[\"GF;Space Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionFigureWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ltk6mc\",\"data-framer-name\":\"form conten\",name:\"form conten\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6naupv\",\"data-framer-name\":\"subscribe Conten rows\",name:\"subscribe Conten rows\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16ecihc\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-rtdyj2\",\"data-border\":true,\"data-framer-name\":\"connect Content rows\",name:\"connect Content rows\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:[\"Stay in the loop with all the latest \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"textnilanjan\"}),\" updates- subscribe now and receive them in your email.\"]})}),className:\"framer-ylredt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1ia725n-container\",id:\"1ia725n\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{p8grnloXg:{style:{maxWidth:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(Input,{button:{buttonFont:{fontFamily:'\"Inter\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1em\"},buttonPadding:16,buttonPaddingBottom:16,buttonPaddingLeft:16,buttonPaddingPerSide:false,buttonPaddingRight:16,buttonPaddingTop:16,color:\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0))\",fill:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",insetWhenDocked:0,isDocked:true,label:\"Subscribe\",shouldAppear:true,widthWhenDocked:110},font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1em\"},formsparkID:\"t4wqoNSg\",gap:16,getwaitlistAPI:\"\",height:\"100%\",id:\"EmLLqliwp\",input:{borderRadius:0,color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",fill:\"var(--token-3471a2d5-fd18-4184-9397-c1bdbc26a477, rgb(13, 13, 13))\",fixedHeight:52,focusObject:{focusColor:\"var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, rgb(15, 98, 254))\",focusWidthFrom:0,focusWidthTo:1},height:false,padding:16,paddingBottom:16,paddingLeft:16,paddingPerSide:false,paddingRight:16,paddingTop:16,placeholder:\"name@email.com\",placeholderColor:\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},layout:\"horizontal\",layoutId:\"EmLLqliwp\",loopsID:\"\",loopsUserGroup:\"\",mailchimpURL:\"\",onSubmit:onSubmit42m929(overlay1),redirectAs:\"overlay\",service:\"formspark\",style:{width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-20b1d3\",\"data-framer-portal-id\":\"1ia725n\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"pgX19d5yR\"),/*#__PURE__*/_jsxs(motion.div,{animate:animation25,className:\"framer-wciv9n\",\"data-border\":true,\"data-framer-name\":\"Thank you submission input\",\"data-framer-portal-id\":\"1ia725n\",exit:animation31,initial:animation32,name:\"Thank you submission input\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4bc5un-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"sg5wS1CXw\",layoutId:\"sg5wS1CXw\",mirrored:false,onClick:onClickfj922t(overlay1),selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tf7r6l\",\"data-framer-name\":\"logo & content \",name:\"logo & content \",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i22yai-container\",children:/*#__PURE__*/_jsx(TextNilanjanLogo,{height:\"100%\",id:\"Mmx_hxyjI\",layoutId:\"Mmx_hxyjI\",style:{height:\"100%\"},variant:\"J2f5M9FpI\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xjeirz\",\"data-framer-name\":\"thank you content\",name:\"thank you content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",children:\"Thank you, and welcome!\"})}),className:\"framer-12klmfw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",children:\"You are now in the loop to receive all the latest textnilanjan updates in your email.\"})}),className:\"framer-bke9wo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),document.querySelector(\"#overlay\"))})})]})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x9wc57\",\"data-framer-name\":\"Social\",name:\"Social\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:\"Social\"})}),className:\"framer-oawvro\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"button\",{className:\"framer-2sx7z9\",\"data-framer-name\":\"Social links\",\"data-reset\":\"button\",name:\"Social links\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l15hfi\",\"data-framer-name\":\"Social link one rows\",name:\"Social link one rows\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/textnilanjan\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-11vbd50\",\"data-styles-preset\":\"lLMtozNfr\",children:\"LinkedIn\"})})})}),className:\"framer-120teii\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://medium.com/@textnilanjan\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-11vbd50\",\"data-styles-preset\":\"lLMtozNfr\",children:\"Medium\"})})})}),className:\"framer-kemk88\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w5j6au\",\"data-framer-name\":\"Social link 2nd rows\",name:\"Social link 2nd rows\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/eden_inco\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-11vbd50\",\"data-styles-preset\":\"lLMtozNfr\",children:\"Instagram\"})})})}),className:\"framer-i6p84l\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",style:{\"--framer-text-color\":\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.behance.net/nilanjangroyWork\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-11vbd50\",\"data-styles-preset\":\"lLMtozNfr\",children:\"Behance\"})})})}),className:\"framer-4zlipy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-nzmzwy\",\"data-framer-name\":\"Connect form\",name:\"Connect form\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-160b270-container\",id:\"160b270\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{fontSize:16}},children:/*#__PURE__*/_jsx(FormSpark,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,button:{color:\"var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0))\",fill:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",fontWeight:600,label:\"Send Message\"},email:{placeholder:\"Email\",value:\"\"},font:true,fontFamily:\"Inter\",fontSize:18,fontWeight:400,formId:\"t4wqoNSg\",gap:32,height:\"100%\",id:\"SMSSTlOje\",inputs:{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",error:\"rgb(238, 68, 68)\",fill:\"var(--token-3471a2d5-fd18-4184-9397-c1bdbc26a477, rgb(13, 13, 13))\",placeholderColor:\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},isMixedBorderRadius:false,layout:\"horizontal\",layoutId:\"SMSSTlOje\",message:{placeholder:\"Message\",value:\"\"},nameField:{placeholder:\"Name\",value:\"\"},onSubmit:onSubmit42m929(overlay2),padding:16,paddingBottom:16,paddingLeft:16,paddingPerSide:false,paddingRight:16,paddingTop:16,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,width:\"100%\",withEmail:true,withMessage:true,withName:true})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-1uzddeg\",\"data-framer-portal-id\":\"160b270\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay2.hide()},\"j0rvgvanW\"),/*#__PURE__*/_jsxs(motion.div,{animate:animation25,className:\"framer-1f804za\",\"data-border\":true,\"data-framer-name\":\"Thank you Form input\",\"data-framer-portal-id\":\"160b270\",exit:animation31,initial:animation32,name:\"Thank you Form input\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vt8c1p-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"P6AbA0lOs\",layoutId:\"P6AbA0lOs\",mirrored:false,onClick:onClickfj922t(overlay2),selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fnc4p1\",\"data-framer-name\":\"logo & content \",name:\"logo & content \",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-230k3v-container\",children:/*#__PURE__*/_jsx(TextNilanjanLogo,{height:\"100%\",id:\"ByOKhzBNs\",layoutId:\"ByOKhzBNs\",style:{height:\"100%\"},variant:\"J2f5M9FpI\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nu8y93\",\"data-framer-name\":\"thank you content\",name:\"thank you content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-24toy7\",\"data-styles-preset\":\"RFNXRstg7\",children:\"Thank you! for your message.\"})}),className:\"framer-1uee4ow\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",children:\"I aim to respond within 2 business days. Your patience is greatly appreciated.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g4h22c\",\"data-styles-preset\":\"YnNV_wsJ7\",children:\"Best regards, Nilanjan.\"})]}),className:\"framer-1kajszh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),document.querySelector(\"#overlay\"))})})]})})})})})]}),/*#__PURE__*/_jsx(MotionFooterWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1956cps\",\"data-framer-name\":\"Footer Section\",name:\"Footer Section\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-q4zgpr\",\"data-framer-name\":\"Title & description\",name:\"Title & description\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lq1fii\",\"data-border\":true,\"data-framer-name\":\"Website Attribution & All Social links\",name:\"Website Attribution & All Social links\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a89m57\",\"data-framer-name\":\"Website Attribution\",name:\"Website Attribution\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qbad0g-container\",children:/*#__PURE__*/_jsx(TextNilanjanLogo,{height:\"100%\",id:\"Mf6bzJsr2\",layoutId:\"Mf6bzJsr2\",style:{height:\"100%\"},variant:\"J2f5M9FpI\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:\"\\xa9 2023 Made by Nilanjan Ghosh Roy\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\"},children:[\"Powered by Framer. Please read the \",/*#__PURE__*/_jsx(Link,{href:\"https://www.textnilanjan.in/terms\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1pwnkb7\",\"data-styles-preset\":\"tO7VTyKfj\",children:\"terms of service.\"})})]})]}),className:\"framer-qpugb2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10u5nw9\",\"data-framer-name\":\"Back to top\",name:\"Back to top\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":awbfHkylf\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":awbfHkylf\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":awbfHkylf\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":awbfHkylf\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":awbfHkylf\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":awbfHkylf\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":awbfHkylf\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":awbfHkylf\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":awbfHkylf\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lfj40j-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{guXDA9jt7:{QamUDKTqF:resolvedLinks[3],UgG474Akq:resolvedLinks[5],YXUa5SYrz:resolvedLinks[4]},p8grnloXg:{QamUDKTqF:resolvedLinks[6],UgG474Akq:resolvedLinks[8],YXUa5SYrz:resolvedLinks[7]}},children:/*#__PURE__*/_jsx(BackToIndexLink,{A07CT244_:\"arrow-up-circle\",CF0NIGGgQ:\"back to top\",D1cr9nFCK:\"arrow-up-circle\",height:\"100%\",i2zIcxZTH:\"var(--token-fb1365f4-0fd8-425b-be22-3c951c669327, rgb(111, 111, 111))\",id:\"nS_MqeTE5\",layoutId:\"nS_MqeTE5\",QamUDKTqF:resolvedLinks[0],rDNRZLK5R:\"arrow-up-circle\",style:{height:\"100%\"},twFDlUIiJ:\"back to top\",UgG474Akq:resolvedLinks[2],variant:\"zFlltYT5Z\",width:\"100%\",YXUa5SYrz:resolvedLinks[1],zrO1V6hGe:\"var(--token-f041b238-1130-446f-b3f6-779e86386335, rgb(255, 255, 255))\"})})})})})})]})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-lSvvZ { background: var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)); }`,\".framer-lSvvZ.framer-lux5qc, .framer-lSvvZ .framer-lux5qc { display: block; }\",\".framer-lSvvZ.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-166db8b1-6460-4352-8108-182b2b9651f0, #000000); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1280px; }\",\".framer-lSvvZ .framer-t1v1mt { -webkit-backdrop-filter: blur(5px); align-content: center; align-items: center; backdrop-filter: blur(5px); background-color: rgba(0, 0, 0, 0.15); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 80px; justify-content: space-between; max-width: 1280px; overflow: visible; padding: 0px 40px 0px 40px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 2; }\",\".framer-lSvvZ .framer-u7ngkr-container { flex: none; height: 37px; position: relative; width: 97px; }\",\".framer-lSvvZ .framer-nr1lus-container, .framer-lSvvZ .framer-1toig76-container { flex: none; height: 80px; position: relative; width: 80px; }\",\".framer-lSvvZ .framer-18gi519 { inset: 0px; position: fixed; user-select: none; z-index: 1; }\",\".framer-lSvvZ .framer-1xbosl7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-end; left: 50%; max-width: 1200px; overflow: hidden; padding: 0px; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 3; }\",\".framer-lSvvZ .framer-x9qf26 { -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); background-color: rgba(13, 13, 13, 0.7); bottom: 0px; flex: none; left: 0px; max-width: 100%; overflow: hidden; position: fixed; right: 0px; top: 0px; z-index: 2; }\",\".framer-lSvvZ .framer-pnt76h { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 65px; height: min-content; justify-content: flex-start; left: 50%; max-width: 1200px; overflow: hidden; padding: 100px 0px 35px 0px; position: absolute; top: 51%; transform: translate(-50%, -50%); width: 100%; }\",\".framer-lSvvZ .framer-1vovgdy { 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-lSvvZ .framer-12hapd2-container { flex: none; height: auto; position: relative; width: 100%; z-index: 7; }\",\".framer-lSvvZ .framer-gqj2dh-container { flex: none; height: auto; position: relative; width: 100%; z-index: 6; }\",\".framer-lSvvZ .framer-4vjjf2-container { flex: none; height: auto; position: relative; width: 100%; z-index: 5; }\",\".framer-lSvvZ .framer-cetal8-container { flex: none; height: auto; position: relative; width: 100%; z-index: 4; }\",\".framer-lSvvZ .framer-1uqosth-container { flex: none; height: auto; position: relative; width: 100%; z-index: 3; }\",\".framer-lSvvZ .framer-tp8dmu-container { flex: none; height: auto; position: relative; width: 100%; z-index: 2; }\",\".framer-lSvvZ .framer-1kuq4ur-container, .framer-lSvvZ .framer-wpmy65-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-lSvvZ .framer-1c1ba36 { --border-bottom-width: 0px; --border-color: var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, #2f2f2f); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: hidden; padding: 25px 0px 25px 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-1jwv3r1-container { flex: none; height: 30px; position: relative; width: 30px; z-index: 1; }\",\".framer-lSvvZ .framer-9jhpbf { height: 30px; position: relative; width: 28px; }\",\".framer-lSvvZ .framer-1akt3jl, .framer-lSvvZ .framer-gejob3, .framer-lSvvZ .framer-1app5cj, .framer-lSvvZ .framer-1n7agwy, .framer-lSvvZ .framer-q4xwl6, .framer-lSvvZ .framer-khf710, .framer-lSvvZ .framer-8y3f4f, .framer-lSvvZ .framer-k54ukj, .framer-lSvvZ .framer-zt2y7m, .framer-lSvvZ .framer-xjn1ak, .framer-lSvvZ .framer-17q55u6, .framer-lSvvZ .framer-1scd7mr, .framer-lSvvZ .framer-1kqmi3n, .framer-lSvvZ .framer-1p4721j, .framer-lSvvZ .framer-afwzfd, .framer-lSvvZ .framer-7gdfpc, .framer-lSvvZ .framer-1un3q2y, .framer-lSvvZ .framer-1an47tv, .framer-lSvvZ .framer-1ooz9k1, .framer-lSvvZ .framer-1ygg8a5, .framer-lSvvZ .framer-1vq7qua, .framer-lSvvZ .framer-r6ruq9, .framer-lSvvZ .framer-9cfqty, .framer-lSvvZ .framer-17769rv, .framer-lSvvZ .framer-wb4t1q, .framer-lSvvZ .framer-1jxca4u, .framer-lSvvZ .framer-4pck00, .framer-lSvvZ .framer-1r2wwfm, .framer-lSvvZ .framer-e5e4fj, .framer-lSvvZ .framer-1754l1r, .framer-lSvvZ .framer-ohte9q, .framer-lSvvZ .framer-1q4aew3, .framer-lSvvZ .framer-oko31g, .framer-lSvvZ .framer-lvgjyy, .framer-lSvvZ .framer-1jlrjqm, .framer-lSvvZ .framer-1phyteg, .framer-lSvvZ .framer-1te6s55, .framer-lSvvZ .framer-dzrxpm, .framer-lSvvZ .framer-jgujiu, .framer-lSvvZ .framer-w3typq, .framer-lSvvZ .framer-n61t6u, .framer-lSvvZ .framer-v6fsnb, .framer-lSvvZ .framer-1m3u6b6, .framer-lSvvZ .framer-1oougvb, .framer-lSvvZ .framer-v7ebtp, .framer-lSvvZ .framer-fei29l, .framer-lSvvZ .framer-ujsybp, .framer-lSvvZ .framer-5hmx1, .framer-lSvvZ .framer-oawvro { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-lSvvZ .framer-1dz9yfq { align-content: flex-end; align-items: flex-end; background-color: var(--token-166db8b1-6460-4352-8108-182b2b9651f0, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: 108vh; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 64px 40px 64px 40px; position: relative; width: 100%; z-index: 1; }\",\".framer-lSvvZ .framer-1wpsax3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 32px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-1wf7x8z, .framer-lSvvZ .framer-1vjpniv, .framer-lSvvZ .framer-2l5fvu, .framer-lSvvZ .framer-1s89uru, .framer-lSvvZ .framer-182e8y0, .framer-lSvvZ .framer-1nsxx99, .framer-lSvvZ .framer-o40g36, .framer-lSvvZ .framer-w4qpke, .framer-lSvvZ .framer-alyr3b, .framer-lSvvZ .framer-qgpjbg, .framer-lSvvZ .framer-i9nt40, .framer-lSvvZ .framer-ifxweu, .framer-lSvvZ .framer-tvabj9, .framer-lSvvZ .framer-t5wm7q, .framer-lSvvZ .framer-kq0i0n, .framer-lSvvZ .framer-1u2rvh, .framer-lSvvZ .framer-1y1mi5v, .framer-lSvvZ .framer-j91p23, .framer-lSvvZ .framer-q1u1jb, .framer-lSvvZ .framer-1kkxu32, .framer-lSvvZ .framer-18wr2cd, .framer-lSvvZ .framer-1kdeifk, .framer-lSvvZ .framer-irnffl, .framer-lSvvZ .framer-1c8xqko, .framer-lSvvZ .framer-ylredt, .framer-lSvvZ .framer-12klmfw, .framer-lSvvZ .framer-bke9wo, .framer-lSvvZ .framer-1uee4ow, .framer-lSvvZ .framer-1kajszh { --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-lSvvZ .framer-xw59m0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-jrdq24-container { flex: none; height: 84px; position: relative; width: 189px; }\",\".framer-lSvvZ .framer-9mvt2t-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-lSvvZ .framer-166zjz4, .framer-lSvvZ .framer-cr2jmy { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-josbi3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lSvvZ .framer-zm6h6g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 20px; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 20px; }\",\".framer-lSvvZ .framer-4g77u3-container, .framer-lSvvZ .framer-lwz2c6-container, .framer-lSvvZ .framer-1n7v9y1-container, .framer-lSvvZ .framer-atmmsc-container, .framer-lSvvZ .framer-886taj-container, .framer-lSvvZ .framer-1e7ft2e-container, .framer-lSvvZ .framer-w9wshj-container, .framer-lSvvZ .framer-1do80es-container, .framer-lSvvZ .framer-1yk0png-container, .framer-lSvvZ .framer-qknr2u-container, .framer-lSvvZ .framer-kdvnv2-container, .framer-lSvvZ .framer-1p6j399-container, .framer-lSvvZ .framer-c5ld8e-container, .framer-lSvvZ .framer-ktylek-container, .framer-lSvvZ .framer-11o6ssd-container, .framer-lSvvZ .framer-1wkq230-container, .framer-lSvvZ .framer-oam5r1-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-lSvvZ .framer-2age5v-container, .framer-lSvvZ .framer-1otcn61-container, .framer-lSvvZ .framer-1yds4rt-container, .framer-lSvvZ .framer-1j8kc1e-container, .framer-lSvvZ .framer-1ml3ho8-container, .framer-lSvvZ .framer-w2381p-container, .framer-lSvvZ .framer-1oyq0a7-container, .framer-lSvvZ .framer-xnm5q9-container, .framer-lSvvZ .framer-5dt4h-container, .framer-lSvvZ .framer-z8crmk-container, .framer-lSvvZ .framer-40egty-container, .framer-lSvvZ .framer-42zx0a-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-lSvvZ .framer-ghxt43 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 40%; }\",\".framer-lSvvZ .framer-17b6w83-container { flex: none; height: 100%; left: 0px; pointer-events: none; position: absolute; top: 0px; width: 100%; z-index: -1; }\",\".framer-lSvvZ .framer-p9a0ex { align-content: center; align-items: center; background-color: var(--token-166db8b1-6460-4352-8108-182b2b9651f0, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 0px 0px 64px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-lSvvZ .framer-qhgc8i { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-lSvvZ .framer-1v8517r, .framer-lSvvZ .framer-ihozpn { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 64px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-lSvvZ .framer-1wgu8zu, .framer-lSvvZ .framer-37h1ua { --border-bottom-width: 0px; --border-color: var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, #2f2f2f); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px 64px 0px 0px; position: relative; width: 1px; }\",\".framer-lSvvZ .framer-1fn7vjy { 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-end; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-lSvvZ .framer-tdia9r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 64px 0px 64px 0px; position: relative; width: 100%; z-index: 6; }\",\".framer-lSvvZ .framer-gxij9s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 650px; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px 40px 0px 40px; position: sticky; top: 150px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-lSvvZ .framer-1lkt1bp { --border-bottom-width: 1px; --border-color: var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, #2f2f2f); --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-166db8b1-6460-4352-8108-182b2b9651f0, #000000); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 650px; justify-content: flex-start; padding: 0px; position: relative; width: 35%; }\",\".framer-lSvvZ .framer-1mw8gim, .framer-lSvvZ .framer-1mixay2, .framer-lSvvZ .framer-1bithzq, .framer-lSvvZ .framer-1j9tbbn, .framer-lSvvZ .framer-cdqn7z, .framer-lSvvZ .framer-150vmid { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; overflow: hidden; padding: 32px; position: relative; width: 1px; }\",\".framer-lSvvZ .framer-1gouapx, .framer-lSvvZ .framer-1db49lr, .framer-lSvvZ .framer-oyf3vl, .framer-lSvvZ .framer-15rldi3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-1bvsvmw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-1qdz2kv, .framer-lSvvZ .framer-7qvc8h, .framer-lSvvZ .framer-1guz5rt, .framer-lSvvZ .framer-oku1sw, .framer-lSvvZ .framer-1b0o3fo, .framer-lSvvZ .framer-13gj6jc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-1a07tjx-container, .framer-lSvvZ .framer-1yc8v4l-container, .framer-lSvvZ .framer-1yhcptz-container, .framer-lSvvZ .framer-104c6ji-container, .framer-lSvvZ .framer-13l11tn-container, .framer-lSvvZ .framer-w7nw1y-container, .framer-lSvvZ .framer-1yss9pu-container { flex: 1 0 0px; height: 25px; position: relative; width: 1px; }\",\".framer-lSvvZ .framer-ws0a3y, .framer-lSvvZ .framer-1ni9y0l, .framer-lSvvZ .framer-1n7kmsk, .framer-lSvvZ .framer-1cpani0, .framer-lSvvZ .framer-lgwusv, .framer-lSvvZ .framer-sjuu7x, .framer-lSvvZ .framer-1qbvsny, .framer-lSvvZ .framer-1c7o3t6, .framer-lSvvZ .framer-1lijl7o, .framer-lSvvZ .framer-4zvxtt, .framer-lSvvZ .framer-10l150e, .framer-lSvvZ .framer-osn5lw, .framer-lSvvZ .framer-14qp9ab, .framer-lSvvZ .framer-12wbhks, .framer-lSvvZ .framer-watfo9, .framer-lSvvZ .framer-1brrvfi, .framer-lSvvZ .framer-1tq2vok, .framer-lSvvZ .framer-swy45b, .framer-lSvvZ .framer-1fl5cw4, .framer-lSvvZ .framer-jn5y0s, .framer-lSvvZ .framer-10p84ok, .framer-lSvvZ .framer-b5psdz, .framer-lSvvZ .framer-113i3v1, .framer-lSvvZ .framer-pv34dt, .framer-lSvvZ .framer-9vhrsw, .framer-lSvvZ .framer-md37n6, .framer-lSvvZ .framer-11s1rc8, .framer-lSvvZ .framer-1suoutn, .framer-lSvvZ .framer-gv0hw5, .framer-lSvvZ .framer-1grwe91, .framer-lSvvZ .framer-1ca5l12, .framer-lSvvZ .framer-xxxoy, .framer-lSvvZ .framer-5qzjy4, .framer-lSvvZ .framer-it0tld, .framer-lSvvZ .framer-cf0p9x, .framer-lSvvZ .framer-17oo461, .framer-lSvvZ .framer-1dgvmhw, .framer-lSvvZ .framer-2gtdku { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-lSvvZ .framer-ralih6, .framer-lSvvZ .framer-1tsm3vu, .framer-lSvvZ .framer-10jb15q, .framer-lSvvZ .framer-2gxxc0, .framer-lSvvZ .framer-122f90m { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lSvvZ .framer-20ttyl, .framer-lSvvZ .framer-1c2wrb7, .framer-lSvvZ .framer-1dizk9o, .framer-lSvvZ .framer-rnz751, .framer-lSvvZ .framer-1mhdsto { align-content: center; align-items: center; aspect-ratio: 1.2 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: var(--framer-aspect-ratio-supported, 780px); }\",\".framer-lSvvZ .framer-pcg2yk, .framer-lSvvZ .framer-1c7c4ks, .framer-lSvvZ .framer-1jnjp8r, .framer-lSvvZ .framer-z2uux9, .framer-lSvvZ .framer-1bze63a, .framer-lSvvZ .framer-yj9bqw { -webkit-user-select: none; flex: 1 0 0px; height: 100%; position: relative; user-select: none; width: 1px; }\",\".framer-lSvvZ .framer-1o6xoeh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 650px; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px 40px 0px 40px; position: sticky; top: 200px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-lSvvZ .framer-pwo1ty, .framer-lSvvZ .framer-9f7l25, .framer-lSvvZ .framer-17rd3xa { --border-bottom-width: 1px; --border-color: var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, #2f2f2f); --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-166db8b1-6460-4352-8108-182b2b9651f0, #000000); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-start; padding: 0px; position: relative; width: 35%; }\",\".framer-lSvvZ .framer-1jhwrjb, .framer-lSvvZ .framer-1o6rjcw, .framer-lSvvZ .framer-136xwoj, .framer-lSvvZ .framer-18ve9g6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-1780efm, .framer-lSvvZ .framer-1ck33ir { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 650px; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px 40px 0px 40px; position: sticky; top: 250px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-lSvvZ .framer-dvx9so { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 650px; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px 40px 0px 40px; position: sticky; top: 300px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-lSvvZ .framer-rl7m4f, .framer-lSvvZ .framer-1957u3z { --border-bottom-width: 1px; --border-color: var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, #2f2f2f); --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-166db8b1-6460-4352-8108-182b2b9651f0, #000000); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-start; padding: 0px; position: relative; width: 35%; }\",\".framer-lSvvZ .framer-v5pwr1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 650px; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px 40px 0px 40px; position: sticky; top: 350px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-lSvvZ .framer-f3m2p9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-amo7b4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-1drlwww { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 650px; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px 40px 0px 40px; position: sticky; top: 400px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-lSvvZ .framer-11gzqk5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lSvvZ .framer-11ff8ke { align-content: center; align-items: center; aspect-ratio: 1.2 / 1; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 650px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lSvvZ .framer-qceds4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 52px; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: min-content; }\",\".framer-lSvvZ .framer-mk1wbc-container { flex: none; height: 51px; position: relative; width: 400px; }\",\".framer-lSvvZ .framer-usthpz { flex: none; height: 30px; position: relative; width: 73px; }\",\".framer-lSvvZ .framer-xppdoq { flex: none; height: 36px; position: relative; width: 33px; }\",\".framer-lSvvZ .framer-v54e85 { flex: none; height: 27px; position: relative; width: 112px; }\",\".framer-lSvvZ .framer-da9hs3, .framer-lSvvZ .framer-blaf6h { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 36px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-lSvvZ .framer-1h8rfda { flex: none; height: 36px; position: relative; width: 70px; }\",\".framer-lSvvZ .framer-1lzwp37 { flex: none; height: 36px; position: relative; width: 63px; }\",\".framer-lSvvZ .framer-1wmy6vi { aspect-ratio: 2.1524745237806884 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); overflow: visible; position: relative; width: 76px; }\",\".framer-lSvvZ .framer-13skjfq { flex: none; height: 35px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 76px; }\",\".framer-lSvvZ .framer-14m7g0y { flex: none; height: 11px; left: 63px; overflow: visible; position: absolute; top: 9px; width: 13px; }\",\".framer-lSvvZ .framer-11oohr3 { flex: none; height: 11px; left: 0px; position: absolute; top: 0px; white-space: pre; width: 13px; }\",\".framer-lSvvZ .framer-7y07km, .framer-lSvvZ .framer-x54oh4 { flex: none; height: 35px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 63px; }\",\".framer-lSvvZ .framer-17rsoc9 { flex: none; height: 4px; left: 2px; position: absolute; top: 31px; white-space: pre; width: 35px; }\",\".framer-lSvvZ .framer-1kybuwo { flex: none; height: 23px; left: 30px; position: absolute; top: 7px; width: 14px; }\",\".framer-lSvvZ .framer-y4nl0i { flex: none; height: 35px; left: 0px; position: absolute; top: 0px; white-space: pre; width: 63px; }\",\".framer-lSvvZ .framer-46h8ee { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-crftpk { align-content: center; align-items: center; background-color: var(--token-166db8b1-6460-4352-8108-182b2b9651f0, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 64px 0px 0px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-lSvvZ .framer-zlupht { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1280px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-zio1r6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1280px; overflow: visible; padding: 64px 0px 64px 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-knaqyj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 40px 64px 40px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-cuu7en, .framer-lSvvZ .framer-17i78y5, .framer-lSvvZ .framer-xfjxf2 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-lSvvZ .framer-piw0fe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-lSvvZ .framer-1gsvf9x { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 73px; word-break: break-word; word-wrap: break-word; }\",\".framer-lSvvZ .framer-stc5jj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-lSvvZ .framer-kqzs6q, .framer-lSvvZ .framer-owub6u, .framer-lSvvZ .framer-19tuvm9, .framer-lSvvZ .framer-znyt9m { flex: none; height: 100px; overflow: hidden; pointer-events: none; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-mzpzpg { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 40px 0px 40px; position: sticky; top: 250px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-lSvvZ .framer-yyf91u-container { flex: none; height: auto; position: relative; width: 65%; z-index: 1; }\",\".framer-lSvvZ .framer-ct9vq9 { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 264px); justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 22%; }\",\".framer-lSvvZ .framer-1id3dbi { -webkit-user-select: none; flex: 1 0 0px; height: 100%; overflow: hidden; position: relative; user-select: none; width: 1px; }\",\".framer-lSvvZ .framer-16wck1b, .framer-lSvvZ .framer-16ecihc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-9xtif8, .framer-lSvvZ .framer-12fs282, .framer-lSvvZ .framer-i8rn7o, .framer-lSvvZ .framer-pukttl { flex: none; height: 400px; overflow: hidden; pointer-events: none; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-avcpni { background-color: var(--token-166db8b1-6460-4352-8108-182b2b9651f0, #000000); flex: none; height: 400px; overflow: hidden; pointer-events: none; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-1w73oa { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: hidden; padding: 64px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-m4lvu5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 60%; word-break: break-word; word-wrap: break-word; }\",\".framer-lSvvZ .framer-11q4wx4 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: hidden; padding: 64px 40px 64px 40px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-16rijly-container, .framer-lSvvZ .framer-4uf7dp-container, .framer-lSvvZ .framer-17zdgdd-container { flex: none; height: auto; max-width: 100%; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-1055obq { align-content: center; align-items: center; background-color: var(--token-166db8b1-6460-4352-8108-182b2b9651f0, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: auto; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 64px 0px 128px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-lSvvZ .framer-1ln9pcy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px 40px 64px 40px; position: sticky; top: 100px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-lSvvZ .framer-380gif { --border-bottom-width: 1px; --border-color: var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, #2f2f2f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: var(--token-166db8b1-6460-4352-8108-182b2b9651f0, #000000); flex: none; height: 100%; position: relative; width: 33%; }\",\".framer-lSvvZ .framer-f4138t, .framer-lSvvZ .framer-1dhuc21, .framer-lSvvZ .framer-1jtarin { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-end; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 32px; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-lSvvZ .framer-154bfvn, .framer-lSvvZ .framer-naqwbx, .framer-lSvvZ .framer-7jzsw4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-1dkpdyc, .framer-lSvvZ .framer-18bzdab { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 25px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-1qenpsa-container, .framer-lSvvZ .framer-1n7fe8n-container, .framer-lSvvZ .framer-1lf6mdv-container, .framer-lSvvZ .framer-xoledg-container, .framer-lSvvZ .framer-1u51izv-container, .framer-lSvvZ .framer-ourn18-container, .framer-lSvvZ .framer-6tc4dy-container, .framer-lSvvZ .framer-1lgdeqh-container, .framer-lSvvZ .framer-1yfps0u-container, .framer-lSvvZ .framer-1attad2-container, .framer-lSvvZ .framer-vzusur-container, .framer-lSvvZ .framer-1cx6m7a-container, .framer-lSvvZ .framer-1stemsn-container, .framer-lSvvZ .framer-i1t1cs-container, .framer-lSvvZ .framer-dwkezw-container, .framer-lSvvZ .framer-tlx68f-container, .framer-lSvvZ .framer-xebplu-container, .framer-lSvvZ .framer-j7e7u9-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-lSvvZ .framer-ntim0v, .framer-lSvvZ .framer-srr0gw { 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-lSvvZ .framer-19yg0k0, .framer-lSvvZ .framer-1mr8xb6 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-lSvvZ .framer-e3w04r { --border-bottom-width: 1px; --border-color: var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, #2f2f2f); --border-left-width: 0px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: var(--token-166db8b1-6460-4352-8108-182b2b9651f0, #000000); flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-lSvvZ .framer-1o22xfi, .framer-lSvvZ .framer-kkkk6, .framer-lSvvZ .framer-16wiclv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-start; left: 0px; overflow: hidden; padding: 32px; position: absolute; top: 0px; width: 100%; }\",\".framer-lSvvZ .framer-10iyfgk, .framer-lSvvZ .framer-fm5bq9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lSvvZ .framer-qhdrx0, .framer-lSvvZ .framer-9gmnmd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 128px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-1uclcbf, .framer-lSvvZ .framer-1w8gd6h, .framer-lSvvZ .framer-122ekr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-1q4wtu, .framer-lSvvZ .framer-xtfagd { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lSvvZ .framer-acebsl-container, .framer-lSvvZ .framer-86e7gq-container, .framer-lSvvZ .framer-1qtwqwz-container { flex: none; height: 25px; position: relative; width: 200px; }\",\".framer-lSvvZ .framer-qf74mv { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-11odwr9, .framer-lSvvZ .framer-1j0nw8a, .framer-lSvvZ .framer-1swixvu, .framer-lSvvZ .framer-mo00x8 { --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-lSvvZ .framer-l1lqf2-container, .framer-lSvvZ .framer-1bdn3uw-container, .framer-lSvvZ .framer-1u0p0qr-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); pointer-events: none; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 0; }\",\".framer-lSvvZ .framer-5x3a8q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px 40px 0px 40px; position: sticky; top: 325px; width: 100%; will-change: transform; z-index: 2; }\",\".framer-lSvvZ .framer-zlcwvi { --border-bottom-width: 1px; --border-color: var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, #2f2f2f); --border-left-width: 1px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; background-color: var(--token-166db8b1-6460-4352-8108-182b2b9651f0, #000000); flex: 1 0 0px; height: 650px; position: relative; width: 1px; }\",\".framer-lSvvZ .framer-wyc4fp, .framer-lSvvZ .framer-f3pn9j { --border-bottom-width: 1px; --border-color: var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, #2f2f2f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: var(--token-166db8b1-6460-4352-8108-182b2b9651f0, #000000); flex: none; height: 650px; position: relative; width: 33%; }\",\".framer-lSvvZ .framer-2cnoqq-container, .framer-lSvvZ .framer-6o0qyi-container { flex: none; height: 25px; position: relative; width: 300px; }\",\".framer-lSvvZ .framer-1vvjglx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-18c2qlw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px 40px 0px 40px; position: sticky; top: 400px; width: 100%; will-change: transform; z-index: 3; }\",\".framer-lSvvZ .framer-hyy0qg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 25px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-1xi35qv { --border-bottom-width: 1px; --border-color: var(--token-63e78f6c-79d7-4846-aeb4-21fc2bf0d7a4, #2f2f2f); --border-left-width: 0px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-self: stretch; background-color: var(--token-166db8b1-6460-4352-8108-182b2b9651f0, #000000); flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-lSvvZ .framer-1yq7xst { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lSvvZ .framer-113ap4a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 128px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-t2y8js { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lSvvZ .framer-t4f67j { 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: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-9y88da-container { flex: none; height: auto; position: relative; width: 30%; }\",\".framer-lSvvZ .framer-kybb1b { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-7bsdxc { align-content: center; align-items: center; background-color: var(--token-166db8b1-6460-4352-8108-182b2b9651f0, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 680vh; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 64px 0px 0px 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-lSvvZ .framer-1nl59uv { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px 0px 64px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-lSvvZ .framer-535y4g { 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: hidden; padding: 0px; position: relative; width: 45%; }\",\".framer-lSvvZ .framer-hi3qb1, .framer-lSvvZ .framer-omfz8v { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lSvvZ .framer-6j4zkf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: 100vh; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px 40px 64px 40px; position: sticky; top: 200px; width: 1280px; will-change: transform; z-index: 1; }\",\".framer-lSvvZ .framer-f8r5oe { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-1uury8q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 416px; min-width: 400px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-lSvvZ .framer-na6yw5-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 6; }\",\".framer-lSvvZ .framer-1cglamn-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 5; }\",\".framer-lSvvZ .framer-13c39ta-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 4; }\",\".framer-lSvvZ .framer-maekfb-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 3; }\",\".framer-lSvvZ .framer-eeok7-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 2; }\",\".framer-lSvvZ .framer-1vfp1mc-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-lSvvZ .framer-1y7tytp { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 503px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-lSvvZ .framer-v8fdns { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: 0px; min-height: 503px; min-width: 800px; overflow: visible; padding: 0px; position: absolute; top: 0px; width: min-content; z-index: 1; }\",\".framer-lSvvZ .framer-365xct-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 6; }\",\".framer-lSvvZ .framer-gnrrye-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 5; }\",\".framer-lSvvZ .framer-re5nsu-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 4; }\",\".framer-lSvvZ .framer-17fnr9k-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 3; }\",\".framer-lSvvZ .framer-10hvgf-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 2; }\",\".framer-lSvvZ .framer-zq923r-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-lSvvZ .framer-1cul6ij { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: space-between; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-socas1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 25px; padding: 0px; position: relative; width: 33%; }\",\".framer-lSvvZ .framer-i02hbd { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 0px; position: relative; width: 1px; }\",\".framer-lSvvZ .framer-way8l9 { flex: 1 0 0px; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-lSvvZ .framer-nyspth { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 94%; justify-content: flex-start; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; z-index: 0; }\",\".framer-lSvvZ .framer-hrp8rq, .framer-lSvvZ .framer-1pwrl9, .framer-lSvvZ .framer-124ywcn, .framer-lSvvZ .framer-13bq5h3, .framer-lSvvZ .framer-1lc27vh, .framer-lSvvZ .framer-kmc1e4 { flex: none; height: 100vh; overflow: hidden; pointer-events: none; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-lesgm6 { flex: none; height: 80px; overflow: hidden; pointer-events: none; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-bmyru1 { align-content: center; align-items: center; background-color: var(--token-166db8b1-6460-4352-8108-182b2b9651f0, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: auto; justify-content: center; max-width: 1280px; overflow: hidden; padding: 0px 40px 64px 40px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-1ghcflx { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-p78e9k, .framer-lSvvZ .framer-1r7yhay { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-cc5s6i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-1nwuq9u-container { flex: none; height: auto; position: relative; width: 1200px; }\",\".framer-lSvvZ .framer-14u8ill { flex: none; height: 64px; overflow: hidden; pointer-events: none; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-sqmikh { align-content: flex-start; align-items: flex-start; background-color: var(--token-166db8b1-6460-4352-8108-182b2b9651f0, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 949px; justify-content: flex-start; max-width: 1280px; overflow: hidden; padding: 64px 40px 64px 40px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-115u5bg { 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: hidden; padding: 64px 0px 128px 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-1f9xp1w { --framer-custom-cursors: pointer; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lSvvZ .framer-ltk6mc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-6naupv { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 30%; }\",\".framer-lSvvZ .framer-rtdyj2 { --border-bottom-width: 0px; --border-color: var(--token-f041b238-1130-446f-b3f6-779e86386335, #ffffff); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; 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: hidden; padding: 32px 0px 32px 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-1ia725n-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-20b1d3, .framer-lSvvZ .framer-1uzddeg { background-color: rgba(0, 0, 0, 0.7); inset: 0px; position: fixed; user-select: none; z-index: 1; }\",\".framer-lSvvZ .framer-wciv9n { --border-bottom-width: 1px; --border-color: var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, #0f62fe); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-end; align-items: flex-end; background-color: rgba(0, 0, 0, 0.8); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 350px; justify-content: flex-start; left: calc(50.00000000000002% - 350px / 2); overflow: hidden; padding: 16px; position: fixed; top: calc(50.00000000000002% - 350px / 2); width: 350px; z-index: 1; }\",\".framer-lSvvZ .framer-4bc5un-container, .framer-lSvvZ .framer-vt8c1p-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-lSvvZ .framer-1tf7r6l, .framer-lSvvZ .framer-fnc4p1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-1i22yai-container, .framer-lSvvZ .framer-230k3v-container, .framer-lSvvZ .framer-qbad0g-container { flex: none; height: 37px; position: relative; width: auto; }\",\".framer-lSvvZ .framer-1xjeirz, .framer-lSvvZ .framer-1nu8y93 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-x9wc57 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 360px; }\",\".framer-lSvvZ .framer-2sx7z9 { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lSvvZ .framer-1l15hfi, .framer-lSvvZ .framer-1w5j6au { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-lSvvZ .framer-120teii, .framer-lSvvZ .framer-kemk88, .framer-lSvvZ .framer-i6p84l, .framer-lSvvZ .framer-4zlipy { --framer-custom-cursors: pointer; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-lSvvZ .framer-nzmzwy { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 540px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-lSvvZ .framer-160b270-container { flex: 1 0 0px; height: 320px; position: relative; width: 1px; }\",\".framer-lSvvZ .framer-1f804za { --border-bottom-width: 1px; --border-color: var(--token-749c7a19-6737-48fe-8dc7-7545a701bb10, #0f62fe); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-end; align-items: flex-end; background-color: rgba(0, 0, 0, 0.8); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 391px; justify-content: flex-start; left: calc(50.00000000000002% - 350px / 2); overflow: hidden; padding: 16px; position: fixed; top: calc(50.00000000000002% - 391px / 2); width: 350px; z-index: 1; }\",\".framer-lSvvZ .framer-1956cps { align-content: center; align-items: center; background-color: var(--token-166db8b1-6460-4352-8108-182b2b9651f0, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; max-width: 1280px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-q4zgpr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: hidden; padding: 64px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-1lq1fii { --border-bottom-width: 0px; --border-color: var(--token-f041b238-1130-446f-b3f6-779e86386335, #ffffff); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 32px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-lSvvZ .framer-1a89m57 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lSvvZ .framer-qpugb2 { --framer-custom-cursors: pointer; -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-lSvvZ .framer-10u5nw9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-lSvvZ .framer-1lfj40j-container { flex: none; height: 24px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-lSvvZ.framer-72rtr7, .framer-lSvvZ .framer-1xbosl7, .framer-lSvvZ .framer-pnt76h, .framer-lSvvZ .framer-1vovgdy, .framer-lSvvZ .framer-1dz9yfq, .framer-lSvvZ .framer-1wpsax3, .framer-lSvvZ .framer-xw59m0, .framer-lSvvZ .framer-josbi3, .framer-lSvvZ .framer-zm6h6g, .framer-lSvvZ .framer-ghxt43, .framer-lSvvZ .framer-p9a0ex, .framer-lSvvZ .framer-qhgc8i, .framer-lSvvZ .framer-1v8517r, .framer-lSvvZ .framer-1wgu8zu, .framer-lSvvZ .framer-1fn7vjy, .framer-lSvvZ .framer-tdia9r, .framer-lSvvZ .framer-gxij9s, .framer-lSvvZ .framer-1lkt1bp, .framer-lSvvZ .framer-1gouapx, .framer-lSvvZ .framer-1bvsvmw, .framer-lSvvZ .framer-1qdz2kv, .framer-lSvvZ .framer-ws0a3y, .framer-lSvvZ .framer-1ni9y0l, .framer-lSvvZ .framer-1n7kmsk, .framer-lSvvZ .framer-1cpani0, .framer-lSvvZ .framer-lgwusv, .framer-lSvvZ .framer-ralih6, .framer-lSvvZ .framer-20ttyl, .framer-lSvvZ .framer-1o6xoeh, .framer-lSvvZ .framer-1tsm3vu, .framer-lSvvZ .framer-1c2wrb7, .framer-lSvvZ .framer-pwo1ty, .framer-lSvvZ .framer-1db49lr, .framer-lSvvZ .framer-1jhwrjb, .framer-lSvvZ .framer-7qvc8h, .framer-lSvvZ .framer-sjuu7x, .framer-lSvvZ .framer-1qbvsny, .framer-lSvvZ .framer-1780efm, .framer-lSvvZ .framer-9f7l25, .framer-lSvvZ .framer-oyf3vl, .framer-lSvvZ .framer-1o6rjcw, .framer-lSvvZ .framer-1guz5rt, .framer-lSvvZ .framer-10jb15q, .framer-lSvvZ .framer-1dizk9o, .framer-lSvvZ .framer-dvx9so, .framer-lSvvZ .framer-2gxxc0, .framer-lSvvZ .framer-rnz751, .framer-lSvvZ .framer-rl7m4f, .framer-lSvvZ .framer-15rldi3, .framer-lSvvZ .framer-136xwoj, .framer-lSvvZ .framer-oku1sw, .framer-lSvvZ .framer-1c7o3t6, .framer-lSvvZ .framer-1lijl7o, .framer-lSvvZ .framer-4zvxtt, .framer-lSvvZ .framer-v5pwr1, .framer-lSvvZ .framer-17rd3xa, .framer-lSvvZ .framer-f3m2p9, .framer-lSvvZ .framer-amo7b4, .framer-lSvvZ .framer-1b0o3fo, .framer-lSvvZ .framer-10l150e, .framer-lSvvZ .framer-osn5lw, .framer-lSvvZ .framer-14qp9ab, .framer-lSvvZ .framer-122f90m, .framer-lSvvZ .framer-1mhdsto, .framer-lSvvZ .framer-1drlwww, .framer-lSvvZ .framer-11gzqk5, .framer-lSvvZ .framer-11ff8ke, .framer-lSvvZ .framer-qceds4, .framer-lSvvZ .framer-12wbhks, .framer-lSvvZ .framer-watfo9, .framer-lSvvZ .framer-1brrvfi, .framer-lSvvZ .framer-da9hs3, .framer-lSvvZ .framer-blaf6h, .framer-lSvvZ .framer-1tq2vok, .framer-lSvvZ .framer-1957u3z, .framer-lSvvZ .framer-46h8ee, .framer-lSvvZ .framer-18ve9g6, .framer-lSvvZ .framer-13gj6jc, .framer-lSvvZ .framer-swy45b, .framer-lSvvZ .framer-1fl5cw4, .framer-lSvvZ .framer-jn5y0s, .framer-lSvvZ .framer-crftpk, .framer-lSvvZ .framer-zlupht, .framer-lSvvZ .framer-zio1r6, .framer-lSvvZ .framer-piw0fe, .framer-lSvvZ .framer-stc5jj, .framer-lSvvZ .framer-ct9vq9, .framer-lSvvZ .framer-16wck1b, .framer-lSvvZ .framer-11q4wx4, .framer-lSvvZ .framer-1055obq, .framer-lSvvZ .framer-1ln9pcy, .framer-lSvvZ .framer-1ck33ir, .framer-lSvvZ .framer-f4138t, .framer-lSvvZ .framer-1dkpdyc, .framer-lSvvZ .framer-10p84ok, .framer-lSvvZ .framer-b5psdz, .framer-lSvvZ .framer-113i3v1, .framer-lSvvZ .framer-pv34dt, .framer-lSvvZ .framer-9vhrsw, .framer-lSvvZ .framer-ntim0v, .framer-lSvvZ .framer-1o22xfi, .framer-lSvvZ .framer-qhdrx0, .framer-lSvvZ .framer-1q4wtu, .framer-lSvvZ .framer-md37n6, .framer-lSvvZ .framer-11s1rc8, .framer-lSvvZ .framer-5x3a8q, .framer-lSvvZ .framer-kkkk6, .framer-lSvvZ .framer-9gmnmd, .framer-lSvvZ .framer-xtfagd, .framer-lSvvZ .framer-1suoutn, .framer-lSvvZ .framer-gv0hw5, .framer-lSvvZ .framer-1dhuc21, .framer-lSvvZ .framer-18bzdab, .framer-lSvvZ .framer-1grwe91, .framer-lSvvZ .framer-1ca5l12, .framer-lSvvZ .framer-xxxoy, .framer-lSvvZ .framer-5qzjy4, .framer-lSvvZ .framer-it0tld, .framer-lSvvZ .framer-1vvjglx, .framer-lSvvZ .framer-18c2qlw, .framer-lSvvZ .framer-1jtarin, .framer-lSvvZ .framer-hyy0qg, .framer-lSvvZ .framer-cf0p9x, .framer-lSvvZ .framer-17oo461, .framer-lSvvZ .framer-1dgvmhw, .framer-lSvvZ .framer-2gtdku, .framer-lSvvZ .framer-srr0gw, .framer-lSvvZ .framer-16wiclv, .framer-lSvvZ .framer-113ap4a, .framer-lSvvZ .framer-t2y8js, .framer-lSvvZ .framer-t4f67j, .framer-lSvvZ .framer-kybb1b, .framer-lSvvZ .framer-7bsdxc, .framer-lSvvZ .framer-1nl59uv, .framer-lSvvZ .framer-535y4g, .framer-lSvvZ .framer-ihozpn, .framer-lSvvZ .framer-37h1ua, .framer-lSvvZ .framer-6j4zkf, .framer-lSvvZ .framer-f8r5oe, .framer-lSvvZ .framer-1uury8q, .framer-lSvvZ .framer-1y7tytp, .framer-lSvvZ .framer-v8fdns, .framer-lSvvZ .framer-socas1, .framer-lSvvZ .framer-i02hbd, .framer-lSvvZ .framer-nyspth, .framer-lSvvZ .framer-bmyru1, .framer-lSvvZ .framer-1ghcflx, .framer-lSvvZ .framer-p78e9k, .framer-lSvvZ .framer-cc5s6i, .framer-lSvvZ .framer-1r7yhay, .framer-lSvvZ .framer-sqmikh, .framer-lSvvZ .framer-115u5bg, .framer-lSvvZ .framer-16ecihc, .framer-lSvvZ .framer-rtdyj2, .framer-lSvvZ .framer-wciv9n, .framer-lSvvZ .framer-1tf7r6l, .framer-lSvvZ .framer-1xjeirz, .framer-lSvvZ .framer-x9wc57, .framer-lSvvZ .framer-2sx7z9, .framer-lSvvZ .framer-1l15hfi, .framer-lSvvZ .framer-1w5j6au, .framer-lSvvZ .framer-nzmzwy, .framer-lSvvZ .framer-1f804za, .framer-lSvvZ .framer-fnc4p1, .framer-lSvvZ .framer-1nu8y93, .framer-lSvvZ .framer-1956cps, .framer-lSvvZ .framer-1a89m57, .framer-lSvvZ .framer-10u5nw9 { gap: 0px; } .framer-lSvvZ.framer-72rtr7 > *, .framer-lSvvZ .framer-1vovgdy > *, .framer-lSvvZ .framer-p9a0ex > *, .framer-lSvvZ .framer-1fn7vjy > *, .framer-lSvvZ .framer-crftpk > *, .framer-lSvvZ .framer-zio1r6 > *, .framer-lSvvZ .framer-stc5jj > *, .framer-lSvvZ .framer-16wck1b > *, .framer-lSvvZ .framer-f4138t > *, .framer-lSvvZ .framer-1dhuc21 > *, .framer-lSvvZ .framer-1jtarin > *, .framer-lSvvZ .framer-7bsdxc > *, .framer-lSvvZ .framer-535y4g > *, .framer-lSvvZ .framer-nyspth > *, .framer-lSvvZ .framer-sqmikh > *, .framer-lSvvZ .framer-115u5bg > *, .framer-lSvvZ .framer-16ecihc > *, .framer-lSvvZ .framer-rtdyj2 > *, .framer-lSvvZ .framer-1956cps > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-lSvvZ.framer-72rtr7 > :first-child, .framer-lSvvZ .framer-1vovgdy > :first-child, .framer-lSvvZ .framer-1dz9yfq > :first-child, .framer-lSvvZ .framer-1wpsax3 > :first-child, .framer-lSvvZ .framer-ghxt43 > :first-child, .framer-lSvvZ .framer-p9a0ex > :first-child, .framer-lSvvZ .framer-1wgu8zu > :first-child, .framer-lSvvZ .framer-1fn7vjy > :first-child, .framer-lSvvZ .framer-tdia9r > :first-child, .framer-lSvvZ .framer-1gouapx > :first-child, .framer-lSvvZ .framer-1bvsvmw > :first-child, .framer-lSvvZ .framer-1db49lr > :first-child, .framer-lSvvZ .framer-1jhwrjb > :first-child, .framer-lSvvZ .framer-oyf3vl > :first-child, .framer-lSvvZ .framer-1o6rjcw > :first-child, .framer-lSvvZ .framer-15rldi3 > :first-child, .framer-lSvvZ .framer-136xwoj > :first-child, .framer-lSvvZ .framer-f3m2p9 > :first-child, .framer-lSvvZ .framer-amo7b4 > :first-child, .framer-lSvvZ .framer-qceds4 > :first-child, .framer-lSvvZ .framer-46h8ee > :first-child, .framer-lSvvZ .framer-18ve9g6 > :first-child, .framer-lSvvZ .framer-crftpk > :first-child, .framer-lSvvZ .framer-zlupht > :first-child, .framer-lSvvZ .framer-zio1r6 > :first-child, .framer-lSvvZ .framer-stc5jj > :first-child, .framer-lSvvZ .framer-16wck1b > :first-child, .framer-lSvvZ .framer-11q4wx4 > :first-child, .framer-lSvvZ .framer-1055obq > :first-child, .framer-lSvvZ .framer-f4138t > :first-child, .framer-lSvvZ .framer-qhdrx0 > :first-child, .framer-lSvvZ .framer-9gmnmd > :first-child, .framer-lSvvZ .framer-1dhuc21 > :first-child, .framer-lSvvZ .framer-1jtarin > :first-child, .framer-lSvvZ .framer-113ap4a > :first-child, .framer-lSvvZ .framer-t4f67j > :first-child, .framer-lSvvZ .framer-7bsdxc > :first-child, .framer-lSvvZ .framer-535y4g > :first-child, .framer-lSvvZ .framer-37h1ua > :first-child, .framer-lSvvZ .framer-6j4zkf > :first-child, .framer-lSvvZ .framer-nyspth > :first-child, .framer-lSvvZ .framer-bmyru1 > :first-child, .framer-lSvvZ .framer-1ghcflx > :first-child, .framer-lSvvZ .framer-p78e9k > :first-child, .framer-lSvvZ .framer-cc5s6i > :first-child, .framer-lSvvZ .framer-1r7yhay > :first-child, .framer-lSvvZ .framer-sqmikh > :first-child, .framer-lSvvZ .framer-115u5bg > :first-child, .framer-lSvvZ .framer-16ecihc > :first-child, .framer-lSvvZ .framer-rtdyj2 > :first-child, .framer-lSvvZ .framer-wciv9n > :first-child, .framer-lSvvZ .framer-1tf7r6l > :first-child, .framer-lSvvZ .framer-1xjeirz > :first-child, .framer-lSvvZ .framer-1l15hfi > :first-child, .framer-lSvvZ .framer-1w5j6au > :first-child, .framer-lSvvZ .framer-1f804za > :first-child, .framer-lSvvZ .framer-fnc4p1 > :first-child, .framer-lSvvZ .framer-1nu8y93 > :first-child, .framer-lSvvZ .framer-1956cps > :first-child { margin-top: 0px; } .framer-lSvvZ.framer-72rtr7 > :last-child, .framer-lSvvZ .framer-1vovgdy > :last-child, .framer-lSvvZ .framer-1dz9yfq > :last-child, .framer-lSvvZ .framer-1wpsax3 > :last-child, .framer-lSvvZ .framer-ghxt43 > :last-child, .framer-lSvvZ .framer-p9a0ex > :last-child, .framer-lSvvZ .framer-1wgu8zu > :last-child, .framer-lSvvZ .framer-1fn7vjy > :last-child, .framer-lSvvZ .framer-tdia9r > :last-child, .framer-lSvvZ .framer-1gouapx > :last-child, .framer-lSvvZ .framer-1bvsvmw > :last-child, .framer-lSvvZ .framer-1db49lr > :last-child, .framer-lSvvZ .framer-1jhwrjb > :last-child, .framer-lSvvZ .framer-oyf3vl > :last-child, .framer-lSvvZ .framer-1o6rjcw > :last-child, .framer-lSvvZ .framer-15rldi3 > :last-child, .framer-lSvvZ .framer-136xwoj > :last-child, .framer-lSvvZ .framer-f3m2p9 > :last-child, .framer-lSvvZ .framer-amo7b4 > :last-child, .framer-lSvvZ .framer-qceds4 > :last-child, .framer-lSvvZ .framer-46h8ee > :last-child, .framer-lSvvZ .framer-18ve9g6 > :last-child, .framer-lSvvZ .framer-crftpk > :last-child, .framer-lSvvZ .framer-zlupht > :last-child, .framer-lSvvZ .framer-zio1r6 > :last-child, .framer-lSvvZ .framer-stc5jj > :last-child, .framer-lSvvZ .framer-16wck1b > :last-child, .framer-lSvvZ .framer-11q4wx4 > :last-child, .framer-lSvvZ .framer-1055obq > :last-child, .framer-lSvvZ .framer-f4138t > :last-child, .framer-lSvvZ .framer-qhdrx0 > :last-child, .framer-lSvvZ .framer-9gmnmd > :last-child, .framer-lSvvZ .framer-1dhuc21 > :last-child, .framer-lSvvZ .framer-1jtarin > :last-child, .framer-lSvvZ .framer-113ap4a > :last-child, .framer-lSvvZ .framer-t4f67j > :last-child, .framer-lSvvZ .framer-7bsdxc > :last-child, .framer-lSvvZ .framer-535y4g > :last-child, .framer-lSvvZ .framer-37h1ua > :last-child, .framer-lSvvZ .framer-6j4zkf > :last-child, .framer-lSvvZ .framer-nyspth > :last-child, .framer-lSvvZ .framer-bmyru1 > :last-child, .framer-lSvvZ .framer-1ghcflx > :last-child, .framer-lSvvZ .framer-p78e9k > :last-child, .framer-lSvvZ .framer-cc5s6i > :last-child, .framer-lSvvZ .framer-1r7yhay > :last-child, .framer-lSvvZ .framer-sqmikh > :last-child, .framer-lSvvZ .framer-115u5bg > :last-child, .framer-lSvvZ .framer-16ecihc > :last-child, .framer-lSvvZ .framer-rtdyj2 > :last-child, .framer-lSvvZ .framer-wciv9n > :last-child, .framer-lSvvZ .framer-1tf7r6l > :last-child, .framer-lSvvZ .framer-1xjeirz > :last-child, .framer-lSvvZ .framer-1l15hfi > :last-child, .framer-lSvvZ .framer-1w5j6au > :last-child, .framer-lSvvZ .framer-1f804za > :last-child, .framer-lSvvZ .framer-fnc4p1 > :last-child, .framer-lSvvZ .framer-1nu8y93 > :last-child, .framer-lSvvZ .framer-1956cps > :last-child { margin-bottom: 0px; } .framer-lSvvZ .framer-1xbosl7 > *, .framer-lSvvZ .framer-1v8517r > *, .framer-lSvvZ .framer-gxij9s > *, .framer-lSvvZ .framer-1lkt1bp > *, .framer-lSvvZ .framer-ralih6 > *, .framer-lSvvZ .framer-1o6xoeh > *, .framer-lSvvZ .framer-1tsm3vu > *, .framer-lSvvZ .framer-pwo1ty > *, .framer-lSvvZ .framer-1780efm > *, .framer-lSvvZ .framer-9f7l25 > *, .framer-lSvvZ .framer-10jb15q > *, .framer-lSvvZ .framer-dvx9so > *, .framer-lSvvZ .framer-2gxxc0 > *, .framer-lSvvZ .framer-rl7m4f > *, .framer-lSvvZ .framer-v5pwr1 > *, .framer-lSvvZ .framer-17rd3xa > *, .framer-lSvvZ .framer-122f90m > *, .framer-lSvvZ .framer-1drlwww > *, .framer-lSvvZ .framer-11gzqk5 > *, .framer-lSvvZ .framer-1957u3z > *, .framer-lSvvZ .framer-1ln9pcy > *, .framer-lSvvZ .framer-1ck33ir > *, .framer-lSvvZ .framer-1o22xfi > *, .framer-lSvvZ .framer-1q4wtu > *, .framer-lSvvZ .framer-5x3a8q > *, .framer-lSvvZ .framer-kkkk6 > *, .framer-lSvvZ .framer-xtfagd > *, .framer-lSvvZ .framer-1vvjglx > *, .framer-lSvvZ .framer-18c2qlw > *, .framer-lSvvZ .framer-16wiclv > *, .framer-lSvvZ .framer-ihozpn > *, .framer-lSvvZ .framer-f8r5oe > *, .framer-lSvvZ .framer-1y7tytp > *, .framer-lSvvZ .framer-v8fdns > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-lSvvZ .framer-1xbosl7 > :first-child, .framer-lSvvZ .framer-pnt76h > :first-child, .framer-lSvvZ .framer-xw59m0 > :first-child, .framer-lSvvZ .framer-josbi3 > :first-child, .framer-lSvvZ .framer-zm6h6g > :first-child, .framer-lSvvZ .framer-qhgc8i > :first-child, .framer-lSvvZ .framer-1v8517r > :first-child, .framer-lSvvZ .framer-gxij9s > :first-child, .framer-lSvvZ .framer-1lkt1bp > :first-child, .framer-lSvvZ .framer-1qdz2kv > :first-child, .framer-lSvvZ .framer-ws0a3y > :first-child, .framer-lSvvZ .framer-1ni9y0l > :first-child, .framer-lSvvZ .framer-1n7kmsk > :first-child, .framer-lSvvZ .framer-1cpani0 > :first-child, .framer-lSvvZ .framer-lgwusv > :first-child, .framer-lSvvZ .framer-ralih6 > :first-child, .framer-lSvvZ .framer-20ttyl > :first-child, .framer-lSvvZ .framer-1o6xoeh > :first-child, .framer-lSvvZ .framer-1tsm3vu > :first-child, .framer-lSvvZ .framer-1c2wrb7 > :first-child, .framer-lSvvZ .framer-pwo1ty > :first-child, .framer-lSvvZ .framer-7qvc8h > :first-child, .framer-lSvvZ .framer-sjuu7x > :first-child, .framer-lSvvZ .framer-1qbvsny > :first-child, .framer-lSvvZ .framer-1780efm > :first-child, .framer-lSvvZ .framer-9f7l25 > :first-child, .framer-lSvvZ .framer-1guz5rt > :first-child, .framer-lSvvZ .framer-10jb15q > :first-child, .framer-lSvvZ .framer-1dizk9o > :first-child, .framer-lSvvZ .framer-dvx9so > :first-child, .framer-lSvvZ .framer-2gxxc0 > :first-child, .framer-lSvvZ .framer-rnz751 > :first-child, .framer-lSvvZ .framer-rl7m4f > :first-child, .framer-lSvvZ .framer-oku1sw > :first-child, .framer-lSvvZ .framer-1c7o3t6 > :first-child, .framer-lSvvZ .framer-1lijl7o > :first-child, .framer-lSvvZ .framer-4zvxtt > :first-child, .framer-lSvvZ .framer-v5pwr1 > :first-child, .framer-lSvvZ .framer-17rd3xa > :first-child, .framer-lSvvZ .framer-1b0o3fo > :first-child, .framer-lSvvZ .framer-10l150e > :first-child, .framer-lSvvZ .framer-osn5lw > :first-child, .framer-lSvvZ .framer-14qp9ab > :first-child, .framer-lSvvZ .framer-122f90m > :first-child, .framer-lSvvZ .framer-1mhdsto > :first-child, .framer-lSvvZ .framer-1drlwww > :first-child, .framer-lSvvZ .framer-11gzqk5 > :first-child, .framer-lSvvZ .framer-11ff8ke > :first-child, .framer-lSvvZ .framer-12wbhks > :first-child, .framer-lSvvZ .framer-watfo9 > :first-child, .framer-lSvvZ .framer-1brrvfi > :first-child, .framer-lSvvZ .framer-da9hs3 > :first-child, .framer-lSvvZ .framer-blaf6h > :first-child, .framer-lSvvZ .framer-1tq2vok > :first-child, .framer-lSvvZ .framer-1957u3z > :first-child, .framer-lSvvZ .framer-13gj6jc > :first-child, .framer-lSvvZ .framer-swy45b > :first-child, .framer-lSvvZ .framer-1fl5cw4 > :first-child, .framer-lSvvZ .framer-jn5y0s > :first-child, .framer-lSvvZ .framer-piw0fe > :first-child, .framer-lSvvZ .framer-ct9vq9 > :first-child, .framer-lSvvZ .framer-1ln9pcy > :first-child, .framer-lSvvZ .framer-1ck33ir > :first-child, .framer-lSvvZ .framer-1dkpdyc > :first-child, .framer-lSvvZ .framer-10p84ok > :first-child, .framer-lSvvZ .framer-b5psdz > :first-child, .framer-lSvvZ .framer-113i3v1 > :first-child, .framer-lSvvZ .framer-pv34dt > :first-child, .framer-lSvvZ .framer-9vhrsw > :first-child, .framer-lSvvZ .framer-ntim0v > :first-child, .framer-lSvvZ .framer-1o22xfi > :first-child, .framer-lSvvZ .framer-1q4wtu > :first-child, .framer-lSvvZ .framer-md37n6 > :first-child, .framer-lSvvZ .framer-11s1rc8 > :first-child, .framer-lSvvZ .framer-5x3a8q > :first-child, .framer-lSvvZ .framer-kkkk6 > :first-child, .framer-lSvvZ .framer-xtfagd > :first-child, .framer-lSvvZ .framer-1suoutn > :first-child, .framer-lSvvZ .framer-gv0hw5 > :first-child, .framer-lSvvZ .framer-18bzdab > :first-child, .framer-lSvvZ .framer-1grwe91 > :first-child, .framer-lSvvZ .framer-1ca5l12 > :first-child, .framer-lSvvZ .framer-xxxoy > :first-child, .framer-lSvvZ .framer-5qzjy4 > :first-child, .framer-lSvvZ .framer-it0tld > :first-child, .framer-lSvvZ .framer-1vvjglx > :first-child, .framer-lSvvZ .framer-18c2qlw > :first-child, .framer-lSvvZ .framer-hyy0qg > :first-child, .framer-lSvvZ .framer-cf0p9x > :first-child, .framer-lSvvZ .framer-17oo461 > :first-child, .framer-lSvvZ .framer-1dgvmhw > :first-child, .framer-lSvvZ .framer-2gtdku > :first-child, .framer-lSvvZ .framer-srr0gw > :first-child, .framer-lSvvZ .framer-16wiclv > :first-child, .framer-lSvvZ .framer-t2y8js > :first-child, .framer-lSvvZ .framer-kybb1b > :first-child, .framer-lSvvZ .framer-1nl59uv > :first-child, .framer-lSvvZ .framer-ihozpn > :first-child, .framer-lSvvZ .framer-f8r5oe > :first-child, .framer-lSvvZ .framer-1uury8q > :first-child, .framer-lSvvZ .framer-1y7tytp > :first-child, .framer-lSvvZ .framer-v8fdns > :first-child, .framer-lSvvZ .framer-socas1 > :first-child, .framer-lSvvZ .framer-i02hbd > :first-child, .framer-lSvvZ .framer-x9wc57 > :first-child, .framer-lSvvZ .framer-2sx7z9 > :first-child, .framer-lSvvZ .framer-nzmzwy > :first-child, .framer-lSvvZ .framer-1a89m57 > :first-child, .framer-lSvvZ .framer-10u5nw9 > :first-child { margin-left: 0px; } .framer-lSvvZ .framer-1xbosl7 > :last-child, .framer-lSvvZ .framer-pnt76h > :last-child, .framer-lSvvZ .framer-xw59m0 > :last-child, .framer-lSvvZ .framer-josbi3 > :last-child, .framer-lSvvZ .framer-zm6h6g > :last-child, .framer-lSvvZ .framer-qhgc8i > :last-child, .framer-lSvvZ .framer-1v8517r > :last-child, .framer-lSvvZ .framer-gxij9s > :last-child, .framer-lSvvZ .framer-1lkt1bp > :last-child, .framer-lSvvZ .framer-1qdz2kv > :last-child, .framer-lSvvZ .framer-ws0a3y > :last-child, .framer-lSvvZ .framer-1ni9y0l > :last-child, .framer-lSvvZ .framer-1n7kmsk > :last-child, .framer-lSvvZ .framer-1cpani0 > :last-child, .framer-lSvvZ .framer-lgwusv > :last-child, .framer-lSvvZ .framer-ralih6 > :last-child, .framer-lSvvZ .framer-20ttyl > :last-child, .framer-lSvvZ .framer-1o6xoeh > :last-child, .framer-lSvvZ .framer-1tsm3vu > :last-child, .framer-lSvvZ .framer-1c2wrb7 > :last-child, .framer-lSvvZ .framer-pwo1ty > :last-child, .framer-lSvvZ .framer-7qvc8h > :last-child, .framer-lSvvZ .framer-sjuu7x > :last-child, .framer-lSvvZ .framer-1qbvsny > :last-child, .framer-lSvvZ .framer-1780efm > :last-child, .framer-lSvvZ .framer-9f7l25 > :last-child, .framer-lSvvZ .framer-1guz5rt > :last-child, .framer-lSvvZ .framer-10jb15q > :last-child, .framer-lSvvZ .framer-1dizk9o > :last-child, .framer-lSvvZ .framer-dvx9so > :last-child, .framer-lSvvZ .framer-2gxxc0 > :last-child, .framer-lSvvZ .framer-rnz751 > :last-child, .framer-lSvvZ .framer-rl7m4f > :last-child, .framer-lSvvZ .framer-oku1sw > :last-child, .framer-lSvvZ .framer-1c7o3t6 > :last-child, .framer-lSvvZ .framer-1lijl7o > :last-child, .framer-lSvvZ .framer-4zvxtt > :last-child, .framer-lSvvZ .framer-v5pwr1 > :last-child, .framer-lSvvZ .framer-17rd3xa > :last-child, .framer-lSvvZ .framer-1b0o3fo > :last-child, .framer-lSvvZ .framer-10l150e > :last-child, .framer-lSvvZ .framer-osn5lw > :last-child, .framer-lSvvZ .framer-14qp9ab > :last-child, .framer-lSvvZ .framer-122f90m > :last-child, .framer-lSvvZ .framer-1mhdsto > :last-child, .framer-lSvvZ .framer-1drlwww > :last-child, .framer-lSvvZ .framer-11gzqk5 > :last-child, .framer-lSvvZ .framer-11ff8ke > :last-child, .framer-lSvvZ .framer-12wbhks > :last-child, .framer-lSvvZ .framer-watfo9 > :last-child, .framer-lSvvZ .framer-1brrvfi > :last-child, .framer-lSvvZ .framer-da9hs3 > :last-child, .framer-lSvvZ .framer-blaf6h > :last-child, .framer-lSvvZ .framer-1tq2vok > :last-child, .framer-lSvvZ .framer-1957u3z > :last-child, .framer-lSvvZ .framer-13gj6jc > :last-child, .framer-lSvvZ .framer-swy45b > :last-child, .framer-lSvvZ .framer-1fl5cw4 > :last-child, .framer-lSvvZ .framer-jn5y0s > :last-child, .framer-lSvvZ .framer-piw0fe > :last-child, .framer-lSvvZ .framer-ct9vq9 > :last-child, .framer-lSvvZ .framer-1ln9pcy > :last-child, .framer-lSvvZ .framer-1ck33ir > :last-child, .framer-lSvvZ .framer-1dkpdyc > :last-child, .framer-lSvvZ .framer-10p84ok > :last-child, .framer-lSvvZ .framer-b5psdz > :last-child, .framer-lSvvZ .framer-113i3v1 > :last-child, .framer-lSvvZ .framer-pv34dt > :last-child, .framer-lSvvZ .framer-9vhrsw > :last-child, .framer-lSvvZ .framer-ntim0v > :last-child, .framer-lSvvZ .framer-1o22xfi > :last-child, .framer-lSvvZ .framer-1q4wtu > :last-child, .framer-lSvvZ .framer-md37n6 > :last-child, .framer-lSvvZ .framer-11s1rc8 > :last-child, .framer-lSvvZ .framer-5x3a8q > :last-child, .framer-lSvvZ .framer-kkkk6 > :last-child, .framer-lSvvZ .framer-xtfagd > :last-child, .framer-lSvvZ .framer-1suoutn > :last-child, .framer-lSvvZ .framer-gv0hw5 > :last-child, .framer-lSvvZ .framer-18bzdab > :last-child, .framer-lSvvZ .framer-1grwe91 > :last-child, .framer-lSvvZ .framer-1ca5l12 > :last-child, .framer-lSvvZ .framer-xxxoy > :last-child, .framer-lSvvZ .framer-5qzjy4 > :last-child, .framer-lSvvZ .framer-it0tld > :last-child, .framer-lSvvZ .framer-1vvjglx > :last-child, .framer-lSvvZ .framer-18c2qlw > :last-child, .framer-lSvvZ .framer-hyy0qg > :last-child, .framer-lSvvZ .framer-cf0p9x > :last-child, .framer-lSvvZ .framer-17oo461 > :last-child, .framer-lSvvZ .framer-1dgvmhw > :last-child, .framer-lSvvZ .framer-2gtdku > :last-child, .framer-lSvvZ .framer-srr0gw > :last-child, .framer-lSvvZ .framer-16wiclv > :last-child, .framer-lSvvZ .framer-t2y8js > :last-child, .framer-lSvvZ .framer-kybb1b > :last-child, .framer-lSvvZ .framer-1nl59uv > :last-child, .framer-lSvvZ .framer-ihozpn > :last-child, .framer-lSvvZ .framer-f8r5oe > :last-child, .framer-lSvvZ .framer-1uury8q > :last-child, .framer-lSvvZ .framer-1y7tytp > :last-child, .framer-lSvvZ .framer-v8fdns > :last-child, .framer-lSvvZ .framer-socas1 > :last-child, .framer-lSvvZ .framer-i02hbd > :last-child, .framer-lSvvZ .framer-x9wc57 > :last-child, .framer-lSvvZ .framer-2sx7z9 > :last-child, .framer-lSvvZ .framer-nzmzwy > :last-child, .framer-lSvvZ .framer-1a89m57 > :last-child, .framer-lSvvZ .framer-10u5nw9 > :last-child { margin-right: 0px; } .framer-lSvvZ .framer-pnt76h > * { margin: 0px; margin-left: calc(65px / 2); margin-right: calc(65px / 2); } .framer-lSvvZ .framer-1dz9yfq > *, .framer-lSvvZ .framer-tdia9r > *, .framer-lSvvZ .framer-zlupht > *, .framer-lSvvZ .framer-6j4zkf > *, .framer-lSvvZ .framer-bmyru1 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-lSvvZ .framer-1wpsax3 > *, .framer-lSvvZ .framer-1wgu8zu > *, .framer-lSvvZ .framer-1bvsvmw > *, .framer-lSvvZ .framer-1jhwrjb > *, .framer-lSvvZ .framer-1o6rjcw > *, .framer-lSvvZ .framer-136xwoj > *, .framer-lSvvZ .framer-18ve9g6 > *, .framer-lSvvZ .framer-37h1ua > *, .framer-lSvvZ .framer-wciv9n > *, .framer-lSvvZ .framer-1xjeirz > *, .framer-lSvvZ .framer-1l15hfi > *, .framer-lSvvZ .framer-1w5j6au > *, .framer-lSvvZ .framer-1f804za > *, .framer-lSvvZ .framer-1nu8y93 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-lSvvZ .framer-xw59m0 > * { margin: 0px; margin-left: calc(25px / 2); margin-right: calc(25px / 2); } .framer-lSvvZ .framer-josbi3 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-lSvvZ .framer-zm6h6g > *, .framer-lSvvZ .framer-1qdz2kv > *, .framer-lSvvZ .framer-ws0a3y > *, .framer-lSvvZ .framer-1ni9y0l > *, .framer-lSvvZ .framer-1n7kmsk > *, .framer-lSvvZ .framer-1cpani0 > *, .framer-lSvvZ .framer-lgwusv > *, .framer-lSvvZ .framer-20ttyl > *, .framer-lSvvZ .framer-1c2wrb7 > *, .framer-lSvvZ .framer-7qvc8h > *, .framer-lSvvZ .framer-sjuu7x > *, .framer-lSvvZ .framer-1qbvsny > *, .framer-lSvvZ .framer-1guz5rt > *, .framer-lSvvZ .framer-1dizk9o > *, .framer-lSvvZ .framer-rnz751 > *, .framer-lSvvZ .framer-oku1sw > *, .framer-lSvvZ .framer-1c7o3t6 > *, .framer-lSvvZ .framer-1lijl7o > *, .framer-lSvvZ .framer-4zvxtt > *, .framer-lSvvZ .framer-1b0o3fo > *, .framer-lSvvZ .framer-10l150e > *, .framer-lSvvZ .framer-osn5lw > *, .framer-lSvvZ .framer-14qp9ab > *, .framer-lSvvZ .framer-1mhdsto > *, .framer-lSvvZ .framer-11ff8ke > *, .framer-lSvvZ .framer-12wbhks > *, .framer-lSvvZ .framer-watfo9 > *, .framer-lSvvZ .framer-1brrvfi > *, .framer-lSvvZ .framer-da9hs3 > *, .framer-lSvvZ .framer-blaf6h > *, .framer-lSvvZ .framer-1tq2vok > *, .framer-lSvvZ .framer-13gj6jc > *, .framer-lSvvZ .framer-swy45b > *, .framer-lSvvZ .framer-1fl5cw4 > *, .framer-lSvvZ .framer-jn5y0s > *, .framer-lSvvZ .framer-ct9vq9 > *, .framer-lSvvZ .framer-10p84ok > *, .framer-lSvvZ .framer-b5psdz > *, .framer-lSvvZ .framer-113i3v1 > *, .framer-lSvvZ .framer-pv34dt > *, .framer-lSvvZ .framer-9vhrsw > *, .framer-lSvvZ .framer-ntim0v > *, .framer-lSvvZ .framer-md37n6 > *, .framer-lSvvZ .framer-11s1rc8 > *, .framer-lSvvZ .framer-1suoutn > *, .framer-lSvvZ .framer-gv0hw5 > *, .framer-lSvvZ .framer-1grwe91 > *, .framer-lSvvZ .framer-1ca5l12 > *, .framer-lSvvZ .framer-xxxoy > *, .framer-lSvvZ .framer-5qzjy4 > *, .framer-lSvvZ .framer-it0tld > *, .framer-lSvvZ .framer-cf0p9x > *, .framer-lSvvZ .framer-17oo461 > *, .framer-lSvvZ .framer-1dgvmhw > *, .framer-lSvvZ .framer-2gtdku > *, .framer-lSvvZ .framer-srr0gw > *, .framer-lSvvZ .framer-1uury8q > *, .framer-lSvvZ .framer-socas1 > *, .framer-lSvvZ .framer-nzmzwy > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-lSvvZ .framer-ghxt43 > *, .framer-lSvvZ .framer-1gouapx > *, .framer-lSvvZ .framer-1db49lr > *, .framer-lSvvZ .framer-oyf3vl > *, .framer-lSvvZ .framer-15rldi3 > *, .framer-lSvvZ .framer-46h8ee > *, .framer-lSvvZ .framer-11q4wx4 > *, .framer-lSvvZ .framer-1055obq > *, .framer-lSvvZ .framer-1ghcflx > *, .framer-lSvvZ .framer-cc5s6i > *, .framer-lSvvZ .framer-1tf7r6l > *, .framer-lSvvZ .framer-fnc4p1 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-lSvvZ .framer-qhgc8i > *, .framer-lSvvZ .framer-piw0fe > *, .framer-lSvvZ .framer-1nl59uv > *, .framer-lSvvZ .framer-i02hbd > *, .framer-lSvvZ .framer-2sx7z9 > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-lSvvZ .framer-f3m2p9 > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-lSvvZ .framer-amo7b4 > *, .framer-lSvvZ .framer-p78e9k > *, .framer-lSvvZ .framer-1r7yhay > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-lSvvZ .framer-qceds4 > *, .framer-lSvvZ .framer-t4f67j > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-lSvvZ .framer-1dkpdyc > *, .framer-lSvvZ .framer-18bzdab > *, .framer-lSvvZ .framer-hyy0qg > *, .framer-lSvvZ .framer-kybb1b > *, .framer-lSvvZ .framer-x9wc57 > *, .framer-lSvvZ .framer-1a89m57 > *, .framer-lSvvZ .framer-10u5nw9 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-lSvvZ .framer-qhdrx0 > *, .framer-lSvvZ .framer-9gmnmd > *, .framer-lSvvZ .framer-113ap4a > * { margin: 0px; margin-bottom: calc(128px / 2); margin-top: calc(128px / 2); } .framer-lSvvZ .framer-t2y8js > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } }\",\"@media (min-width: 1280px) { .framer-lSvvZ .hidden-72rtr7 { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1279px) { .framer-lSvvZ .hidden-1a6omwe { display: none !important; } .${metadata.bodyClassName}-framer-lSvvZ { background: var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)); } .framer-lSvvZ.framer-72rtr7 { width: 810px; } .framer-lSvvZ .framer-t1v1mt { height: 70px; padding: 0px 20px 0px 20px; } .framer-lSvvZ .framer-nr1lus-container, .framer-lSvvZ .framer-1toig76-container { height: 70px; width: 70px; } .framer-lSvvZ .framer-1xbosl7, .framer-lSvvZ .framer-qhgc8i, .framer-lSvvZ .framer-mzpzpg { padding: 0px 20px 0px 20px; } .framer-lSvvZ .framer-pnt76h { padding: 65px 20px 35px 20px; } .framer-lSvvZ .framer-1akt3jl { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-lSvvZ .framer-1dz9yfq { height: 90vh; padding: 32px 20px 0px 20px; } .framer-lSvvZ .framer-1wpsax3, .framer-lSvvZ .framer-1055obq { padding: 64px 0px 0px 0px; } .framer-lSvvZ .framer-xw59m0 { gap: 15px; } .framer-lSvvZ .framer-ghxt43 { gap: 64px; } .framer-lSvvZ .framer-p9a0ex, .framer-lSvvZ .framer-11q4wx4 { padding: 64px 0px 64px 0px; } .framer-lSvvZ .framer-tdia9r { gap: 35px; } .framer-lSvvZ .framer-gxij9s { height: 550px; padding: 0px 20px 0px 20px; top: 100px; } .framer-lSvvZ .framer-1lkt1bp { height: 550px; width: 45%; } .framer-lSvvZ .framer-1mw8gim { order: 0; } .framer-lSvvZ .framer-1gouapx, .framer-lSvvZ .framer-1db49lr, .framer-lSvvZ .framer-oyf3vl, .framer-lSvvZ .framer-46h8ee { gap: 16px; } .framer-lSvvZ .framer-1bvsvmw, .framer-lSvvZ .framer-1jhwrjb, .framer-lSvvZ .framer-136xwoj, .framer-lSvvZ .framer-18ve9g6, .framer-lSvvZ .framer-p78e9k, .framer-lSvvZ .framer-1r7yhay { gap: 8px; } .framer-lSvvZ .framer-20ttyl, .framer-lSvvZ .framer-1c2wrb7, .framer-lSvvZ .framer-1dizk9o, .framer-lSvvZ .framer-rnz751, .framer-lSvvZ .framer-1mhdsto { aspect-ratio: 1.4181818181818182 / 1; } .framer-lSvvZ .framer-1o6xoeh { height: 550px; padding: 0px 20px 0px 20px; top: 140px; } .framer-lSvvZ .framer-pwo1ty, .framer-lSvvZ .framer-9f7l25, .framer-lSvvZ .framer-rl7m4f, .framer-lSvvZ .framer-17rd3xa, .framer-lSvvZ .framer-1957u3z { width: 45%; } .framer-lSvvZ .framer-1780efm { height: 550px; padding: 0px 20px 0px 20px; top: 180px; } .framer-lSvvZ .framer-1o6rjcw { gap: 8px; opacity: 0.8; } .framer-lSvvZ .framer-dvx9so { height: 550px; padding: 0px 20px 0px 20px; top: 220px; } .framer-lSvvZ .framer-v5pwr1 { height: 550px; padding: 0px 20px 0px 20px; top: 260px; } .framer-lSvvZ .framer-cdqn7z, .framer-lSvvZ .framer-150vmid, .framer-lSvvZ .framer-1yss9pu-container, .framer-lSvvZ .framer-way8l9 { flex: none; width: 100%; } .framer-lSvvZ .framer-f3m2p9 { gap: 25px; } .framer-lSvvZ .framer-1drlwww { height: 550px; padding: 0px 20px 0px 20px; top: 300px; } .framer-lSvvZ .framer-11ff8ke { aspect-ratio: 1.4181818181818182 / 1; flex: none; height: 100%; width: var(--framer-aspect-ratio-supported, 780px); } .framer-lSvvZ .framer-zlupht { gap: 0px; } .framer-lSvvZ .framer-zio1r6 { gap: 128px; } .framer-lSvvZ .framer-knaqyj { padding: 0px 20px 64px 20px; } .framer-lSvvZ .framer-piw0fe, .framer-lSvvZ .framer-rtdyj2 { gap: 32px; } .framer-lSvvZ .framer-1gsvf9x { white-space: pre; width: auto; } .framer-lSvvZ .framer-ct9vq9 { height: var(--framer-aspect-ratio-supported, 169px); } .framer-lSvvZ .framer-1w73oa { padding: 64px 20px 0px 20px; } .framer-lSvvZ .framer-wpmy65-container { max-width: 100%; } .framer-lSvvZ .framer-1ln9pcy { padding: 0px 20px 64px 20px; top: 65px; } .framer-lSvvZ .framer-1ck33ir { height: auto; padding: 0px 20px 0px 20px; top: 200px; } .framer-lSvvZ .framer-380gif, .framer-lSvvZ .framer-zlcwvi, .framer-lSvvZ .framer-wyc4fp, .framer-lSvvZ .framer-f3pn9j { height: 550px; } .framer-lSvvZ .framer-f4138t, .framer-lSvvZ .framer-1dhuc21, .framer-lSvvZ .framer-1jtarin { left: 0px; } .framer-lSvvZ .framer-1dkpdyc { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 8px; height: min-content; } .framer-lSvvZ .framer-e3w04r { align-self: stretch; height: auto; } .framer-lSvvZ .framer-1o22xfi { gap: unset; justify-content: space-between; } .framer-lSvvZ .framer-1q4wtu, .framer-lSvvZ .framer-xtfagd, .framer-lSvvZ .framer-t2y8js { flex: none; width: min-content; } .framer-lSvvZ .framer-owub6u, .framer-lSvvZ .framer-19tuvm9, .framer-lSvvZ .framer-znyt9m { height: 80px; } .framer-lSvvZ .framer-5x3a8q { padding: 0px 20px 0px 20px; top: 300px; } .framer-lSvvZ .framer-kkkk6, .framer-lSvvZ .framer-fm5bq9, .framer-lSvvZ .framer-cr2jmy, .framer-lSvvZ .framer-1yq7xst { overflow: visible; } .framer-lSvvZ .framer-18bzdab, .framer-lSvvZ .framer-hyy0qg { align-content: flex-start; align-items: flex-start; flex-direction: column; height: min-content; } .framer-lSvvZ .framer-2cnoqq-container, .framer-lSvvZ .framer-6o0qyi-container, .framer-lSvvZ .framer-1nwuq9u-container { width: 100%; } .framer-lSvvZ .framer-18c2qlw { padding: 0px 20px 0px 20px; top: 350px; } .framer-lSvvZ .framer-1xi35qv { align-self: unset; height: 550px; } .framer-lSvvZ .framer-t4f67j { width: 94%; } .framer-lSvvZ .framer-kybb1b { justify-content: flex-start; overflow: visible; } .framer-lSvvZ .framer-7bsdxc { padding: 0px; } .framer-lSvvZ .framer-1nl59uv, .framer-lSvvZ .framer-bmyru1 { padding: 64px 20px 64px 20px; } .framer-lSvvZ .framer-6j4zkf { gap: 32px; padding: 64px 20px 64px 20px; top: 100px; } .framer-lSvvZ .framer-1uury8q { min-width: unset; width: 52%; } .framer-lSvvZ .framer-1vfp1mc-container { bottom: 0px; top: unset; } .framer-lSvvZ .framer-v8fdns { height: 100%; min-height: unset; min-width: unset; width: 100%; } .framer-lSvvZ .framer-gnrrye-container { right: unset; width: 100%; } .framer-lSvvZ .framer-1cul6ij { gap: 0px; justify-content: flex-start; } .framer-lSvvZ .framer-socas1 { width: 52%; } .framer-lSvvZ .framer-i02hbd { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-lSvvZ .framer-1ghcflx { align-content: flex-start; align-items: flex-start; gap: 16px; justify-content: center; } .framer-lSvvZ .framer-cc5s6i { gap: 16px; justify-content: center; } .framer-lSvvZ .framer-sqmikh { height: auto; padding: 64px 20px 64px 20px; } .framer-lSvvZ .framer-115u5bg { padding: 0px 0px 128px 0px; } .framer-lSvvZ .framer-ltk6mc { gap: 64px; justify-content: flex-start; } .framer-lSvvZ .framer-6naupv { flex: 1 0 0px; width: 1px; } .framer-lSvvZ .framer-16ecihc { width: 353px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-lSvvZ .framer-xw59m0, .framer-lSvvZ .framer-ghxt43, .framer-lSvvZ .framer-tdia9r, .framer-lSvvZ .framer-1gouapx, .framer-lSvvZ .framer-1bvsvmw, .framer-lSvvZ .framer-1db49lr, .framer-lSvvZ .framer-1jhwrjb, .framer-lSvvZ .framer-oyf3vl, .framer-lSvvZ .framer-1o6rjcw, .framer-lSvvZ .framer-136xwoj, .framer-lSvvZ .framer-f3m2p9, .framer-lSvvZ .framer-46h8ee, .framer-lSvvZ .framer-18ve9g6, .framer-lSvvZ .framer-zlupht, .framer-lSvvZ .framer-zio1r6, .framer-lSvvZ .framer-piw0fe, .framer-lSvvZ .framer-1dkpdyc, .framer-lSvvZ .framer-1o22xfi, .framer-lSvvZ .framer-18bzdab, .framer-lSvvZ .framer-hyy0qg, .framer-lSvvZ .framer-6j4zkf, .framer-lSvvZ .framer-1cul6ij, .framer-lSvvZ .framer-i02hbd, .framer-lSvvZ .framer-1ghcflx, .framer-lSvvZ .framer-p78e9k, .framer-lSvvZ .framer-cc5s6i, .framer-lSvvZ .framer-1r7yhay, .framer-lSvvZ .framer-ltk6mc, .framer-lSvvZ .framer-rtdyj2 { gap: 0px; } .framer-lSvvZ .framer-xw59m0 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-lSvvZ .framer-xw59m0 > :first-child, .framer-lSvvZ .framer-piw0fe > :first-child, .framer-lSvvZ .framer-1cul6ij > :first-child, .framer-lSvvZ .framer-ltk6mc > :first-child { margin-left: 0px; } .framer-lSvvZ .framer-xw59m0 > :last-child, .framer-lSvvZ .framer-piw0fe > :last-child, .framer-lSvvZ .framer-1cul6ij > :last-child, .framer-lSvvZ .framer-ltk6mc > :last-child { margin-right: 0px; } .framer-lSvvZ .framer-ghxt43 > *, .framer-lSvvZ .framer-i02hbd > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-lSvvZ .framer-ghxt43 > :first-child, .framer-lSvvZ .framer-tdia9r > :first-child, .framer-lSvvZ .framer-1gouapx > :first-child, .framer-lSvvZ .framer-1bvsvmw > :first-child, .framer-lSvvZ .framer-1db49lr > :first-child, .framer-lSvvZ .framer-1jhwrjb > :first-child, .framer-lSvvZ .framer-oyf3vl > :first-child, .framer-lSvvZ .framer-1o6rjcw > :first-child, .framer-lSvvZ .framer-136xwoj > :first-child, .framer-lSvvZ .framer-f3m2p9 > :first-child, .framer-lSvvZ .framer-46h8ee > :first-child, .framer-lSvvZ .framer-18ve9g6 > :first-child, .framer-lSvvZ .framer-zlupht > :first-child, .framer-lSvvZ .framer-zio1r6 > :first-child, .framer-lSvvZ .framer-1dkpdyc > :first-child, .framer-lSvvZ .framer-18bzdab > :first-child, .framer-lSvvZ .framer-hyy0qg > :first-child, .framer-lSvvZ .framer-6j4zkf > :first-child, .framer-lSvvZ .framer-i02hbd > :first-child, .framer-lSvvZ .framer-1ghcflx > :first-child, .framer-lSvvZ .framer-p78e9k > :first-child, .framer-lSvvZ .framer-cc5s6i > :first-child, .framer-lSvvZ .framer-1r7yhay > :first-child, .framer-lSvvZ .framer-rtdyj2 > :first-child { margin-top: 0px; } .framer-lSvvZ .framer-ghxt43 > :last-child, .framer-lSvvZ .framer-tdia9r > :last-child, .framer-lSvvZ .framer-1gouapx > :last-child, .framer-lSvvZ .framer-1bvsvmw > :last-child, .framer-lSvvZ .framer-1db49lr > :last-child, .framer-lSvvZ .framer-1jhwrjb > :last-child, .framer-lSvvZ .framer-oyf3vl > :last-child, .framer-lSvvZ .framer-1o6rjcw > :last-child, .framer-lSvvZ .framer-136xwoj > :last-child, .framer-lSvvZ .framer-f3m2p9 > :last-child, .framer-lSvvZ .framer-46h8ee > :last-child, .framer-lSvvZ .framer-18ve9g6 > :last-child, .framer-lSvvZ .framer-zlupht > :last-child, .framer-lSvvZ .framer-zio1r6 > :last-child, .framer-lSvvZ .framer-1dkpdyc > :last-child, .framer-lSvvZ .framer-18bzdab > :last-child, .framer-lSvvZ .framer-hyy0qg > :last-child, .framer-lSvvZ .framer-6j4zkf > :last-child, .framer-lSvvZ .framer-i02hbd > :last-child, .framer-lSvvZ .framer-1ghcflx > :last-child, .framer-lSvvZ .framer-p78e9k > :last-child, .framer-lSvvZ .framer-cc5s6i > :last-child, .framer-lSvvZ .framer-1r7yhay > :last-child, .framer-lSvvZ .framer-rtdyj2 > :last-child { margin-bottom: 0px; } .framer-lSvvZ .framer-tdia9r > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-lSvvZ .framer-1gouapx > *, .framer-lSvvZ .framer-1db49lr > *, .framer-lSvvZ .framer-oyf3vl > *, .framer-lSvvZ .framer-46h8ee > *, .framer-lSvvZ .framer-18bzdab > *, .framer-lSvvZ .framer-hyy0qg > *, .framer-lSvvZ .framer-1ghcflx > *, .framer-lSvvZ .framer-cc5s6i > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-lSvvZ .framer-1bvsvmw > *, .framer-lSvvZ .framer-1jhwrjb > *, .framer-lSvvZ .framer-1o6rjcw > *, .framer-lSvvZ .framer-136xwoj > *, .framer-lSvvZ .framer-18ve9g6 > *, .framer-lSvvZ .framer-1dkpdyc > *, .framer-lSvvZ .framer-p78e9k > *, .framer-lSvvZ .framer-1r7yhay > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-lSvvZ .framer-f3m2p9 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-lSvvZ .framer-zlupht > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-lSvvZ .framer-zio1r6 > * { margin: 0px; margin-bottom: calc(128px / 2); margin-top: calc(128px / 2); } .framer-lSvvZ .framer-piw0fe > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-lSvvZ .framer-1o22xfi > *, .framer-lSvvZ .framer-1o22xfi > :first-child, .framer-lSvvZ .framer-1o22xfi > :last-child { margin: 0px; } .framer-lSvvZ .framer-6j4zkf > *, .framer-lSvvZ .framer-rtdyj2 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-lSvvZ .framer-1cul6ij > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-lSvvZ .framer-ltk6mc > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } }}`,`@media (max-width: 809px) { .framer-lSvvZ .hidden-1lqqdyd { display: none !important; } .${metadata.bodyClassName}-framer-lSvvZ { background: var(--token-166db8b1-6460-4352-8108-182b2b9651f0, rgb(0, 0, 0)); } .framer-lSvvZ.framer-72rtr7 { width: 390px; } .framer-lSvvZ .framer-t1v1mt, .framer-lSvvZ .framer-mzpzpg { padding: 0px 20px 0px 20px; } .framer-lSvvZ .framer-nr1lus-container, .framer-lSvvZ .framer-1toig76-container { height: 40px; width: 40px; } .framer-lSvvZ .framer-1xbosl7 { height: 80px; left: calc(50.00000000000002% - min(1200px, 100%) / 2); padding: 0px 20px 0px 20px; transform: unset; } .framer-lSvvZ .framer-pnt76h { flex-direction: column; gap: 0px; padding: 65px 20px 35px 20px; top: 0px; transform: translateX(-50%); } .framer-lSvvZ .framer-1vovgdy { justify-content: center; padding: 35px 0px 0px 0px; } .framer-lSvvZ .framer-1c1ba36, .framer-lSvvZ .framer-16ecihc { align-content: flex-start; align-items: flex-start; } .framer-lSvvZ .framer-1akt3jl, .framer-lSvvZ .framer-1r2wwfm, .framer-lSvvZ .framer-1q4aew3, .framer-lSvvZ .framer-ujsybp { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-lSvvZ .framer-1dz9yfq { height: auto; padding: 64px 20px 64px 20px; } .framer-lSvvZ .framer-1wpsax3 { padding: 0px; } .framer-lSvvZ .framer-xw59m0 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; } .framer-lSvvZ .framer-jrdq24-container { height: auto; width: auto; } .framer-lSvvZ .framer-166zjz4 { flex-direction: column; gap: 8px; justify-content: flex-start; } .framer-lSvvZ .framer-josbi3 { flex: none; width: 90%; } .framer-lSvvZ .framer-ghxt43 { width: 90%; } .framer-lSvvZ .framer-17b6w83-container { height: 844px; } .framer-lSvvZ .framer-p9a0ex { gap: 25px; padding: 64px 20px 32px 20px; } .framer-lSvvZ .framer-qhgc8i { flex-direction: column; gap: 32px; } .framer-lSvvZ .framer-1v8517r, .framer-lSvvZ .framer-ihozpn { flex: none; order: 1; padding: 0px; width: 100%; } .framer-lSvvZ .framer-1fn7vjy, .framer-lSvvZ .framer-535y4g { order: 0; width: 100%; } .framer-lSvvZ .framer-tdia9r { gap: 32px; padding: 32px 0px 0px 0px; } .framer-lSvvZ .framer-gxij9s, .framer-lSvvZ .framer-1o6xoeh, .framer-lSvvZ .framer-1780efm, .framer-lSvvZ .framer-dvx9so, .framer-lSvvZ .framer-v5pwr1, .framer-lSvvZ .framer-1drlwww { flex-direction: column; height: auto; padding: 0px; position: relative; top: unset; } .framer-lSvvZ .framer-1lkt1bp, .framer-lSvvZ .framer-pwo1ty, .framer-lSvvZ .framer-9f7l25, .framer-lSvvZ .framer-17rd3xa { align-content: center; align-items: center; flex-direction: column; height: min-content; order: 1; width: 100%; } .framer-lSvvZ .framer-1mw8gim, .framer-lSvvZ .framer-1mixay2, .framer-lSvvZ .framer-1bithzq, .framer-lSvvZ .framer-1j9tbbn, .framer-lSvvZ .framer-cdqn7z, .framer-lSvvZ .framer-150vmid { flex: none; gap: 32px; height: min-content; justify-content: flex-start; width: 100%; } .framer-lSvvZ .framer-1gouapx, .framer-lSvvZ .framer-15rldi3 { gap: 16px; justify-content: flex-start; } .framer-lSvvZ .framer-1bvsvmw, .framer-lSvvZ .framer-1jhwrjb, .framer-lSvvZ .framer-1o6rjcw, .framer-lSvvZ .framer-136xwoj, .framer-lSvvZ .framer-amo7b4, .framer-lSvvZ .framer-18ve9g6 { gap: 8px; } .framer-lSvvZ .framer-ralih6, .framer-lSvvZ .framer-1tsm3vu, .framer-lSvvZ .framer-10jb15q, .framer-lSvvZ .framer-2gxxc0, .framer-lSvvZ .framer-122f90m { flex: none; height: 300px; order: 0; width: 100%; } .framer-lSvvZ .framer-20ttyl { aspect-ratio: unset; flex: 1 0 0px; gap: 0px; height: 300px; justify-content: flex-start; width: 1px; } .framer-lSvvZ .framer-1c2wrb7, .framer-lSvvZ .framer-1dizk9o, .framer-lSvvZ .framer-rnz751, .framer-lSvvZ .framer-1mhdsto { aspect-ratio: unset; flex: 1 0 0px; height: 300px; width: 1px; } .framer-lSvvZ .framer-1db49lr, .framer-lSvvZ .framer-oyf3vl, .framer-lSvvZ .framer-f3m2p9, .framer-lSvvZ .framer-46h8ee { gap: 16px; } .framer-lSvvZ .framer-rl7m4f { flex-direction: column; height: min-content; order: 1; width: 100%; } .framer-lSvvZ .framer-11gzqk5 { flex: none; height: min-content; order: 0; width: 100%; } .framer-lSvvZ .framer-11ff8ke { aspect-ratio: unset; height: 300px; } .framer-lSvvZ .framer-mk1wbc-container { height: 40px; width: 178px; } .framer-lSvvZ .framer-1957u3z { flex-direction: column; gap: 10px; height: min-content; justify-content: center; order: 1; width: 100%; } .framer-lSvvZ .framer-zlupht, .framer-lSvvZ .framer-qhdrx0, .framer-lSvvZ .framer-9gmnmd { gap: 32px; } .framer-lSvvZ .framer-zio1r6 { gap: 64px; } .framer-lSvvZ .framer-knaqyj { padding: 0px 20px 64px 20px; } .framer-lSvvZ .framer-piw0fe { align-content: flex-end; align-items: flex-end; flex: 1 0 0px; flex-direction: column; gap: 0px; justify-content: flex-end; padding: 0px 0px 35px 0px; width: 1px; } .framer-lSvvZ .framer-1gsvf9x { white-space: pre; width: auto; } .framer-lSvvZ .framer-ct9vq9 { height: var(--framer-aspect-ratio-supported, 200px); } .framer-lSvvZ .framer-1w73oa { padding: 64px 20px 0px 20px; } .framer-lSvvZ .framer-11q4wx4 { padding: 32px 0px 0px 0px; } .framer-lSvvZ .framer-wpmy65-container { max-width: 100%; } .framer-lSvvZ .framer-1055obq { padding: 64px 0px 32px 0px; } .framer-lSvvZ .framer-1ln9pcy { padding: 0px 20px 32px 20px; position: relative; top: unset; } .framer-lSvvZ .framer-1ck33ir { flex-direction: column; height: auto; padding: 0px 20px 0px 20px; position: relative; top: unset; } .framer-lSvvZ .framer-380gif { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 0px; width: 100%; } .framer-lSvvZ .framer-f4138t, .framer-lSvvZ .framer-1jtarin { height: auto; left: unset; padding: 32px 20px 32px 20px; position: relative; top: unset; } .framer-lSvvZ .framer-154bfvn, .framer-lSvvZ .framer-naqwbx { flex: none; gap: 16px; height: 100px; justify-content: flex-start; } .framer-lSvvZ .framer-1dkpdyc, .framer-lSvvZ .framer-18bzdab, .framer-lSvvZ .framer-hyy0qg { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 8px; height: min-content; } .framer-lSvvZ .framer-1yss9pu-container, .framer-lSvvZ .framer-11odwr9, .framer-lSvvZ .framer-1j0nw8a, .framer-lSvvZ .framer-1mr8xb6, .framer-lSvvZ .framer-way8l9, .framer-lSvvZ .framer-2sx7z9 { flex: none; width: 100%; } .framer-lSvvZ .framer-e3w04r { --border-left-width: 1px; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; width: 100%; } .framer-lSvvZ .framer-1o22xfi, .framer-lSvvZ .framer-16wiclv { flex: 1 0 0px; height: auto; left: unset; padding: 32px 20px 32px 20px; position: relative; top: unset; width: 1px; } .framer-lSvvZ .framer-10iyfgk, .framer-lSvvZ .framer-fm5bq9 { gap: 16px; height: min-content; justify-content: flex-start; } .framer-lSvvZ .framer-1uclcbf, .framer-lSvvZ .framer-1w8gd6h { align-content: flex-end; align-items: flex-end; gap: 16px; justify-content: flex-start; } .framer-lSvvZ .framer-1q4wtu, .framer-lSvvZ .framer-xtfagd { flex: none; width: min-content; } .framer-lSvvZ .framer-acebsl-container, .framer-lSvvZ .framer-86e7gq-container, .framer-lSvvZ .framer-1qtwqwz-container { width: 160px; } .framer-lSvvZ .framer-qf74mv { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 32px; justify-content: center; } .framer-lSvvZ .framer-owub6u, .framer-lSvvZ .framer-19tuvm9, .framer-lSvvZ .framer-znyt9m { height: 35px; } .framer-lSvvZ .framer-5x3a8q, .framer-lSvvZ .framer-18c2qlw { flex-direction: column; padding: 0px 20px 0px 20px; position: relative; top: unset; } .framer-lSvvZ .framer-zlcwvi { --border-right-width: 1px; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; order: 1; padding: 0px; width: 100%; } .framer-lSvvZ .framer-kkkk6 { flex: 1 0 0px; height: auto; left: unset; overflow: visible; padding: 32px 20px 32px 20px; position: relative; top: unset; width: 1px; } .framer-lSvvZ .framer-cr2jmy { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 32px; justify-content: flex-start; } .framer-lSvvZ .framer-wyc4fp { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; order: 0; padding: 0px; width: 100%; } .framer-lSvvZ .framer-1dhuc21 { height: auto; justify-content: flex-start; left: unset; padding: 32px 20px 32px 20px; position: relative; top: unset; } .framer-lSvvZ .framer-2cnoqq-container, .framer-lSvvZ .framer-6o0qyi-container, .framer-lSvvZ .framer-1nwuq9u-container { width: 100%; } .framer-lSvvZ .framer-f3pn9j { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; width: 100%; } .framer-lSvvZ .framer-7jzsw4 { align-content: flex-start; align-items: flex-start; flex: none; gap: 16px; height: 100px; justify-content: flex-start; } .framer-lSvvZ .framer-1xi35qv { --border-left-width: 1px; --border-top-width: 0px; align-content: center; align-items: center; align-self: unset; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; width: 100%; } .framer-lSvvZ .framer-1yq7xst { gap: 35px; height: min-content; justify-content: flex-start; } .framer-lSvvZ .framer-113ap4a { gap: 35px; } .framer-lSvvZ .framer-122ekr { align-content: flex-end; align-items: flex-end; gap: 10px; justify-content: flex-start; } .framer-lSvvZ .framer-t2y8js { flex: none; gap: 0px; width: min-content; } .framer-lSvvZ .framer-kybb1b { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 25px; justify-content: flex-start; } .framer-lSvvZ .framer-7bsdxc { gap: 64px; padding: 0px 20px 0px 20px; } .framer-lSvvZ .framer-1nl59uv { flex-direction: column; gap: 32px; padding: 64px 0px 64px 0px; } .framer-lSvvZ .framer-6j4zkf { gap: 32px; height: min-content; padding: 0px 0px 64px 0px; top: 80px; } .framer-lSvvZ .framer-f8r5oe { flex-direction: column; } .framer-lSvvZ .framer-1y7tytp, .framer-lSvvZ .framer-nzmzwy, .framer-lSvvZ .framer-1a89m57 { flex: none; order: 0; width: 100%; } .framer-lSvvZ .framer-v8fdns { min-width: unset; width: 100%; } .framer-lSvvZ .framer-365xct-container { bottom: unset; height: 100%; } .framer-lSvvZ .framer-1cul6ij { flex-direction: column; gap: 35px; justify-content: flex-start; } .framer-lSvvZ .framer-i02hbd { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; gap: 32px; order: 1; width: 100%; } .framer-lSvvZ .framer-bmyru1 { padding: 64px 20px 64px 20px; } .framer-lSvvZ .framer-sqmikh { align-content: center; align-items: center; height: auto; padding: 32px 0px 32px 0px; } .framer-lSvvZ .framer-115u5bg { align-content: center; align-items: center; padding: 64px 20px 32px 20px; } .framer-lSvvZ .framer-ltk6mc { align-content: center; align-items: center; flex-direction: column; gap: 64px; justify-content: flex-start; padding: 0px 20px 0px 20px; } .framer-lSvvZ .framer-6naupv { align-self: unset; gap: 64px; height: min-content; justify-content: flex-start; order: 1; width: 100%; } .framer-lSvvZ .framer-1ia725n-container { max-width: 350px; } .framer-lSvvZ .framer-x9wc57 { flex-direction: column; gap: 32px; width: 350px; } .framer-lSvvZ .framer-1l15hfi { flex: 1 0 0px; justify-content: flex-start; width: 1px; } .framer-lSvvZ .framer-1w5j6au { flex: 1 0 0px; width: 1px; } .framer-lSvvZ .framer-1956cps { align-content: flex-end; align-items: flex-end; padding: 0px 20px 0px 20px; } .framer-lSvvZ .framer-1lq1fii { align-content: flex-end; align-items: flex-end; flex-direction: column; gap: 32px; justify-content: flex-start; } .framer-lSvvZ .framer-10u5nw9 { order: 1; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-lSvvZ .framer-pnt76h, .framer-lSvvZ .framer-xw59m0, .framer-lSvvZ .framer-166zjz4, .framer-lSvvZ .framer-p9a0ex, .framer-lSvvZ .framer-qhgc8i, .framer-lSvvZ .framer-tdia9r, .framer-lSvvZ .framer-gxij9s, .framer-lSvvZ .framer-1lkt1bp, .framer-lSvvZ .framer-1mw8gim, .framer-lSvvZ .framer-1gouapx, .framer-lSvvZ .framer-1bvsvmw, .framer-lSvvZ .framer-20ttyl, .framer-lSvvZ .framer-1o6xoeh, .framer-lSvvZ .framer-pwo1ty, .framer-lSvvZ .framer-1mixay2, .framer-lSvvZ .framer-1db49lr, .framer-lSvvZ .framer-1jhwrjb, .framer-lSvvZ .framer-1780efm, .framer-lSvvZ .framer-9f7l25, .framer-lSvvZ .framer-1bithzq, .framer-lSvvZ .framer-oyf3vl, .framer-lSvvZ .framer-1o6rjcw, .framer-lSvvZ .framer-dvx9so, .framer-lSvvZ .framer-rl7m4f, .framer-lSvvZ .framer-1j9tbbn, .framer-lSvvZ .framer-15rldi3, .framer-lSvvZ .framer-136xwoj, .framer-lSvvZ .framer-v5pwr1, .framer-lSvvZ .framer-17rd3xa, .framer-lSvvZ .framer-cdqn7z, .framer-lSvvZ .framer-f3m2p9, .framer-lSvvZ .framer-amo7b4, .framer-lSvvZ .framer-1drlwww, .framer-lSvvZ .framer-1957u3z, .framer-lSvvZ .framer-150vmid, .framer-lSvvZ .framer-46h8ee, .framer-lSvvZ .framer-18ve9g6, .framer-lSvvZ .framer-zlupht, .framer-lSvvZ .framer-zio1r6, .framer-lSvvZ .framer-piw0fe, .framer-lSvvZ .framer-1ck33ir, .framer-lSvvZ .framer-380gif, .framer-lSvvZ .framer-154bfvn, .framer-lSvvZ .framer-1dkpdyc, .framer-lSvvZ .framer-e3w04r, .framer-lSvvZ .framer-10iyfgk, .framer-lSvvZ .framer-qhdrx0, .framer-lSvvZ .framer-1uclcbf, .framer-lSvvZ .framer-qf74mv, .framer-lSvvZ .framer-5x3a8q, .framer-lSvvZ .framer-zlcwvi, .framer-lSvvZ .framer-fm5bq9, .framer-lSvvZ .framer-9gmnmd, .framer-lSvvZ .framer-1w8gd6h, .framer-lSvvZ .framer-cr2jmy, .framer-lSvvZ .framer-wyc4fp, .framer-lSvvZ .framer-naqwbx, .framer-lSvvZ .framer-18bzdab, .framer-lSvvZ .framer-18c2qlw, .framer-lSvvZ .framer-f3pn9j, .framer-lSvvZ .framer-7jzsw4, .framer-lSvvZ .framer-hyy0qg, .framer-lSvvZ .framer-1xi35qv, .framer-lSvvZ .framer-1yq7xst, .framer-lSvvZ .framer-113ap4a, .framer-lSvvZ .framer-122ekr, .framer-lSvvZ .framer-t2y8js, .framer-lSvvZ .framer-kybb1b, .framer-lSvvZ .framer-7bsdxc, .framer-lSvvZ .framer-1nl59uv, .framer-lSvvZ .framer-6j4zkf, .framer-lSvvZ .framer-f8r5oe, .framer-lSvvZ .framer-1cul6ij, .framer-lSvvZ .framer-i02hbd, .framer-lSvvZ .framer-ltk6mc, .framer-lSvvZ .framer-6naupv, .framer-lSvvZ .framer-x9wc57, .framer-lSvvZ .framer-1lq1fii { gap: 0px; } .framer-lSvvZ .framer-pnt76h > *, .framer-lSvvZ .framer-gxij9s > *, .framer-lSvvZ .framer-1lkt1bp > *, .framer-lSvvZ .framer-1o6xoeh > *, .framer-lSvvZ .framer-pwo1ty > *, .framer-lSvvZ .framer-1780efm > *, .framer-lSvvZ .framer-9f7l25 > *, .framer-lSvvZ .framer-dvx9so > *, .framer-lSvvZ .framer-rl7m4f > *, .framer-lSvvZ .framer-v5pwr1 > *, .framer-lSvvZ .framer-17rd3xa > *, .framer-lSvvZ .framer-1drlwww > *, .framer-lSvvZ .framer-piw0fe > *, .framer-lSvvZ .framer-1ck33ir > *, .framer-lSvvZ .framer-5x3a8q > *, .framer-lSvvZ .framer-18c2qlw > *, .framer-lSvvZ .framer-f8r5oe > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-lSvvZ .framer-pnt76h > :first-child, .framer-lSvvZ .framer-xw59m0 > :first-child, .framer-lSvvZ .framer-166zjz4 > :first-child, .framer-lSvvZ .framer-p9a0ex > :first-child, .framer-lSvvZ .framer-qhgc8i > :first-child, .framer-lSvvZ .framer-tdia9r > :first-child, .framer-lSvvZ .framer-gxij9s > :first-child, .framer-lSvvZ .framer-1lkt1bp > :first-child, .framer-lSvvZ .framer-1mw8gim > :first-child, .framer-lSvvZ .framer-1gouapx > :first-child, .framer-lSvvZ .framer-1bvsvmw > :first-child, .framer-lSvvZ .framer-1o6xoeh > :first-child, .framer-lSvvZ .framer-pwo1ty > :first-child, .framer-lSvvZ .framer-1mixay2 > :first-child, .framer-lSvvZ .framer-1db49lr > :first-child, .framer-lSvvZ .framer-1jhwrjb > :first-child, .framer-lSvvZ .framer-1780efm > :first-child, .framer-lSvvZ .framer-9f7l25 > :first-child, .framer-lSvvZ .framer-1bithzq > :first-child, .framer-lSvvZ .framer-oyf3vl > :first-child, .framer-lSvvZ .framer-1o6rjcw > :first-child, .framer-lSvvZ .framer-dvx9so > :first-child, .framer-lSvvZ .framer-rl7m4f > :first-child, .framer-lSvvZ .framer-1j9tbbn > :first-child, .framer-lSvvZ .framer-15rldi3 > :first-child, .framer-lSvvZ .framer-136xwoj > :first-child, .framer-lSvvZ .framer-v5pwr1 > :first-child, .framer-lSvvZ .framer-17rd3xa > :first-child, .framer-lSvvZ .framer-cdqn7z > :first-child, .framer-lSvvZ .framer-f3m2p9 > :first-child, .framer-lSvvZ .framer-amo7b4 > :first-child, .framer-lSvvZ .framer-1drlwww > :first-child, .framer-lSvvZ .framer-1957u3z > :first-child, .framer-lSvvZ .framer-150vmid > :first-child, .framer-lSvvZ .framer-46h8ee > :first-child, .framer-lSvvZ .framer-18ve9g6 > :first-child, .framer-lSvvZ .framer-zlupht > :first-child, .framer-lSvvZ .framer-zio1r6 > :first-child, .framer-lSvvZ .framer-piw0fe > :first-child, .framer-lSvvZ .framer-1ck33ir > :first-child, .framer-lSvvZ .framer-154bfvn > :first-child, .framer-lSvvZ .framer-1dkpdyc > :first-child, .framer-lSvvZ .framer-10iyfgk > :first-child, .framer-lSvvZ .framer-qhdrx0 > :first-child, .framer-lSvvZ .framer-qf74mv > :first-child, .framer-lSvvZ .framer-5x3a8q > :first-child, .framer-lSvvZ .framer-fm5bq9 > :first-child, .framer-lSvvZ .framer-9gmnmd > :first-child, .framer-lSvvZ .framer-cr2jmy > :first-child, .framer-lSvvZ .framer-naqwbx > :first-child, .framer-lSvvZ .framer-18bzdab > :first-child, .framer-lSvvZ .framer-18c2qlw > :first-child, .framer-lSvvZ .framer-7jzsw4 > :first-child, .framer-lSvvZ .framer-hyy0qg > :first-child, .framer-lSvvZ .framer-1yq7xst > :first-child, .framer-lSvvZ .framer-113ap4a > :first-child, .framer-lSvvZ .framer-kybb1b > :first-child, .framer-lSvvZ .framer-7bsdxc > :first-child, .framer-lSvvZ .framer-1nl59uv > :first-child, .framer-lSvvZ .framer-6j4zkf > :first-child, .framer-lSvvZ .framer-f8r5oe > :first-child, .framer-lSvvZ .framer-1cul6ij > :first-child, .framer-lSvvZ .framer-i02hbd > :first-child, .framer-lSvvZ .framer-ltk6mc > :first-child, .framer-lSvvZ .framer-6naupv > :first-child, .framer-lSvvZ .framer-x9wc57 > :first-child, .framer-lSvvZ .framer-1lq1fii > :first-child { margin-top: 0px; } .framer-lSvvZ .framer-pnt76h > :last-child, .framer-lSvvZ .framer-xw59m0 > :last-child, .framer-lSvvZ .framer-166zjz4 > :last-child, .framer-lSvvZ .framer-p9a0ex > :last-child, .framer-lSvvZ .framer-qhgc8i > :last-child, .framer-lSvvZ .framer-tdia9r > :last-child, .framer-lSvvZ .framer-gxij9s > :last-child, .framer-lSvvZ .framer-1lkt1bp > :last-child, .framer-lSvvZ .framer-1mw8gim > :last-child, .framer-lSvvZ .framer-1gouapx > :last-child, .framer-lSvvZ .framer-1bvsvmw > :last-child, .framer-lSvvZ .framer-1o6xoeh > :last-child, .framer-lSvvZ .framer-pwo1ty > :last-child, .framer-lSvvZ .framer-1mixay2 > :last-child, .framer-lSvvZ .framer-1db49lr > :last-child, .framer-lSvvZ .framer-1jhwrjb > :last-child, .framer-lSvvZ .framer-1780efm > :last-child, .framer-lSvvZ .framer-9f7l25 > :last-child, .framer-lSvvZ .framer-1bithzq > :last-child, .framer-lSvvZ .framer-oyf3vl > :last-child, .framer-lSvvZ .framer-1o6rjcw > :last-child, .framer-lSvvZ .framer-dvx9so > :last-child, .framer-lSvvZ .framer-rl7m4f > :last-child, .framer-lSvvZ .framer-1j9tbbn > :last-child, .framer-lSvvZ .framer-15rldi3 > :last-child, .framer-lSvvZ .framer-136xwoj > :last-child, .framer-lSvvZ .framer-v5pwr1 > :last-child, .framer-lSvvZ .framer-17rd3xa > :last-child, .framer-lSvvZ .framer-cdqn7z > :last-child, .framer-lSvvZ .framer-f3m2p9 > :last-child, .framer-lSvvZ .framer-amo7b4 > :last-child, .framer-lSvvZ .framer-1drlwww > :last-child, .framer-lSvvZ .framer-1957u3z > :last-child, .framer-lSvvZ .framer-150vmid > :last-child, .framer-lSvvZ .framer-46h8ee > :last-child, .framer-lSvvZ .framer-18ve9g6 > :last-child, .framer-lSvvZ .framer-zlupht > :last-child, .framer-lSvvZ .framer-zio1r6 > :last-child, .framer-lSvvZ .framer-piw0fe > :last-child, .framer-lSvvZ .framer-1ck33ir > :last-child, .framer-lSvvZ .framer-154bfvn > :last-child, .framer-lSvvZ .framer-1dkpdyc > :last-child, .framer-lSvvZ .framer-10iyfgk > :last-child, .framer-lSvvZ .framer-qhdrx0 > :last-child, .framer-lSvvZ .framer-qf74mv > :last-child, .framer-lSvvZ .framer-5x3a8q > :last-child, .framer-lSvvZ .framer-fm5bq9 > :last-child, .framer-lSvvZ .framer-9gmnmd > :last-child, .framer-lSvvZ .framer-cr2jmy > :last-child, .framer-lSvvZ .framer-naqwbx > :last-child, .framer-lSvvZ .framer-18bzdab > :last-child, .framer-lSvvZ .framer-18c2qlw > :last-child, .framer-lSvvZ .framer-7jzsw4 > :last-child, .framer-lSvvZ .framer-hyy0qg > :last-child, .framer-lSvvZ .framer-1yq7xst > :last-child, .framer-lSvvZ .framer-113ap4a > :last-child, .framer-lSvvZ .framer-kybb1b > :last-child, .framer-lSvvZ .framer-7bsdxc > :last-child, .framer-lSvvZ .framer-1nl59uv > :last-child, .framer-lSvvZ .framer-6j4zkf > :last-child, .framer-lSvvZ .framer-f8r5oe > :last-child, .framer-lSvvZ .framer-1cul6ij > :last-child, .framer-lSvvZ .framer-i02hbd > :last-child, .framer-lSvvZ .framer-ltk6mc > :last-child, .framer-lSvvZ .framer-6naupv > :last-child, .framer-lSvvZ .framer-x9wc57 > :last-child, .framer-lSvvZ .framer-1lq1fii > :last-child { margin-bottom: 0px; } .framer-lSvvZ .framer-xw59m0 > *, .framer-lSvvZ .framer-1gouapx > *, .framer-lSvvZ .framer-1db49lr > *, .framer-lSvvZ .framer-oyf3vl > *, .framer-lSvvZ .framer-15rldi3 > *, .framer-lSvvZ .framer-f3m2p9 > *, .framer-lSvvZ .framer-46h8ee > *, .framer-lSvvZ .framer-154bfvn > *, .framer-lSvvZ .framer-10iyfgk > *, .framer-lSvvZ .framer-fm5bq9 > *, .framer-lSvvZ .framer-naqwbx > *, .framer-lSvvZ .framer-7jzsw4 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-lSvvZ .framer-166zjz4 > *, .framer-lSvvZ .framer-1bvsvmw > *, .framer-lSvvZ .framer-1jhwrjb > *, .framer-lSvvZ .framer-1o6rjcw > *, .framer-lSvvZ .framer-136xwoj > *, .framer-lSvvZ .framer-amo7b4 > *, .framer-lSvvZ .framer-18ve9g6 > *, .framer-lSvvZ .framer-1dkpdyc > *, .framer-lSvvZ .framer-18bzdab > *, .framer-lSvvZ .framer-hyy0qg > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-lSvvZ .framer-p9a0ex > *, .framer-lSvvZ .framer-kybb1b > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-lSvvZ .framer-qhgc8i > *, .framer-lSvvZ .framer-tdia9r > *, .framer-lSvvZ .framer-1mw8gim > *, .framer-lSvvZ .framer-1mixay2 > *, .framer-lSvvZ .framer-1bithzq > *, .framer-lSvvZ .framer-1j9tbbn > *, .framer-lSvvZ .framer-cdqn7z > *, .framer-lSvvZ .framer-150vmid > *, .framer-lSvvZ .framer-zlupht > *, .framer-lSvvZ .framer-qhdrx0 > *, .framer-lSvvZ .framer-qf74mv > *, .framer-lSvvZ .framer-9gmnmd > *, .framer-lSvvZ .framer-cr2jmy > *, .framer-lSvvZ .framer-1nl59uv > *, .framer-lSvvZ .framer-6j4zkf > *, .framer-lSvvZ .framer-i02hbd > *, .framer-lSvvZ .framer-x9wc57 > *, .framer-lSvvZ .framer-1lq1fii > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-lSvvZ .framer-20ttyl > *, .framer-lSvvZ .framer-380gif > *, .framer-lSvvZ .framer-wyc4fp > *, .framer-lSvvZ .framer-t2y8js > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-lSvvZ .framer-20ttyl > :first-child, .framer-lSvvZ .framer-380gif > :first-child, .framer-lSvvZ .framer-e3w04r > :first-child, .framer-lSvvZ .framer-1uclcbf > :first-child, .framer-lSvvZ .framer-zlcwvi > :first-child, .framer-lSvvZ .framer-1w8gd6h > :first-child, .framer-lSvvZ .framer-wyc4fp > :first-child, .framer-lSvvZ .framer-f3pn9j > :first-child, .framer-lSvvZ .framer-1xi35qv > :first-child, .framer-lSvvZ .framer-122ekr > :first-child, .framer-lSvvZ .framer-t2y8js > :first-child { margin-left: 0px; } .framer-lSvvZ .framer-20ttyl > :last-child, .framer-lSvvZ .framer-380gif > :last-child, .framer-lSvvZ .framer-e3w04r > :last-child, .framer-lSvvZ .framer-1uclcbf > :last-child, .framer-lSvvZ .framer-zlcwvi > :last-child, .framer-lSvvZ .framer-1w8gd6h > :last-child, .framer-lSvvZ .framer-wyc4fp > :last-child, .framer-lSvvZ .framer-f3pn9j > :last-child, .framer-lSvvZ .framer-1xi35qv > :last-child, .framer-lSvvZ .framer-122ekr > :last-child, .framer-lSvvZ .framer-t2y8js > :last-child { margin-right: 0px; } .framer-lSvvZ .framer-1957u3z > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-lSvvZ .framer-zio1r6 > *, .framer-lSvvZ .framer-7bsdxc > *, .framer-lSvvZ .framer-ltk6mc > *, .framer-lSvvZ .framer-6naupv > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-lSvvZ .framer-e3w04r > *, .framer-lSvvZ .framer-zlcwvi > *, .framer-lSvvZ .framer-f3pn9j > *, .framer-lSvvZ .framer-1xi35qv > *, .framer-lSvvZ .framer-122ekr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-lSvvZ .framer-1uclcbf > *, .framer-lSvvZ .framer-1w8gd6h > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-lSvvZ .framer-1yq7xst > *, .framer-lSvvZ .framer-113ap4a > *, .framer-lSvvZ .framer-1cul6ij > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,'.framer-lSvvZ[data-border=\"true\"]::after, .framer-lSvvZ [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 19133\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"guXDA9jt7\":{\"layout\":[\"fixed\",\"auto\"]},\"p8grnloXg\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-lSvvZ\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:19133,width:1280};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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Raleway\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCKNLA3JC9c.woff2\",weight:\"600\"},{family:\"Raleway\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCKNLA3JC9c.woff2\",weight:\"400\"},{family:\"Space Grotesk\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsmNsFjTDJK.woff2\",weight:\"400\"}]},...TextNilanjanLogoFonts,...MenuNavigationFonts,...ImageHoverFonts,...AnimatorFonts,...OnFonts,...DesktopHeroScrollingFonts,...ElementsPulseFonts,...TypewriterFonts,...DesktopHeroButton1Fonts,...ParticlesFonts,...IconoirFonts,...TickerFonts,...TextRevealEffectFonts,...SkillsAccordionFonts,...CareerInsightsAccordionFonts,...EducationAccordionFonts,...ScrollFeatureStoryTextFonts,...ScrollFeatureImagesFonts,...ClientsAccordionFonts,...RecruiterAccordionFonts,...InputFonts,...FeatherFonts,...FormSparkFonts,...BackToIndexLinkFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"guXDA9jt7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"p8grnloXg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"19133\",\"framerIntrinsicWidth\":\"1280\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "l", "cubicBezier", "__rest", "e", "t", "r", "n", "o", "n", "e", "t", "r", "n", "calcGeneratorVelocity", "t", "s", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "i", "h", "u", "f", "l", "g", "glide", "c", "d", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "noopReturn", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "t", "n", "createGeneratorEasing", "e", "t", "n", "getGenerator", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "o", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "t", "n", "dispatchViewEvent", "se", "i", "s", "__rest", "inView$1", "o", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "resize", "contentSize", "child", "index", "ref", "ref1", "ref2", "ref3", "ref4", "p", "LayoutGroup", "q", "i", "childIndex", "ref5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "u", "getFonts", "Icon", "h", "y", "k", "T", "r", "e", "a", "E", "z", "t", "re", "MotionConfigContext", "n", "o", "se", "p", "D", "q", "V", "N", "Y", "useLocaleInfo", "d", "l", "b", "u", "B", "I", "A", "U", "L", "C", "useVariantState", "y", "h", "P", "W", "H", "useActiveVariantCallback", "O", "j", "F", "K", "S", "G", "pe", "_", "ae", "M", "className", "LayoutGroup", "motion", "cx", "RichText", "x", "Icon", "css", "withCSS", "AyMEIzFHB_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "RichTextWithFX", "withFX", "RichText", "MotionDivWithFX", "motion", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "transition1", "transition2", "animation", "transformTemplate1", "_", "t", "animation1", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapbgnped", "args", "onTap14elkmu", "onTapdblgff", "onTapg3mbub", "onTap1hivblh", "onTap1aq33pu", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "cx", "optimizeAppear", "x", "optimizeAppearTransformTemplate", "css", "FramerBy_db6JMc", "withCSS", "By_db6JMc_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "hover", "id", "link", "link2", "tap", "title3", "title4", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "pddJI37mC", "VW3gjlXHH", "jA6SaMo3k", "ILrGW25Ju", "YhwqMzvEK", "zMsGGhWx3", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1lygwck", "args", "onMouseEnter1cd692q", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "Link", "motion", "cx", "u", "RichText", "x", "css", "Framergmqva09Gj", "withCSS", "gmqva09Gj_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "x", "b", "y", "v", "e", "k", "r", "t", "a", "re", "MotionConfigContext", "i", "n", "se", "p", "N", "o", "I", "j", "Y", "useLocaleInfo", "m", "c", "g", "w", "D", "H", "P", "A", "L", "R", "W", "T", "C", "useVariantState", "x", "b", "X", "pe", "ae", "G", "className", "LayoutGroup", "motion", "cx", "Image2", "u", "RichText", "css", "withCSS", "GR1ecz23I_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "Counter", "value", "direction", "style", "ref", "pe", "motionValue", "useMotionValue", "springValue", "useSpring", "isInView", "useInView", "ue", "latest", "p", "Counter500", "font", "addPropertyControls", "ControlType", "Counter500Fonts", "getFonts", "Counter500", "IconoirFonts", "Icon", "FeatherFonts", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapkxe6b1", "args", "onTappus24l", "onTapl3alii", "onTap1a4limx", "onTap59d4vd", "onTap108r8ht", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "u", "RichText", "x", "SVG", "Counter500", "Icon", "css", "FramerIukbcj99P", "withCSS", "Iukbcj99P_default", "addPropertyControls", "ControlType", "addFonts", "Counter500Fonts", "IconoirFonts", "FeatherFonts", "fonts", "x", "getFonts", "Icon", "u", "w", "j", "k", "r", "e", "a", "N", "V", "t", "re", "MotionConfigContext", "n", "o", "se", "p", "R", "D", "A", "q", "Y", "useLocaleInfo", "i", "d", "b", "x", "y", "F", "z", "C", "O", "useVariantState", "w", "u", "P", "T", "U", "useActiveVariantCallback", "I", "X", "Z", "M", "S", "W", "_", "pe", "J", "ae", "G", "className", "LayoutGroup", "motion", "cx", "RichText", "Icon", "css", "withCSS", "ReW1Orr3d_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "transformTemplate", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearr0vsfd", "args", "onAppeare2k06y", "onAppear1rn7lvv", "onAppearaqvice", "onAppear9b97ry", "onAppearg66w7k", "onAppearw9ux5x", "onAppear1aghotv", "onAppear1olfyt3", "onAppear13b54tr", "onAppearlnhtxx", "onAppear1mm6rcb", "onAppearjctw1g", "onAppeard746g0", "onAppearfn5dlu", "onAppear11vd7dm", "onAppear1i6dyfr", "onAppearf4rgwx", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "u", "RichText", "x", "css", "FramerRY9JtgfZu", "withCSS", "RY9JtgfZu_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "transformTemplate", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "tint", "width", "props", "ref", "_variant", "ref1", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "CyE7CB3gO", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1cvlsqj", "args", "onAppear1vlso3w", "useOnVariantChange", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "u", "css", "FramerTw6V7KQke", "withCSS", "Tw6V7KQke_default", "addPropertyControls", "ControlType", "addFonts", "b", "v", "y", "w", "t", "r", "a", "re", "MotionConfigContext", "n", "o", "se", "p", "S", "e", "l", "s", "R", "k", "Y", "useLocaleInfo", "f", "x", "J", "N", "T", "z", "Q", "O", "D", "G", "j", "useVariantState", "b", "v", "C", "E", "pe", "ae", "_", "className", "LayoutGroup", "motion", "cx", "u", "RichText", "css", "withCSS", "tyt1nBNCh_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "u", "getFonts", "Icon", "v", "B", "w", "k", "e", "r", "a", "N", "C", "t", "re", "MotionConfigContext", "n", "o", "se", "p", "j", "I", "_", "U", "Y", "useLocaleInfo", "i", "d", "h", "u", "q", "D", "R", "F", "J", "L", "useVariantState", "B", "v", "A", "z", "W", "useActiveVariantCallback", "P", "V", "E", "G", "S", "M", "pe", "T", "ae", "Q", "className", "LayoutGroup", "motion", "cx", "RichText", "x", "Icon", "css", "withCSS", "W41ALz6m3_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "fontStore", "fonts", "css", "className", "h", "k", "u", "r", "a", "e", "w", "y", "M", "z", "S", "t", "re", "MotionConfigContext", "n", "o", "se", "p", "C", "T", "f", "m", "V", "Y", "useLocaleInfo", "s", "g", "x", "j", "R", "L", "D", "B", "q", "E", "W", "useVariantState", "h", "U", "A", "N", "useActiveVariantCallback", "Z", "Q", "K", "F", "H", "I", "X", "G", "O", "P", "_", "J", "$", "rr", "useOnVariantChange", "ra", "pe", "ae", "rt", "className", "LayoutGroup", "motion", "cx", "RichText", "css", "withCSS", "ZgCMpXhP2_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "fontStore", "fonts", "css", "className", "b", "y", "u", "e", "r", "a", "v", "x", "t", "re", "MotionConfigContext", "n", "i", "se", "p", "k", "z", "D", "S", "Y", "useLocaleInfo", "l", "c", "g", "K", "V", "j", "w", "C", "U", "Q", "useVariantState", "b", "B", "I", "pe", "ae", "q", "className", "LayoutGroup", "motion", "cx", "RichText", "css", "withCSS", "Zzxh8QRfZ_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "loopDelay", "initDelay", "letters", "onLoop", "Component", "props", "value", "isVisible", "setIsVisible", "ye", "iteration", "setIteration", "delayTime", "setDelayTime", "loopDelay", "intersectionRef", "pe", "encrypt", "length", "result", "i", "letter", "letters", "ue", "observer", "entries", "entry", "interval", "prev", "initDelay", "p", "fontStore", "fonts", "css", "className", "TextNilanjanLogoFonts", "getFonts", "xWiAhyQt6_default", "MenuNavigationFonts", "RK8pmgREI_default", "ImageHoverFonts", "kCbbEavdU_default", "AnimatorFonts", "Animator", "OnFonts", "ZgCMpXhP2_default", "DesktopHeroScrollingFonts", "RY9JtgfZu_default", "ElementsPulseFonts", "Tw6V7KQke_default", "TypewriterFonts", "TypeWriter", "DesktopHeroButton1Fonts", "gmqva09Gj_default", "ParticlesFonts", "ParticleWrapper", "MotionDivWithFX", "withFX", "motion", "RichTextWithFX", "RichText", "IconoirFonts", "Icon", "TickerFonts", "Ticker", "MotionSectionWithFX", "TextRevealEffectFonts", "Zzxh8QRfZ_default", "TextRevealEffectWithVariantAppearEffect", "withVariantAppearEffect", "MotionFigureWithFX", "RichTextOnLoop", "onLoop", "SkillsAccordionFonts", "By_db6JMc_default", "ContainerWithFX", "Container", "CareerInsightsAccordionFonts", "Iukbcj99P_default", "EducationAccordionFonts", "AyMEIzFHB_default", "MotionFigcaptionWithFX", "ScrollFeatureStoryTextFonts", "tyt1nBNCh_default", "ScrollFeatureImagesFonts", "GR1ecz23I_default", "ClientsAccordionFonts", "W41ALz6m3_default", "RecruiterAccordionFonts", "ReW1Orr3d_default", "InputFonts", "Input_default", "FeatherFonts", "FormSparkFonts", "FormSpark_default", "BackToIndexLinkFonts", "MJiMzCIKz_default", "MotionFooterWithFX", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "transition2", "animation3", "transition3", "animation4", "animation5", "transition4", "animation6", "transition5", "animation7", "addImageAlt", "image", "alt", "transition6", "animation8", "transition7", "animation9", "transition8", "animation10", "transition9", "animation11", "transition10", "animation12", "transition11", "animation13", "transition12", "animation14", "transition13", "animation15", "transition14", "animation16", "transition15", "animation17", "transition16", "animation18", "transition17", "animation19", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation20", "transition18", "animation21", "animation22", "transition19", "transition20", "animation23", "animation24", "animation25", "animation26", "transition21", "animation27", "animation28", "animation29", "animation30", "animation31", "animation32", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ie", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "bgolztGP_42m929", "overlay", "args", "bgolztGP_zn6atv", "onSubmit42m929", "onClickfj922t", "ref1", "pe", "useRouteElementId", "ref2", "id1", "ref3", "ref4", "id2", "ref5", "id3", "ref6", "ref7", "ref8", "ref9", "ref10", "id4", "ref11", "id5", "id6", "id7", "id8", "id9", "id10", "ref12", "id11", "ref13", "id12", "ref14", "ref15", "ref16", "ref17", "ref18", "id13", "id14", "id15", "id16", "id17", "ref19", "id18", "ref20", "id19", "ref21", "id20", "ref22", "id21", "ref23", "id22", "ref24", "ref25", "id23", "id24", "ref26", "id25", "ref27", "id26", "ref28", "id27", "ref29", "id28", "ref30", "id29", "ref31", "id30", "ref32", "id31", "ref33", "ref34", "isDisplayed", "ref35", "ref36", "ref37", "ref38", "ref39", "ref40", "id32", "id33", "id34", "id35", "id36", "id37", "id38", "id39", "ref41", "id40", "ref42", "id41", "ref43", "id42", "ref44", "id43", "ref45", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "PropertyOverrides", "optimizeAppear", "ComponentViewportProvider", "Container", "xWiAhyQt6_default", "l", "RK8pmgREI_default", "AnimatePresence", "Ga", "x", "kCbbEavdU_default", "Animator", "SVG", "RichText", "ZgCMpXhP2_default", "RY9JtgfZu_default", "Tw6V7KQke_default", "TypeWriter", "gmqva09Gj_default", "ParticleWrapper", "MotionDivWithFX", "RichTextWithFX", "MotionSectionWithFX", "Ticker", "Icon", "Image2", "MotionFigureWithFX", "TextRevealEffectWithVariantAppearEffect", "RichTextOnLoop", "ContainerWithFX", "By_db6JMc_default", "Iukbcj99P_default", "AyMEIzFHB_default", "MotionFigcaptionWithFX", "tyt1nBNCh_default", "GR1ecz23I_default", "W41ALz6m3_default", "ReW1Orr3d_default", "Link", "overlay1", "Input_default", "overlay2", "FormSpark_default", "MotionFooterWithFX", "ResolveLinks", "resolvedLinks", "MJiMzCIKz_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "TextNilanjanLogoFonts", "MenuNavigationFonts", "ImageHoverFonts", "AnimatorFonts", "OnFonts", "DesktopHeroScrollingFonts", "ElementsPulseFonts", "TypewriterFonts", "DesktopHeroButton1Fonts", "ParticlesFonts", "IconoirFonts", "TickerFonts", "TextRevealEffectFonts", "SkillsAccordionFonts", "CareerInsightsAccordionFonts", "EducationAccordionFonts", "ScrollFeatureStoryTextFonts", "ScrollFeatureImagesFonts", "ClientsAccordionFonts", "RecruiterAccordionFonts", "InputFonts", "FeatherFonts", "FormSparkFonts", "BackToIndexLinkFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
