{"version":3,"file":"iuLZx723L.9VzaQL8K.mjs","names":["p","t","e","n","r","x","i","s","a","o","u","l","h","c","v","i","e","t","n","t","t","p","r","u","l","i","a","n","React.useContext","React.useMemo","React.Fragment","props","useRef","React.useId","className","fonts","fonts","css","className","fonts","css","className"],"sources":["https:/framerusercontent.com/modules/MyxCKvCrYIOqXmwqvMQG/YT62WvMr8jkvuMTBxEnI/AFQD06lhp-0.js","https:/framerusercontent.com/modules/MyxCKvCrYIOqXmwqvMQG/YT62WvMr8jkvuMTBxEnI/AFQD06lhp-1.js","https:/framerusercontent.com/modules/MyxCKvCrYIOqXmwqvMQG/YT62WvMr8jkvuMTBxEnI/AFQD06lhp-3.js","https:/framerusercontent.com/modules/MyxCKvCrYIOqXmwqvMQG/YT62WvMr8jkvuMTBxEnI/AFQD06lhp.js","https:/framerusercontent.com/modules/PwoFEnOILPDmeGSTYdO5/rWM7y1FiTuYNBsYSlM7H/jNFoGaPBQ.js","https:/framerusercontent.com/modules/wjxJRF00K0MVcZictu4o/Cjwo3CNwY4slLRS4qjg9/componentPresets.js","https:/framerusercontent.com/modules/mSQGZcdgQr3Ym6eDr4R0/069qCsCTwrGZ3RhWxqHe/csymLeTpd.js","https:/framerusercontent.com/modules/J6FQBI7s7cmricRxfnO0/M374vDZKqZOWMJB6AVPY/iaIq4BOQc.js","https:/framerusercontent.com/modules/UgZV8nh65RSijXvb2Fm3/PqPeWTJPx0XuJfCkY60Y/iuLZx723L.js"],"sourcesContent":["var t,e=Object.create,r=Object.defineProperty,n=Object.getOwnPropertyDescriptor,i=Object.getOwnPropertyNames,s=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(t,e,n)=>e in t?r(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,u=(t,e)=>function(){return e||(0,t[i(t)[0]])((e={exports:{}}).exports,e),e.exports;},l=(t,e,s,o)=>{if(e&&\"object\"==typeof e||\"function\"==typeof e)for(let u of i(e))a.call(t,u)||u===s||r(t,u,{get:()=>e[u],enumerable:!(o=n(e,u))||o.enumerable});return t;},h=(t,n,i)=>(i=null!=t?e(s(t)):{},l(// If the importer is in node compatibility mode or this is not an ESM\n    // file that has been converted to a CommonJS file using a Babel-\n    // compatible transform (i.e. \"__esModule\" has not been set), then set\n    // \"default\" to the CommonJS \"module.exports\" for node compatibility.\n    !n&&t&&t.__esModule?i:r(i,\"default\",{value:t,enumerable:!0}),t)),c=(t,e,r)=>o(t,\"symbol\"!=typeof e?e+\"\":e,r),f=u({\"../../../node_modules/dataloader/index.js\"(t,e){var r,n=/* @__PURE__ */function(){function t(t,e){if(\"function\"!=typeof t)throw TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but got: \"+t+\".\");this._batchLoadFn=t,this._maxBatchSize=function(t){if(!(!t||!1!==t.batch))return 1;var e=t&&t.maxBatchSize;if(void 0===e)return 1/0;if(\"number\"!=typeof e||e<1)throw TypeError(\"maxBatchSize must be a positive number: \"+e);return e;}(e),this._batchScheduleFn=function(t){var e=t&&t.batchScheduleFn;if(void 0===e)return i;if(\"function\"!=typeof e)throw TypeError(\"batchScheduleFn must be a function: \"+e);return e;}(e),this._cacheKeyFn=function(t){var e=t&&t.cacheKeyFn;if(void 0===e)return function(t){return t;};if(\"function\"!=typeof e)throw TypeError(\"cacheKeyFn must be a function: \"+e);return e;}(e),this._cacheMap=function(t){if(!(!t||!1!==t.cache))return null;var e=t&&t.cacheMap;if(void 0===e)return /* @__PURE__ */new Map;if(null!==e){var r=[\"get\",\"set\",\"delete\",\"clear\"].filter(function(t){return e&&\"function\"!=typeof e[t];});if(0!==r.length)throw TypeError(\"Custom cacheMap missing methods: \"+r.join(\", \"));}return e;}(e),this._batch=null,this.name=e&&e.name?e.name:null;}var e=t.prototype;return e.load=function(t){if(null==t)throw TypeError(\"The loader.load() function must be called with a value, but got: \"+String(t)+\".\");var e=function(t){var e=t._batch;if(null!==e&&!e.hasDispatched&&e.keys.length<t._maxBatchSize)return e;var r={hasDispatched:!1,keys:[],callbacks:[]};return t._batch=r,t._batchScheduleFn(function(){(function(t,e){var r;if(e.hasDispatched=!0,0===e.keys.length){a(e);return;}try{r=t._batchLoadFn(e.keys);}catch(r){return s(t,e,TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function errored synchronously: \"+String(r)+\".\"));}if(!r||\"function\"!=typeof r.then)return s(t,e,TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise: \"+String(r)+\".\"));r.then(function(t){if(!o(t))throw TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise of an Array: \"+String(t)+\".\");if(t.length!==e.keys.length)throw TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise of an Array of the same length as the Array of keys.\\n\\nKeys:\\n\"+String(e.keys)+\"\\n\\nValues:\\n\"+String(t));a(e);for(var r=0;r<e.callbacks.length;r++){var n=t[r];n instanceof Error?e.callbacks[r].reject(n):e.callbacks[r].resolve(n);}}).catch(function(r){s(t,e,r);});})(t,r);}),r;}(this),r=this._cacheMap,n=this._cacheKeyFn(t);if(r){var i=r.get(n);if(i){var u=e.cacheHits||(e.cacheHits=[]);return new Promise(function(t){u.push(function(){t(i);});});}}e.keys.push(t);var l=new Promise(function(t,r){e.callbacks.push({resolve:t,reject:r});});return r&&r.set(n,l),l;},e.loadMany=function(t){if(!o(t))throw TypeError(\"The loader.loadMany() function must be called with Array<key> but got: \"+t+\".\");for(var e=[],r=0;r<t.length;r++)e.push(this.load(t[r]).catch(function(t){return t;}));return Promise.all(e);},e.clear=function(t){var e=this._cacheMap;if(e){var r=this._cacheKeyFn(t);e.delete(r);}return this;},e.clearAll=function(){var t=this._cacheMap;return t&&t.clear(),this;},e.prime=function(t,e){var r=this._cacheMap;if(r){var n,i=this._cacheKeyFn(t);void 0===r.get(i)&&(e instanceof Error?(n=Promise.reject(e)).catch(function(){}):n=Promise.resolve(e),r.set(i,n));}return this;},t;}(),i=\"object\"==typeof process&&\"function\"==typeof process.nextTick?function(t){r||(r=Promise.resolve()),r.then(function(){process.nextTick(t);});}:\"function\"==typeof setImmediate?function(t){setImmediate(t);}:function(t){setTimeout(t);};function s(t,e,r){a(e);for(var n=0;n<e.keys.length;n++)t.clear(e.keys[n]),e.callbacks[n].reject(r);}function a(t){if(t.cacheHits)for(var e=0;e<t.cacheHits.length;e++)t.cacheHits[e]();}function o(t){return\"object\"==typeof t&&null!==t&&\"number\"==typeof t.length&&(0===t.length||t.length>0&&Object.prototype.hasOwnProperty.call(t,t.length-1));}e.exports=n;}}),g=h(f()),d={Uint8:1,Uint16:2,Uint32:4,BigUint64:8,Int8:1,Int16:2,Int32:4,BigInt64:8,Float32:4,Float64:8},y=class{getOffset(){return this.offset;}ensureLength(t){let e=this.bytes.length;if(!(this.offset+t<=e))throw Error(\"Reading out of bounds\");}readUint8(){let t=d.Uint8;this.ensureLength(t);let e=this.view.getUint8(this.offset);return this.offset+=t,e;}readUint16(){let t=d.Uint16;this.ensureLength(t);let e=this.view.getUint16(this.offset);return this.offset+=t,e;}readUint32(){let t=d.Uint32;this.ensureLength(t);let e=this.view.getUint32(this.offset);return this.offset+=t,e;}readUint64(){let t=this.readBigUint64();return Number(t);}readBigUint64(){let t=d.BigUint64;this.ensureLength(t);let e=this.view.getBigUint64(this.offset);return this.offset+=t,e;}readInt8(){let t=d.Int8;this.ensureLength(t);let e=this.view.getInt8(this.offset);return this.offset+=t,e;}readInt16(){let t=d.Int16;this.ensureLength(t);let e=this.view.getInt16(this.offset);return this.offset+=t,e;}readInt32(){let t=d.Int32;this.ensureLength(t);let e=this.view.getInt32(this.offset);return this.offset+=t,e;}readInt64(){let t=this.readBigInt64();return Number(t);}readBigInt64(){let t=d.BigInt64;this.ensureLength(t);let e=this.view.getBigInt64(this.offset);return this.offset+=t,e;}readFloat32(){let t=d.Float32;this.ensureLength(t);let e=this.view.getFloat32(this.offset);return this.offset+=t,e;}readFloat64(){let t=d.Float64;this.ensureLength(t);let e=this.view.getFloat64(this.offset);return this.offset+=t,e;}readBytes(t){let e=this.offset,r=e+t,n=this.bytes.subarray(e,r);return this.offset=r,n;}readString(){let t=this.readUint32(),e=this.readBytes(t);return this.decoder.decode(e);}readJson(){let t=this.readString();return JSON.parse(t);}constructor(t){this.bytes=t,c(this,\"offset\",0),c(this,\"view\"),c(this,\"decoder\",new TextDecoder),this.view=p(this.bytes);}};function p(t){return new DataView(t.buffer,t.byteOffset,t.byteLength);}// src/code-generation/components/cms/bundled/DatabaseDictionaryIndex.ts\nimport{ControlType as v}from\"framer\";// ../../library/src/utils/utils.ts\nvar m=\"undefined\"!=typeof window,w=m&&\"function\"==typeof window.requestIdleCallback;// src/code-generation/components/cms/bundled/assert.ts\nfunction I(t,...e){if(!t)throw Error(\"Assertion Error\"+(e.length>0?\": \"+e.join(\" \"):\"\"));}function b(t){throw Error(`Unexpected value: ${t}`);}// src/code-generation/components/cms/bundled/BufferWriter.ts\nvar U=1024,S=1.5,k=t=>2**t-1,L=t=>-(2**(t-1)),B=t=>2**(t-1)-1,E={Uint8:0,Uint16:0,Uint32:0,Uint64:0,BigUint64:0,Int8:L(8),Int16:L(16),Int32:L(32),Int64:Number.MIN_SAFE_INTEGER,BigInt64:-(BigInt(2)**BigInt(63))},M={Uint8:k(8),Uint16:k(16),Uint32:k(32),Uint64:Number.MAX_SAFE_INTEGER,BigUint64:BigInt(2)**BigInt(64)-BigInt(1),Int8:B(8),Int16:B(16),Int32:B(32),Int64:Number.MAX_SAFE_INTEGER,BigInt64:BigInt(2)**BigInt(63)-BigInt(1)};function T(t,e,r,n){I(t>=e,t,\"outside lower bound for\",n),I(t<=r,t,\"outside upper bound for\",n);}var F=class{getOffset(){return this.offset;}slice(t=0,e=this.offset){return this.bytes.slice(t,e);}subarray(t=0,e=this.offset){return this.bytes.subarray(t,e);}ensureLength(t){let e=this.bytes.length;if(this.offset+t<=e)return;let r=new Uint8Array(Math.ceil(e*S)+t);r.set(this.bytes),this.bytes=r,this.view=p(r);}writeUint8(t){T(t,E.Uint8,M.Uint8,\"Uint8\");let e=d.Uint8;this.ensureLength(e),this.view.setUint8(this.offset,t),this.offset+=e;}writeUint16(t){T(t,E.Uint16,M.Uint16,\"Uint16\");let e=d.Uint16;this.ensureLength(e),this.view.setUint16(this.offset,t),this.offset+=e;}writeUint32(t){T(t,E.Uint32,M.Uint32,\"Uint32\");let e=d.Uint32;this.ensureLength(e),this.view.setUint32(this.offset,t),this.offset+=e;}writeUint64(t){T(t,E.Uint64,M.Uint64,\"Uint64\");let e=BigInt(t);this.writeBigUint64(e);}writeBigUint64(t){T(t,E.BigUint64,M.BigUint64,\"BigUint64\");let e=d.BigUint64;this.ensureLength(e),this.view.setBigUint64(this.offset,t),this.offset+=e;}writeInt8(t){T(t,E.Int8,M.Int8,\"Int8\");let e=d.Int8;this.ensureLength(e),this.view.setInt8(this.offset,t),this.offset+=e;}writeInt16(t){T(t,E.Int16,M.Int16,\"Int16\");let e=d.Int16;this.ensureLength(e),this.view.setInt16(this.offset,t),this.offset+=e;}writeInt32(t){T(t,E.Int32,M.Int32,\"Int32\");let e=d.Int32;this.ensureLength(e),this.view.setInt32(this.offset,t),this.offset+=e;}writeInt64(t){T(t,E.Int64,M.Int64,\"Int64\");let e=BigInt(t);this.writeBigInt64(e);}writeBigInt64(t){T(t,E.BigInt64,M.BigInt64,\"BigInt64\");let e=d.BigInt64;this.ensureLength(e),this.view.setBigInt64(this.offset,t),this.offset+=e;}writeFloat32(t){let e=d.Float32;this.ensureLength(e),this.view.setFloat32(this.offset,t),this.offset+=e;}writeFloat64(t){let e=d.Float64;this.ensureLength(e),this.view.setFloat64(this.offset,t),this.offset+=e;}writeBytes(t){let e=t.length;this.ensureLength(e),this.bytes.set(t,this.offset),this.offset+=e;}encodeString(t){let e=this.encodedStrings.get(t);if(e)return e;let r=this.encoder.encode(t);return this.encodedStrings.set(t,r),r;}writeString(t){let e=this.encodeString(t),r=e.length;this.writeUint32(r),this.writeBytes(e);}writeJson(t){let e=JSON.stringify(t);this.writeString(e);}constructor(){c(this,\"offset\",0),c(this,\"bytes\",new Uint8Array(U)),c(this,\"view\",p(this.bytes)),c(this,\"encoder\",new TextEncoder),c(this,\"encodedStrings\",/* @__PURE__ */new Map);}};// src/utils/typeChecks.ts\nfunction N(t){return Number.isFinite(t);}function A(t){return null===t;}// src/code-generation/components/cms/bundled/models/DatabaseItemPointerModel.ts\nvar O=class t{static fromString(e){let[r,n,i]=e.split(\"/\").map(Number);return I(N(r),\"Invalid chunkId\"),I(N(n),\"Invalid offset\"),I(N(i),\"Invalid length\"),new t(r,n,i);}toString(){return`${this.chunkId}/${this.offset}/${this.length}`;}static read(e){let r=e.readUint16(),n=e.readUint32(),i=e.readUint32();return new t(r,n,i);}write(t){t.writeUint16(this.chunkId),t.writeUint32(this.offset),t.writeUint32(this.length);}compare(t){return this.chunkId<t.chunkId?-1:this.chunkId>t.chunkId?1:this.offset<t.offset?-1:this.offset>t.offset?1:(I(this.length===t.length),0);}constructor(t,e,r){this.chunkId=t,this.offset=e,this.length=r;}};// src/code-generation/components/cms/bundled/models/DatabaseValueModel.ts\nimport{ControlType as x}from\"framer\";function P(t){if(A(t))return 0/* Null */;switch(t.type){case x.Array:return 1/* Array */;case x.Boolean:return 2/* Boolean */;case x.Color:return 3/* Color */;case x.Date:return 4/* Date */;case x.Enum:return 5/* Enum */;case x.File:return 6/* File */;case x.ResponsiveImage:return 10/* ResponsiveImage */;case x.Link:return 7/* Link */;case x.Number:return 8/* Number */;case x.Object:return 9/* Object */;case x.RichText:return 11/* RichText */;case x.String:return 12/* String */;default:b(t);}}function R(e){let r=e.readUint16(),n=[];for(let i=0;i<r;i++){let r=t.read(e);n.push(r);}return{type:x.Array,value:n};}function q(e,r){for(let n of(e.writeUint16(r.value.length),r.value))t.write(e,n);}function _(e,r,n){let i=e.value.length,s=r.value.length;if(i<s)return -1;if(i>s)return 1;for(let s=0;s<i;s++){let i=e.value[s],a=r.value[s],o=t.compare(i,a,n);if(0!==o)return o;}return 0;}function D(t){return{type:x.Boolean,value:0!==t.readUint8()};}function j(t,e){t.writeUint8(e.value?1:0);}function C(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function J(t){return{type:x.Color,value:t.readString()};}function W(t,e){t.writeString(e.value);}function $(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function z(t){let e=t.readInt64(),r=new Date(e);return{type:x.Date,value:r.toISOString()};}function G(t,e){let r=new Date(e.value),n=r.getTime();t.writeInt64(n);}function K(t,e){let r=new Date(t.value),n=new Date(e.value);return r<n?-1:r>n?1:0;}function H(t){return{type:x.Enum,value:t.readString()};}function V(t,e){t.writeString(e.value);}function X(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function Q(t){return{type:x.File,value:t.readString()};}function Y(t,e){t.writeString(e.value);}function Z(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function tt(t){return{type:x.Link,value:t.readJson()};}function te(t,e){t.writeJson(e.value);}function tr(t,e){let r=JSON.stringify(t.value),n=JSON.stringify(e.value);return r<n?-1:r>n?1:0;}function tn(t){return{type:x.Number,value:t.readFloat64()};}function ti(t,e){t.writeFloat64(e.value);}function ts(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function ta(e){let r=e.readUint16(),n={};for(let i=0;i<r;i++){let r=e.readString();n[r]=t.read(e);}return{type:x.Object,value:n};}function to(e,r){let n=Object.entries(r.value);for(let[r,i]of(e.writeUint16(n.length),n))e.writeString(r),t.write(e,i);}function tu(e,r,n){let i=Object.keys(e.value).sort(),s=Object.keys(r.value).sort();if(i.length<s.length)return -1;if(i.length>s.length)return 1;for(let a=0;a<i.length;a++){let o=i[a],u=s[a];if(o<u)return -1;if(o>u)return 1;let l=e.value[o]??null,h=r.value[u]??null,c=t.compare(l,h,n);if(0!==c)return c;}return 0;}function tl(t){return{type:x.ResponsiveImage,value:t.readJson()};}function th(t,e){t.writeJson(e.value);}function tc(t,e){let r=JSON.stringify(t.value),n=JSON.stringify(e.value);return r<n?-1:r>n?1:0;}function tf(t){return{type:x.RichText,value:t.readUint32()};}function tg(t,e){t.writeUint32(e.value);}function td(t,e){let r=t.value,n=e.value;return r<n?-1:r>n?1:0;}function ty(t){return{type:x.String,value:t.readString()};}function tp(t,e){t.writeString(e.value);}function tv(t,e,r){let n=t.value,i=e.value;return(0/* CaseInsensitive */===r.type&&(n=t.value.toLowerCase(),i=e.value.toLowerCase()),n<i)?-1:n>i?1:0;}(t=>{t.read=function(t){let e=t.readUint8();switch(e){case 0/* Null */:return null;case 1/* Array */:return R(t);case 2/* Boolean */:return D(t);case 3/* Color */:return J(t);case 4/* Date */:return z(t);case 5/* Enum */:return H(t);case 6/* File */:return Q(t);case 7/* Link */:return tt(t);case 8/* Number */:return tn(t);case 9/* Object */:return ta(t);case 10/* ResponsiveImage */:return tl(t);case 11/* RichText */:return tf(t);case 12/* String */:return ty(t);default:b(e);}},t.write=function(t,e){let r=P(e);if(t.writeUint8(r),!A(e))switch(e.type){case x.Array:return q(t,e);case x.Boolean:return j(t,e);case x.Color:return W(t,e);case x.Date:return G(t,e);case x.Enum:return V(t,e);case x.File:return Y(t,e);case x.Link:return te(t,e);case x.Number:return ti(t,e);case x.Object:return to(t,e);case x.ResponsiveImage:return th(t,e);case x.RichText:return tg(t,e);case x.String:return tp(t,e);default:b(e);}},t.compare=function(t,e,r){let n=P(t),i=P(e);if(n<i)return -1;if(n>i)return 1;if(A(t)||A(e))return 0;switch(t.type){case x.Array:return I(e.type===x.Array),_(t,e,r);case x.Boolean:return I(e.type===x.Boolean),C(t,e);case x.Color:return I(e.type===x.Color),$(t,e);case x.Date:return I(e.type===x.Date),K(t,e);case x.Enum:return I(e.type===x.Enum),X(t,e);case x.File:return I(e.type===x.File),Z(t,e);case x.Link:return I(e.type===x.Link),tr(t,e);case x.Number:return I(e.type===x.Number),ts(t,e);case x.Object:return I(e.type===x.Object),tu(t,e,r);case x.ResponsiveImage:return I(e.type===x.ResponsiveImage),tc(t,e);case x.RichText:return I(e.type===x.RichText),td(t,e);case x.String:return I(e.type===x.String),tv(t,e,r);default:b(t);}};})(t||(t={}));// src/code-generation/components/cms/bundled/models/DatabaseDictionaryIndexModel.ts\nvar tm=class e{sortEntries(){this.entries.sort((e,r)=>{for(let n=0;n<this.fieldNames.length;n++){let i=e.values[n],s=r.values[n],a=t.compare(i,s,this.options.collation);if(0!==a)return a;}return e.pointer.compare(r.pointer);});}static deserialize(r){let n=new y(r),i=n.readJson(),s=n.readUint8(),a=[];for(let t=0;t<s;t++){let t=n.readString();a.push(t);}let o=new e(a,{collation:i}),u=n.readUint32();for(let e=0;e<u;e++){let e=[];for(let r=0;r<s;r++){let r=t.read(n);e.push(r);}let r=O.read(n);o.entries.push({values:e,pointer:r});}return o;}serialize(){let e=new F;for(let t of(e.writeJson(this.options.collation),e.writeUint8(this.fieldNames.length),this.fieldNames))e.writeString(t);for(let r of(this.sortEntries(),e.writeUint32(this.entries.length),this.entries)){let{values:n,pointer:i}=r;for(let r of n)t.write(e,r);i.write(e);}return e.subarray();}addItem(t,e){let r=this.fieldNames.map(e=>t.getField(e)??null);this.entries.push({values:r,pointer:e});}constructor(t,e){this.fieldNames=t,this.options=e,c(this,\"entries\",[]);}},tw=3,tI=250,tb=[408,// Request Timeout\n429,// Too Many Requests\n500,// Internal Server Error\n502,// Bad Gateway\n503,// Service Unavailable\n504],tU=async(t,e)=>{let r=0;for(;;){try{let n=await fetch(t,e);if(!tb.includes(n.status)||++r>tw)return n;}catch(t){if(e?.signal?.aborted||++r>tw)throw t;}await tS(r);}};async function tS(t){let e=Math.floor(tI*(Math.random()+1)*2**(t-1));await new Promise(t=>{setTimeout(t,e);});}// src/code-generation/components/cms/bundled/rangeRequest.ts\nasync function tk(t,e){let r=tE(e),n=[],i=0;for(let t of r)n.push(`${t.from}-${t.to-1}`),i+=t.to-t.from;let s=new URL(t),a=n.join(\",\");s.searchParams.set(\"range\",a);let o=await tU(s);if(200!==o.status)throw Error(`Request failed: ${o.status} ${o.statusText}`);let u=await o.arrayBuffer(),l=new Uint8Array(u);if(l.length!==i)throw Error(\"Request failed: Unexpected response length\");let h=new tL,c=0;for(let t of r){let e=t.to-t.from,r=c+e,n=l.subarray(c,r);h.write(t.from,n),c=r;}return e.map(t=>h.read(t.from,t.to-t.from));}var tL=class{read(t,e){for(let r of this.chunks){if(t<r.start)break;if(t>r.end)continue;if(t+e>r.end)break;let n=t-r.start,i=n+e;return r.data.slice(n,i);}throw Error(\"Missing data\");}write(t,e){let r=t,n=r+e.length,i=0,s=this.chunks.length;for(;i<s;i++){let t=this.chunks[i];if(I(t,\"Missing chunk\"),!(r>t.end)){if(r>t.start){let n=r-t.start,i=t.data.subarray(0,n);e=tB(i,e),r=t.start;}break;}}for(;s>i;s--){let t=this.chunks[s-1];if(I(t,\"Missing chunk\"),!(n<t.start)){if(n<t.end){let r=n-t.start,i=t.data.subarray(r);e=tB(e,i),n=t.end;}break;}}let a={start:r,end:n,data:e},o=s-i;this.chunks.splice(i,o,a);}constructor(){c(this,\"chunks\",[]);}};function tB(t,e){let r=t.length+e.length,n=new Uint8Array(r);return n.set(t,0),n.set(e,t.length),n;}function tE(t){I(t.length>0,\"Must have at least one range\");let e=[...t].sort((t,e)=>t.from-e.from),r=[];for(let t of e){let e=r.length-1,n=r[e];n&&t.from<=n.to?r[e]={from:n.from,to:Math.max(n.to,t.to)}:r.push(t);}return r;}// src/code-generation/components/cms/bundled/DatabaseDictionaryIndex.ts\nvar tM=class{async loadModel(){let[t]=await tk(this.options.url,[this.options.range]);return I(t,\"Failed to load model\"),tm.deserialize(t);}async getModel(){return this.modelPromise??=this.loadModel(),this.model??=await this.modelPromise,this.model;}async lookupItems(t){I(t.length===this.fields.length,\"Invalid query length\");let e=await this.getModel(),r=t.reduce((t,e,r)=>t.flatMap(t=>{switch(e.type){case\"All\"/* All */:return[t];case\"Equals\"/* Equals */:return this.queryEquals(t,e,r);case\"NotEquals\"/* NotEquals */:return this.queryNotEquals(t,e,r);case\"LessThan\"/* LessThan */:return this.queryLessThan(t,e,r);case\"GreaterThan\"/* GreaterThan */:return this.queryGreaterThan(t,e,r);case\"Contains\"/* Contains */:return this.queryContains(t,e,r);case\"StartsWith\"/* StartsWith */:return this.queryStartsWith(t,e,r);case\"EndsWith\"/* EndsWith */:return this.queryEndsWith(t,e,r);default:b(e);}}),[e.entries]),n=[];for(let t of r)for(let e of t){let t={};for(let r=0;r<this.options.fieldNames.length;r++){let n=this.options.fieldNames[r],i=e.values[r];t[n]=i;}n.push({pointer:e.pointer.toString(),data:t});}return n;}queryEquals(t,e,r){let n=this.getLeftMost(t,r,e.value),i=this.getRightMost(t,r,e.value),s=t.slice(n,i+1);return s.length>0?[s]:[];}queryNotEquals(t,e,r){let n=this.getLeftMost(t,r,e.value),i=this.getRightMost(t,r,e.value),s=[],a=t.slice(0,n);a.length>0&&s.push(a);let o=t.slice(i+1);return o.length>0&&s.push(o),s;}queryLessThan(t,e,r){let n=this.getRightMost(t,r,null);if(t=t.slice(n+1),e.inclusive){let n=this.getRightMost(t,r,e.value),i=t.slice(0,n+1);return i.length>0?[i]:[];}let i=this.getLeftMost(t,r,e.value),s=t.slice(0,i);return s.length>0?[s]:[];}queryGreaterThan(t,e,r){let n=this.getRightMost(t,r,null);if(t=t.slice(n+1),e.inclusive){let n=this.getLeftMost(t,r,e.value),i=t.slice(n);return i.length>0?[i]:[];}let i=this.getRightMost(t,r,e.value),s=t.slice(i+1);return s.length>0?[s]:[];}queryContains(t,e,r){return this.findItems(t,r,t=>{if(t?.type!==v.String||e.value?.type!==v.String)return!1;let r=t.value,n=e.value.value;return 0/* CaseInsensitive */===this.collation.type&&(r=r.toLowerCase(),n=n.toLowerCase()),r.includes(n);});}queryStartsWith(t,e,r){return this.findItems(t,r,t=>{if(t?.type!==v.String||e.value?.type!==v.String)return!1;let r=t.value,n=e.value.value;return 0/* CaseInsensitive */===this.collation.type&&(r=r.toLowerCase(),n=n.toLowerCase()),r.startsWith(n);});}queryEndsWith(t,e,r){return this.findItems(t,r,t=>{if(t?.type!==v.String||e.value?.type!==v.String)return!1;let r=t.value,n=e.value.value;return 0/* CaseInsensitive */===this.collation.type&&(r=r.toLowerCase(),n=n.toLowerCase()),r.endsWith(n);});}/**\n   * Returns the index of the left most entry that is equal to the target.\n   *\n   * ```text\n   *   Left most\n   *       ↓\n   * ┌───┬───┬───┬───┬───┬───┐\n   * │ 1 │ 2 │ 2 │ 2 │ 2 │ 3 │\n   * └───┴───┴───┴───┴───┴───┘\n   * ```\n   *\n   * @param entries The entries array to search in.\n   * @param position The position of the value in the entry.\n   * @param target The target value to search for.\n   * @returns The index of the left most entry that is equal to the target.\n   */getLeftMost(e,r,n){let i=0,s=e.length;for(;i<s;){let a=i+s>>1,o=e[a],u=o.values[r];0>t.compare(u,n,this.collation)?i=a+1:s=a;}return i;}/**\n   * Returns the index of the right most entry that is equal to the target.\n   *\n   * ```text\n   *              Right most\n   *                   ↓\n   * ┌───┬───┬───┬───┬───┬───┐\n   * │ 1 │ 2 │ 2 │ 2 │ 2 │ 3 │\n   * └───┴───┴───┴───┴───┴───┘\n   * ```\n   *\n   * @param entries The entries array to search in.\n   * @param position The position of the value in the entry.\n   * @param target The target value to search for.\n   * @returns The index of the right most entry that is equal to the target.\n   */getRightMost(e,r,n){let i=0,s=e.length;for(;i<s;){let a=i+s>>1,o=e[a],u=o.values[r];t.compare(u,n,this.collation)>0?s=a:i=a+1;}return s-1;}/**\n   * Finds all items that are matching the predicate and groups adjacent items together.\n   *\n   * @param entries The entries array to search in.\n   * @param position The position of the value in the entry.\n   * @param predicate The predicate to match the values against.\n   * @returns An array of chunks that match the predicate.\n   */findItems(t,e,r){let n=[],i=0;for(let s=0;s<t.length;s++){let a=t[s],o=a.values[e],u=r(o);if(!u){if(i<s){let e=t.slice(i,s);n.push(e);}i=s+1;}}if(i<t.length){let e=t.slice(i);n.push(e);}return n;}constructor(t){this.options=t,c(this,\"schema\"),c(this,\"fields\"),c(this,\"supportedLookupTypes\",[\"All\"/* All */,\"Equals\"/* Equals */,\"NotEquals\"/* NotEquals */,\"LessThan\"/* LessThan */,\"GreaterThan\"/* GreaterThan */,\"Contains\"/* Contains */,\"StartsWith\"/* StartsWith */,\"EndsWith\"/* EndsWith */]),c(this,\"modelPromise\"),c(this,\"model\"),c(this,\"collation\");let e={},r=[];for(let t of this.options.fieldNames){let n=this.options.collectionSchema[t];I(n,\"Missing definition for field\",t),e[t]=n,r.push({type:\"Identifier\",name:t});}this.schema=e,this.fields=r,this.collation=this.options.collation;}},tT=class e{static read(r){let n=new e,i=r.readUint16();for(let e=0;e<i;e++){let e=r.readString(),i=t.read(r);n.setField(e,i);}return n;}write(e){for(let[r,n]of(e.writeUint16(this.fields.size),this.fields))e.writeString(r),t.write(e,n);}getData(){let t={};for(let[e,r]of this.fields)t[e]=r;return t;}setField(t,e){this.fields.set(t,e);}getField(t){return this.fields.get(t);}constructor(){c(this,\"fields\",/* @__PURE__ */new Map);}},tF=class{scanItems(){return this.itemsPromise??=tU(this.url).then(async t=>{if(!t.ok)throw Error(`Request failed: ${t.status} ${t.statusText}`);let e=await t.arrayBuffer(),r=new Uint8Array(e),n=new y(r),i=[],s=n.readUint32();for(let t=0;t<s;t++){let t=n.getOffset(),e=tT.read(n),r=n.getOffset()-t,s=new O(this.id,t,r),a=s.toString(),o={pointer:a,data:e.getData()};this.itemLoader.prime(a,o),i.push(o);}return i;}),this.itemsPromise;}resolveItem(t){return this.itemLoader.load(t);}constructor(t,e){this.id=t,this.url=e,c(this,\"itemsPromise\"),c(this,\"itemLoader\",new g.default(async t=>{let e=t.map(t=>{let e=O.fromString(t);return{from:e.offset,to:e.offset+e.length};}),r=await tk(this.url,e);return r.map((e,r)=>{let n=new y(e),i=tT.read(n),s=t[r];return I(s,\"Missing pointer\"),{pointer:s,data:i.getData()};});}));}},tN=class{async scanItems(){let t=await Promise.all(this.chunks.map(async t=>t.scanItems()));return t.flat();}async resolveItems(t){return Promise.all(t.map(t=>{let e=O.fromString(t),r=this.chunks[e.chunkId];return I(r,\"Missing chunk\"),r.resolveItem(t);}));}compareItems(t,e){let r=O.fromString(t.pointer),n=O.fromString(e.pointer);return r.compare(n);}compareValues(e,r,n){return t.compare(e,r,n);}constructor(t){this.options=t,c(this,\"schema\"),c(this,\"indexes\"),c(this,\"resolveRichText\"),c(this,\"chunks\"),this.chunks=this.options.chunks.map((t,e)=>new tF(e,t)),this.schema=t.schema,this.indexes=t.indexes,this.resolveRichText=t.resolveRichText;}};export{tN as DatabaseCollection,tM as DatabaseDictionaryIndex};\nexport const __FramerMetadata__ = {\"exports\":{\"DatabaseDictionaryIndex\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DatabaseCollection\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","let e=[];export async function resolveRichText(t){let i=e[t];if(i)return await i();}\nexport const __FramerMetadata__ = {\"exports\":{\"resolveRichText\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","let e=[];export async function resolveRichTextEn(t){let n=e[t];if(n)return await n();}\nexport const __FramerMetadata__ = {\"exports\":{\"resolveRichTextEn\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (f76946f)\nimport{addPropertyControls as e,ControlType as t,QueryCache as l,QueryEngine as r}from\"framer\";import{DatabaseCollection as i}from\"./AFQD06lhp-0.js\";import{resolveRichText as a}from\"./AFQD06lhp-1.js\";import{resolveRichTextEn as n}from\"./AFQD06lhp-3.js\";let o={AN0o6jNRC:{isNullable:!0,type:t.String},id:{isNullable:!1,type:t.String},nextItemId:{isNullable:!0,type:t.String},previousItemId:{isNullable:!0,type:t.String},vRE1C0rJX:{isNullable:!0,type:t.String}},p=new r,u=new l(p),c={collectionByLocaleId:{default:new i({chunks:[new URL(\"./AFQD06lhp-chunk-default-0.framercms\",\"https://framerusercontent.com/modules/MyxCKvCrYIOqXmwqvMQG/YT62WvMr8jkvuMTBxEnI/AFQD06lhp.js\").href.replace(\"/modules/\",\"/cms/\")],indexes:[],resolveRichText:a,schema:o}),erhPaaOnC:new i({chunks:[new URL(\"./AFQD06lhp-chunk-erhPaaOnC-0.framercms\",\"https://framerusercontent.com/modules/MyxCKvCrYIOqXmwqvMQG/YT62WvMr8jkvuMTBxEnI/AFQD06lhp.js\").href.replace(\"/modules/\",\"/cms/\")],indexes:[],resolveRichText:n,schema:o})},displayName:\"Scope\"};export default c;e(c,{AN0o6jNRC:{defaultValue:\"\",title:\"Title\",type:t.String},vRE1C0rJX:{title:\"Slug\",type:t.String},previousItemId:{dataIdentifier:\"local-module:collection/AFQD06lhp:default\",title:\"Previous\",type:t.CollectionReference},nextItemId:{dataIdentifier:\"local-module:collection/AFQD06lhp:default\",title:\"Next\",type:t.CollectionReference}});export const enumToDisplayNameFunctions={};export const utils={async getSlugByRecordId(e,t){let[l]=await u.get({from:{data:c,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{name:\"vRE1C0rJX\",type:\"Identifier\"}],where:{left:{name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:e},type:\"BinaryOperation\"}},t).readAsync();return l?.vRE1C0rJX;},async getRecordIdBySlug(e,t){let[l]=await u.get({from:{data:c,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{name:\"id\",type:\"Identifier\"}],where:{left:{name:\"vRE1C0rJX\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:e},type:\"BinaryOperation\"}},t).readAsync();return l?.id;}};\nexport const __FramerMetadata__ = {\"exports\":{\"enumToDisplayNameFunctions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"utils\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"data\",\"name\":\"data\",\"annotations\":{\"framerColorSyntax\":\"false\",\"framerEnumToDisplayNameUtils\":\"2\",\"framerData\":\"\",\"framerCollectionId\":\"AFQD06lhp\",\"framerCollectionUtils\":\"1\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerRecordIdKey\":\"id\",\"framerSlug\":\"vRE1C0rJX\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (890879b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"qYW1Yb1tB\",\"g_N_bT2Mh\",\"v4eu9IrDI\",\"lmyNbcf6B\",\"eUg0qZ9EA\",\"frI1jegwu\",\"pQrDVI88J\",\"in37eJmc9\",\"Qzy01zt6L\",\"VLEKJ28dY\",\"vjcTIUnpQ\",\"pLiCMyy4q\",\"qQtV9i62W\",\"p2icXJWgd\",\"kg9Xf93sg\",\"ch3jW1oPg\",\"tihizlgfD\",\"EZBALCg6F\",\"QfJtvLaHB\",\"LckiwA55n\",\"o9jZFBIBw\",\"ajWb5G44c\",\"yrm17NuSG\",\"GmC2KxNk5\",\"NJVvcxycR\",\"d4a7bNSW2\",\"hynuN3FMI\"];const serializationHash=\"framer-bcQlE\";const variantClassNames={ajWb5G44c:\"framer-v-1aemwaq\",ch3jW1oPg:\"framer-v-p8fiop\",d4a7bNSW2:\"framer-v-1uk75v9\",eUg0qZ9EA:\"framer-v-f2xi7v\",EZBALCg6F:\"framer-v-qyxc9n\",frI1jegwu:\"framer-v-1y6yltr\",g_N_bT2Mh:\"framer-v-a7w1t7\",GmC2KxNk5:\"framer-v-nd75gb\",hynuN3FMI:\"framer-v-1b4eqmd\",in37eJmc9:\"framer-v-7hn405\",kg9Xf93sg:\"framer-v-tm1bv0\",LckiwA55n:\"framer-v-6c57a2\",lmyNbcf6B:\"framer-v-19w5mn6\",NJVvcxycR:\"framer-v-1rvpztv\",o9jZFBIBw:\"framer-v-y3cjwj\",p2icXJWgd:\"framer-v-gz07xt\",pLiCMyy4q:\"framer-v-y6guck\",pQrDVI88J:\"framer-v-2ys61j\",QfJtvLaHB:\"framer-v-h34k3t\",qQtV9i62W:\"framer-v-dgh03x\",qYW1Yb1tB:\"framer-v-18c6w3g\",Qzy01zt6L:\"framer-v-lu8w8r\",tihizlgfD:\"framer-v-1q7i5d5\",v4eu9IrDI:\"framer-v-1kac3ei\",vjcTIUnpQ:\"framer-v-wsbr07\",VLEKJ28dY:\"framer-v-4qdxf7\",yrm17NuSG:\"framer-v-1o2waem\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Airalo (Small)\":\"frI1jegwu\",\"Aktifbank (Small)\":\"in37eJmc9\",\"Arti Iletişim (Small)\":\"LckiwA55n\",\"Arti Iletişim\":\"QfJtvLaHB\",\"BtcTurk (Small)\":\"g_N_bT2Mh\",\"BtcTurk White Only\":\"hynuN3FMI\",\"Flamm (Small)\":\"EZBALCg6F\",\"Hadi (Small)\":\"lmyNbcf6B\",\"Misyon (Small)\":\"VLEKJ28dY\",\"Mobillium (Small)\":\"pLiCMyy4q\",\"Oggusto (Small)\":\"ajWb5G44c\",\"Shopi go (Small)\":\"ch3jW1oPg\",\"Shopi go\":\"kg9Xf93sg\",\"Sim4Crew (Small)\":\"d4a7bNSW2\",\"Souqdukkan (Small)\":\"p2icXJWgd\",\"Veggie Option (Small)\":\"GmC2KxNk5\",\"Veggie Option\":\"yrm17NuSG\",Airalo:\"eUg0qZ9EA\",Aktifbank:\"pQrDVI88J\",BtcTurk:\"qYW1Yb1tB\",Flamm:\"tihizlgfD\",Hadi:\"v4eu9IrDI\",Misyon:\"Qzy01zt6L\",Mobillium:\"vjcTIUnpQ\",Oggusto:\"o9jZFBIBw\",Sim4Crew:\"NJVvcxycR\",Souqdukkan:\"qQtV9i62W\"};const getProps=({click,height,id,width,...props})=>{return{...props,PNdguiT29:click??props.PNdguiT29,variant:humanReadableVariantMap[props.variant]??props.variant??\"qYW1Yb1tB\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,PNdguiT29,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qYW1Yb1tB\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapcd5wp6=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(PNdguiT29){const res=await PNdguiT29(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"v4eu9IrDI\",\"lmyNbcf6B\",\"eUg0qZ9EA\",\"frI1jegwu\",\"pQrDVI88J\",\"in37eJmc9\",\"Qzy01zt6L\",\"VLEKJ28dY\",\"vjcTIUnpQ\",\"pLiCMyy4q\",\"qQtV9i62W\",\"p2icXJWgd\",\"kg9Xf93sg\",\"ch3jW1oPg\",\"tihizlgfD\",\"EZBALCg6F\",\"QfJtvLaHB\",\"LckiwA55n\",\"o9jZFBIBw\",\"ajWb5G44c\",\"yrm17NuSG\",\"GmC2KxNk5\",\"NJVvcxycR\",\"d4a7bNSW2\",\"hynuN3FMI\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"hynuN3FMI\")return true;return false;};const isDisplayed2=()=>{if([\"v4eu9IrDI\",\"lmyNbcf6B\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"eUg0qZ9EA\",\"frI1jegwu\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"pQrDVI88J\",\"in37eJmc9\"].includes(baseVariant))return true;return false;};const isDisplayed5=()=>{if([\"Qzy01zt6L\",\"VLEKJ28dY\"].includes(baseVariant))return true;return false;};const isDisplayed6=()=>{if([\"vjcTIUnpQ\",\"pLiCMyy4q\"].includes(baseVariant))return true;return false;};const isDisplayed7=()=>{if([\"qQtV9i62W\",\"p2icXJWgd\"].includes(baseVariant))return true;return false;};const isDisplayed8=()=>{if([\"kg9Xf93sg\",\"ch3jW1oPg\"].includes(baseVariant))return true;return false;};const isDisplayed9=()=>{if([\"tihizlgfD\",\"EZBALCg6F\"].includes(baseVariant))return true;return false;};const isDisplayed10=()=>{if([\"QfJtvLaHB\",\"LckiwA55n\"].includes(baseVariant))return true;return false;};const isDisplayed11=()=>{if([\"o9jZFBIBw\",\"ajWb5G44c\"].includes(baseVariant))return true;return false;};const isDisplayed12=()=>{if([\"yrm17NuSG\",\"GmC2KxNk5\"].includes(baseVariant))return true;return false;};const isDisplayed13=()=>{if([\"NJVvcxycR\",\"d4a7bNSW2\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-18c6w3g\",className,classNames),\"data-framer-name\":\"BtcTurk\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"qYW1Yb1tB\",onTap:onTapcd5wp6,ref:refBinding,style:{backgroundColor:\"rgba(255, 255, 255, 0)\",...style},...addPropertyOverrides({ajWb5G44c:{\"data-framer-name\":\"Oggusto (Small)\"},ch3jW1oPg:{\"data-framer-name\":\"Shopi go (Small)\"},d4a7bNSW2:{\"data-framer-name\":\"Sim4Crew (Small)\"},eUg0qZ9EA:{\"data-framer-name\":\"Airalo\"},EZBALCg6F:{\"data-framer-name\":\"Flamm (Small)\"},frI1jegwu:{\"data-framer-name\":\"Airalo (Small)\"},g_N_bT2Mh:{\"data-framer-name\":\"BtcTurk (Small)\"},GmC2KxNk5:{\"data-framer-name\":\"Veggie Option (Small)\"},hynuN3FMI:{\"data-framer-name\":\"BtcTurk White Only\"},in37eJmc9:{\"data-framer-name\":\"Aktifbank (Small)\"},kg9Xf93sg:{\"data-framer-name\":\"Shopi go\"},LckiwA55n:{\"data-framer-name\":\"Arti Iletişim (Small)\"},lmyNbcf6B:{\"data-framer-name\":\"Hadi (Small)\"},NJVvcxycR:{\"data-framer-name\":\"Sim4Crew\"},o9jZFBIBw:{\"data-framer-name\":\"Oggusto\"},p2icXJWgd:{\"data-framer-name\":\"Souqdukkan (Small)\"},pLiCMyy4q:{\"data-framer-name\":\"Mobillium (Small)\"},pQrDVI88J:{\"data-framer-name\":\"Aktifbank\"},QfJtvLaHB:{\"data-framer-name\":\"Arti Iletişim\"},qQtV9i62W:{\"data-framer-name\":\"Souqdukkan\"},Qzy01zt6L:{\"data-framer-name\":\"Misyon\"},tihizlgfD:{\"data-framer-name\":\"Flamm\"},v4eu9IrDI:{\"data-framer-name\":\"Hadi\"},vjcTIUnpQ:{\"data-framer-name\":\"Mobillium\"},VLEKJ28dY:{\"data-framer-name\":\"Misyon (Small)\"},yrm17NuSG:{\"data-framer-name\":\"Veggie Option\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-141q5pg\",\"data-framer-name\":\"BtcTurk\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"axX2lTZrN\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 128 32\"><path d=\"M 122.011 11.792 L 126.273 11.792 L 120.793 18.501 L 126.86 25.985 L 122.598 25.985 L 116.531 18.501 Z M 112.746 26.007 L 116.161 26.007 L 116.161 5.706 L 112.746 5.706 Z M 110.442 15.017 C 110.289 14.931 110.007 14.931 109.572 14.931 C 107.027 14.931 105.504 16.867 105.504 19.77 L 105.504 26.05 L 102.091 26.05 L 102.091 11.792 L 105.461 11.792 L 105.461 14.2 C 106.2 12.566 107.897 11.49 109.811 11.49 C 110.202 11.49 110.398 11.533 110.442 11.576 Z M 94.305 11.792 L 97.785 11.792 L 97.785 26.007 L 94.305 26.007 L 94.305 24.114 C 93.37 25.469 91.913 26.329 89.847 26.329 C 86.367 26.329 84.279 24.05 84.279 20.33 L 84.279 11.77 L 87.759 11.77 L 87.759 19.706 C 87.759 21.921 88.89 23.233 90.934 23.233 C 92.978 23.233 94.305 21.684 94.305 19.276 Z M 68.969 5.706 L 84.127 5.706 L 84.127 8.953 L 78.364 8.953 L 78.364 26.028 L 74.754 26.028 L 74.754 8.953 L 68.991 8.953 L 68.991 5.706 Z M 65.055 11.448 C 66.512 11.448 67.795 11.792 68.969 12.458 L 68.969 15.792 C 67.795 14.974 66.621 14.544 65.359 14.544 C 62.771 14.544 60.814 16.48 60.814 18.953 C 60.814 21.426 62.728 23.362 65.359 23.362 C 66.773 23.362 67.991 22.781 69.035 22.114 L 69.035 25.448 C 67.817 26.114 66.49 26.458 65.033 26.458 C 60.488 26.458 57.356 23.319 57.356 19.018 C 57.335 14.63 60.51 11.448 65.055 11.448 Z M 53.812 23.297 C 54.399 23.297 54.986 23.211 55.421 22.867 L 55.421 25.856 C 54.834 26.2 54.007 26.394 52.789 26.394 C 49.854 26.394 48.092 24.652 48.092 21.663 L 48.092 14.652 L 45.504 14.652 L 45.504 14.179 L 51.419 8.136 L 51.506 8.136 L 51.506 11.813 L 55.377 11.813 L 55.377 14.673 L 51.572 14.673 L 51.572 21.061 C 51.572 22.609 52.246 23.297 53.812 23.297 Z M 36.805 22.996 C 39.11 22.996 40.611 21.942 40.611 19.942 C 40.611 18.05 39.045 16.953 36.74 16.953 L 32.825 16.953 L 32.825 22.996 Z M 36.175 14.114 C 38.132 14.114 39.502 13.147 39.502 11.405 C 39.502 9.663 38.132 8.695 36.175 8.695 L 32.847 8.695 L 32.847 14.114 Z M 29.368 5.706 L 36.414 5.706 C 40.285 5.706 42.96 7.792 42.96 11.125 C 42.96 12.953 42.09 14.415 40.459 15.189 C 42.851 15.964 44.177 17.706 44.177 20.179 C 44.177 23.813 41.35 26.028 36.892 26.028 L 29.324 26.028 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 15.897 4.013 C 14.039 2.703 12.928 1.077 13.44 0.358 C 13.59 0.147 13.889 0.041 14.295 0.041 C 15.149 0.041 16.453 0.548 17.734 1.436 C 19.593 2.746 20.704 4.372 20.191 5.091 C 19.679 5.809 17.756 5.323 15.897 4.013 Z M 0.067 1.879 C -0.446 3.126 2.054 5.323 5.664 6.802 C 9.275 8.28 12.607 8.449 13.141 7.203 C 13.654 5.957 11.154 3.759 7.544 2.281 C 5.536 1.478 3.634 1.055 2.224 1.055 C 1.092 1.055 0.302 1.33 0.067 1.879 Z M 22.2 8.281 C 21.559 7.077 21.366 5.957 21.751 5.746 C 21.794 5.725 21.836 5.725 21.879 5.725 C 22.306 5.725 23.033 6.485 23.61 7.563 C 24.25 8.767 24.443 9.887 24.058 10.098 C 23.674 10.288 22.84 9.485 22.2 8.281 Z M 15.598 8.978 C 15.149 9.739 15.812 10.922 17.051 11.619 C 18.29 12.316 19.636 12.295 20.084 11.534 C 20.533 10.774 19.871 9.591 18.632 8.894 C 18.033 8.556 17.414 8.386 16.88 8.386 C 16.303 8.386 15.812 8.577 15.598 8.978 Z M 21.601 13.225 C 21.26 12.612 21.281 11.936 21.665 11.703 C 21.751 11.661 21.836 11.619 21.943 11.64 C 22.306 11.64 22.734 11.936 23.011 12.422 C 23.353 13.034 23.332 13.71 22.947 13.943 C 22.563 14.154 21.965 13.837 21.601 13.225 Z M 6.775 15.907 C 6.775 17.555 8.655 18.886 10.984 18.886 C 13.291 18.907 15.171 17.576 15.171 15.907 C 15.171 14.259 13.291 12.928 10.962 12.928 C 8.655 12.928 6.775 14.259 6.775 15.907 Z M 18.482 17.238 C 17.649 17.238 16.965 16.646 16.965 15.907 C 16.965 15.189 17.649 14.576 18.482 14.576 C 19.337 14.576 20.02 15.168 20.02 15.907 C 20.02 16.646 19.315 17.238 18.482 17.238 Z M 21.559 18.547 C 21.195 19.16 21.217 19.836 21.623 20.068 C 22.007 20.301 22.627 19.963 22.969 19.35 C 23.332 18.737 23.31 18.061 22.905 17.829 C 22.819 17.787 22.734 17.766 22.627 17.766 C 22.285 17.766 21.858 18.083 21.559 18.547 Z M 15.534 22.795 C 15.107 22.034 15.748 20.851 16.987 20.154 C 17.585 19.816 18.204 19.647 18.739 19.647 C 19.315 19.647 19.785 19.837 20.02 20.238 C 20.448 20.999 19.807 22.182 18.568 22.879 C 17.329 23.576 15.983 23.555 15.534 22.795 Z M 22.2 23.492 C 21.559 24.696 21.366 25.837 21.751 26.027 C 22.135 26.238 22.969 25.414 23.61 24.21 C 24.25 23.006 24.443 21.865 24.058 21.675 C 24.015 21.654 23.973 21.654 23.93 21.654 C 23.503 21.632 22.776 22.414 22.2 23.492 Z M 0.067 29.893 C -0.446 28.647 2.054 26.45 5.664 24.971 C 7.651 24.147 9.574 23.724 10.983 23.745 C 12.116 23.745 12.906 24.02 13.141 24.569 C 13.654 25.816 11.154 28.013 7.544 29.492 C 3.934 30.949 0.579 31.14 0.067 29.893 Z M 13.462 31.414 C 12.949 30.696 14.06 29.069 15.919 27.759 C 17.2 26.851 18.503 26.344 19.358 26.365 C 19.764 26.365 20.063 26.449 20.213 26.682 C 20.725 27.4 19.614 29.027 17.756 30.336 C 15.897 31.646 13.974 32.132 13.462 31.414 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:12026873019,withExternalLayout:true,...addPropertyOverrides({g_N_bT2Mh:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 96 24\"><path d=\"M 91.508 8.844 L 94.705 8.844 L 90.595 13.876 L 95.145 19.489 L 91.949 19.489 L 87.398 13.876 Z M 84.56 19.505 L 87.121 19.505 L 87.121 4.279 L 84.56 4.279 Z M 82.831 11.263 C 82.717 11.199 82.505 11.199 82.179 11.199 C 80.271 11.199 79.128 12.65 79.128 14.828 L 79.128 19.537 L 76.568 19.537 L 76.568 8.844 L 79.096 8.844 L 79.096 10.65 C 79.65 9.424 80.923 8.618 82.358 8.618 C 82.652 8.618 82.798 8.65 82.831 8.682 Z M 70.729 8.844 L 73.339 8.844 L 73.339 19.505 L 70.729 19.505 L 70.729 18.086 C 70.028 19.102 68.934 19.747 67.385 19.747 C 64.775 19.747 63.21 18.037 63.21 15.247 L 63.21 8.828 L 65.819 8.828 L 65.819 14.779 C 65.819 16.441 66.668 17.425 68.2 17.425 C 69.734 17.425 70.729 16.263 70.729 14.457 Z M 51.727 4.279 L 63.095 4.279 L 63.095 6.715 L 58.773 6.715 L 58.773 19.521 L 56.066 19.521 L 56.066 6.715 L 51.743 6.715 L 51.743 4.279 Z M 48.791 8.586 C 49.884 8.586 50.846 8.844 51.727 9.344 L 51.727 11.844 C 50.846 11.231 49.966 10.908 49.02 10.908 C 47.079 10.908 45.611 12.36 45.611 14.215 C 45.611 16.07 47.046 17.521 49.02 17.521 C 50.08 17.521 50.993 17.086 51.776 16.586 L 51.776 19.086 C 50.863 19.586 49.868 19.844 48.775 19.844 C 45.366 19.844 43.017 17.489 43.017 14.263 C 43.001 10.973 45.382 8.586 48.791 8.586 Z M 40.359 17.473 C 40.799 17.473 41.239 17.408 41.566 17.15 L 41.566 19.392 C 41.125 19.65 40.505 19.795 39.592 19.795 C 37.39 19.795 36.069 18.489 36.069 16.247 L 36.069 10.989 L 34.128 10.989 L 34.128 10.634 L 38.564 6.102 L 38.63 6.102 L 38.63 8.86 L 41.533 8.86 L 41.533 11.005 L 38.679 11.005 L 38.679 15.795 C 38.679 16.957 39.184 17.473 40.359 17.473 Z M 27.604 17.247 C 29.333 17.247 30.458 16.457 30.458 14.957 C 30.458 13.537 29.284 12.715 27.555 12.715 L 24.619 12.715 L 24.619 17.247 Z M 27.131 10.586 C 28.599 10.586 29.627 9.86 29.627 8.553 C 29.627 7.247 28.599 6.521 27.131 6.521 L 24.635 6.521 L 24.635 10.586 Z M 22.026 4.279 L 27.31 4.279 C 30.214 4.279 32.22 5.844 32.22 8.344 C 32.22 9.715 31.567 10.812 30.344 11.392 C 32.138 11.973 33.133 13.279 33.133 15.134 C 33.133 17.86 31.013 19.521 27.669 19.521 L 21.993 19.521 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 11.923 3.01 C 10.529 2.027 9.696 0.807 10.08 0.269 C 10.192 0.11 10.417 0.031 10.721 0.031 C 11.362 0.031 12.34 0.411 13.301 1.077 C 14.695 2.059 15.528 3.279 15.143 3.818 C 14.759 4.357 13.317 3.992 11.923 3.01 Z M 0.05 1.409 C -0.334 2.344 1.54 3.992 4.248 5.101 C 6.956 6.21 9.455 6.337 9.856 5.402 C 10.241 4.467 8.366 2.82 5.658 1.71 C 4.152 1.108 2.726 0.791 1.668 0.791 C 0.819 0.791 0.226 0.997 0.05 1.409 Z M 16.65 6.211 C 16.169 5.308 16.025 4.468 16.313 4.309 C 16.345 4.294 16.377 4.294 16.409 4.294 C 16.73 4.294 17.274 4.864 17.707 5.672 C 18.188 6.575 18.332 7.415 18.044 7.573 C 17.755 7.716 17.13 7.114 16.65 6.211 Z M 11.699 6.734 C 11.362 7.304 11.859 8.191 12.788 8.714 C 13.717 9.237 14.727 9.221 15.063 8.651 C 15.4 8.08 14.903 7.193 13.974 6.67 C 13.525 6.417 13.06 6.29 12.66 6.29 C 12.227 6.29 11.859 6.432 11.699 6.734 Z M 16.201 9.918 C 15.945 9.459 15.961 8.952 16.249 8.778 C 16.313 8.746 16.377 8.714 16.457 8.73 C 16.73 8.73 17.05 8.952 17.259 9.316 C 17.515 9.776 17.499 10.283 17.21 10.457 C 16.922 10.616 16.473 10.378 16.201 9.918 Z M 5.081 11.93 C 5.081 13.166 6.491 14.164 8.238 14.164 C 9.968 14.18 11.378 13.182 11.378 11.93 C 11.378 10.694 9.968 9.696 8.222 9.696 C 6.491 9.696 5.081 10.694 5.081 11.93 Z M 13.862 12.928 C 13.237 12.928 12.724 12.485 12.724 11.93 C 12.724 11.392 13.237 10.932 13.862 10.932 C 14.503 10.932 15.015 11.376 15.015 11.93 C 15.015 12.485 14.487 12.928 13.862 12.928 Z M 16.169 13.911 C 15.897 14.37 15.913 14.877 16.217 15.051 C 16.505 15.226 16.97 14.972 17.226 14.513 C 17.499 14.053 17.483 13.546 17.178 13.372 C 17.114 13.34 17.05 13.324 16.97 13.324 C 16.714 13.324 16.393 13.562 16.169 13.911 Z M 11.65 17.096 C 11.33 16.526 11.811 15.638 12.74 15.115 C 13.189 14.862 13.653 14.735 14.054 14.735 C 14.487 14.735 14.839 14.878 15.015 15.179 C 15.336 15.749 14.855 16.637 13.926 17.159 C 12.996 17.682 11.987 17.666 11.65 17.096 Z M 16.65 17.619 C 16.169 18.522 16.025 19.377 16.313 19.52 C 16.602 19.679 17.226 19.061 17.707 18.157 C 18.188 17.254 18.332 16.399 18.044 16.256 C 18.012 16.24 17.98 16.24 17.947 16.24 C 17.627 16.224 17.082 16.811 16.65 17.619 Z M 0.05 22.42 C -0.335 21.485 1.54 19.837 4.248 18.728 C 5.738 18.11 7.18 17.793 8.238 17.809 C 9.087 17.809 9.68 18.015 9.856 18.427 C 10.241 19.362 8.366 21.01 5.658 22.119 C 2.95 23.212 0.435 23.355 0.05 22.42 Z M 10.096 23.56 C 9.712 23.022 10.545 21.802 11.939 20.819 C 12.9 20.138 13.878 19.758 14.519 19.774 C 14.823 19.774 15.047 19.837 15.159 20.011 C 15.544 20.55 14.711 21.77 13.317 22.752 C 11.923 23.735 10.481 24.099 10.096 23.56 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:9668985549}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1dkuzsd\",\"data-framer-name\":\"BtcTurk White\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ERm5rinry\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 128 32\"><path d=\"M 122.011 11.792 L 126.273 11.792 L 120.793 18.501 L 126.86 25.985 L 122.598 25.985 L 116.531 18.501 Z M 112.746 26.007 L 116.161 26.007 L 116.161 5.706 L 112.746 5.706 Z M 110.442 15.017 C 110.289 14.931 110.007 14.931 109.572 14.931 C 107.027 14.931 105.504 16.867 105.504 19.77 L 105.504 26.05 L 102.091 26.05 L 102.091 11.792 L 105.461 11.792 L 105.461 14.2 C 106.2 12.566 107.897 11.49 109.811 11.49 C 110.202 11.49 110.398 11.533 110.442 11.576 Z M 94.305 11.792 L 97.785 11.792 L 97.785 26.007 L 94.305 26.007 L 94.305 24.114 C 93.37 25.469 91.913 26.329 89.847 26.329 C 86.367 26.329 84.279 24.05 84.279 20.33 L 84.279 11.77 L 87.759 11.77 L 87.759 19.706 C 87.759 21.921 88.89 23.233 90.934 23.233 C 92.978 23.233 94.305 21.684 94.305 19.276 Z M 68.969 5.706 L 84.127 5.706 L 84.127 8.953 L 78.364 8.953 L 78.364 26.028 L 74.754 26.028 L 74.754 8.953 L 68.991 8.953 L 68.991 5.706 Z M 65.055 11.448 C 66.512 11.448 67.795 11.792 68.969 12.458 L 68.969 15.792 C 67.795 14.974 66.621 14.544 65.359 14.544 C 62.771 14.544 60.814 16.48 60.814 18.953 C 60.814 21.426 62.728 23.362 65.359 23.362 C 66.773 23.362 67.991 22.781 69.035 22.114 L 69.035 25.448 C 67.817 26.114 66.49 26.458 65.033 26.458 C 60.488 26.458 57.356 23.319 57.356 19.018 C 57.335 14.63 60.51 11.448 65.055 11.448 Z M 53.812 23.297 C 54.399 23.297 54.986 23.211 55.421 22.867 L 55.421 25.856 C 54.834 26.2 54.007 26.394 52.789 26.394 C 49.854 26.394 48.092 24.652 48.092 21.663 L 48.092 14.652 L 45.504 14.652 L 45.504 14.179 L 51.419 8.136 L 51.506 8.136 L 51.506 11.813 L 55.377 11.813 L 55.377 14.673 L 51.572 14.673 L 51.572 21.061 C 51.572 22.609 52.246 23.297 53.812 23.297 Z M 36.805 22.996 C 39.11 22.996 40.611 21.942 40.611 19.942 C 40.611 18.05 39.045 16.953 36.74 16.953 L 32.825 16.953 L 32.825 22.996 Z M 36.175 14.114 C 38.132 14.114 39.502 13.147 39.502 11.405 C 39.502 9.663 38.132 8.695 36.175 8.695 L 32.847 8.695 L 32.847 14.114 Z M 29.368 5.706 L 36.414 5.706 C 40.285 5.706 42.96 7.792 42.96 11.125 C 42.96 12.953 42.09 14.415 40.459 15.189 C 42.851 15.964 44.177 17.706 44.177 20.179 C 44.177 23.813 41.35 26.028 36.892 26.028 L 29.324 26.028 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 15.897 4.013 C 14.039 2.703 12.928 1.077 13.44 0.358 C 13.59 0.147 13.889 0.041 14.295 0.041 C 15.149 0.041 16.453 0.548 17.734 1.436 C 19.593 2.746 20.704 4.372 20.191 5.091 C 19.679 5.809 17.756 5.323 15.897 4.013 Z M 0.067 1.879 C -0.446 3.126 2.054 5.323 5.664 6.802 C 9.275 8.28 12.607 8.449 13.141 7.203 C 13.654 5.957 11.154 3.759 7.544 2.281 C 5.536 1.478 3.634 1.055 2.224 1.055 C 1.092 1.055 0.302 1.33 0.067 1.879 Z M 22.2 8.281 C 21.559 7.077 21.366 5.957 21.751 5.746 C 21.794 5.725 21.836 5.725 21.879 5.725 C 22.306 5.725 23.033 6.485 23.61 7.563 C 24.25 8.767 24.443 9.887 24.058 10.098 C 23.674 10.288 22.84 9.485 22.2 8.281 Z M 15.598 8.978 C 15.149 9.739 15.812 10.922 17.051 11.619 C 18.29 12.316 19.636 12.295 20.084 11.534 C 20.533 10.774 19.871 9.591 18.632 8.894 C 18.033 8.556 17.414 8.386 16.88 8.386 C 16.303 8.386 15.812 8.577 15.598 8.978 Z M 21.601 13.225 C 21.26 12.612 21.281 11.936 21.665 11.703 C 21.751 11.661 21.836 11.619 21.943 11.64 C 22.306 11.64 22.734 11.936 23.011 12.422 C 23.353 13.034 23.332 13.71 22.947 13.943 C 22.563 14.154 21.965 13.837 21.601 13.225 Z M 6.775 15.907 C 6.775 17.555 8.655 18.886 10.984 18.886 C 13.291 18.907 15.171 17.576 15.171 15.907 C 15.171 14.259 13.291 12.928 10.962 12.928 C 8.655 12.928 6.775 14.259 6.775 15.907 Z M 18.482 17.238 C 17.649 17.238 16.965 16.646 16.965 15.907 C 16.965 15.189 17.649 14.576 18.482 14.576 C 19.337 14.576 20.02 15.168 20.02 15.907 C 20.02 16.646 19.315 17.238 18.482 17.238 Z M 21.559 18.547 C 21.195 19.16 21.217 19.836 21.623 20.068 C 22.007 20.301 22.627 19.963 22.969 19.35 C 23.332 18.737 23.31 18.061 22.905 17.829 C 22.819 17.787 22.734 17.766 22.627 17.766 C 22.285 17.766 21.858 18.083 21.559 18.547 Z M 15.534 22.795 C 15.107 22.034 15.748 20.851 16.987 20.154 C 17.585 19.816 18.204 19.647 18.739 19.647 C 19.315 19.647 19.785 19.837 20.02 20.238 C 20.448 20.999 19.807 22.182 18.568 22.879 C 17.329 23.576 15.983 23.555 15.534 22.795 Z M 22.2 23.492 C 21.559 24.696 21.366 25.837 21.751 26.027 C 22.135 26.238 22.969 25.414 23.61 24.21 C 24.25 23.006 24.443 21.865 24.058 21.675 C 24.015 21.654 23.973 21.654 23.93 21.654 C 23.503 21.632 22.776 22.414 22.2 23.492 Z M 0.067 29.893 C -0.446 28.647 2.054 26.45 5.664 24.971 C 7.651 24.147 9.574 23.724 10.983 23.745 C 12.116 23.745 12.906 24.02 13.141 24.569 C 13.654 25.816 11.154 28.013 7.544 29.492 C 3.934 30.949 0.579 31.14 0.067 29.893 Z M 13.462 31.414 C 12.949 30.696 14.06 29.069 15.919 27.759 C 17.2 26.851 18.503 26.344 19.358 26.365 C 19.764 26.365 20.063 26.449 20.213 26.682 C 20.725 27.4 19.614 29.027 17.756 30.336 C 15.897 31.646 13.974 32.132 13.462 31.414 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:11911539247,withExternalLayout:true,...addPropertyOverrides({hynuN3FMI:{svgContentId:9045305329}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-87wfti\",\"data-framer-name\":\"Hadi\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"UZ8qOVR5e\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 69 39\"><path d=\"M 60.635 26.344 L 56.019 26.344 L 56.019 24.637 C 55.059 25.169 54.162 25.825 53.161 26.194 C 49.7 27.467 45.627 26.165 43.271 23.133 C 40.162 19.135 40.389 13.726 43.824 9.992 C 46.791 6.767 51.906 6.225 55.215 8.788 C 55.456 8.973 55.68 9.179 56.002 9.451 L 56.002 1.47 L 60.635 1.47 Z M 56.294 16.948 C 56.298 13.912 53.841 11.388 50.879 11.384 C 47.891 11.38 45.441 13.872 45.438 16.918 C 45.434 19.968 47.829 22.422 50.818 22.429 C 53.832 22.438 56.29 19.977 56.294 16.948 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 0 26.628 L 0 1.486 L 4.648 1.486 L 4.648 9.626 C 4.835 9.455 4.951 9.349 5.067 9.243 C 7.409 7.082 10.145 6.76 13.036 7.701 C 15.826 8.609 17.526 10.593 18.046 13.532 C 18.123 13.969 18.157 14.42 18.158 14.864 C 18.166 18.642 18.163 22.421 18.162 26.199 C 18.162 26.332 18.146 26.464 18.135 26.625 L 13.471 26.625 C 13.471 26.426 13.471 26.243 13.471 26.06 C 13.471 22.728 13.477 19.396 13.469 16.065 C 13.462 13.801 12.058 12.017 10.048 11.687 C 7.476 11.266 5.237 12.92 4.775 15.6 C 4.702 16.02 4.669 16.452 4.668 16.88 C 4.659 19.936 4.663 22.994 4.663 26.05 C 4.663 26.235 4.663 26.419 4.663 26.628 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 34.679 9.457 L 34.679 7.53 L 39.283 7.53 L 39.283 26.335 L 34.686 26.335 L 34.686 24.452 C 34.564 24.54 34.511 24.57 34.468 24.61 C 31.814 27.119 27.722 27.211 24.75 25.537 C 21.298 23.595 19.39 19.788 19.828 15.65 C 20.228 11.879 22.914 8.612 26.519 7.536 C 29.046 6.782 32.109 7.027 34.68 9.458 Z M 24.103 16.922 C 24.097 19.975 26.483 22.417 29.484 22.429 C 32.476 22.442 34.969 19.95 34.975 16.944 C 34.981 13.94 32.481 11.384 29.536 11.384 C 26.541 11.384 24.111 13.863 24.103 16.922 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 48.192 29.69 C 49.481 30.35 50.736 30.993 51.989 31.635 C 50.508 34.992 46.544 38.4 41.308 38.591 C 35.465 38.805 31.229 35.173 29.61 31.642 C 30.87 30.994 32.134 30.346 33.397 29.698 C 36.456 35.641 44.901 35.816 48.192 29.691 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 67.82 26.348 L 63.253 26.348 L 63.253 7.52 L 67.82 7.52 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 65.562 5.613 C 63.902 5.613 62.638 4.405 62.642 2.821 C 62.646 1.247 63.939 -0.005 65.557 -0.001 C 67.2 0.004 68.46 1.226 68.462 2.817 C 68.464 4.428 67.235 5.613 65.562 5.613 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:10325744598,withExternalLayout:true,...addPropertyOverrides({lmyNbcf6B:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 53 30\"><path d=\"M 46.575 20.265 L 43.029 20.265 L 43.029 18.951 C 42.291 19.361 41.602 19.865 40.834 20.149 C 38.175 21.129 35.047 20.127 33.237 17.795 C 30.849 14.719 31.024 10.558 33.662 7.686 C 35.941 5.205 39.87 4.788 42.412 6.76 C 42.597 6.902 42.769 7.061 43.016 7.27 L 43.016 1.131 L 46.575 1.131 Z M 43.24 13.037 C 43.243 10.702 41.356 8.76 39.081 8.757 C 36.786 8.754 34.904 10.671 34.902 13.014 C 34.899 15.36 36.739 17.248 39.034 17.253 C 41.349 17.26 43.237 15.367 43.24 13.037 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 0 20.483 L 0 1.143 L 3.57 1.143 L 3.57 7.405 C 3.714 7.273 3.803 7.191 3.892 7.11 C 5.691 5.448 7.792 5.2 10.013 5.924 C 12.156 6.622 13.462 8.148 13.861 10.409 C 13.921 10.745 13.947 11.092 13.948 11.434 C 13.954 14.34 13.952 17.247 13.951 20.153 C 13.951 20.255 13.938 20.357 13.93 20.481 L 10.347 20.481 C 10.347 20.328 10.347 20.187 10.347 20.046 C 10.347 17.483 10.352 14.92 10.345 12.357 C 10.341 10.616 9.262 9.244 7.718 8.99 C 5.743 8.666 4.022 9.938 3.668 12 C 3.612 12.323 3.587 12.655 3.586 12.984 C 3.579 15.336 3.582 17.687 3.582 20.039 C 3.582 20.18 3.582 20.322 3.582 20.483 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 26.638 7.275 L 26.638 5.793 L 30.174 5.793 L 30.174 20.258 L 26.643 20.258 L 26.643 18.809 C 26.55 18.877 26.509 18.9 26.476 18.931 C 24.437 20.861 21.294 20.931 19.011 19.644 C 16.359 18.15 14.894 15.222 15.23 12.038 C 15.537 9.138 17.6 6.625 20.37 5.797 C 22.311 5.217 24.663 5.406 26.638 7.276 Z M 18.514 13.017 C 18.51 15.365 20.342 17.244 22.647 17.253 C 24.945 17.263 26.86 15.346 26.865 13.034 C 26.87 10.723 24.949 8.757 22.687 8.757 C 20.386 8.757 18.52 10.664 18.514 13.017 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 37.017 22.838 C 38.007 23.346 38.971 23.841 39.933 24.335 C 38.796 26.917 35.751 29.538 31.729 29.686 C 27.241 29.85 23.987 27.056 22.744 24.34 C 23.712 23.842 24.682 23.343 25.653 22.845 C 28.002 27.416 34.489 27.551 37.017 22.839 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 52.093 20.268 L 48.585 20.268 L 48.585 5.785 L 52.093 5.785 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 50.359 4.317 C 49.084 4.317 48.113 3.388 48.116 2.17 C 48.119 0.96 49.113 -0.004 50.355 0 C 51.617 0.003 52.585 0.943 52.587 2.167 C 52.588 3.406 51.645 4.317 50.359 4.317 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:10067388636},v4eu9IrDI:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 67 38\"><path d=\"M 58.878 25.669 L 54.395 25.669 L 54.395 24.005 C 53.463 24.524 52.592 25.163 51.62 25.522 C 48.26 26.763 44.304 25.494 42.016 22.54 C 38.998 18.644 39.218 13.374 42.553 9.736 C 45.435 6.593 50.401 6.065 53.615 8.562 C 53.849 8.743 54.066 8.944 54.378 9.209 L 54.378 1.432 L 58.878 1.432 Z M 54.662 16.514 C 54.666 13.555 52.281 11.096 49.404 11.092 C 46.503 11.088 44.124 13.516 44.121 16.484 C 44.117 19.456 46.443 21.847 49.345 21.854 C 52.272 21.862 54.658 19.464 54.662 16.514 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 0 25.946 L 0 1.448 L 4.513 1.448 L 4.513 9.379 C 4.695 9.213 4.807 9.109 4.92 9.006 C 7.194 6.9 9.851 6.587 12.659 7.504 C 15.367 8.388 17.018 10.321 17.523 13.185 C 17.598 13.61 17.631 14.05 17.632 14.483 C 17.64 18.164 17.637 21.846 17.636 25.527 C 17.636 25.656 17.62 25.786 17.609 25.943 L 13.08 25.943 C 13.08 25.749 13.08 25.57 13.08 25.391 C 13.08 22.145 13.086 18.899 13.078 15.653 C 13.072 13.447 11.709 11.709 9.757 11.387 C 7.259 10.977 5.085 12.588 4.636 15.2 C 4.566 15.61 4.534 16.03 4.533 16.447 C 4.524 19.425 4.528 22.404 4.528 25.382 C 4.528 25.562 4.528 25.742 4.528 25.946 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 33.674 9.215 L 33.674 7.337 L 38.144 7.337 L 38.144 25.66 L 33.681 25.66 L 33.681 23.825 C 33.563 23.91 33.511 23.94 33.469 23.979 C 30.892 26.424 26.919 26.513 24.032 24.882 C 20.68 22.99 18.828 19.281 19.254 15.248 C 19.641 11.574 22.249 8.391 25.75 7.343 C 28.204 6.608 31.178 6.847 33.675 9.216 Z M 23.405 16.488 C 23.399 19.462 25.716 21.842 28.63 21.854 C 31.534 21.866 33.955 19.438 33.961 16.509 C 33.967 13.582 31.539 11.092 28.68 11.092 C 25.771 11.092 23.412 13.507 23.405 16.488 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 46.795 28.928 C 48.047 29.572 49.265 30.199 50.482 30.824 C 49.044 34.094 45.195 37.415 40.11 37.602 C 34.437 37.81 30.323 34.271 28.751 30.83 C 29.975 30.2 31.202 29.568 32.429 28.937 C 35.399 34.727 43.599 34.898 46.795 28.929 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 65.854 25.673 L 61.419 25.673 L 61.419 7.327 L 65.854 7.327 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 63.662 5.469 C 62.05 5.469 60.822 4.292 60.826 2.749 C 60.83 1.215 62.086 -0.005 63.657 -0.001 C 65.252 0.003 66.476 1.194 66.478 2.745 C 66.48 4.314 65.287 5.469 63.662 5.469 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:12320492744}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1siv161\",\"data-framer-name\":\"Airalo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"iDXehhVuA\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 103 30\"><path d=\"M 37.847 20.924 L 37.847 1.483 C 37.847 -0.133 36.42 0.001 36.42 0.002 L 34.21 0.002 C 34.21 0.002 30.907 -0.182 28.319 2.406 C 25.603 5.122 25.541 8.373 25.541 8.373 L 25.07 29.998 L 28.795 29.998 C 29.661 29.998 32.931 29.652 35.422 26.793 C 37.914 23.934 37.847 20.924 37.847 20.924 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 25.07 29.998 L 24.464 29.997 L 24.464 29.999 L 23.927 29.999 L 23.927 29.997 L 12.184 29.997 L 12.68 16.827 C 12.68 16.827 12.527 13.691 15.423 10.904 C 17.411 8.992 19.256 8.509 20.866 8.509 L 25.012 8.509 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 12.078 17.296 L 12.184 29.997 L 12.17 29.998 L 1.296 29.998 C 1.296 29.998 0 29.968 0 28.956 L 0 25.005 C 0 25.005 -0.048 22.098 2.201 19.655 C 4.45 17.213 7.133 16.892 7.969 16.892 C 8.782 16.892 11.902 16.831 12.068 16.827 L 12.074 16.665 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 51.034 10.901 L 54.112 10.901 L 54.112 23.17 L 51.034 23.17 L 51.034 21.873 C 50.434 22.444 49.831 22.856 49.226 23.108 C 48.622 23.36 47.966 23.486 47.261 23.486 C 45.676 23.486 44.306 22.871 43.149 21.641 C 41.993 20.412 41.415 18.885 41.415 17.058 C 41.415 15.163 41.975 13.611 43.093 12.401 C 44.212 11.19 45.571 10.585 47.17 10.585 C 47.907 10.585 48.597 10.725 49.242 11.002 C 49.888 11.28 50.485 11.698 51.033 12.254 Z M 47.798 13.427 C 46.847 13.427 46.057 13.764 45.427 14.436 C 44.798 15.109 44.483 15.972 44.483 17.024 C 44.483 18.084 44.804 18.957 45.444 19.641 C 46.084 20.325 46.874 20.667 47.81 20.667 C 48.777 20.667 49.578 20.33 50.215 19.658 C 50.851 18.985 51.17 18.104 51.17 17.013 C 51.17 15.946 50.851 15.081 50.215 14.419 C 49.577 13.758 48.772 13.427 47.798 13.427 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 59.815 6.435 C 59.429 6.044 58.966 5.849 58.426 5.849 C 57.886 5.849 57.425 6.04 57.043 6.424 C 56.661 6.807 56.47 7.269 56.47 7.811 C 56.47 8.375 56.663 8.854 57.049 9.249 C 57.435 9.643 57.901 9.841 58.449 9.841 C 58.981 9.841 59.438 9.647 59.821 9.26 C 60.203 8.873 60.394 8.405 60.394 7.856 C 60.394 7.299 60.201 6.826 59.815 6.435 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 59.965 10.9 L 56.886 10.9 L 56.886 23.169 L 59.965 23.169 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 62.042 10.9 L 64.679 10.9 L 64.679 12.445 C 64.965 11.836 65.344 11.374 65.819 11.058 C 66.292 10.742 66.811 10.585 67.374 10.585 C 67.773 10.585 68.191 10.69 68.627 10.901 L 67.669 13.55 C 67.308 13.37 67.01 13.28 66.778 13.28 C 66.305 13.28 65.904 13.573 65.577 14.159 C 65.25 14.746 65.086 15.896 65.086 17.61 L 65.098 18.207 L 65.098 23.169 L 62.042 23.169 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 81.535 10.901 L 78.456 10.901 L 78.456 12.254 C 77.907 11.698 77.31 11.28 76.665 11.002 C 76.019 10.725 75.329 10.585 74.593 10.585 C 72.993 10.585 71.634 11.19 70.515 12.401 C 69.397 13.611 68.837 15.163 68.837 17.058 C 68.837 18.885 69.415 20.412 70.571 21.641 C 71.728 22.871 73.099 23.486 74.683 23.486 C 75.388 23.486 76.044 23.36 76.648 23.108 C 77.253 22.856 77.856 22.444 78.456 21.873 L 78.456 23.17 L 81.535 23.17 Z M 72.849 14.436 C 73.479 13.764 74.269 13.427 75.22 13.427 C 76.195 13.427 77 13.758 77.637 14.419 C 78.273 15.081 78.592 15.946 78.592 17.013 C 78.592 18.104 78.273 18.985 77.637 19.658 C 77 20.33 76.199 20.667 75.232 20.667 C 74.295 20.667 73.506 20.325 72.866 19.641 C 72.225 18.957 71.905 18.084 71.905 17.024 C 71.905 15.972 72.219 15.109 72.849 14.436 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 84.309 6.165 L 87.388 6.165 L 87.388 23.171 L 84.309 23.171 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 99.211 11.453 C 98.192 10.874 97.104 10.585 95.947 10.585 C 94.345 10.585 92.928 11.141 91.697 12.253 C 90.291 13.531 89.588 15.128 89.588 17.045 C 89.588 18.834 90.209 20.354 91.454 21.606 C 92.698 22.858 94.2 23.484 95.959 23.484 C 97.154 23.484 98.248 23.2 99.24 22.633 C 100.232 22.066 101.016 21.278 101.591 20.271 C 102.166 19.264 102.453 18.181 102.453 17.023 C 102.453 15.873 102.167 14.802 101.596 13.809 C 101.025 12.817 100.23 12.032 99.211 11.453 Z M 93.609 14.481 C 94.245 13.816 95.042 13.483 95.998 13.483 C 96.977 13.483 97.78 13.811 98.409 14.47 C 99.037 15.127 99.352 15.983 99.352 17.035 C 99.352 18.087 99.032 18.948 98.392 19.617 C 97.752 20.287 96.95 20.621 95.986 20.621 C 95.023 20.621 94.227 20.291 93.598 19.628 C 92.969 18.967 92.655 18.102 92.655 17.035 C 92.655 15.998 92.974 15.146 93.609 14.481 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:10595159639,withExternalLayout:true,...addPropertyOverrides({eUg0qZ9EA:{svgContentId:10048710093},frI1jegwu:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 81 24\"><path d=\"M 29.763 16.739 L 29.763 1.186 C 29.763 -0.107 28.641 0.001 28.641 0.002 L 26.903 0.002 C 26.903 0.002 24.306 -0.145 22.27 1.925 C 20.135 4.098 20.086 6.698 20.086 6.698 L 19.715 23.999 L 22.645 23.999 C 23.326 23.999 25.898 23.722 27.857 21.434 C 29.816 19.147 29.763 16.739 29.763 16.739 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 19.715 23.999 L 19.239 23.998 L 19.239 24 L 18.816 24 L 18.816 23.998 L 9.581 23.998 L 9.971 13.461 C 9.971 13.461 9.851 10.953 12.129 8.723 C 13.692 7.193 15.143 6.807 16.41 6.807 L 19.67 6.807 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 9.498 13.837 L 9.581 23.998 L 9.571 23.999 L 1.019 23.999 C 1.019 23.999 0 23.974 0 23.164 L 0 20.004 C 0 20.004 -0.038 17.678 1.731 15.724 C 3.5 13.771 5.609 13.513 6.267 13.513 C 6.906 13.513 9.359 13.465 9.49 13.462 L 9.495 13.332 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 40.134 8.721 L 42.554 8.721 L 42.554 18.536 L 40.134 18.536 L 40.134 17.498 C 39.662 17.955 39.187 18.285 38.712 18.486 C 38.237 18.688 37.721 18.789 37.166 18.789 C 35.92 18.789 34.842 18.297 33.933 17.313 C 33.023 16.33 32.569 15.108 32.569 13.646 C 32.569 12.131 33.009 10.889 33.889 9.921 C 34.768 8.952 35.837 8.468 37.095 8.468 C 37.674 8.468 38.217 8.58 38.724 8.802 C 39.233 9.024 39.702 9.358 40.133 9.803 Z M 37.589 10.742 C 36.841 10.742 36.219 11.011 35.724 11.549 C 35.229 12.087 34.982 12.778 34.982 13.62 C 34.982 14.467 35.234 15.165 35.737 15.713 C 36.241 16.26 36.862 16.534 37.598 16.534 C 38.358 16.534 38.989 16.264 39.489 15.726 C 39.99 15.188 40.24 14.483 40.24 13.61 C 40.24 12.757 39.99 12.065 39.489 11.536 C 38.988 11.007 38.354 10.742 37.589 10.742 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 47.039 5.148 C 46.735 4.835 46.371 4.679 45.947 4.679 C 45.522 4.679 45.16 4.832 44.859 5.139 C 44.558 5.445 44.408 5.815 44.408 6.248 C 44.408 6.7 44.56 7.083 44.863 7.399 C 45.167 7.715 45.534 7.872 45.965 7.872 C 46.383 7.872 46.743 7.718 47.043 7.408 C 47.344 7.098 47.494 6.724 47.494 6.285 C 47.494 5.839 47.343 5.461 47.039 5.148 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 47.157 8.72 L 44.736 8.72 L 44.736 18.535 L 47.157 18.535 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 48.791 8.72 L 50.864 8.72 L 50.864 9.956 C 51.089 9.469 51.387 9.099 51.76 8.847 C 52.133 8.594 52.541 8.468 52.984 8.468 C 53.297 8.468 53.626 8.552 53.969 8.721 L 53.215 10.84 C 52.932 10.696 52.697 10.624 52.515 10.624 C 52.142 10.624 51.827 10.859 51.57 11.328 C 51.313 11.797 51.184 12.717 51.184 14.088 L 51.193 14.566 L 51.193 18.535 L 48.791 18.535 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 64.12 8.721 L 61.699 8.721 L 61.698 9.803 C 61.267 9.358 60.797 9.024 60.29 8.802 C 59.782 8.58 59.239 8.468 58.66 8.468 C 57.402 8.468 56.333 8.952 55.454 9.921 C 54.574 10.889 54.134 12.131 54.134 13.646 C 54.134 15.108 54.588 16.33 55.498 17.313 C 56.407 18.297 57.485 18.789 58.731 18.789 C 59.286 18.789 59.802 18.688 60.277 18.486 C 60.752 18.285 61.226 17.955 61.699 17.498 L 61.699 18.536 L 64.12 18.536 Z M 57.289 11.549 C 57.784 11.011 58.406 10.742 59.154 10.742 C 59.92 10.742 60.554 11.007 61.054 11.536 C 61.555 12.065 61.805 12.757 61.805 13.61 C 61.805 14.483 61.555 15.188 61.054 15.726 C 60.554 16.264 59.923 16.534 59.163 16.534 C 58.426 16.534 57.806 16.26 57.302 15.713 C 56.798 15.165 56.547 14.467 56.547 13.62 C 56.547 12.778 56.794 12.087 57.289 11.549 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 66.301 4.932 L 68.723 4.932 L 68.723 18.536 L 66.301 18.536 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 78.02 9.162 C 77.219 8.7 76.363 8.468 75.453 8.468 C 74.194 8.468 73.079 8.913 72.111 9.802 C 71.005 10.824 70.453 12.102 70.453 13.636 C 70.453 15.068 70.941 16.283 71.92 17.285 C 72.899 18.286 74.08 18.787 75.463 18.787 C 76.403 18.787 77.263 18.56 78.043 18.106 C 78.823 17.652 79.44 17.022 79.892 16.217 C 80.344 15.411 80.57 14.545 80.57 13.619 C 80.57 12.698 80.345 11.841 79.896 11.048 C 79.447 10.254 78.822 9.625 78.02 9.162 Z M 73.615 11.585 C 74.115 11.053 74.741 10.787 75.493 10.787 C 76.263 10.787 76.895 11.049 77.39 11.576 C 77.884 12.102 78.131 12.786 78.131 13.628 C 78.131 14.47 77.88 15.159 77.376 15.694 C 76.873 16.229 76.242 16.497 75.484 16.497 C 74.726 16.497 74.101 16.232 73.606 15.703 C 73.111 15.174 72.864 14.482 72.864 13.628 C 72.864 12.798 73.115 12.117 73.615 11.585 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:10974592676}},baseVariant,gestureVariant)}),isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1dotmu9\",\"data-framer-name\":\"Aktifbank\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"V2Ak4NpUj\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 140 34\"><path d=\"M 1.164 11.349 C -0.066 14.586 -0.328 18.116 0.411 21.502 C 0.727 18.442 1.683 15.485 3.215 12.826 C 4.747 10.167 6.82 7.868 9.297 6.079 C 11.775 4.291 14.6 3.054 17.585 2.451 C 20.571 1.848 23.649 1.893 26.617 2.582 C 23.686 0.778 20.296 -0.115 16.867 0.012 C 13.438 0.139 10.122 1.281 7.33 3.297 C 4.538 5.312 2.394 8.112 1.164 11.349 Z M 22.875 7.338 L 22.875 23.557 C 22.875 24.298 22.769 24.747 22.557 24.903 C 21.97 25.147 21.339 25.267 20.703 25.254 L 20.703 26.104 L 27.77 26.104 L 27.77 25.254 C 27.126 25.262 26.486 25.143 25.888 24.903 C 25.695 24.747 25.599 24.298 25.599 23.557 L 25.599 18.669 L 25.659 18.669 C 27.02 20.837 28.611 22.849 30.406 24.667 C 30.804 25.111 31.284 25.472 31.821 25.728 C 32.357 25.984 32.938 26.13 33.53 26.159 L 35.705 26.246 L 35.705 25.424 C 34.75 25.133 33.89 24.588 33.215 23.846 C 31.321 21.955 29.596 19.899 28.06 17.702 C 27.985 17.6 27.952 17.473 27.968 17.347 C 27.984 17.221 28.049 17.107 28.148 17.028 C 29.131 15.867 30.227 14.81 31.42 13.871 C 32.422 13.136 33.604 12.691 34.837 12.584 L 34.837 11.765 L 31.855 11.765 C 31.501 11.748 31.148 11.798 30.812 11.911 C 30.508 12.089 30.242 12.328 30.031 12.613 C 27.907 15.207 26.45 17.089 25.659 18.26 L 25.599 18.26 L 25.599 5.152 L 20.852 5.165 L 20.852 5.876 L 21.95 5.992 C 22.374 6.031 22.634 6.148 22.731 6.343 C 22.851 6.66 22.9 6.999 22.875 7.338 Z M 39.962 12.932 L 43.698 12.932 L 43.697 11.76 L 39.961 11.76 L 39.961 5.142 L 37.245 5.142 L 37.24 12.932 L 37.24 23.116 C 37.24 25.34 38.311 26.452 40.454 26.452 C 41.783 26.376 43.066 25.931 44.161 25.165 L 43.929 24.55 C 43.276 24.814 42.577 24.944 41.873 24.931 C 40.599 24.931 39.962 23.955 39.962 22.004 Z M 50.538 11.742 L 45.791 11.721 L 45.792 12.455 L 46.892 12.602 C 47.317 12.66 47.577 12.777 47.674 12.953 C 47.793 13.26 47.843 13.59 47.818 13.918 L 47.818 23.557 C 47.819 24.298 47.713 24.747 47.5 24.903 C 46.913 25.147 46.282 25.267 45.647 25.254 L 45.647 26.104 L 52.709 26.104 L 52.709 25.254 C 52.066 25.262 51.426 25.143 50.828 24.903 C 50.635 24.747 50.538 24.298 50.538 23.557 Z M 49.847 5.897 C 49.627 5.806 49.39 5.765 49.152 5.777 C 48.915 5.769 48.678 5.812 48.459 5.903 C 48.239 5.995 48.041 6.133 47.878 6.307 C 47.713 6.476 47.585 6.678 47.5 6.899 C 47.416 7.12 47.377 7.357 47.386 7.594 C 47.378 7.826 47.418 8.058 47.503 8.275 C 47.588 8.491 47.715 8.688 47.878 8.852 C 48.046 9.019 48.245 9.148 48.464 9.234 C 48.684 9.319 48.918 9.359 49.152 9.35 C 49.622 9.368 50.079 9.199 50.426 8.879 C 50.59 8.709 50.719 8.507 50.803 8.286 C 50.888 8.065 50.927 7.828 50.918 7.591 C 50.927 7.354 50.888 7.117 50.803 6.896 C 50.719 6.675 50.59 6.473 50.426 6.304 C 50.265 6.127 50.067 5.988 49.847 5.897 Z M 58.649 23.584 L 58.649 12.932 L 62.183 12.932 L 62.183 11.766 L 58.649 11.766 L 58.529 9.209 C 58.452 7.161 58.917 6.024 59.922 6.024 C 60.655 6.024 61.312 6.688 61.891 8.014 C 61.95 8.171 62.059 8.305 62.2 8.394 C 62.342 8.484 62.508 8.524 62.675 8.509 C 63.028 8.5 63.366 8.365 63.63 8.129 C 63.779 8.012 63.898 7.86 63.979 7.687 C 64.059 7.515 64.098 7.325 64.094 7.134 C 64.077 6.838 63.986 6.551 63.829 6.3 C 63.672 6.049 63.454 5.843 63.196 5.701 C 62.409 5.201 61.489 4.956 60.561 4.999 C 59.841 4.95 59.122 5.095 58.475 5.418 C 57.829 5.742 57.28 6.234 56.883 6.842 C 56.246 7.817 55.927 9.805 55.927 11.834 L 55.927 11.764 L 53.698 11.764 L 53.698 12.932 L 55.927 12.932 L 55.927 23.556 C 55.927 24.297 55.821 24.745 55.609 24.902 C 55.022 25.146 54.391 25.265 53.756 25.253 L 53.756 26.103 L 61.401 26.103 L 61.401 25.253 C 60.597 25.277 59.795 25.168 59.026 24.931 C 58.775 24.775 58.649 24.326 58.649 23.584 Z M 70.843 12.5 C 70.843 12.498 70.842 12.497 70.842 12.495 L 70.844 12.498 C 70.843 12.498 70.843 12.499 70.843 12.5 Z M 70.843 12.5 C 70.527 15.559 69.571 18.516 68.039 21.174 C 66.507 23.833 64.434 26.133 61.956 27.921 C 59.479 29.71 56.653 30.946 53.668 31.549 C 50.682 32.152 47.603 32.107 44.636 31.417 C 47.566 33.221 50.957 34.115 54.386 33.988 C 57.815 33.861 61.132 32.718 63.924 30.702 C 66.716 28.686 68.86 25.886 70.09 22.649 C 71.319 19.413 71.581 15.884 70.843 12.5 Z M 14.321 17.789 L 14.321 21.918 C 14.351 22.368 14.271 22.819 14.09 23.232 C 13.908 23.645 13.63 24.006 13.278 24.285 C 12.739 24.701 12.075 24.918 11.397 24.901 C 11.025 24.925 10.652 24.863 10.306 24.722 C 9.961 24.58 9.651 24.361 9.4 24.082 C 8.935 23.45 8.7 22.674 8.734 21.887 C 8.701 21.304 8.887 20.729 9.255 20.278 C 9.738 19.78 10.333 19.408 10.99 19.194 C 12.13 18.802 13.243 18.333 14.321 17.789 Z M 16.926 22.385 L 16.926 15.305 C 16.99 14.388 16.735 13.477 16.203 12.73 C 15.468 11.853 14.126 11.414 12.177 11.414 C 10.737 11.375 9.313 11.739 8.063 12.464 C 6.905 13.147 6.326 13.907 6.326 14.746 C 6.326 14.956 6.382 15.163 6.489 15.343 C 6.597 15.524 6.75 15.671 6.934 15.77 C 7.227 15.992 7.581 16.115 7.947 16.121 C 8.173 16.12 8.392 16.037 8.562 15.886 C 8.732 15.736 8.843 15.529 8.874 15.302 C 9.434 13.39 10.428 12.435 11.857 12.435 C 13.499 12.435 14.321 13.41 14.321 15.36 L 14.321 16.591 C 13.631 17.123 12.843 17.51 12.004 17.732 C 10.826 18.083 9.658 18.444 8.5 18.814 C 6.705 19.38 5.807 20.541 5.807 22.297 C 5.773 23.376 6.157 24.426 6.878 25.223 C 7.275 25.644 7.758 25.972 8.293 26.184 C 8.828 26.396 9.403 26.487 9.977 26.452 C 10.841 26.409 11.688 26.19 12.467 25.808 C 13.094 25.471 13.703 25.1 14.291 24.696 C 14.735 25.867 15.362 26.452 16.173 26.452 C 17.364 26.434 18.535 26.133 19.59 25.574 L 19.416 24.872 C 18.932 24.988 18.428 24.998 17.94 24.902 C 17.264 24.745 16.926 23.907 16.926 22.385 Z M 121.058 23.556 L 121.058 16.066 L 121.059 16.066 C 121.134 14.82 120.729 13.594 119.93 12.642 C 119.525 12.224 119.037 11.898 118.498 11.686 C 117.958 11.474 117.379 11.381 116.802 11.414 C 115.845 11.415 114.903 11.645 114.051 12.083 C 113.684 12.259 112.845 12.775 111.533 13.634 L 111.127 11.411 L 106.812 12.142 L 106.812 12.876 L 107.912 13.023 C 108.337 13.081 108.597 13.198 108.693 13.373 C 108.812 13.68 108.862 14.01 108.838 14.339 L 108.838 23.556 C 108.838 24.298 108.733 24.746 108.52 24.903 C 107.932 25.147 107.301 25.266 106.667 25.253 L 106.667 26.103 L 113.73 26.103 L 113.73 25.253 C 113.086 25.262 112.447 25.143 111.849 24.903 C 111.656 24.746 111.559 24.298 111.559 23.556 L 111.559 16.708 C 111.53 16.156 111.629 15.605 111.849 15.099 C 112.187 14.471 112.684 13.945 113.29 13.575 C 113.896 13.205 114.587 13.004 115.295 12.993 C 117.322 12.993 118.336 14.212 118.336 16.65 L 118.336 23.556 C 118.335 24.298 118.229 24.746 118.018 24.903 C 117.43 25.147 116.799 25.266 116.164 25.253 L 116.164 26.103 L 123.229 26.103 L 123.229 25.253 C 122.585 25.262 121.946 25.143 121.348 24.903 C 121.154 24.746 121.058 24.298 121.058 23.556 Z M 126.647 7.338 L 126.647 23.556 L 126.645 23.556 C 126.645 24.298 126.538 24.746 126.327 24.903 C 125.739 25.147 125.108 25.266 124.473 25.253 L 124.473 26.103 L 131.544 26.103 L 131.544 25.253 C 130.9 25.262 130.261 25.143 129.662 24.903 C 129.469 24.746 129.373 24.298 129.373 23.556 L 129.373 18.666 L 129.433 18.666 C 130.793 20.835 132.385 22.846 134.179 24.665 C 134.577 25.109 135.058 25.469 135.595 25.725 C 136.13 25.981 136.712 26.128 137.304 26.156 L 139.475 26.244 L 139.475 25.425 C 138.52 25.134 137.66 24.589 136.986 23.847 C 135.091 21.956 133.367 19.9 131.831 17.702 C 131.755 17.601 131.722 17.474 131.738 17.348 C 131.754 17.222 131.819 17.108 131.918 17.029 C 132.9 15.868 133.997 14.81 135.19 13.872 C 136.192 13.137 137.373 12.691 138.607 12.585 L 138.607 11.766 L 135.625 11.766 C 135.271 11.749 134.917 11.798 134.582 11.912 C 134.277 12.09 134.011 12.329 133.801 12.614 C 131.677 15.208 130.219 17.09 129.429 18.26 L 129.368 18.26 L 129.368 5.152 L 124.622 5.165 L 124.622 5.876 L 125.722 5.993 C 126.145 6.032 126.406 6.149 126.503 6.344 C 126.622 6.661 126.672 7 126.647 7.338 Z M 78.772 21.332 L 78.772 16.709 L 78.773 16.71 C 78.765 16.367 78.794 16.024 78.86 15.687 C 78.93 15.271 79.087 14.876 79.322 14.528 C 79.557 14.18 79.864 13.887 80.221 13.669 C 80.928 13.21 81.755 12.976 82.595 12.995 C 83.028 12.989 83.457 13.074 83.856 13.245 C 84.255 13.416 84.615 13.67 84.911 13.99 C 85.857 14.964 86.33 16.562 86.33 18.786 C 86.33 23.214 84.939 25.428 82.16 25.428 C 81.454 25.479 80.752 25.282 80.172 24.872 C 79.592 24.462 79.17 23.863 78.975 23.175 C 78.813 22.575 78.745 21.953 78.772 21.332 Z M 76.05 26.218 L 76.571 26.453 L 77.727 25.313 C 79.068 26.081 80.587 26.475 82.128 26.454 C 86.935 26.454 89.339 23.84 89.339 18.612 C 89.38 17.142 89.093 15.682 88.497 14.34 C 88.097 13.42 87.428 12.646 86.579 12.123 C 85.73 11.6 84.743 11.353 83.751 11.414 C 82.727 11.439 81.725 11.71 80.826 12.204 C 80.15 12.632 79.465 13.061 78.77 13.491 L 78.77 5.139 L 74.023 5.175 L 74.023 5.906 L 75.124 6.023 C 75.548 6.062 75.809 6.179 75.905 6.374 C 76.025 6.691 76.075 7.031 76.05 7.369 Z M 99.759 17.789 L 99.759 21.917 C 99.789 22.368 99.709 22.819 99.528 23.232 C 99.346 23.644 99.068 24.006 98.716 24.285 C 98.176 24.702 97.512 24.919 96.833 24.901 C 96.461 24.924 96.087 24.863 95.741 24.721 C 95.396 24.58 95.086 24.361 94.835 24.082 C 94.37 23.449 94.135 22.674 94.17 21.887 C 94.136 21.303 94.322 20.729 94.69 20.278 C 95.174 19.779 95.77 19.407 96.428 19.194 C 97.568 18.802 98.681 18.332 99.759 17.789 Z M 102.365 22.385 L 102.365 15.305 L 102.363 15.305 C 102.427 14.387 102.171 13.476 101.639 12.73 C 100.905 11.852 99.563 11.414 97.614 11.414 C 96.173 11.376 94.751 11.741 93.502 12.466 C 92.344 13.149 91.764 13.91 91.764 14.749 C 91.764 14.959 91.82 15.166 91.927 15.346 C 92.035 15.526 92.188 15.674 92.372 15.772 C 92.664 15.995 93.019 16.118 93.385 16.124 C 93.611 16.123 93.829 16.04 94 15.889 C 94.17 15.739 94.281 15.531 94.313 15.305 C 94.873 13.393 95.867 12.437 97.295 12.437 C 98.937 12.437 99.759 13.413 99.759 15.363 L 99.759 16.591 C 99.068 17.123 98.281 17.511 97.442 17.732 C 96.264 18.083 95.097 18.444 93.938 18.815 C 92.143 19.381 91.245 20.541 91.245 22.297 C 91.211 23.376 91.595 24.426 92.316 25.223 C 92.713 25.644 93.196 25.972 93.731 26.184 C 94.266 26.396 94.841 26.488 95.415 26.452 C 96.279 26.409 97.126 26.19 97.905 25.808 C 98.532 25.471 99.141 25.1 99.729 24.697 C 100.173 25.867 100.8 26.452 101.611 26.452 C 102.802 26.434 103.973 26.133 105.028 25.575 L 104.855 24.872 C 104.37 24.988 103.866 24.998 103.378 24.902 C 102.702 24.746 102.365 23.907 102.365 22.385 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:11905644761,withExternalLayout:true,...addPropertyOverrides({in37eJmc9:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 116 28\"><path d=\"M 0.964 9.346 C -0.055 12.012 -0.272 14.919 0.34 17.707 C 0.602 15.187 1.394 12.752 2.664 10.563 C 3.933 8.373 5.651 6.479 7.704 5.006 C 9.756 3.533 12.097 2.515 14.571 2.019 C 17.044 1.522 19.595 1.559 22.054 2.126 C 19.626 0.641 16.817 -0.095 13.976 0.01 C 11.135 0.114 8.387 1.055 6.074 2.715 C 3.76 4.375 1.984 6.681 0.964 9.346 Z M 18.954 6.043 L 18.954 19.4 C 18.954 20.01 18.866 20.38 18.69 20.508 C 18.203 20.71 17.681 20.808 17.154 20.797 L 17.154 21.497 L 23.01 21.497 L 23.01 20.797 C 22.476 20.804 21.946 20.706 21.45 20.508 C 21.29 20.38 21.21 20.01 21.21 19.4 L 21.21 15.374 L 21.26 15.374 C 22.388 17.16 23.707 18.817 25.193 20.314 C 25.523 20.68 25.921 20.977 26.366 21.188 C 26.81 21.398 27.291 21.519 27.782 21.543 L 29.584 21.615 L 29.584 20.938 C 28.793 20.698 28.08 20.249 27.521 19.638 C 25.952 18.081 24.523 16.388 23.25 14.578 C 23.188 14.494 23.16 14.389 23.174 14.286 C 23.187 14.182 23.24 14.088 23.322 14.023 C 24.137 13.067 25.045 12.196 26.034 11.423 C 26.864 10.818 27.843 10.451 28.865 10.363 L 28.865 9.689 L 26.394 9.689 C 26.101 9.675 25.808 9.716 25.53 9.809 C 25.278 9.956 25.057 10.152 24.883 10.387 C 23.123 12.523 21.916 14.073 21.26 15.037 L 21.21 15.037 L 21.21 4.243 L 17.277 4.253 L 17.277 4.839 L 18.187 4.935 C 18.538 4.967 18.754 5.063 18.834 5.224 C 18.934 5.485 18.975 5.764 18.954 6.043 Z M 33.112 10.65 L 36.207 10.65 L 36.206 9.685 L 33.111 9.685 L 33.111 4.235 L 30.86 4.235 L 30.856 10.65 L 30.856 19.037 C 30.856 20.868 31.744 21.784 33.519 21.784 C 34.62 21.722 35.684 21.355 36.591 20.724 L 36.398 20.218 C 35.857 20.435 35.278 20.542 34.695 20.531 C 33.639 20.531 33.112 19.728 33.112 18.121 Z M 41.874 9.67 L 37.941 9.653 L 37.942 10.257 L 38.854 10.378 C 39.205 10.426 39.421 10.522 39.501 10.667 C 39.6 10.92 39.641 11.192 39.621 11.462 L 39.621 19.4 C 39.621 20.01 39.533 20.38 39.357 20.508 C 38.87 20.709 38.348 20.808 37.822 20.797 L 37.822 21.497 L 43.673 21.497 L 43.673 20.797 C 43.14 20.804 42.61 20.706 42.115 20.508 C 41.954 20.38 41.874 20.01 41.874 19.4 Z M 41.302 4.856 C 41.12 4.781 40.923 4.748 40.726 4.758 C 40.529 4.751 40.334 4.786 40.151 4.862 C 39.969 4.937 39.805 5.05 39.67 5.194 C 39.534 5.334 39.427 5.499 39.357 5.682 C 39.287 5.864 39.255 6.059 39.263 6.254 C 39.256 6.445 39.289 6.636 39.36 6.814 C 39.43 6.993 39.535 7.155 39.67 7.29 C 39.809 7.427 39.975 7.534 40.156 7.604 C 40.338 7.675 40.532 7.707 40.726 7.7 C 41.115 7.715 41.494 7.576 41.781 7.312 C 41.918 7.172 42.024 7.006 42.094 6.824 C 42.164 6.641 42.197 6.447 42.189 6.251 C 42.197 6.056 42.164 5.861 42.094 5.679 C 42.024 5.497 41.918 5.331 41.781 5.192 C 41.648 5.046 41.484 4.931 41.302 4.856 Z M 48.595 19.422 L 48.595 10.65 L 51.523 10.65 L 51.523 9.69 L 48.595 9.69 L 48.496 7.584 C 48.431 5.897 48.817 4.961 49.649 4.961 C 50.257 4.961 50.801 5.507 51.281 6.6 C 51.33 6.729 51.42 6.839 51.537 6.913 C 51.655 6.987 51.793 7.02 51.931 7.008 C 52.223 7 52.503 6.889 52.722 6.695 C 52.845 6.598 52.944 6.473 53.011 6.331 C 53.078 6.189 53.11 6.032 53.106 5.875 C 53.093 5.631 53.017 5.395 52.887 5.188 C 52.757 4.981 52.576 4.812 52.362 4.695 C 51.71 4.284 50.948 4.082 50.179 4.117 C 49.583 4.076 48.986 4.196 48.451 4.462 C 47.916 4.729 47.46 5.134 47.132 5.635 C 46.604 6.437 46.34 8.075 46.34 9.745 L 46.34 9.688 L 44.492 9.688 L 44.492 10.65 L 46.34 10.65 L 46.34 19.399 C 46.34 20.009 46.252 20.379 46.076 20.507 C 45.589 20.708 45.067 20.807 44.541 20.796 L 44.541 21.496 L 50.875 21.496 L 50.875 20.796 C 50.209 20.816 49.544 20.726 48.907 20.531 C 48.699 20.403 48.595 20.033 48.595 19.422 Z M 58.698 10.294 C 58.698 10.293 58.698 10.291 58.698 10.29 L 58.699 10.292 C 58.698 10.293 58.698 10.293 58.698 10.294 Z M 58.698 10.294 C 58.437 12.813 57.645 15.248 56.375 17.438 C 55.106 19.627 53.388 21.521 51.335 22.994 C 49.282 24.467 46.941 25.485 44.467 25.982 C 41.993 26.478 39.443 26.441 36.984 25.873 C 39.412 27.358 42.221 28.094 45.063 27.99 C 47.904 27.885 50.652 26.944 52.965 25.284 C 55.279 23.624 57.056 21.318 58.075 18.652 C 59.093 15.988 59.31 13.081 58.698 10.294 Z M 11.866 14.65 L 11.866 18.05 C 11.891 18.421 11.825 18.792 11.674 19.132 C 11.524 19.472 11.293 19.77 11.002 20 C 10.555 20.342 10.005 20.521 9.444 20.507 C 9.135 20.526 8.826 20.476 8.54 20.359 C 8.253 20.242 7.996 20.062 7.789 19.832 C 7.403 19.311 7.208 18.673 7.237 18.025 C 7.209 17.544 7.363 17.071 7.669 16.7 C 8.069 16.289 8.562 15.983 9.106 15.807 C 10.051 15.484 10.973 15.097 11.866 14.65 Z M 14.025 18.435 L 14.025 12.604 C 14.078 11.849 13.866 11.099 13.425 10.484 C 12.817 9.761 11.705 9.4 10.09 9.4 C 8.896 9.368 7.717 9.667 6.681 10.264 C 5.721 10.827 5.242 11.453 5.242 12.144 C 5.241 12.317 5.288 12.487 5.377 12.636 C 5.466 12.784 5.593 12.906 5.745 12.987 C 5.988 13.17 6.282 13.271 6.585 13.276 C 6.772 13.275 6.953 13.207 7.094 13.083 C 7.235 12.959 7.327 12.788 7.353 12.602 C 7.817 11.027 8.641 10.24 9.824 10.24 C 11.185 10.24 11.866 11.043 11.866 12.65 L 11.866 13.663 C 11.294 14.101 10.641 14.42 9.946 14.603 C 8.97 14.892 8.002 15.189 7.043 15.494 C 5.555 15.96 4.812 16.916 4.812 18.362 C 4.783 19.251 5.102 20.115 5.699 20.772 C 6.028 21.118 6.428 21.388 6.871 21.563 C 7.315 21.738 7.791 21.813 8.267 21.784 C 8.983 21.748 9.685 21.568 10.33 21.254 C 10.85 20.976 11.354 20.671 11.841 20.338 C 12.209 21.302 12.729 21.784 13.4 21.784 C 14.388 21.769 15.357 21.521 16.232 21.061 L 16.088 20.483 C 15.686 20.578 15.269 20.587 14.864 20.507 C 14.305 20.379 14.025 19.688 14.025 18.435 Z M 100.305 19.399 L 100.305 13.23 L 100.306 13.231 C 100.368 12.205 100.033 11.195 99.371 10.411 C 99.035 10.067 98.63 9.798 98.184 9.624 C 97.737 9.449 97.257 9.373 96.779 9.399 C 95.986 9.401 95.206 9.59 94.5 9.951 C 94.195 10.095 93.5 10.521 92.413 11.228 L 92.077 9.397 L 88.502 9.999 L 88.502 10.604 L 89.413 10.724 C 89.765 10.772 89.98 10.869 90.06 11.013 C 90.159 11.266 90.2 11.538 90.18 11.808 L 90.18 19.399 C 90.18 20.01 90.093 20.379 89.916 20.508 C 89.43 20.709 88.907 20.808 88.381 20.797 L 88.381 21.497 L 94.234 21.497 L 94.234 20.797 C 93.7 20.804 93.17 20.706 92.675 20.508 C 92.515 20.379 92.435 20.01 92.435 19.399 L 92.435 13.759 C 92.41 13.305 92.493 12.851 92.675 12.434 C 92.955 11.917 93.367 11.484 93.869 11.179 C 94.371 10.875 94.944 10.709 95.53 10.7 C 97.21 10.7 98.05 11.704 98.05 13.712 L 98.05 19.399 C 98.049 20.01 97.961 20.379 97.786 20.508 C 97.299 20.709 96.776 20.808 96.25 20.797 L 96.25 21.497 L 102.104 21.497 L 102.104 20.797 C 101.571 20.804 101.041 20.706 100.545 20.508 C 100.385 20.379 100.305 20.01 100.305 19.399 Z M 104.936 6.043 L 104.936 19.399 L 104.934 19.399 C 104.934 20.01 104.846 20.379 104.671 20.508 C 104.184 20.709 103.661 20.808 103.135 20.797 L 103.135 21.497 L 108.994 21.497 L 108.994 20.797 C 108.46 20.804 107.93 20.706 107.434 20.508 C 107.274 20.379 107.194 20.01 107.194 19.399 L 107.194 15.372 L 107.244 15.372 C 108.371 17.158 109.69 18.814 111.177 20.312 C 111.507 20.678 111.905 20.975 112.35 21.185 C 112.794 21.396 113.275 21.517 113.766 21.54 L 115.565 21.612 L 115.565 20.938 C 114.774 20.699 114.061 20.25 113.502 19.638 C 111.933 18.081 110.504 16.388 109.231 14.578 C 109.168 14.495 109.141 14.39 109.155 14.286 C 109.168 14.183 109.221 14.089 109.303 14.024 C 110.117 13.068 111.026 12.197 112.015 11.424 C 112.845 10.818 113.823 10.452 114.846 10.364 L 114.846 9.689 L 112.375 9.689 C 112.081 9.675 111.789 9.716 111.511 9.81 C 111.258 9.956 111.038 10.153 110.864 10.388 C 109.104 12.524 107.896 14.074 107.241 15.038 L 107.191 15.038 L 107.191 4.243 L 103.258 4.253 L 103.258 4.839 L 104.17 4.935 C 104.52 4.967 104.736 5.064 104.817 5.224 C 104.916 5.485 104.957 5.765 104.936 6.043 Z M 65.268 17.567 L 65.268 13.76 L 65.269 13.761 C 65.262 13.479 65.286 13.196 65.341 12.918 C 65.399 12.576 65.53 12.251 65.724 11.964 C 65.919 11.677 66.173 11.436 66.468 11.256 C 67.054 10.879 67.74 10.686 68.436 10.702 C 68.794 10.696 69.15 10.767 69.481 10.908 C 69.812 11.049 70.109 11.258 70.355 11.521 C 71.138 12.323 71.53 13.64 71.53 15.471 C 71.53 19.118 70.378 20.941 68.075 20.941 C 67.49 20.982 66.909 20.821 66.428 20.483 C 65.948 20.145 65.598 19.652 65.436 19.085 C 65.303 18.591 65.246 18.079 65.268 17.567 Z M 63.013 21.591 L 63.445 21.784 L 64.402 20.846 C 65.513 21.479 66.772 21.803 68.049 21.785 C 72.032 21.786 74.023 19.633 74.023 15.327 C 74.058 14.117 73.82 12.914 73.326 11.809 C 72.995 11.052 72.44 10.415 71.737 9.984 C 71.033 9.553 70.215 9.349 69.393 9.4 C 68.546 9.42 67.715 9.643 66.97 10.05 C 66.41 10.403 65.843 10.756 65.267 11.11 L 65.267 4.232 L 61.334 4.261 L 61.334 4.864 L 62.246 4.96 C 62.597 4.992 62.813 5.089 62.893 5.249 C 62.992 5.51 63.034 5.79 63.013 6.068 Z M 82.657 14.649 L 82.657 18.049 C 82.682 18.421 82.616 18.792 82.466 19.132 C 82.315 19.472 82.085 19.77 81.793 19.999 C 81.346 20.342 80.795 20.521 80.233 20.506 C 79.924 20.526 79.615 20.475 79.329 20.359 C 79.042 20.242 78.785 20.062 78.578 19.832 C 78.192 19.311 77.997 18.673 78.026 18.024 C 77.998 17.544 78.153 17.071 78.458 16.699 C 78.858 16.289 79.352 15.982 79.898 15.806 C 80.842 15.484 81.764 15.097 82.657 14.649 Z M 84.816 18.435 L 84.816 12.604 L 84.815 12.604 C 84.868 11.848 84.656 11.098 84.215 10.483 C 83.607 9.761 82.495 9.399 80.88 9.399 C 79.687 9.369 78.508 9.669 77.473 10.266 C 76.513 10.829 76.033 11.455 76.033 12.146 C 76.033 12.319 76.08 12.489 76.168 12.638 C 76.257 12.786 76.384 12.908 76.537 12.989 C 76.779 13.172 77.073 13.273 77.376 13.278 C 77.564 13.278 77.744 13.209 77.886 13.085 C 78.027 12.961 78.119 12.79 78.145 12.604 C 78.609 11.03 79.433 10.242 80.616 10.242 C 81.977 10.242 82.657 11.046 82.657 12.652 L 82.657 13.663 C 82.085 14.101 81.433 14.421 80.737 14.603 C 79.762 14.892 78.794 15.189 77.834 15.494 C 76.347 15.96 75.603 16.916 75.603 18.362 C 75.575 19.251 75.893 20.116 76.491 20.772 C 76.819 21.118 77.219 21.388 77.663 21.563 C 78.106 21.738 78.582 21.813 79.058 21.784 C 79.774 21.749 80.476 21.568 81.121 21.254 C 81.641 20.976 82.145 20.671 82.633 20.338 C 83 21.302 83.52 21.784 84.192 21.784 C 85.179 21.769 86.149 21.522 87.023 21.061 L 86.88 20.483 C 86.478 20.578 86.061 20.587 85.656 20.507 C 85.096 20.379 84.816 19.688 84.816 18.435 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:8950207549},pQrDVI88J:{svgContentId:11595725347}},baseVariant,gestureVariant)}),isDisplayed5()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1h4pxjc\",\"data-framer-name\":\"Misyon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ybDWJAsv2\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 109 28\"><path d=\"M 29.42 0.426 L 29.331 0.396 L 28.24 0.396 C 28.169 0.472 28.076 0.489 27.982 0.507 C 27.934 0.516 27.886 0.525 27.841 0.541 C 26.651 0.975 26.089 2.399 26.614 3.666 C 26.975 4.537 27.767 4.981 28.938 4.965 C 29.917 4.952 30.722 4.435 31.038 3.617 C 31.399 2.674 31.153 1.562 30.468 0.949 C 30.163 0.677 29.794 0.552 29.42 0.426 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 108.283 19.822 C 108.29 19.813 108.298 19.803 108.305 19.793 L 108.305 18.552 C 108.299 18.544 108.291 18.537 108.284 18.53 C 108.269 18.515 108.255 18.501 108.251 18.484 C 108.04 17.435 107.395 16.751 106.339 16.494 C 105.21 16.219 104.124 16.344 103.305 17.235 C 102.449 18.165 102.401 19.274 102.864 20.378 C 103.311 21.438 104.247 21.846 105.378 21.879 C 106.836 21.924 107.815 21.238 108.241 19.889 C 108.248 19.865 108.265 19.843 108.283 19.822 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 4.687 8.08 C 7.231 5.799 12.067 6.498 13.61 9.075 L 13.627 9.053 C 13.865 8.736 14.096 8.427 14.383 8.163 C 15.598 7.054 17.059 6.62 18.701 6.708 C 19.958 6.776 21.151 7.054 22.168 7.825 C 23.385 8.745 24.011 9.971 24.131 11.447 C 24.181 12.039 24.174 12.635 24.168 13.228 C 24.166 13.431 24.163 13.634 24.163 13.837 C 24.163 14.348 24.163 14.86 24.163 15.372 L 24.163 15.374 C 24.163 17.421 24.162 19.467 24.169 21.516 C 24.169 21.786 24.118 21.885 23.807 21.882 C 22.483 21.864 21.157 21.866 19.83 21.882 C 19.57 21.885 19.493 21.833 19.493 21.565 C 19.503 18.643 19.503 15.72 19.498 12.8 C 19.498 12.148 19.437 11.499 19.257 10.865 C 18.92 9.67 18.038 9.067 16.767 9.13 C 15.761 9.179 15.13 9.696 14.763 10.566 C 14.442 11.332 14.418 12.143 14.416 12.948 C 14.402 15.808 14.408 18.669 14.416 21.529 C 14.416 21.817 14.335 21.887 14.046 21.885 C 12.709 21.869 11.374 21.872 10.037 21.885 C 9.788 21.885 9.742 21.814 9.742 21.588 C 9.75 18.572 9.753 15.559 9.742 12.543 C 9.742 11.849 9.654 11.158 9.379 10.506 C 8.991 9.587 8.271 9.132 7.201 9.132 C 6.145 9.132 5.444 9.571 5.048 10.491 C 4.754 11.171 4.679 11.891 4.679 12.618 C 4.679 13.362 4.678 14.106 4.678 14.849 C 4.677 17.079 4.676 19.308 4.684 21.539 C 4.684 21.804 4.628 21.89 4.336 21.887 C 2.977 21.872 1.621 21.874 0.262 21.887 C 0.051 21.887 -0.003 21.833 0 21.63 C 0.013 16.775 0.016 11.925 0.008 7.077 C 0.008 6.856 0.07 6.805 0.292 6.805 C 1.661 6.815 3.028 6.818 4.398 6.805 C 4.649 6.805 4.705 6.88 4.692 7.103 C 4.679 7.323 4.682 7.545 4.684 7.776 C 4.685 7.876 4.687 7.977 4.687 8.08 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 57.365 21.869 C 58.438 21.705 59.331 21.16 60.187 20.451 L 60.187 20.448 C 60.187 20.595 60.189 20.737 60.191 20.874 L 60.191 20.876 C 60.195 21.141 60.198 21.391 60.187 21.64 C 60.153 22.521 60.086 23.399 59.618 24.189 C 58.885 25.425 57.71 25.786 56.327 25.745 C 54.661 25.696 53.12 25.212 51.654 24.477 C 51.494 24.397 51.424 24.417 51.33 24.558 C 51.023 25.018 50.707 25.472 50.383 25.922 C 50.26 26.09 50.258 26.171 50.469 26.283 C 53.259 27.748 56.21 28.228 59.323 27.608 C 60.784 27.317 62.097 26.706 63.135 25.638 C 64.379 24.358 64.868 22.791 64.871 21.066 C 64.876 18.476 64.876 15.885 64.876 13.294 C 64.877 11.222 64.877 9.15 64.879 7.077 C 64.879 6.864 64.831 6.799 64.601 6.799 C 63.242 6.812 61.886 6.812 60.527 6.799 C 60.257 6.797 60.195 6.872 60.195 7.127 C 60.202 9.382 60.201 11.637 60.201 13.893 C 60.201 14.456 60.201 15.019 60.201 15.582 C 60.201 16.481 60.083 17.357 59.65 18.17 C 59.139 19.131 58.328 19.614 57.215 19.567 C 56.02 19.518 55.169 18.905 54.795 17.861 C 54.567 17.227 54.492 16.57 54.492 15.905 C 54.49 12.974 54.49 10.041 54.498 7.109 C 54.498 6.867 54.436 6.802 54.182 6.802 C 52.834 6.815 51.488 6.815 50.14 6.802 C 49.878 6.799 49.824 6.877 49.824 7.116 C 49.832 10.278 49.832 13.437 49.827 16.598 C 49.827 18.04 50.25 19.328 51.346 20.329 C 53.053 21.89 55.134 22.207 57.365 21.869 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 89.829 8.259 C 90.273 7.883 90.706 7.589 91.174 7.345 C 92.528 6.636 93.97 6.597 95.441 6.833 C 96.647 7.028 97.734 7.485 98.624 8.311 C 99.699 9.311 100.186 10.561 100.189 11.992 C 100.19 13.055 100.19 14.118 100.191 15.181 C 100.191 17.309 100.191 19.438 100.197 21.565 C 100.197 21.835 100.106 21.885 99.852 21.882 C 98.528 21.869 97.201 21.869 95.874 21.882 C 95.604 21.885 95.518 21.835 95.518 21.549 C 95.529 19.237 95.528 16.926 95.527 14.614 C 95.527 13.952 95.526 13.29 95.526 12.629 C 95.526 12.099 95.454 11.577 95.302 11.067 C 94.949 9.888 94.122 9.215 92.929 9.132 C 91.696 9.046 90.8 9.584 90.27 10.725 C 89.955 11.405 89.831 12.13 89.831 12.87 C 89.826 15.762 89.826 18.65 89.837 21.542 C 89.837 21.804 89.786 21.887 89.495 21.882 C 88.138 21.864 86.779 21.869 85.42 21.882 C 85.196 21.882 85.14 21.825 85.14 21.609 C 85.145 16.772 85.147 11.933 85.14 7.095 C 85.14 6.864 85.196 6.802 85.436 6.805 C 86.803 6.817 88.173 6.817 89.542 6.805 C 89.796 6.805 89.845 6.88 89.834 7.101 C 89.821 7.356 89.824 7.612 89.827 7.888 L 89.827 7.889 C 89.827 8.009 89.829 8.133 89.829 8.262 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 47.029 8.244 C 45.039 7.181 42.907 6.685 40.641 6.708 L 40.644 6.711 C 40.034 6.711 39.427 6.737 38.822 6.807 C 37.495 6.963 36.236 7.298 35.115 8.049 C 32.956 9.493 33.114 12.197 34.532 13.572 C 35.302 14.317 36.171 14.897 37.158 15.307 C 37.908 15.618 38.667 15.907 39.427 16.195 C 39.847 16.355 40.267 16.515 40.687 16.679 C 41.273 16.905 41.834 17.177 42.364 17.51 C 42.907 17.85 43.145 18.352 43.001 18.814 C 42.872 19.222 42.532 19.419 42.153 19.549 C 40.962 19.957 39.74 19.965 38.52 19.749 C 37.092 19.497 35.813 18.887 34.644 18.063 C 34.475 17.944 34.4 17.957 34.291 18.126 C 33.994 18.58 33.686 19.03 33.357 19.461 C 33.213 19.648 33.269 19.728 33.432 19.848 C 34.133 20.362 34.895 20.77 35.706 21.097 C 37.905 21.988 40.181 22.191 42.519 21.827 C 43.859 21.62 45.125 21.233 46.248 20.451 C 48.038 19.204 47.957 17.229 47.273 16.102 C 46.828 15.372 46.149 14.86 45.432 14.4 C 44.435 13.762 43.327 13.35 42.218 12.938 L 42.217 12.938 C 42.122 12.902 42.026 12.867 41.931 12.831 C 41.824 12.791 41.716 12.752 41.609 12.712 C 40.65 12.357 39.691 12.003 38.844 11.421 C 37.849 10.74 37.918 9.802 39.001 9.259 C 39.06 9.23 39.121 9.206 39.18 9.183 C 39.199 9.176 39.218 9.168 39.237 9.161 C 39.868 8.906 40.537 8.841 41.211 8.823 C 42.878 8.779 44.413 9.226 45.841 10.036 C 46.071 10.166 46.168 10.135 46.302 9.922 C 46.561 9.506 46.842 9.101 47.147 8.716 C 47.334 8.478 47.278 8.376 47.029 8.244 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 31.137 14.325 C 31.137 14.861 31.137 15.398 31.136 15.934 C 31.135 17.811 31.135 19.688 31.145 21.563 C 31.145 21.828 31.07 21.882 30.808 21.879 C 29.473 21.866 28.136 21.869 26.801 21.879 C 26.568 21.879 26.469 21.848 26.469 21.583 C 26.477 16.757 26.477 11.933 26.469 7.106 C 26.469 6.888 26.504 6.799 26.761 6.802 C 28.128 6.815 29.497 6.815 30.864 6.802 C 31.099 6.802 31.14 6.88 31.14 7.085 C 31.133 9.016 31.134 10.946 31.134 12.876 C 31.134 13.358 31.134 13.84 31.134 14.323 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 67.183 14.162 C 67.194 13.862 67.188 13.536 67.182 13.193 C 67.172 12.633 67.161 12.029 67.223 11.426 C 67.405 9.626 68.472 8.447 70.085 7.667 C 71.155 7.15 72.316 6.979 73.49 6.885 C 75.18 6.753 76.866 6.797 78.519 7.181 C 79.902 7.504 81.103 8.135 81.975 9.275 C 82.558 10.039 82.804 10.907 82.82 11.831 C 82.847 13.458 82.853 15.084 82.831 16.71 C 82.802 19.152 81.301 20.62 79.164 21.337 C 77.636 21.848 76.042 21.9 74.448 21.864 C 73.23 21.835 72.014 21.734 70.853 21.339 C 69.373 20.835 68.188 19.996 67.549 18.554 C 67.29 17.967 67.191 17.344 67.185 16.707 C 67.18 16.195 67.182 15.682 67.183 15.119 L 67.183 15.116 C 67.184 14.815 67.185 14.499 67.185 14.162 Z M 71.854 15.141 C 71.852 15.666 71.85 16.19 71.856 16.715 C 71.875 18.419 73.048 19.635 74.787 19.76 C 76.612 19.892 78.075 18.7 78.136 16.925 C 78.198 15.208 78.209 13.483 78.128 11.769 C 78.075 10.602 77.505 9.639 76.32 9.163 C 75.555 8.857 74.755 8.875 73.961 9.07 C 72.562 9.413 71.85 10.953 71.856 11.961 C 71.857 12.492 71.857 13.022 71.856 13.553 L 71.856 13.556 C 71.856 13.822 71.856 14.088 71.856 14.354 C 71.856 14.616 71.855 14.878 71.854 15.141 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:11422069360,withExternalLayout:true,...addPropertyOverrides({Qzy01zt6L:{svgContentId:12751485036},VLEKJ28dY:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 85 22\"><path d=\"M 22.942 0.335 L 22.873 0.311 L 22.022 0.311 C 21.967 0.371 21.894 0.384 21.821 0.398 C 21.784 0.405 21.746 0.412 21.711 0.425 C 20.783 0.766 20.345 1.885 20.754 2.881 C 21.035 3.565 21.653 3.914 22.566 3.901 C 23.33 3.891 23.958 3.485 24.204 2.842 C 24.486 2.101 24.294 1.228 23.76 0.746 C 23.522 0.532 23.234 0.434 22.942 0.335 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 84.441 15.575 C 84.447 15.567 84.453 15.56 84.458 15.552 L 84.458 14.576 C 84.453 14.57 84.447 14.565 84.442 14.559 C 84.43 14.548 84.419 14.537 84.416 14.523 C 84.251 13.699 83.749 13.162 82.925 12.96 C 82.044 12.743 81.197 12.841 80.559 13.541 C 79.892 14.272 79.854 15.144 80.215 16.011 C 80.564 16.844 81.293 17.164 82.176 17.191 C 83.313 17.226 84.076 16.687 84.408 15.627 C 84.414 15.608 84.427 15.591 84.441 15.575 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 3.655 6.349 C 5.639 4.556 9.41 5.106 10.614 7.13 L 10.627 7.113 C 10.812 6.864 10.992 6.621 11.216 6.414 C 12.164 5.542 13.303 5.201 14.583 5.271 C 15.564 5.324 16.494 5.542 17.287 6.149 C 18.236 6.871 18.724 7.835 18.818 8.994 C 18.857 9.459 18.852 9.927 18.846 10.394 C 18.845 10.553 18.843 10.713 18.843 10.872 C 18.843 11.274 18.843 11.676 18.843 12.078 L 18.843 12.08 C 18.842 13.688 18.842 15.296 18.847 16.905 C 18.847 17.117 18.807 17.195 18.565 17.193 C 17.533 17.179 16.498 17.181 15.464 17.193 C 15.261 17.195 15.201 17.154 15.201 16.944 C 15.209 14.648 15.209 12.351 15.205 10.057 C 15.205 9.545 15.157 9.035 15.017 8.537 C 14.754 7.598 14.066 7.124 13.075 7.173 C 12.291 7.212 11.798 7.618 11.513 8.302 C 11.262 8.904 11.244 9.541 11.241 10.174 C 11.231 12.421 11.235 14.668 11.241 16.915 C 11.241 17.142 11.179 17.197 10.954 17.195 C 9.911 17.183 8.87 17.185 7.827 17.195 C 7.633 17.195 7.597 17.14 7.597 16.962 C 7.604 14.593 7.606 12.225 7.597 9.855 C 7.597 9.31 7.528 8.767 7.314 8.255 C 7.011 7.532 6.45 7.175 5.616 7.175 C 4.792 7.175 4.245 7.52 3.936 8.243 C 3.707 8.778 3.648 9.343 3.648 9.914 C 3.648 10.499 3.648 11.083 3.648 11.667 C 3.647 13.419 3.646 15.171 3.653 16.924 C 3.653 17.132 3.609 17.199 3.381 17.197 C 2.322 17.185 1.264 17.187 0.205 17.197 C 0.04 17.197 -0.002 17.154 0 16.995 C 0.011 13.18 0.013 9.369 0.006 5.561 C 0.006 5.387 0.054 5.346 0.227 5.346 C 1.295 5.355 2.361 5.357 3.429 5.346 C 3.626 5.346 3.669 5.406 3.659 5.581 C 3.649 5.754 3.651 5.928 3.653 6.11 C 3.654 6.188 3.655 6.267 3.655 6.349 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 44.734 17.183 C 45.571 17.054 46.268 16.626 46.935 16.068 L 46.935 16.066 C 46.935 16.182 46.937 16.293 46.938 16.401 L 46.938 16.402 C 46.941 16.61 46.943 16.807 46.935 17.003 C 46.908 17.695 46.856 18.385 46.491 19.006 C 45.919 19.977 45.003 20.261 43.925 20.228 C 42.625 20.189 41.424 19.81 40.281 19.232 C 40.156 19.169 40.101 19.185 40.028 19.295 C 39.788 19.657 39.542 20.014 39.29 20.367 C 39.194 20.5 39.192 20.563 39.357 20.651 C 41.532 21.802 43.833 22.179 46.261 21.692 C 47.4 21.463 48.424 20.983 49.234 20.144 C 50.204 19.138 50.586 17.907 50.588 16.552 C 50.591 14.517 50.591 12.481 50.592 10.445 C 50.592 8.817 50.592 7.189 50.594 5.561 C 50.594 5.393 50.556 5.342 50.377 5.342 C 49.317 5.353 48.26 5.353 47.2 5.342 C 46.989 5.34 46.941 5.399 46.941 5.6 C 46.946 7.372 46.946 9.144 46.946 10.916 C 46.946 11.358 46.945 11.801 46.945 12.243 C 46.945 12.95 46.854 13.637 46.516 14.276 C 46.117 15.031 45.485 15.411 44.617 15.374 C 43.685 15.336 43.022 14.854 42.73 14.033 C 42.552 13.535 42.494 13.019 42.494 12.496 C 42.492 10.194 42.492 7.89 42.498 5.585 C 42.498 5.395 42.45 5.344 42.252 5.344 C 41.201 5.355 40.151 5.355 39.1 5.344 C 38.896 5.342 38.854 5.404 38.854 5.591 C 38.86 8.075 38.86 10.557 38.856 13.041 C 38.856 14.174 39.186 15.187 40.041 15.972 C 41.372 17.199 42.995 17.448 44.734 17.183 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 70.05 6.489 C 70.396 6.193 70.734 5.963 71.099 5.771 C 72.155 5.214 73.279 5.183 74.427 5.369 C 75.367 5.522 76.214 5.881 76.909 6.53 C 77.747 7.316 78.127 8.298 78.129 9.422 C 78.13 10.257 78.13 11.093 78.13 11.928 C 78.131 13.6 78.131 15.273 78.135 16.944 C 78.135 17.156 78.065 17.195 77.866 17.193 C 76.833 17.183 75.799 17.183 74.764 17.193 C 74.554 17.195 74.487 17.156 74.487 16.932 C 74.495 15.115 74.494 13.299 74.493 11.482 C 74.493 10.962 74.493 10.442 74.493 9.923 C 74.493 9.506 74.437 9.096 74.318 8.696 C 74.043 7.769 73.398 7.241 72.468 7.175 C 71.506 7.108 70.807 7.53 70.394 8.426 C 70.148 8.961 70.052 9.531 70.052 10.112 C 70.048 12.384 70.048 14.654 70.056 16.926 C 70.056 17.132 70.016 17.197 69.789 17.193 C 68.732 17.179 67.672 17.183 66.612 17.193 C 66.437 17.193 66.393 17.148 66.393 16.979 C 66.398 13.178 66.399 9.376 66.393 5.575 C 66.393 5.393 66.437 5.344 66.625 5.346 C 67.691 5.357 68.759 5.357 69.827 5.346 C 70.025 5.346 70.062 5.406 70.054 5.579 C 70.044 5.78 70.046 5.981 70.048 6.198 L 70.048 6.198 C 70.049 6.293 70.05 6.39 70.05 6.491 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 36.674 6.477 C 35.122 5.642 33.46 5.253 31.693 5.271 L 31.695 5.273 C 31.219 5.273 30.746 5.293 30.274 5.348 C 29.24 5.471 28.257 5.734 27.383 6.324 C 25.7 7.459 25.823 9.584 26.928 10.664 C 27.529 11.249 28.207 11.704 28.977 12.027 C 29.561 12.271 30.153 12.498 30.745 12.725 C 31.073 12.85 31.401 12.976 31.728 13.105 C 32.185 13.282 32.623 13.497 33.036 13.758 C 33.46 14.025 33.645 14.419 33.533 14.782 C 33.432 15.103 33.167 15.258 32.871 15.36 C 31.943 15.681 30.99 15.687 30.039 15.517 C 28.925 15.319 27.927 14.84 27.016 14.193 C 26.884 14.099 26.826 14.109 26.741 14.242 C 26.509 14.599 26.269 14.952 26.013 15.291 C 25.9 15.438 25.944 15.501 26.071 15.595 C 26.617 15.999 27.212 16.319 27.844 16.577 C 29.559 17.277 31.334 17.436 33.157 17.15 C 34.202 16.987 35.189 16.683 36.065 16.068 C 37.46 15.089 37.398 13.537 36.864 12.652 C 36.518 12.078 35.988 11.676 35.429 11.315 C 34.651 10.813 33.787 10.489 32.922 10.166 L 32.922 10.166 C 32.847 10.138 32.773 10.11 32.698 10.082 C 32.615 10.05 32.531 10.019 32.447 9.988 C 31.7 9.709 30.951 9.431 30.291 8.973 C 29.515 8.439 29.569 7.702 30.414 7.275 C 30.46 7.252 30.507 7.233 30.553 7.215 C 30.568 7.209 30.583 7.204 30.598 7.198 C 31.09 6.998 31.611 6.947 32.137 6.932 C 33.437 6.898 34.634 7.249 35.748 7.886 C 35.927 7.988 36.002 7.963 36.107 7.796 C 36.309 7.469 36.528 7.151 36.766 6.849 C 36.912 6.661 36.868 6.581 36.674 6.477 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 24.281 11.256 C 24.281 11.677 24.281 12.098 24.281 12.52 C 24.28 13.994 24.279 15.469 24.287 16.942 C 24.287 17.15 24.229 17.193 24.025 17.191 C 22.984 17.181 21.941 17.183 20.9 17.191 C 20.718 17.191 20.641 17.167 20.641 16.958 C 20.647 13.166 20.647 9.376 20.641 5.583 C 20.641 5.412 20.668 5.342 20.868 5.344 C 21.934 5.355 23.002 5.355 24.068 5.344 C 24.252 5.344 24.283 5.406 24.283 5.567 C 24.278 7.084 24.279 8.601 24.279 10.117 C 24.279 10.496 24.279 10.875 24.279 11.253 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 52.39 11.127 C 52.399 10.892 52.394 10.635 52.39 10.366 C 52.382 9.926 52.373 9.451 52.421 8.978 C 52.563 7.563 53.396 6.637 54.653 6.024 C 55.488 5.618 56.393 5.483 57.309 5.41 C 58.627 5.306 59.941 5.34 61.231 5.643 C 62.309 5.896 63.245 6.392 63.925 7.288 C 64.38 7.888 64.572 8.569 64.585 9.296 C 64.605 10.574 64.61 11.852 64.593 13.129 C 64.57 15.048 63.4 16.201 61.733 16.764 C 60.542 17.167 59.299 17.207 58.056 17.179 C 57.106 17.156 56.158 17.077 55.252 16.767 C 54.099 16.371 53.174 15.711 52.676 14.578 C 52.474 14.117 52.396 13.627 52.392 13.127 C 52.388 12.725 52.389 12.322 52.391 11.879 L 52.391 11.877 C 52.391 11.64 52.392 11.392 52.392 11.127 Z M 56.033 11.896 C 56.031 12.309 56.03 12.721 56.034 13.133 C 56.049 14.472 56.964 15.427 58.32 15.525 C 59.743 15.629 60.884 14.693 60.932 13.299 C 60.98 11.949 60.988 10.594 60.926 9.247 C 60.884 8.33 60.44 7.573 59.516 7.2 C 58.919 6.959 58.295 6.973 57.676 7.126 C 56.585 7.396 56.03 8.606 56.034 9.398 C 56.035 9.815 56.035 10.232 56.035 10.648 L 56.035 10.651 C 56.034 10.86 56.034 11.069 56.034 11.278 C 56.034 11.484 56.034 11.69 56.033 11.896 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:8624618860}},baseVariant,gestureVariant)}),isDisplayed6()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1le8dn0\",\"data-framer-name\":\"Mobillium\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"f9iRyUCx5\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 129 22\"><path d=\"M 0.491 21.13 L 0.491 6.573 L 4.37 6.573 L 4.37 7.691 C 5.428 6.761 6.712 6.295 8.223 6.295 C 9.186 6.295 10.046 6.486 10.799 6.869 C 11.553 7.251 12.179 7.785 12.669 8.474 C 13.273 7.767 13.99 7.226 14.821 6.854 C 15.652 6.483 16.567 6.295 17.569 6.295 C 18.663 6.295 19.633 6.541 20.471 7.035 C 21.313 7.529 21.971 8.207 22.454 9.073 C 22.937 9.939 23.175 10.942 23.175 12.075 L 23.175 21.126 L 19.296 21.126 L 19.296 12.663 C 19.296 11.714 19.048 10.963 18.546 10.415 C 18.045 9.867 17.372 9.593 16.523 9.593 C 15.937 9.593 15.403 9.708 14.924 9.943 C 14.441 10.177 14.031 10.541 13.69 11.046 C 13.709 11.212 13.727 11.382 13.745 11.548 C 13.763 11.714 13.774 11.894 13.774 12.078 L 13.774 21.13 L 9.896 21.13 L 9.896 12.666 C 9.896 11.717 9.647 10.967 9.145 10.419 C 8.644 9.87 7.971 9.596 7.122 9.596 C 6.536 9.596 6.013 9.708 5.548 9.932 C 5.084 10.155 4.692 10.491 4.374 10.938 L 4.374 21.133 L 0.495 21.133 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 33.237 21.495 C 31.767 21.495 30.436 21.157 29.247 20.481 C 28.059 19.805 27.115 18.889 26.417 17.737 C 25.718 16.585 25.371 15.302 25.371 13.895 C 25.371 12.489 25.718 11.18 26.417 10.024 C 27.115 8.872 28.059 7.96 29.247 7.295 C 30.436 6.63 31.767 6.295 33.237 6.295 C 34.707 6.295 36.038 6.63 37.227 7.295 C 38.415 7.96 39.359 8.872 40.057 10.024 C 40.756 11.18 41.103 12.47 41.103 13.895 C 41.103 15.32 40.759 16.585 40.068 17.737 C 39.381 18.893 38.441 19.805 37.252 20.481 C 36.064 21.157 34.722 21.495 33.233 21.495 Z M 33.237 18.148 C 34.009 18.148 34.707 17.955 35.332 17.57 C 35.954 17.185 36.444 16.676 36.803 16.036 C 37.161 15.4 37.34 14.677 37.34 13.87 C 37.34 13.063 37.157 12.369 36.788 11.729 C 36.419 11.093 35.929 10.584 35.318 10.21 C 34.703 9.835 34.02 9.646 33.266 9.646 C 32.513 9.646 31.796 9.835 31.171 10.21 C 30.549 10.584 30.055 11.093 29.701 11.729 C 29.342 12.369 29.163 13.081 29.163 13.87 C 29.163 14.659 29.342 15.4 29.701 16.036 C 30.059 16.676 30.545 17.185 31.16 17.57 C 31.774 17.955 32.465 18.148 33.241 18.148 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 43.668 21.302 L 43.668 1.516 L 47.508 0.867 L 47.508 7.761 C 48.667 6.838 50.033 6.378 51.601 6.378 C 52.985 6.36 54.238 6.688 55.358 7.367 C 56.481 8.046 57.372 8.955 58.035 10.093 C 58.698 11.232 59.031 12.52 59.031 13.951 C 59.031 15.382 58.694 16.641 58.02 17.78 C 57.347 18.918 56.441 19.824 55.3 20.492 C 54.159 21.159 52.887 21.495 51.485 21.495 C 50.739 21.495 50.029 21.393 49.355 21.185 C 48.682 20.977 48.048 20.678 47.45 20.28 L 47.45 21.298 L 43.664 21.298 Z M 50.985 18.221 C 51.79 18.221 52.514 18.039 53.159 17.67 C 53.804 17.302 54.315 16.791 54.688 16.13 C 55.061 15.469 55.249 14.747 55.249 13.955 C 55.249 13.163 55.061 12.418 54.688 11.78 C 54.315 11.141 53.804 10.63 53.159 10.254 C 52.514 9.878 51.79 9.688 50.985 9.688 C 50.275 9.688 49.62 9.805 49.022 10.042 C 48.424 10.279 47.917 10.63 47.508 11.101 L 47.508 16.838 C 47.917 17.272 48.428 17.612 49.037 17.856 C 49.645 18.101 50.294 18.225 50.985 18.225 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 63.422 4.859 C 62.822 4.859 62.306 4.646 61.873 4.217 C 61.441 3.788 61.226 3.269 61.226 2.653 C 61.226 2.037 61.441 1.55 61.873 1.132 C 62.306 0.714 62.818 0.505 63.422 0.505 C 64.025 0.505 64.559 0.714 64.984 1.132 C 65.41 1.55 65.617 2.058 65.617 2.653 C 65.617 3.248 65.406 3.788 64.984 4.217 C 64.563 4.646 64.043 4.859 63.422 4.859 Z M 61.51 21.133 L 61.51 6.589 L 65.363 6.589 L 65.363 21.13 L 61.51 21.13 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 68.178 21.133 L 68.178 1.511 L 72.203 0.867 L 72.203 21.133 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 75.13 21.133 L 75.13 1.511 L 79.154 0.867 L 79.154 21.133 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 83.911 4.859 C 83.311 4.859 82.795 4.646 82.362 4.217 C 81.93 3.788 81.716 3.269 81.716 2.653 C 81.716 2.037 81.93 1.55 82.362 1.132 C 82.795 0.714 83.307 0.505 83.911 0.505 C 84.514 0.505 85.048 0.714 85.474 1.132 C 85.898 1.55 86.106 2.058 86.106 2.653 C 86.106 3.248 85.895 3.788 85.474 4.217 C 85.052 4.646 84.532 4.859 83.911 4.859 Z M 81.999 21.133 L 81.999 6.589 L 85.852 6.589 L 85.852 21.13 L 81.999 21.13 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 94.86 21.492 C 93.721 21.492 92.715 21.246 91.832 20.752 C 90.951 20.258 90.264 19.568 89.771 18.684 C 89.279 17.8 89.033 16.797 89.033 15.682 L 89.033 6.657 L 92.902 6.657 L 92.902 15.123 C 92.902 16.072 93.181 16.822 93.739 17.371 C 94.298 17.919 95.051 18.193 95.999 18.193 C 96.642 18.193 97.227 18.064 97.748 17.804 C 98.27 17.544 98.7 17.19 99.042 16.743 L 99.042 6.657 L 102.936 6.657 L 102.936 21.214 L 99.042 21.214 L 99.042 20.041 C 97.903 21.008 96.51 21.495 94.86 21.495 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 105.863 21.13 L 105.863 6.573 L 109.742 6.573 L 109.742 7.691 C 110.8 6.761 112.084 6.295 113.596 6.295 C 114.558 6.295 115.418 6.486 116.172 6.869 C 116.925 7.251 117.551 7.785 118.042 8.474 C 118.645 7.767 119.363 7.226 120.193 6.854 C 121.024 6.483 121.938 6.295 122.941 6.295 C 124.036 6.295 125.005 6.541 125.843 7.035 C 126.685 7.529 127.344 8.207 127.826 9.073 C 128.31 9.939 128.548 10.942 128.548 12.075 L 128.548 21.126 L 124.669 21.126 L 124.669 12.663 C 124.669 11.714 124.42 10.963 123.919 10.415 C 123.417 9.867 122.744 9.593 121.895 9.593 C 121.309 9.593 120.775 9.708 120.295 9.943 C 119.813 10.177 119.403 10.541 119.063 11.046 C 119.081 11.212 119.099 11.382 119.117 11.548 C 119.136 11.714 119.146 11.894 119.146 12.078 L 119.146 21.13 L 115.267 21.13 L 115.267 12.666 C 115.267 11.717 115.019 10.967 114.518 10.419 C 114.016 9.87 113.343 9.596 112.494 9.596 C 111.908 9.596 111.385 9.708 110.921 9.932 C 110.456 10.155 110.064 10.491 109.746 10.938 L 109.746 21.133 L 105.867 21.133 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:12202468762,withExternalLayout:true,...addPropertyOverrides({pLiCMyy4q:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 106 18\"><path d=\"M 0.404 17.288 L 0.404 5.378 L 3.591 5.378 L 3.591 6.293 C 4.46 5.531 5.515 5.151 6.757 5.151 C 7.548 5.151 8.255 5.307 8.874 5.62 C 9.493 5.933 10.008 6.37 10.41 6.933 C 10.907 6.355 11.496 5.912 12.179 5.608 C 12.861 5.304 13.613 5.151 14.437 5.151 C 15.336 5.151 16.133 5.351 16.821 5.756 C 17.513 6.16 18.054 6.715 18.451 7.423 C 18.848 8.132 19.043 8.952 19.043 9.879 L 19.043 17.285 L 15.856 17.285 L 15.856 10.36 C 15.856 9.584 15.652 8.97 15.24 8.521 C 14.828 8.073 14.274 7.848 13.577 7.848 C 13.096 7.848 12.657 7.943 12.263 8.135 C 11.866 8.327 11.529 8.625 11.249 9.038 C 11.264 9.174 11.279 9.312 11.294 9.448 C 11.31 9.584 11.319 9.732 11.319 9.882 L 11.319 17.288 L 8.131 17.288 L 8.131 10.363 C 8.131 9.587 7.927 8.973 7.515 8.524 C 7.103 8.076 6.55 7.851 5.852 7.851 C 5.371 7.851 4.941 7.943 4.559 8.126 C 4.177 8.309 3.855 8.583 3.594 8.949 L 3.594 17.291 L 0.407 17.291 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 27.311 17.587 C 26.103 17.587 25.009 17.31 24.032 16.757 C 23.056 16.204 22.281 15.455 21.707 14.512 C 21.133 13.569 20.847 12.52 20.847 11.369 C 20.847 10.218 21.133 9.147 21.707 8.202 C 22.281 7.259 23.056 6.513 24.032 5.968 C 25.009 5.424 26.103 5.151 27.311 5.151 C 28.519 5.151 29.613 5.424 30.589 5.968 C 31.566 6.513 32.341 7.259 32.915 8.202 C 33.489 9.147 33.775 10.203 33.775 11.369 C 33.775 12.535 33.492 13.569 32.924 14.512 C 32.359 15.458 31.587 16.204 30.61 16.757 C 29.634 17.31 28.531 17.587 27.308 17.587 Z M 27.311 14.848 C 27.945 14.848 28.519 14.691 29.033 14.375 C 29.544 14.06 29.946 13.644 30.241 13.12 C 30.535 12.6 30.683 12.008 30.683 11.348 C 30.683 10.688 30.532 10.12 30.229 9.596 C 29.925 9.076 29.523 8.66 29.021 8.353 C 28.516 8.047 27.954 7.892 27.335 7.892 C 26.716 7.892 26.127 8.047 25.613 8.353 C 25.102 8.66 24.697 9.076 24.405 9.596 C 24.111 10.12 23.963 10.703 23.963 11.348 C 23.963 11.993 24.111 12.6 24.405 13.12 C 24.7 13.644 25.099 14.06 25.604 14.375 C 26.109 14.691 26.677 14.848 27.314 14.848 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 35.882 17.429 L 35.882 1.241 L 39.037 0.709 L 39.037 6.35 C 39.99 5.594 41.112 5.218 42.401 5.218 C 43.538 5.203 44.568 5.472 45.488 6.027 C 46.411 6.583 47.143 7.326 47.688 8.258 C 48.232 9.19 48.506 10.244 48.506 11.415 C 48.506 12.585 48.229 13.615 47.676 14.547 C 47.122 15.479 46.378 16.219 45.44 16.766 C 44.503 17.312 43.458 17.587 42.306 17.587 C 41.693 17.587 41.109 17.503 40.556 17.333 C 40.002 17.163 39.481 16.918 38.99 16.593 L 38.99 17.426 L 35.879 17.426 Z M 41.895 14.908 C 42.556 14.908 43.151 14.759 43.681 14.457 C 44.211 14.156 44.631 13.738 44.937 13.197 C 45.244 12.657 45.399 12.066 45.399 11.418 C 45.399 10.77 45.244 10.16 44.937 9.638 C 44.631 9.115 44.211 8.697 43.681 8.39 C 43.151 8.082 42.556 7.927 41.895 7.927 C 41.312 7.927 40.773 8.022 40.282 8.216 C 39.791 8.41 39.374 8.697 39.037 9.082 L 39.037 13.777 C 39.374 14.132 39.794 14.41 40.294 14.61 C 40.794 14.81 41.327 14.911 41.895 14.911 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 52.114 3.976 C 51.621 3.976 51.197 3.802 50.842 3.451 C 50.486 3.1 50.31 2.675 50.31 2.171 C 50.31 1.666 50.486 1.268 50.842 0.926 C 51.197 0.584 51.618 0.413 52.114 0.413 C 52.61 0.413 53.049 0.584 53.398 0.926 C 53.748 1.268 53.918 1.684 53.918 2.171 C 53.918 2.657 53.745 3.1 53.398 3.451 C 53.052 3.802 52.625 3.976 52.114 3.976 Z M 50.543 17.291 L 50.543 5.391 L 53.709 5.391 L 53.709 17.288 L 50.543 17.288 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 56.022 17.291 L 56.022 1.236 L 59.329 0.709 L 59.329 17.291 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 61.735 17.291 L 61.735 1.236 L 65.041 0.709 L 65.041 17.291 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 68.95 3.976 C 68.457 3.976 68.033 3.802 67.677 3.451 C 67.322 3.1 67.146 2.675 67.146 2.171 C 67.146 1.666 67.322 1.268 67.677 0.926 C 68.033 0.584 68.454 0.413 68.95 0.413 C 69.446 0.413 69.884 0.584 70.234 0.926 C 70.583 1.268 70.754 1.684 70.754 2.171 C 70.754 2.657 70.581 3.1 70.234 3.451 C 69.888 3.802 69.46 3.976 68.95 3.976 Z M 67.379 17.291 L 67.379 5.391 L 70.545 5.391 L 70.545 17.288 L 67.379 17.288 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 77.947 17.584 C 77.011 17.584 76.184 17.383 75.459 16.979 C 74.735 16.574 74.17 16.01 73.766 15.287 C 73.361 14.564 73.159 13.743 73.159 12.831 L 73.159 5.447 L 76.338 5.447 L 76.338 12.373 C 76.338 13.15 76.567 13.764 77.026 14.212 C 77.485 14.661 78.104 14.886 78.883 14.886 C 79.412 14.886 79.892 14.779 80.32 14.567 C 80.749 14.354 81.102 14.065 81.383 13.699 L 81.383 5.447 L 84.583 5.447 L 84.583 17.357 L 81.383 17.357 L 81.383 16.397 C 80.447 17.188 79.303 17.587 77.947 17.587 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path><path d=\"M 86.988 17.288 L 86.988 5.378 L 90.176 5.378 L 90.176 6.293 C 91.045 5.531 92.1 5.151 93.342 5.151 C 94.133 5.151 94.84 5.307 95.459 5.62 C 96.078 5.933 96.592 6.37 96.995 6.933 C 97.491 6.355 98.081 5.912 98.763 5.608 C 99.446 5.304 100.197 5.151 101.022 5.151 C 101.921 5.151 102.718 5.351 103.406 5.756 C 104.097 6.16 104.639 6.715 105.036 7.423 C 105.433 8.132 105.628 8.952 105.628 9.879 L 105.628 17.285 L 102.441 17.285 L 102.441 10.36 C 102.441 9.584 102.236 8.97 101.825 8.521 C 101.413 8.073 100.859 7.848 100.161 7.848 C 99.68 7.848 99.242 7.943 98.847 8.135 C 98.451 8.327 98.114 8.625 97.834 9.038 C 97.85 9.174 97.864 9.312 97.879 9.448 C 97.895 9.584 97.903 9.732 97.903 9.882 L 97.903 17.288 L 94.716 17.288 L 94.716 10.363 C 94.716 9.587 94.512 8.973 94.1 8.524 C 93.688 8.076 93.134 7.851 92.437 7.851 C 91.956 7.851 91.526 7.943 91.144 8.126 C 90.762 8.309 90.441 8.583 90.179 8.949 L 90.179 17.291 L 86.991 17.291 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:8650521929},vjcTIUnpQ:{svgContentId:9850756729}},baseVariant,gestureVariant)}),isDisplayed7()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-rh2mol\",\"data-framer-name\":\"SouqDukkan\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"DgyXxGLgi\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 100 41\"><path d=\"M 13.209 4.516 C 12.397 3.699 11.067 3.291 9.219 3.291 C 7.371 3.291 6.121 3.963 5.468 5.31 C 5.294 5.694 5.206 6.131 5.206 6.62 C 5.206 7.109 5.398 7.582 5.779 8.039 C 6.161 8.495 6.654 8.928 7.261 9.337 C 7.866 9.746 8.547 10.143 9.304 10.526 C 10.06 10.91 10.845 11.328 11.657 11.777 C 12.469 12.226 13.329 12.699 14.237 13.195 C 17.565 15.023 19.229 17.046 19.229 19.265 C 19.229 21.483 18.37 23.19 16.649 24.385 C 14.928 25.579 12.647 26.176 9.805 26.176 C 6.963 26.176 4.618 25.662 2.77 24.637 C 0.922 23.612 -0.002 22.291 -0.002 20.672 C -0.002 19.792 0.288 19.045 0.871 18.436 C 1.451 17.827 2.193 17.524 3.093 17.524 C 3.992 17.524 4.736 17.808 5.326 18.377 C 5.914 18.946 6.21 19.624 6.21 20.408 C 6.21 21.193 5.939 21.859 5.398 22.404 C 6.671 23.14 8.253 23.509 10.139 23.509 C 12.025 23.509 13.351 23.068 14.116 22.188 C 14.435 21.836 14.594 21.378 14.594 20.817 C 14.594 19.486 13.129 18.1 10.2 16.659 C 8.162 15.649 6.633 14.856 5.614 14.28 C 2.349 12.416 0.717 10.173 0.717 7.546 C 0.717 5.528 1.55 3.909 3.214 2.691 C 4.876 1.473 6.999 0.864 9.58 0.864 C 12.16 0.864 14.329 1.349 16.089 2.319 C 17.848 3.289 18.728 4.543 18.728 6.08 C 18.728 6.977 18.514 7.642 18.083 8.075 C 17.334 8.829 16.619 9.205 15.934 9.205 C 14.818 9.205 13.979 8.921 13.414 8.352 C 12.849 7.783 12.566 7.13 12.566 6.393 C 12.566 5.656 12.78 5.032 13.211 4.518 Z M 33.254 23.289 C 35.102 23.289 36.603 22.44 37.757 20.741 C 38.91 19.041 39.489 16.655 39.489 13.577 C 39.489 8.627 38.246 5.534 35.763 4.299 C 34.998 3.915 34.163 3.722 33.254 3.722 C 30.308 3.722 28.39 5.517 27.498 9.106 C 27.179 10.339 27.02 11.783 27.02 13.432 C 27.02 16.605 27.596 19.041 28.752 20.739 C 29.906 22.438 31.406 23.287 33.254 23.287 Z M 21.478 13.386 C 21.478 11.464 21.776 9.688 22.373 8.062 C 22.971 6.435 23.802 5.085 24.87 4.012 C 26.972 1.897 29.767 0.839 33.254 0.839 C 36.742 0.839 39.612 1.901 41.769 4.024 C 43.927 6.147 45.006 9.159 45.006 13.062 C 45.006 16.964 44.01 20.124 42.02 22.545 C 40.03 24.964 37.108 26.174 33.254 26.174 C 29.401 26.174 26.473 25 24.475 22.654 C 22.478 20.305 21.478 17.218 21.478 13.388 Z M 56.929 26.174 C 54.525 26.174 52.654 25.43 51.315 23.939 C 49.977 22.447 49.309 20.221 49.309 17.256 L 49.309 7.281 C 49.309 6.128 49.209 5.373 49.011 5.022 C 48.812 4.671 48.275 4.493 47.399 4.493 L 46.778 4.493 L 46.778 1.849 C 48.243 1.849 49.306 1.733 49.968 1.502 C 50.628 1.269 51.102 1.101 51.389 0.998 C 51.675 0.895 52.026 0.841 52.44 0.841 C 53.252 0.841 53.793 1.093 54.064 1.599 C 54.335 2.103 54.47 2.909 54.47 4.014 L 54.47 17.426 C 54.47 19.188 54.652 20.391 55.02 21.031 C 55.72 22.264 56.923 22.881 58.627 22.881 C 59.773 22.881 60.904 22.424 62.02 21.51 C 63.133 20.597 63.922 19.532 64.384 18.314 L 64.384 7.281 C 64.351 6.095 64.241 5.333 64.05 4.997 C 63.858 4.661 63.325 4.493 62.448 4.493 L 61.086 4.493 L 61.086 1.849 C 62.598 1.849 63.765 1.733 64.585 1.502 C 65.404 1.269 65.991 1.101 66.34 0.998 C 66.689 0.895 67.072 0.841 67.486 0.841 C 68.298 0.841 68.842 1.082 69.121 1.563 C 69.4 2.044 69.539 2.829 69.539 3.919 L 69.539 19.303 C 69.539 20.857 69.611 21.819 69.753 22.188 C 70.007 22.892 70.645 23.245 71.664 23.245 C 72.204 23.245 72.667 23.158 73.049 22.98 L 73.049 25.311 C 72.284 25.888 71.24 26.176 69.92 26.176 C 67.151 26.176 65.477 24.703 64.904 21.755 C 62.914 24.7 60.255 26.174 56.929 26.174 Z M 85.381 23.217 C 87.499 23.217 89.068 22.312 90.086 20.5 C 91.105 18.69 91.616 16.294 91.616 13.314 C 91.616 10.334 91.054 7.989 89.933 6.282 C 88.81 4.575 87.294 3.722 85.383 3.722 C 83.472 3.722 82.031 4.591 80.964 6.33 C 79.898 8.069 79.363 10.389 79.363 13.289 C 79.363 17.903 80.429 20.949 82.564 22.423 C 83.328 22.951 84.267 23.215 85.381 23.215 Z M 91.496 22.76 C 89.808 25.036 87.392 26.174 84.247 26.174 C 81.101 26.174 78.574 25.073 76.663 22.869 C 74.752 20.666 73.796 17.621 73.796 13.736 C 73.796 9.851 74.779 6.729 76.746 4.373 C 78.712 2.017 81.275 0.839 84.438 0.839 C 87.601 0.839 90.136 1.937 92.046 4.133 C 92.699 3.476 93.025 2.538 93.025 1.32 L 96.656 1.32 L 96.656 35.565 C 96.656 36.575 96.868 37.247 97.291 37.585 C 97.712 37.921 98.617 38.089 100.002 38.089 L 100.002 40.734 L 86.41 40.734 L 86.41 38.089 C 88.671 38.089 90.031 37.965 90.494 37.717 C 90.955 37.469 91.238 37.165 91.342 36.804 C 91.445 36.444 91.498 35.951 91.498 35.327 L 91.498 22.762 Z M 4.766 33.639 C 3.134 33.639 2.161 36.539 2.161 37.954 C 2.161 38.985 2.525 39.508 3.169 39.508 C 4.574 39.508 5.703 36.487 5.703 34.896 C 5.703 34.005 5.373 33.639 4.766 33.639 Z M 9.21 37.992 L 9.209 37.992 C 9.209 37.991 9.209 37.991 9.21 37.99 Z M 6.536 40.907 C 5.72 40.907 5.113 40.365 5.113 39.37 C 5.113 39.248 5.113 39.16 5.13 38.987 L 5.009 38.935 C 4.349 40.245 3.36 40.909 2.37 40.909 C 0.877 40.909 0.061 39.668 0.061 38.131 C 0.061 36.35 0.772 34.76 1.709 33.834 C 2.525 32.996 3.446 32.507 4.419 32.507 C 5.392 32.507 5.912 33.066 6.138 33.817 L 7.128 30.059 L 5.686 30.059 L 6.033 28.696 L 9.471 28.696 L 7.007 38.044 C 6.868 38.498 6.815 38.813 6.815 39.04 C 6.815 39.338 6.954 39.495 7.214 39.495 C 7.595 39.495 7.978 38.901 8.377 37.73 L 9.209 37.992 C 8.532 40.121 7.595 40.907 6.536 40.907 Z M 22.007 31.159 C 21.468 31.159 21.053 30.775 21.053 30.145 C 21.053 29.481 21.538 28.731 22.337 28.731 C 22.927 28.731 23.345 29.114 23.345 29.762 C 23.345 30.409 22.825 31.159 22.007 31.159 Z M 18.744 31.159 C 18.205 31.159 17.789 30.775 17.789 30.145 C 17.789 29.481 18.275 28.731 19.074 28.731 C 19.664 28.731 20.081 29.114 20.081 29.762 C 20.081 30.409 19.561 31.159 18.744 31.159 Z M 20.445 39.265 C 20.445 38.828 20.55 38.164 20.827 37.274 L 20.705 37.223 C 19.559 39.756 18.343 40.909 17.093 40.909 C 16.139 40.909 15.512 40.157 15.512 39.074 C 15.512 37.606 16.746 35.283 16.746 34.286 C 16.746 34.042 16.641 33.92 16.486 33.92 C 16.121 33.92 15.826 34.303 15.201 35.615 L 14.385 35.266 C 15.097 33.536 16.017 32.505 17.216 32.505 C 18.136 32.505 18.675 33.082 18.675 34.095 C 18.675 35.72 17.529 37.572 17.529 38.691 C 17.529 39.18 17.721 39.372 18.015 39.372 C 18.797 39.372 20.237 38.08 21.662 32.627 L 23.745 32.627 L 22.322 38.044 C 22.183 38.515 22.13 38.813 22.13 39.04 C 22.13 39.338 22.286 39.495 22.529 39.495 C 22.927 39.495 23.293 38.901 23.692 37.73 L 24.525 37.992 C 23.847 40.123 22.91 40.909 21.92 40.909 C 21.017 40.909 20.444 40.403 20.444 39.267 Z M 37.444 37.729 L 38.259 37.99 C 37.599 40.104 36.696 40.907 35.69 40.907 C 34.685 40.907 34.076 40.26 34.076 39.126 C 34.076 38.637 34.267 37.939 34.267 37.553 C 34.267 36.906 33.99 36.749 32.723 36.749 L 32.689 36.749 L 31.63 40.734 L 29.668 40.734 L 32.482 30.057 L 31.04 30.057 L 31.387 28.694 L 34.842 28.694 L 32.898 35.963 L 32.985 35.963 C 33.905 35.963 34.286 35.439 35.051 34.162 C 35.624 33.219 36.197 32.503 37.222 32.503 C 38.055 32.503 38.506 33.028 38.506 33.778 C 38.506 34.529 38.037 35.247 37.326 35.247 C 36.614 35.247 36.267 34.636 36.51 33.92 C 36.267 33.971 36.007 34.269 35.607 34.933 C 35.26 35.581 34.983 35.947 34.461 36.226 C 35.694 36.331 36.093 36.871 36.093 37.694 C 36.093 38.2 35.954 38.708 35.954 39.021 C 35.954 39.369 36.092 39.492 36.282 39.493 C 36.663 39.491 36.993 38.931 37.444 37.729 Z M 51.491 37.729 L 52.307 37.99 C 51.647 40.104 50.744 40.907 49.738 40.907 C 48.733 40.907 48.124 40.26 48.124 39.126 C 48.124 38.637 48.315 37.939 48.315 37.553 C 48.315 36.906 48.038 36.749 46.771 36.749 L 46.737 36.749 L 45.678 40.734 L 43.716 40.734 L 46.53 30.057 L 45.088 30.057 L 45.435 28.694 L 48.89 28.694 L 46.945 35.963 L 47.033 35.963 C 47.953 35.963 48.334 35.439 49.099 34.162 C 49.672 33.219 50.245 32.503 51.269 32.503 C 52.102 32.503 52.554 33.028 52.554 33.778 C 52.554 34.529 52.085 35.247 51.374 35.247 C 50.662 35.247 50.315 34.636 50.558 33.92 C 50.315 33.971 50.055 34.269 49.655 34.933 C 49.307 35.581 49.03 35.947 48.509 36.226 C 49.742 36.331 50.14 36.871 50.14 37.694 C 50.14 38.2 50.002 38.708 50.002 39.021 C 50.002 39.369 50.139 39.492 50.33 39.493 C 50.711 39.491 51.04 38.931 51.491 37.729 Z M 63.682 35.037 C 63.682 34.128 63.351 33.639 62.744 33.639 C 61.198 33.639 60.175 36.539 60.175 37.954 C 60.175 38.985 60.54 39.51 61.183 39.51 C 62.589 39.51 63.683 36.451 63.683 35.037 Z M 65.019 38.042 C 64.881 38.496 64.827 38.811 64.827 39.038 C 64.827 39.336 64.966 39.493 65.226 39.493 C 65.607 39.493 65.991 38.899 66.389 37.729 L 67.222 37.99 C 66.545 40.121 65.607 40.907 64.549 40.907 C 63.733 40.907 63.126 40.382 63.126 39.37 C 63.126 39.248 63.126 39.16 63.143 38.987 L 63.021 38.933 C 62.361 40.243 61.372 40.907 60.382 40.907 C 58.889 40.907 58.073 39.666 58.073 38.129 C 58.073 36.348 58.785 34.758 59.722 33.832 C 60.538 32.994 61.458 32.503 62.429 32.503 C 63.401 32.503 63.957 33.185 64.114 33.971 L 64.461 32.625 L 66.44 32.625 L 65.017 38.042 Z M 81.636 37.729 L 82.452 37.99 C 81.757 40.104 80.784 40.907 79.795 40.907 C 78.858 40.907 78.251 40.296 78.251 39.283 C 78.251 37.536 79.397 35.806 79.397 34.618 C 79.397 34.216 79.224 34.042 78.928 34.042 C 78.13 34.042 76.636 35.369 75.248 40.734 L 73.164 40.734 L 74.657 35.073 C 74.917 34.076 74.866 33.798 74.553 33.798 C 74.153 33.798 73.703 34.55 73.199 35.632 L 72.383 35.283 C 73.128 33.536 73.997 32.522 75.16 32.522 C 75.906 32.522 76.428 33.064 76.428 34.147 C 76.428 34.653 76.323 35.283 76.063 36.087 L 76.185 36.138 C 77.331 33.675 78.615 32.505 79.849 32.505 C 80.82 32.505 81.429 33.274 81.429 34.323 C 81.429 35.808 80.145 38.044 80.145 39.109 C 80.145 39.37 80.249 39.492 80.44 39.493 C 80.804 39.492 81.168 38.932 81.636 37.729 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:10703108895,withExternalLayout:true,...addPropertyOverrides({p2icXJWgd:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 74 30\"><path d=\"M 9.773 4.144 C 9.172 3.546 8.188 3.247 6.82 3.247 C 5.453 3.247 4.527 3.739 4.044 4.725 C 3.915 5.006 3.851 5.326 3.851 5.683 C 3.851 6.041 3.993 6.387 4.275 6.721 C 4.557 7.055 4.922 7.372 5.371 7.671 C 5.819 7.97 6.323 8.261 6.883 8.541 C 7.442 8.822 8.023 9.128 8.624 9.456 C 9.225 9.785 9.861 10.131 10.534 10.494 C 12.996 11.831 14.228 13.312 14.228 14.935 C 14.228 16.559 13.592 17.808 12.318 18.682 C 11.045 19.555 9.357 19.992 7.254 19.992 C 5.151 19.992 3.415 19.617 2.048 18.866 C 0.68 18.116 -0.003 17.15 -0.003 15.965 C -0.003 15.321 0.212 14.775 0.643 14.329 C 1.072 13.883 1.621 13.661 2.287 13.661 C 2.952 13.661 3.503 13.869 3.939 14.286 C 4.374 14.702 4.593 15.198 4.593 15.772 C 4.593 16.346 4.393 16.834 3.993 17.232 C 4.935 17.771 6.106 18.041 7.501 18.041 C 8.897 18.041 9.878 17.718 10.444 17.074 C 10.68 16.817 10.798 16.482 10.798 16.071 C 10.798 15.097 9.714 14.083 7.546 13.029 C 6.038 12.289 4.907 11.71 4.153 11.288 C 1.736 9.924 0.529 8.283 0.529 6.361 C 0.529 4.884 1.145 3.7 2.377 2.808 C 3.606 1.917 5.178 1.471 7.087 1.471 C 8.996 1.471 10.601 1.826 11.904 2.536 C 13.206 3.246 13.857 4.163 13.857 5.288 C 13.857 5.944 13.698 6.431 13.38 6.748 C 12.825 7.3 12.296 7.575 11.789 7.575 C 10.963 7.575 10.343 7.367 9.925 6.95 C 9.506 6.534 9.297 6.056 9.297 5.517 C 9.297 4.978 9.456 4.521 9.774 4.145 Z M 24.606 17.88 C 25.974 17.88 27.084 17.259 27.938 16.015 C 28.792 14.772 29.22 13.026 29.22 10.774 C 29.22 7.151 28.3 4.888 26.462 3.985 C 25.897 3.704 25.279 3.563 24.606 3.563 C 22.426 3.563 21.006 4.876 20.346 7.502 C 20.111 8.404 19.993 9.461 19.993 10.668 C 19.993 12.989 20.42 14.772 21.275 16.014 C 22.128 17.257 23.239 17.879 24.606 17.879 Z M 15.892 10.634 C 15.892 9.227 16.112 7.928 16.554 6.738 C 16.997 5.548 17.611 4.56 18.402 3.775 C 19.958 2.227 22.026 1.453 24.606 1.453 C 27.187 1.453 29.311 2.23 30.907 3.783 C 32.504 5.337 33.303 7.541 33.303 10.397 C 33.303 13.252 32.566 15.564 31.093 17.335 C 29.62 19.105 27.458 19.991 24.606 19.991 C 21.755 19.991 19.588 19.132 18.11 17.415 C 16.631 15.697 15.892 13.438 15.892 10.635 Z M 42.126 19.991 C 40.347 19.991 38.962 19.446 37.971 18.355 C 36.981 17.264 36.487 15.635 36.487 13.466 L 36.487 6.167 C 36.487 5.323 36.413 4.771 36.267 4.514 C 36.119 4.257 35.722 4.127 35.073 4.127 L 34.614 4.127 L 34.614 2.192 C 35.698 2.192 36.484 2.107 36.974 1.938 C 37.463 1.768 37.814 1.645 38.026 1.569 C 38.238 1.494 38.498 1.455 38.804 1.455 C 39.405 1.455 39.805 1.639 40.006 2.009 C 40.206 2.378 40.306 2.968 40.306 3.776 L 40.306 13.59 C 40.306 14.879 40.441 15.76 40.713 16.228 C 41.231 17.13 42.121 17.581 43.382 17.581 C 44.23 17.581 45.067 17.247 45.893 16.578 C 46.717 15.91 47.301 15.131 47.642 14.24 L 47.642 6.167 C 47.618 5.299 47.537 4.742 47.395 4.496 C 47.253 4.25 46.859 4.127 46.21 4.127 L 45.202 4.127 L 45.202 2.192 C 46.321 2.192 47.184 2.107 47.791 1.938 C 48.397 1.768 48.831 1.645 49.09 1.569 C 49.348 1.494 49.631 1.455 49.937 1.455 C 50.538 1.455 50.941 1.631 51.148 1.983 C 51.354 2.335 51.457 2.909 51.457 3.707 L 51.457 14.963 C 51.457 16.1 51.51 16.804 51.615 17.074 C 51.803 17.59 52.275 17.848 53.029 17.848 C 53.429 17.848 53.772 17.784 54.054 17.654 L 54.054 19.36 C 53.488 19.781 52.716 19.992 51.739 19.992 C 49.69 19.992 48.451 18.915 48.027 16.758 C 46.555 18.912 44.587 19.991 42.126 19.991 Z M 63.18 17.827 C 64.747 17.827 65.908 17.165 66.662 15.839 C 67.416 14.515 67.794 12.762 67.794 10.581 C 67.794 8.4 67.378 6.685 66.548 5.436 C 65.717 4.187 64.595 3.563 63.182 3.563 C 61.768 3.563 60.701 4.198 59.912 5.471 C 59.123 6.744 58.727 8.441 58.727 10.563 C 58.727 13.939 59.516 16.167 61.095 17.246 C 61.661 17.633 62.356 17.826 63.18 17.826 Z M 67.705 17.493 C 66.456 19.158 64.668 19.991 62.341 19.991 C 60.013 19.991 58.143 19.185 56.729 17.573 C 55.315 15.961 54.607 13.733 54.607 10.89 C 54.607 8.047 55.335 5.763 56.791 4.039 C 58.245 2.315 60.142 1.453 62.482 1.453 C 64.823 1.453 66.699 2.256 68.113 3.863 C 68.595 3.382 68.837 2.696 68.837 1.805 L 71.524 1.805 L 71.524 26.863 C 71.524 27.602 71.68 28.093 71.993 28.341 C 72.305 28.587 72.974 28.709 73.999 28.709 L 73.999 30.644 L 63.941 30.644 L 63.941 28.709 C 65.615 28.709 66.621 28.619 66.964 28.437 C 67.305 28.255 67.514 28.033 67.592 27.769 C 67.667 27.505 67.707 27.145 67.707 26.688 L 67.707 17.495 Z M 3.525 25.453 C 2.318 25.453 1.597 27.575 1.597 28.61 C 1.597 29.365 1.867 29.747 2.343 29.747 C 3.383 29.747 4.218 27.537 4.219 26.373 C 4.218 25.721 3.974 25.453 3.525 25.453 Z M 6.813 28.638 L 6.813 28.638 C 6.813 28.638 6.813 28.637 6.813 28.637 Z M 4.835 30.771 C 4.231 30.771 3.782 30.375 3.782 29.647 C 3.782 29.557 3.782 29.493 3.795 29.366 L 3.705 29.328 C 3.216 30.287 2.485 30.773 1.752 30.773 C 0.647 30.773 0.043 29.865 0.043 28.74 C 0.043 27.437 0.57 26.273 1.263 25.596 C 1.867 24.982 2.548 24.625 3.268 24.625 C 3.988 24.625 4.373 25.034 4.54 25.583 L 5.273 22.834 L 4.206 22.834 L 4.463 21.836 L 7.007 21.836 L 5.183 28.676 C 5.081 29.008 5.041 29.239 5.041 29.405 C 5.041 29.623 5.144 29.738 5.336 29.738 C 5.618 29.738 5.902 29.303 6.197 28.447 L 6.813 28.638 C 6.312 30.196 5.618 30.771 4.835 30.771 Z M 16.283 23.638 C 15.885 23.638 15.577 23.358 15.577 22.897 C 15.577 22.411 15.936 21.862 16.528 21.862 C 16.964 21.862 17.273 22.142 17.273 22.616 C 17.273 23.089 16.888 23.638 16.283 23.638 Z M 13.868 23.638 C 13.47 23.638 13.162 23.358 13.162 22.897 C 13.162 22.411 13.522 21.862 14.113 21.862 C 14.549 21.862 14.858 22.142 14.858 22.616 C 14.858 23.089 14.474 23.638 13.868 23.638 Z M 15.128 29.57 C 15.128 29.25 15.205 28.764 15.41 28.113 L 15.32 28.075 C 14.472 29.929 13.572 30.773 12.647 30.773 C 11.941 30.773 11.477 30.222 11.477 29.43 C 11.477 28.356 12.39 26.656 12.39 25.927 C 12.39 25.748 12.313 25.658 12.198 25.658 C 11.928 25.658 11.709 25.939 11.247 26.899 L 10.643 26.643 C 11.17 25.378 11.851 24.623 12.738 24.623 C 13.419 24.623 13.818 25.045 13.818 25.787 C 13.818 26.976 12.97 28.331 12.97 29.149 C 12.97 29.507 13.112 29.648 13.329 29.648 C 13.908 29.648 14.973 28.702 16.028 24.713 L 17.569 24.713 L 16.516 28.676 C 16.414 29.021 16.375 29.239 16.375 29.405 C 16.375 29.623 16.49 29.738 16.669 29.738 C 16.964 29.738 17.235 29.303 17.53 28.447 L 18.146 28.638 C 17.645 30.197 16.952 30.773 16.219 30.773 C 15.55 30.773 15.126 30.403 15.126 29.571 Z M 27.706 28.445 L 28.31 28.637 C 27.821 30.183 27.153 30.771 26.409 30.771 C 25.665 30.771 25.214 30.298 25.214 29.468 C 25.214 29.11 25.356 28.599 25.356 28.317 C 25.356 27.843 25.151 27.729 24.213 27.729 L 24.188 27.729 L 23.404 30.644 L 21.953 30.644 L 24.035 22.832 L 22.968 22.832 L 23.225 21.835 L 25.781 21.835 L 24.342 27.153 L 24.407 27.153 C 25.088 27.153 25.37 26.77 25.936 25.836 C 26.36 25.146 26.784 24.622 27.542 24.622 C 28.158 24.622 28.493 25.006 28.493 25.555 C 28.493 26.104 28.146 26.629 27.619 26.629 C 27.093 26.629 26.836 26.182 27.016 25.658 C 26.836 25.696 26.644 25.914 26.347 26.4 C 26.09 26.874 25.885 27.142 25.499 27.346 C 26.412 27.423 26.707 27.818 26.707 28.42 C 26.707 28.791 26.604 29.162 26.604 29.391 C 26.604 29.646 26.706 29.736 26.847 29.736 C 27.129 29.735 27.373 29.325 27.706 28.445 Z M 26.848 29.736 C 26.848 29.736 26.848 29.736 26.848 29.736 Z M 38.102 28.445 L 38.705 28.637 C 38.217 30.183 37.549 30.771 36.804 30.771 C 36.06 30.771 35.61 30.298 35.61 29.468 C 35.61 29.11 35.751 28.599 35.751 28.317 C 35.751 27.843 35.546 27.729 34.608 27.729 L 34.583 27.729 L 33.8 30.644 L 32.348 30.644 L 34.43 22.832 L 33.363 22.832 L 33.62 21.835 L 36.177 21.835 L 34.738 27.153 L 34.802 27.153 C 35.483 27.153 35.765 26.77 36.331 25.836 C 36.755 25.146 37.179 24.622 37.937 24.622 C 38.554 24.622 38.888 25.006 38.888 25.555 C 38.888 26.104 38.541 26.629 38.015 26.629 C 37.488 26.629 37.231 26.182 37.411 25.658 C 37.231 25.696 37.039 25.914 36.743 26.4 C 36.486 26.874 36.281 27.142 35.895 27.346 C 36.807 27.423 37.102 27.818 37.102 28.42 C 37.102 28.791 37 29.162 37 29.391 C 37 29.646 37.101 29.736 37.242 29.736 C 37.524 29.735 37.768 29.325 38.102 28.445 Z M 47.122 26.476 C 47.122 25.811 46.878 25.453 46.429 25.453 C 45.285 25.453 44.528 27.575 44.528 28.61 C 44.528 29.365 44.797 29.749 45.273 29.749 C 46.314 29.749 47.124 27.511 47.124 26.476 Z M 48.112 28.675 C 48.01 29.007 47.97 29.238 47.97 29.404 C 47.97 29.622 48.073 29.736 48.265 29.736 C 48.548 29.736 48.831 29.302 49.126 28.445 L 49.742 28.637 C 49.241 30.196 48.548 30.771 47.764 30.771 C 47.16 30.771 46.711 30.387 46.711 29.647 C 46.711 29.557 46.711 29.493 46.724 29.366 L 46.634 29.327 C 46.145 30.285 45.414 30.771 44.681 30.771 C 43.576 30.771 42.972 29.863 42.972 28.739 C 42.972 27.435 43.499 26.272 44.192 25.594 C 44.796 24.981 45.477 24.622 46.196 24.622 C 46.915 24.622 47.326 25.121 47.443 25.696 L 47.7 24.711 L 49.164 24.711 L 48.111 28.675 Z M 60.409 28.445 L 61.012 28.637 C 60.499 30.183 59.778 30.771 59.047 30.771 C 58.353 30.771 57.904 30.324 57.904 29.583 C 57.904 28.304 58.752 27.039 58.752 26.17 C 58.752 25.875 58.624 25.748 58.405 25.748 C 57.814 25.748 56.709 26.719 55.681 30.644 L 54.14 30.644 L 55.245 26.502 C 55.437 25.773 55.399 25.569 55.167 25.569 C 54.871 25.569 54.538 26.119 54.165 26.912 L 53.561 26.656 C 54.113 25.378 54.756 24.636 55.617 24.636 C 56.169 24.636 56.555 25.033 56.555 25.825 C 56.555 26.195 56.477 26.656 56.285 27.244 L 56.375 27.282 C 57.223 25.48 58.173 24.623 59.086 24.623 C 59.805 24.623 60.256 25.186 60.256 25.953 C 60.256 27.04 59.305 28.676 59.305 29.455 C 59.305 29.646 59.382 29.736 59.523 29.736 C 59.793 29.736 60.062 29.326 60.409 28.445 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:9677351310},qQtV9i62W:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 98 40\"><path d=\"M 12.943 5.245 C 12.147 4.448 10.844 4.049 9.033 4.049 C 7.222 4.049 5.996 4.705 5.357 6.02 C 5.186 6.395 5.1 6.821 5.1 7.298 C 5.1 7.775 5.288 8.237 5.662 8.682 C 6.035 9.127 6.519 9.55 7.114 9.948 C 7.707 10.347 8.375 10.734 9.116 11.109 C 9.856 11.483 10.626 11.891 11.422 12.329 C 12.218 12.767 13.06 13.229 13.951 13.713 C 17.212 15.495 18.843 17.47 18.843 19.634 C 18.843 21.798 18.001 23.464 16.314 24.63 C 14.628 25.794 12.393 26.377 9.607 26.377 C 6.822 26.377 4.524 25.876 2.713 24.876 C 0.902 23.875 -0.004 22.586 -0.004 21.007 C -0.004 20.148 0.281 19.42 0.852 18.826 C 1.421 18.232 2.148 17.935 3.029 17.935 C 3.91 17.935 4.639 18.213 5.217 18.768 C 5.794 19.323 6.084 19.984 6.084 20.75 C 6.084 21.515 5.818 22.165 5.288 22.696 C 6.536 23.415 8.086 23.775 9.935 23.775 C 11.783 23.775 13.082 23.344 13.832 22.486 C 14.144 22.143 14.3 21.696 14.3 21.148 C 14.3 19.85 12.865 18.498 9.994 17.092 C 7.997 16.106 6.498 15.333 5.5 14.771 C 2.3 12.953 0.701 10.764 0.701 8.201 C 0.701 6.232 1.517 4.653 3.148 3.465 C 4.777 2.276 6.857 1.682 9.386 1.682 C 11.915 1.682 14.04 2.155 15.766 3.101 C 17.489 4.048 18.352 5.271 18.352 6.771 C 18.352 7.646 18.142 8.294 17.72 8.717 C 16.985 9.453 16.284 9.82 15.613 9.82 C 14.52 9.82 13.698 9.542 13.144 8.987 C 12.59 8.432 12.313 7.795 12.313 7.076 C 12.313 6.357 12.523 5.748 12.945 5.247 Z M 32.589 22.721 C 34.4 22.721 35.871 21.892 37.001 20.235 C 38.132 18.577 38.699 16.249 38.699 13.246 C 38.699 8.416 37.481 5.399 35.047 4.194 C 34.298 3.819 33.48 3.631 32.589 3.631 C 29.702 3.631 27.822 5.382 26.948 8.884 C 26.635 10.087 26.479 11.495 26.479 13.105 C 26.479 16.2 27.045 18.577 28.177 20.233 C 29.307 21.891 30.778 22.719 32.589 22.719 Z M 21.048 13.06 C 21.048 11.184 21.34 9.452 21.926 7.865 C 22.511 6.278 23.326 4.961 24.373 3.914 C 26.433 1.851 29.172 0.819 32.589 0.819 C 36.007 0.819 38.82 1.854 40.934 3.926 C 43.048 5.997 44.106 8.936 44.106 12.743 C 44.106 16.55 43.13 19.633 41.18 21.995 C 39.229 24.355 36.366 25.536 32.589 25.536 C 28.813 25.536 25.944 24.39 23.986 22.101 C 22.028 19.81 21.048 16.798 21.048 13.062 Z M 55.789 26.375 C 53.433 26.375 51.599 25.648 50.287 24.194 C 48.976 22.739 48.321 20.567 48.321 17.675 L 48.321 7.942 C 48.321 6.817 48.223 6.082 48.029 5.739 C 47.834 5.396 47.308 5.223 46.449 5.223 L 45.841 5.223 L 45.841 2.643 C 47.276 2.643 48.318 2.53 48.967 2.304 C 49.614 2.077 50.078 1.913 50.359 1.812 C 50.64 1.712 50.984 1.66 51.389 1.66 C 52.185 1.66 52.715 1.906 52.981 2.399 C 53.247 2.891 53.379 3.677 53.379 4.755 L 53.379 17.84 C 53.379 19.56 53.557 20.733 53.918 21.357 C 54.604 22.56 55.783 23.162 57.453 23.162 C 58.576 23.162 59.684 22.717 60.777 21.825 C 61.869 20.934 62.642 19.895 63.094 18.706 L 63.094 7.942 C 63.062 6.786 62.955 6.042 62.767 5.715 C 62.579 5.387 62.057 5.223 61.197 5.223 L 59.862 5.223 L 59.862 2.643 C 61.344 2.643 62.488 2.53 63.291 2.304 C 64.094 2.077 64.669 1.913 65.011 1.812 C 65.353 1.712 65.729 1.66 66.134 1.66 C 66.93 1.66 67.463 1.894 67.737 2.364 C 68.01 2.833 68.146 3.599 68.146 4.662 L 68.146 19.671 C 68.146 21.188 68.217 22.126 68.356 22.486 C 68.605 23.173 69.23 23.518 70.228 23.518 C 70.758 23.518 71.212 23.432 71.586 23.259 L 71.586 25.533 C 70.836 26.096 69.814 26.377 68.52 26.377 C 65.806 26.377 64.166 24.94 63.604 22.064 C 61.654 24.937 59.048 26.375 55.789 26.375 Z M 83.674 22.651 C 85.749 22.651 87.286 21.768 88.285 20 C 89.283 18.234 89.783 15.897 89.783 12.989 C 89.783 10.082 89.233 7.794 88.134 6.129 C 87.033 4.464 85.548 3.631 83.675 3.631 C 81.803 3.631 80.39 4.479 79.345 6.176 C 78.3 7.872 77.776 10.136 77.776 12.965 C 77.776 17.467 78.821 20.438 80.912 21.876 C 81.662 22.392 82.582 22.649 83.674 22.649 Z M 89.666 22.205 C 88.011 24.426 85.644 25.536 82.562 25.536 C 79.479 25.536 77.002 24.461 75.13 22.312 C 73.257 20.162 72.32 17.191 72.32 13.401 C 72.32 9.61 73.283 6.565 75.212 4.266 C 77.138 1.968 79.65 0.819 82.749 0.819 C 85.849 0.819 88.333 1.89 90.206 4.032 C 90.845 3.391 91.164 2.476 91.164 1.288 L 94.723 1.288 L 94.723 34.698 C 94.723 35.683 94.93 36.339 95.345 36.669 C 95.758 36.996 96.644 37.16 98.002 37.16 L 98.002 39.74 L 84.681 39.74 L 84.681 37.16 C 86.898 37.16 88.231 37.039 88.685 36.797 C 89.136 36.555 89.413 36.259 89.516 35.907 C 89.616 35.555 89.668 35.074 89.668 34.465 L 89.668 22.207 Z M 4.671 32.819 C 3.072 32.819 2.118 35.648 2.118 37.028 C 2.118 38.034 2.475 38.544 3.105 38.544 C 4.483 38.544 5.589 35.597 5.589 34.045 C 5.589 33.176 5.266 32.819 4.671 32.819 Z M 9.025 37.065 L 9.025 37.065 C 9.025 37.065 9.025 37.064 9.025 37.064 Z M 6.406 39.91 C 5.606 39.91 5.011 39.381 5.011 38.41 C 5.011 38.291 5.011 38.205 5.028 38.036 L 4.909 37.986 C 4.262 39.263 3.293 39.911 2.322 39.911 C 0.859 39.911 0.06 38.701 0.06 37.201 C 0.06 35.464 0.757 33.912 1.675 33.009 C 2.475 32.191 3.377 31.714 4.33 31.714 C 5.284 31.714 5.794 32.26 6.015 32.992 L 6.986 29.326 L 5.573 29.326 L 5.913 27.996 L 9.282 27.996 L 6.867 37.116 C 6.731 37.559 6.679 37.866 6.679 38.088 C 6.679 38.379 6.815 38.531 7.069 38.531 C 7.443 38.531 7.819 37.952 8.209 36.81 L 9.025 37.065 C 8.361 39.143 7.443 39.91 6.406 39.91 Z M 21.567 30.399 C 21.039 30.399 20.632 30.025 20.632 29.41 C 20.632 28.762 21.108 28.03 21.89 28.03 C 22.469 28.03 22.878 28.404 22.878 29.036 C 22.878 29.667 22.368 30.399 21.567 30.399 Z M 18.369 30.399 C 17.841 30.399 17.433 30.025 17.433 29.41 C 17.433 28.762 17.91 28.03 18.692 28.03 C 19.271 28.03 19.68 28.404 19.68 29.036 C 19.68 29.667 19.17 30.399 18.369 30.399 Z M 20.037 38.308 C 20.037 37.881 20.139 37.233 20.41 36.365 L 20.291 36.315 C 19.168 38.786 17.976 39.911 16.751 39.911 C 15.816 39.911 15.202 39.178 15.202 38.121 C 15.202 36.689 16.411 34.422 16.411 33.45 C 16.411 33.212 16.309 33.092 16.156 33.092 C 15.799 33.092 15.509 33.467 14.897 34.746 L 14.098 34.406 C 14.795 32.718 15.697 31.712 16.872 31.712 C 17.774 31.712 18.302 32.275 18.302 33.264 C 18.302 34.849 17.179 36.656 17.179 37.747 C 17.179 38.224 17.367 38.412 17.655 38.412 C 18.421 38.412 19.832 37.151 21.228 31.831 L 23.27 31.831 L 21.876 37.116 C 21.74 37.576 21.688 37.866 21.688 38.088 C 21.688 38.379 21.84 38.531 22.078 38.531 C 22.469 38.531 22.827 37.952 23.218 36.81 L 24.034 37.065 C 23.37 39.144 22.452 39.911 21.481 39.911 C 20.596 39.911 20.035 39.418 20.035 38.31 Z M 36.693 37.648 L 37.492 37.903 C 36.845 39.965 35.96 40.749 34.975 40.749 C 33.989 40.749 33.392 40.117 33.392 39.011 C 33.392 38.534 33.58 37.852 33.58 37.476 C 33.58 36.845 33.309 36.692 32.067 36.692 L 32.033 36.692 L 30.996 40.579 L 29.073 40.579 L 31.831 30.163 L 30.417 30.163 L 30.758 28.834 L 34.144 28.834 L 32.238 35.925 L 32.323 35.925 C 33.225 35.925 33.599 35.414 34.348 34.168 C 34.91 33.248 35.471 32.55 36.475 32.55 C 37.292 32.55 37.734 33.062 37.734 33.794 C 37.734 34.526 37.275 35.226 36.578 35.226 C 35.88 35.226 35.54 34.63 35.778 33.932 C 35.54 33.982 35.285 34.272 34.893 34.921 C 34.553 35.552 34.281 35.91 33.77 36.182 C 34.978 36.284 35.369 36.811 35.369 37.614 C 35.369 38.108 35.233 38.603 35.233 38.909 C 35.233 39.248 35.368 39.368 35.555 39.369 C 35.928 39.367 36.251 38.821 36.693 37.648 Z M 50.46 37.648 L 51.259 37.903 C 50.612 39.965 49.727 40.749 48.741 40.749 C 47.756 40.749 47.159 40.117 47.159 39.011 C 47.159 38.534 47.347 37.852 47.347 37.476 C 47.347 36.845 47.075 36.692 45.833 36.692 L 45.8 36.692 L 44.762 40.579 L 42.84 40.579 L 45.597 30.163 L 44.184 30.163 L 44.524 28.834 L 47.91 28.834 L 46.005 35.925 L 46.09 35.925 C 46.992 35.925 47.366 35.414 48.115 34.168 C 48.676 33.248 49.238 32.55 50.242 32.55 C 51.058 32.55 51.501 33.062 51.501 33.794 C 51.501 34.526 51.042 35.226 50.344 35.226 C 49.647 35.226 49.307 34.63 49.545 33.932 C 49.307 33.982 49.052 34.272 48.66 34.921 C 48.319 35.552 48.048 35.91 47.537 36.182 C 48.745 36.284 49.136 36.811 49.136 37.614 C 49.136 38.108 49 38.603 49 38.909 C 49 39.248 49.135 39.368 49.322 39.369 C 49.695 39.367 50.018 38.821 50.46 37.648 Z M 62.408 34.182 C 62.408 33.295 62.084 32.819 61.489 32.819 C 59.974 32.819 58.972 35.648 58.972 37.028 C 58.972 38.034 59.329 38.546 59.959 38.546 C 61.337 38.546 62.41 35.562 62.41 34.182 Z M 63.719 37.114 C 63.583 37.557 63.531 37.864 63.531 38.086 C 63.531 38.377 63.667 38.529 63.921 38.529 C 64.295 38.529 64.671 37.95 65.061 36.808 L 65.878 37.064 C 65.214 39.142 64.295 39.91 63.258 39.91 C 62.458 39.91 61.863 39.397 61.863 38.41 C 61.863 38.291 61.863 38.205 61.88 38.036 L 61.761 37.984 C 61.114 39.261 60.145 39.91 59.174 39.91 C 57.711 39.91 56.912 38.699 56.912 37.199 C 56.912 35.462 57.609 33.91 58.527 33.007 C 59.327 32.189 60.229 31.71 61.181 31.71 C 62.133 31.71 62.678 32.375 62.832 33.143 L 63.172 31.83 L 65.111 31.83 L 63.717 37.114 Z M 80.001 37.648 L 80.801 37.903 C 80.12 39.965 79.166 40.749 78.198 40.749 C 77.279 40.749 76.684 40.153 76.684 39.164 C 76.684 37.459 77.807 35.772 77.807 34.613 C 77.807 34.22 77.638 34.051 77.348 34.051 C 76.565 34.051 75.102 35.345 73.741 40.579 L 71.699 40.579 L 73.162 35.057 C 73.417 34.084 73.367 33.812 73.06 33.812 C 72.668 33.812 72.227 34.546 71.733 35.602 L 70.933 35.262 C 71.664 33.557 72.515 32.568 73.655 32.568 C 74.386 32.568 74.897 33.097 74.897 34.153 C 74.897 34.647 74.795 35.262 74.54 36.046 L 74.659 36.096 C 75.782 33.693 77.041 32.551 78.25 32.551 C 79.202 32.551 79.799 33.302 79.799 34.325 C 79.799 35.774 78.54 37.955 78.54 38.994 C 78.54 39.249 78.642 39.368 78.829 39.369 C 79.186 39.368 79.542 38.822 80.001 37.648 Z M 78.83 39.369 C 78.83 39.369 78.83 39.369 78.83 39.369 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:9151081796}},baseVariant,gestureVariant)}),isDisplayed8()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1qw343e\",\"data-framer-name\":\"Shopi go\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"LAhQ9C8zO\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 114 52\"><path d=\"M 7.386 20.8 C 5.236 20.8 3.512 20.4 2.214 19.602 C 0.937 18.783 0.192 17.627 0 16.114 L 5.13 16.114 C 5.193 16.534 5.428 16.85 5.811 17.081 C 6.194 17.291 6.705 17.396 7.322 17.396 C 7.833 17.396 8.216 17.333 8.493 17.186 C 8.769 17.039 8.897 16.829 8.897 16.534 C 8.897 16.282 8.791 16.114 8.599 15.988 C 8.407 15.862 7.939 15.736 7.173 15.61 L 4.661 15.211 C 3.193 14.98 2.128 14.538 1.426 13.866 C 0.724 13.215 0.383 12.311 0.383 11.177 C 0.383 9.748 1 8.571 2.256 7.668 C 3.512 6.764 5.087 6.302 7.003 6.302 C 8.918 6.302 10.6 6.722 11.792 7.542 C 13.005 8.34 13.686 9.475 13.878 10.946 L 8.961 10.946 C 8.897 10.567 8.705 10.273 8.322 10.042 C 7.96 9.79 7.513 9.664 7.003 9.664 C 6.556 9.664 6.215 9.748 5.938 9.895 C 5.662 10.063 5.534 10.273 5.534 10.546 C 5.534 10.778 5.619 10.967 5.811 11.093 C 6.002 11.219 6.449 11.324 7.152 11.45 L 9.833 11.87 C 11.217 12.08 12.281 12.542 12.984 13.257 C 13.707 13.95 14.069 14.875 14.069 16.009 C 14.069 17.438 13.431 18.594 12.175 19.476 C 10.962 20.358 9.365 20.8 7.386 20.8 Z M 21.604 0.755 L 21.604 8.634 C 22.008 7.899 22.562 7.332 23.285 6.954 C 24.009 6.533 24.86 6.344 25.797 6.344 C 27.457 6.344 28.755 6.827 29.692 7.773 C 30.65 8.697 31.118 10 31.118 11.66 L 31.118 20.505 L 25.52 20.505 L 25.52 13.005 C 25.52 12.185 25.35 11.576 25.031 11.156 C 24.711 10.735 24.243 10.546 23.605 10.546 C 22.966 10.546 22.476 10.778 22.115 11.24 C 21.774 11.681 21.604 12.332 21.604 13.194 L 21.604 20.505 L 16.006 20.505 L 16.006 0.755 Z M 40.675 6.323 C 43.059 6.323 44.974 6.975 46.4 8.277 C 47.826 9.58 48.529 11.345 48.529 13.551 C 48.529 15.757 47.826 17.522 46.4 18.825 C 44.974 20.127 43.059 20.779 40.675 20.779 C 38.291 20.779 36.375 20.127 34.949 18.825 C 33.523 17.522 32.821 15.757 32.821 13.551 C 32.821 11.345 33.523 9.58 34.949 8.277 C 36.375 6.975 38.291 6.323 40.675 6.323 Z M 40.675 10.168 C 39.93 10.168 39.355 10.462 38.972 11.03 C 38.61 11.597 38.419 12.458 38.419 13.572 C 38.419 14.685 38.61 15.547 38.972 16.114 C 39.355 16.682 39.93 16.976 40.675 16.976 C 41.42 16.976 41.973 16.682 42.356 16.114 C 42.739 15.547 42.931 14.685 42.931 13.572 C 42.931 12.458 42.739 11.597 42.356 11.03 C 41.994 10.441 41.42 10.168 40.675 10.168 Z M 60.108 20.8 C 59.192 20.8 58.362 20.611 57.617 20.211 C 56.894 19.791 56.34 19.266 56 18.572 L 56 25.254 L 50.402 25.254 L 50.402 6.638 L 55.936 6.638 L 55.936 8.55 C 56.276 7.878 56.83 7.332 57.575 6.932 C 58.341 6.512 59.192 6.323 60.086 6.323 C 61.938 6.323 63.407 6.996 64.535 8.34 C 65.642 9.664 66.216 11.408 66.216 13.572 C 66.216 15.736 65.663 17.48 64.535 18.825 C 63.428 20.148 61.938 20.8 60.108 20.8 Z M 58.235 10.168 C 57.511 10.168 56.936 10.441 56.51 10.967 C 56.106 11.513 55.915 12.248 55.915 13.215 L 55.915 13.908 C 55.915 14.875 56.106 15.631 56.51 16.156 C 56.936 16.702 57.511 16.955 58.235 16.955 C 59.001 16.955 59.575 16.66 59.98 16.093 C 60.406 15.505 60.618 14.665 60.618 13.551 C 60.618 12.437 60.406 11.597 59.98 11.03 C 59.597 10.462 59.001 10.168 58.235 10.168 Z M 73.687 5.147 L 68.047 5.147 L 68.047 0.755 L 73.687 0.755 Z M 73.666 20.484 L 68.068 20.484 L 68.068 6.638 L 73.666 6.638 Z M 88.395 21.955 C 89.203 21.955 89.8 21.745 90.204 21.304 C 90.63 20.884 90.843 20.274 90.843 19.455 L 90.843 17.585 C 90.48 18.299 89.927 18.867 89.203 19.308 C 88.48 19.728 87.65 19.917 86.734 19.917 C 84.861 19.917 83.35 19.287 82.222 18.047 C 81.115 16.787 80.541 15.148 80.541 13.11 C 80.541 11.072 81.094 9.433 82.222 8.214 C 83.35 6.954 84.861 6.344 86.734 6.344 C 87.65 6.344 88.48 6.554 89.225 6.954 C 89.991 7.374 90.544 7.92 90.906 8.613 L 90.906 6.659 L 96.441 6.659 L 96.441 18.594 C 96.441 20.842 95.738 22.565 94.355 23.762 C 92.971 24.981 90.992 25.59 88.438 25.59 C 86.267 25.59 84.5 25.17 83.116 24.308 C 81.775 23.468 80.966 22.312 80.711 20.821 L 86.224 20.821 C 86.352 21.22 86.607 21.493 86.968 21.682 C 87.31 21.85 87.777 21.955 88.395 21.955 Z M 88.523 16.156 C 89.267 16.156 89.863 15.904 90.268 15.4 C 90.694 14.896 90.906 14.202 90.906 13.299 L 90.906 12.837 C 90.906 11.975 90.694 11.303 90.246 10.82 C 89.821 10.315 89.246 10.063 88.523 10.063 C 87.756 10.063 87.16 10.315 86.734 10.84 C 86.33 11.366 86.139 12.101 86.139 13.068 C 86.139 14.034 86.33 14.812 86.734 15.337 C 87.16 15.904 87.756 16.156 88.523 16.156 Z M 106.146 6.323 C 108.53 6.323 110.446 6.975 111.871 8.277 C 113.297 9.58 114 11.345 114 13.551 C 114 15.757 113.297 17.522 111.871 18.825 C 110.446 20.127 108.53 20.779 106.146 20.779 C 103.762 20.779 101.846 20.127 100.42 18.825 C 98.995 17.522 98.292 15.757 98.292 13.551 C 98.292 11.345 98.995 9.58 100.42 8.277 C 101.846 6.975 103.741 6.323 106.146 6.323 Z M 106.146 10.168 C 105.401 10.168 104.826 10.462 104.444 11.03 C 104.081 11.597 103.89 12.458 103.89 13.572 C 103.89 14.685 104.081 15.547 104.444 16.114 C 104.826 16.682 105.401 16.976 106.146 16.976 C 106.891 16.976 107.444 16.682 107.828 16.114 C 108.211 15.547 108.402 14.685 108.402 13.572 C 108.402 12.458 108.211 11.597 107.828 11.03 C 107.444 10.441 106.891 10.168 106.146 10.168 Z M 20.838 30.254 L 17.39 30.254 L 17.39 32.103 L 20.838 32.103 Z M 14.665 30.254 L 11.345 30.254 L 11.345 32.103 L 14.665 32.103 Z M 8.642 30.254 L 5.364 30.254 L 5.364 32.103 L 8.642 32.103 Z M 23.988 34.457 L 2.341 34.457 L 2.341 27.859 L 23.988 27.859 Z M 7.109 45.319 L 19.114 45.319 L 19.114 43.975 L 7.109 43.975 Z M 7.109 42.105 L 19.114 42.105 L 19.114 40.76 L 7.109 40.76 Z M 7.109 38.89 L 19.114 38.89 L 19.114 37.566 L 7.109 37.566 Z M 17.879 47.336 C 20.795 48.24 23.945 49.437 25.861 50.257 L 22.327 51.833 C 20.625 50.95 17.602 49.71 14.622 48.723 L 16.836 47.336 L 9.195 47.336 L 11.579 48.387 C 9.259 49.858 5.683 51.139 2.831 51.917 C 2.299 51.265 1.107 50.131 0.426 49.584 C 3.108 49.101 6.109 48.24 8.046 47.336 L 3.831 47.336 L 3.831 35.57 L 22.54 35.57 L 22.54 47.336 Z M 37.908 41.411 C 36.929 41.684 35.971 41.999 34.949 42.294 L 34.949 51.833 L 31.969 51.833 L 31.969 43.176 C 30.501 43.596 29.117 44.038 27.861 44.353 L 27.074 41.327 C 28.436 41.033 30.096 40.592 31.969 40.088 L 31.969 34.961 L 30.139 34.961 C 29.82 36.264 29.5 37.419 29.117 38.386 C 28.628 37.986 27.414 37.272 26.819 36.915 C 27.67 34.793 28.117 31.452 28.372 28.279 L 31.075 28.742 C 30.969 29.813 30.841 30.864 30.671 31.935 L 31.948 31.935 L 31.948 26.788 L 34.928 26.788 L 34.928 31.935 L 37.205 31.935 L 37.205 34.982 L 34.928 34.982 L 34.928 39.289 L 37.439 38.596 Z M 42.327 30.885 L 52.637 30.885 C 52.637 30.885 52.594 31.956 52.573 32.335 C 52.041 44.29 51.551 48.66 50.508 50.005 C 49.891 50.908 49.274 51.202 48.38 51.391 C 47.614 51.517 46.464 51.517 45.293 51.475 C 45.23 50.572 44.889 49.248 44.4 48.366 C 45.421 48.471 46.336 48.471 46.847 48.471 C 47.273 48.471 47.55 48.366 47.869 47.967 C 48.55 47.105 49.04 43.47 49.487 33.847 L 49.359 33.847 C 48.018 40.613 45.187 47.567 40.781 51.139 C 40.143 50.53 39.015 49.753 38.121 49.29 C 42.505 46.202 45.251 40.109 46.613 33.847 L 45.315 33.847 C 44.102 38.218 41.803 43.029 39.036 45.592 C 38.44 44.983 37.397 44.269 36.546 43.806 C 39.249 41.726 41.377 37.755 42.59 33.868 L 41.186 33.868 C 40.377 35.717 39.419 37.377 38.355 38.659 C 37.823 38.154 36.546 37.272 35.886 36.873 C 38.057 34.541 39.547 30.717 40.377 26.767 L 43.335 27.313 C 43.062 28.517 42.705 29.721 42.327 30.885 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:11765771817,withExternalLayout:true,...addPropertyOverrides({ch3jW1oPg:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 84 38\"><path d=\"M 5.442 15.955 C 3.858 15.955 2.588 15.663 1.631 15.08 C 0.69 14.481 0.141 13.637 0 12.531 L 3.78 12.531 C 3.827 12.838 3.999 13.068 4.282 13.237 C 4.564 13.391 4.94 13.468 5.395 13.468 C 5.771 13.468 6.054 13.422 6.258 13.314 C 6.462 13.207 6.556 13.053 6.556 12.838 C 6.556 12.654 6.477 12.531 6.336 12.439 C 6.195 12.347 5.85 12.255 5.285 12.163 L 3.435 11.871 C 2.353 11.702 1.568 11.38 1.051 10.888 C 0.533 10.412 0.282 9.752 0.282 8.923 C 0.282 7.879 0.737 7.019 1.662 6.359 C 2.588 5.699 3.748 5.361 5.16 5.361 C 6.571 5.361 7.81 5.668 8.689 6.267 C 9.583 6.85 10.084 7.679 10.226 8.754 L 6.603 8.754 C 6.556 8.478 6.414 8.263 6.132 8.094 C 5.866 7.909 5.536 7.817 5.16 7.817 C 4.83 7.817 4.58 7.879 4.376 7.986 C 4.172 8.109 4.078 8.263 4.078 8.462 C 4.078 8.631 4.14 8.769 4.282 8.861 C 4.423 8.954 4.752 9.03 5.27 9.122 L 7.246 9.43 C 8.265 9.583 9.049 9.921 9.567 10.443 C 10.1 10.95 10.367 11.625 10.367 12.454 C 10.367 13.498 9.896 14.343 8.971 14.988 C 8.077 15.633 6.901 15.955 5.442 15.955 Z M 15.919 1.307 L 15.919 7.065 C 16.217 6.528 16.624 6.113 17.158 5.837 C 17.691 5.53 18.318 5.391 19.008 5.391 C 20.232 5.391 21.188 5.745 21.878 6.436 C 22.584 7.111 22.929 8.063 22.929 9.276 L 22.929 15.74 L 18.804 15.74 L 18.804 10.259 C 18.804 9.66 18.679 9.215 18.444 8.908 C 18.208 8.6 17.863 8.462 17.393 8.462 C 16.922 8.462 16.562 8.631 16.295 8.969 C 16.044 9.291 15.919 9.767 15.919 10.397 L 15.919 15.74 L 11.794 15.74 L 11.794 1.307 Z M 29.971 5.376 C 31.727 5.376 33.139 5.852 34.19 6.804 C 35.241 7.756 35.758 9.046 35.758 10.658 C 35.758 12.27 35.241 13.56 34.19 14.512 C 33.139 15.464 31.727 15.94 29.971 15.94 C 28.214 15.94 26.803 15.464 25.752 14.512 C 24.701 13.56 24.184 12.27 24.184 10.658 C 24.184 9.046 24.701 7.756 25.752 6.804 C 26.803 5.852 28.214 5.376 29.971 5.376 Z M 29.971 8.186 C 29.422 8.186 28.998 8.401 28.716 8.815 C 28.45 9.23 28.308 9.86 28.308 10.673 C 28.308 11.487 28.45 12.117 28.716 12.531 C 28.998 12.946 29.422 13.161 29.971 13.161 C 30.52 13.161 30.928 12.946 31.21 12.531 C 31.492 12.117 31.633 11.487 31.633 10.673 C 31.633 9.86 31.492 9.23 31.21 8.815 C 30.943 8.385 30.52 8.186 29.971 8.186 Z M 44.29 15.955 C 43.615 15.955 43.004 15.817 42.455 15.525 C 41.922 15.218 41.514 14.834 41.263 14.328 L 41.263 19.21 L 37.138 19.21 L 37.138 5.606 L 41.216 5.606 L 41.216 7.004 C 41.467 6.512 41.875 6.113 42.423 5.821 C 42.988 5.514 43.615 5.376 44.274 5.376 C 45.639 5.376 46.721 5.867 47.552 6.85 C 48.367 7.817 48.791 9.092 48.791 10.673 C 48.791 12.255 48.383 13.529 47.552 14.512 C 46.736 15.479 45.639 15.955 44.29 15.955 Z M 42.91 8.186 C 42.376 8.186 41.953 8.385 41.639 8.769 C 41.341 9.169 41.2 9.706 41.2 10.412 L 41.2 10.919 C 41.2 11.625 41.341 12.178 41.639 12.562 C 41.953 12.961 42.376 13.145 42.91 13.145 C 43.474 13.145 43.898 12.93 44.196 12.516 C 44.509 12.086 44.666 11.472 44.666 10.658 C 44.666 9.844 44.509 9.23 44.196 8.815 C 43.913 8.401 43.474 8.186 42.91 8.186 Z M 54.296 4.516 L 50.14 4.516 L 50.14 1.307 L 54.296 1.307 Z M 54.28 15.725 L 50.155 15.725 L 50.155 5.606 L 54.28 5.606 Z M 65.133 16.8 C 65.729 16.8 66.168 16.646 66.466 16.324 C 66.78 16.016 66.937 15.571 66.937 14.972 L 66.937 13.606 C 66.67 14.128 66.262 14.542 65.729 14.865 C 65.196 15.172 64.584 15.31 63.91 15.31 C 62.529 15.31 61.416 14.85 60.585 13.944 C 59.769 13.022 59.346 11.825 59.346 10.335 C 59.346 8.846 59.754 7.649 60.585 6.758 C 61.416 5.837 62.529 5.391 63.91 5.391 C 64.584 5.391 65.196 5.545 65.744 5.837 C 66.309 6.144 66.717 6.543 66.984 7.05 L 66.984 5.622 L 71.061 5.622 L 71.061 14.343 C 71.061 15.986 70.544 17.245 69.524 18.12 C 68.505 19.011 67.046 19.456 65.165 19.456 C 63.565 19.456 62.263 19.149 61.243 18.519 C 60.255 17.905 59.659 17.061 59.471 15.97 L 63.533 15.97 C 63.627 16.262 63.816 16.462 64.082 16.6 C 64.333 16.723 64.678 16.8 65.133 16.8 Z M 65.227 12.562 C 65.776 12.562 66.215 12.378 66.513 12.009 C 66.827 11.641 66.984 11.134 66.984 10.474 L 66.984 10.136 C 66.984 9.506 66.827 9.015 66.497 8.662 C 66.184 8.293 65.76 8.109 65.227 8.109 C 64.662 8.109 64.223 8.293 63.91 8.677 C 63.612 9.061 63.471 9.598 63.471 10.305 C 63.471 11.011 63.612 11.579 63.91 11.963 C 64.223 12.378 64.662 12.562 65.227 12.562 Z M 78.213 5.376 C 79.969 5.376 81.381 5.852 82.432 6.804 C 83.482 7.756 84 9.046 84 10.658 C 84 12.27 83.482 13.56 82.432 14.512 C 81.381 15.464 79.969 15.94 78.213 15.94 C 76.456 15.94 75.045 15.464 73.994 14.512 C 72.943 13.56 72.426 12.27 72.426 10.658 C 72.426 9.046 72.943 7.756 73.994 6.804 C 75.045 5.852 76.441 5.376 78.213 5.376 Z M 78.213 8.186 C 77.664 8.186 77.241 8.401 76.958 8.815 C 76.691 9.23 76.55 9.86 76.55 10.673 C 76.55 11.487 76.691 12.117 76.958 12.531 C 77.241 12.946 77.664 13.161 78.213 13.161 C 78.762 13.161 79.169 12.946 79.452 12.531 C 79.734 12.117 79.875 11.487 79.875 10.673 C 79.875 9.86 79.734 9.23 79.452 8.815 C 79.169 8.385 78.762 8.186 78.213 8.186 Z M 15.354 22.864 L 12.813 22.864 L 12.813 24.216 L 15.354 24.216 Z M 10.806 22.864 L 8.359 22.864 L 8.359 24.216 L 10.806 24.216 Z M 6.367 22.864 L 3.952 22.864 L 3.952 24.216 L 6.367 24.216 Z M 17.675 25.935 L 1.725 25.935 L 1.725 21.114 L 17.675 21.114 Z M 5.238 33.873 L 14.084 33.873 L 14.084 32.891 L 5.238 32.891 Z M 5.238 31.524 L 14.084 31.524 L 14.084 30.541 L 5.238 30.541 Z M 5.238 29.175 L 14.084 29.175 L 14.084 28.208 L 5.238 28.208 Z M 13.174 35.347 C 15.323 36.007 17.644 36.883 19.055 37.481 L 16.452 38.633 C 15.197 37.988 12.97 37.082 10.774 36.361 L 12.406 35.347 L 6.775 35.347 L 8.532 36.115 C 6.822 37.19 4.187 38.126 2.086 38.694 C 1.694 38.218 0.816 37.389 0.314 36.99 C 2.29 36.637 4.501 36.007 5.928 35.347 L 2.823 35.347 L 2.823 26.749 L 16.609 26.749 L 16.609 35.347 Z M 27.932 31.017 C 27.211 31.217 26.505 31.447 25.752 31.662 L 25.752 38.633 L 23.556 38.633 L 23.556 32.307 C 22.474 32.614 21.455 32.937 20.529 33.167 L 19.949 30.956 C 20.953 30.741 22.176 30.419 23.556 30.05 L 23.556 26.304 L 22.208 26.304 C 21.972 27.256 21.737 28.1 21.455 28.806 C 21.094 28.515 20.2 27.993 19.761 27.732 C 20.388 26.181 20.718 23.74 20.906 21.421 L 22.898 21.759 C 22.819 22.542 22.725 23.31 22.6 24.093 L 23.541 24.093 L 23.541 20.331 L 25.736 20.331 L 25.736 24.093 L 27.414 24.093 L 27.414 26.319 L 25.736 26.319 L 25.736 29.467 L 27.587 28.96 Z M 31.189 23.325 L 38.785 23.325 C 38.785 23.325 38.754 24.108 38.738 24.384 C 38.346 33.121 37.985 36.314 37.217 37.297 C 36.762 37.957 36.307 38.172 35.648 38.311 C 35.084 38.403 34.237 38.403 33.374 38.372 C 33.327 37.712 33.076 36.744 32.715 36.1 C 33.468 36.176 34.143 36.176 34.519 36.176 C 34.833 36.176 35.037 36.1 35.272 35.808 C 35.774 35.178 36.134 32.522 36.464 25.49 L 36.37 25.49 C 35.382 30.434 33.296 35.516 30.049 38.126 C 29.579 37.681 28.748 37.113 28.089 36.775 C 31.32 34.518 33.343 30.065 34.347 25.49 L 33.39 25.49 C 32.496 28.684 30.802 32.2 28.763 34.073 C 28.324 33.628 27.556 33.106 26.928 32.768 C 28.92 31.248 30.488 28.346 31.382 25.505 L 30.347 25.505 C 29.751 26.856 29.046 28.069 28.261 29.006 C 27.869 28.637 26.928 27.993 26.442 27.701 C 28.042 25.997 29.14 23.202 29.751 20.316 L 31.931 20.715 C 31.73 21.595 31.467 22.475 31.189 23.325 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:9943188310},kg9Xf93sg:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 102 46\"><path d=\"M 6.608 19.155 C 4.685 19.155 3.142 18.802 1.981 18.096 C 0.838 17.371 0.171 16.348 0 15.01 L 4.59 15.01 C 4.647 15.382 4.856 15.661 5.199 15.865 C 5.542 16.051 5.999 16.144 6.551 16.144 C 7.008 16.144 7.351 16.088 7.599 15.958 C 7.846 15.828 7.96 15.642 7.96 15.382 C 7.96 15.159 7.865 15.01 7.694 14.899 C 7.522 14.787 7.103 14.676 6.418 14.564 L 4.171 14.211 C 2.857 14.007 1.904 13.616 1.276 13.021 C 0.647 12.445 0.343 11.646 0.343 10.642 C 0.343 9.378 0.895 8.338 2.019 7.538 C 3.142 6.739 4.552 6.33 6.265 6.33 C 7.979 6.33 9.484 6.702 10.55 7.427 C 11.636 8.133 12.245 9.137 12.417 10.438 L 8.018 10.438 C 7.96 10.103 7.789 9.843 7.446 9.639 C 7.122 9.416 6.723 9.304 6.265 9.304 C 5.866 9.304 5.561 9.378 5.313 9.509 C 5.066 9.657 4.951 9.843 4.951 10.085 C 4.951 10.289 5.028 10.456 5.199 10.568 C 5.37 10.68 5.77 10.772 6.399 10.884 L 8.798 11.256 C 10.036 11.442 10.988 11.851 11.617 12.482 C 12.264 13.096 12.588 13.914 12.588 14.917 C 12.588 16.181 12.017 17.203 10.893 17.984 C 9.808 18.765 8.379 19.155 6.608 19.155 Z M 19.33 1.423 L 19.33 8.393 C 19.692 7.743 20.187 7.241 20.834 6.906 C 21.482 6.535 22.243 6.367 23.081 6.367 C 24.567 6.367 25.729 6.795 26.566 7.631 C 27.423 8.449 27.842 9.602 27.842 11.07 L 27.842 18.895 L 22.834 18.895 L 22.834 12.259 C 22.834 11.535 22.681 10.996 22.396 10.624 C 22.11 10.252 21.691 10.085 21.12 10.085 C 20.549 10.085 20.111 10.289 19.787 10.698 C 19.482 11.088 19.33 11.665 19.33 12.427 L 19.33 18.895 L 14.321 18.895 L 14.321 1.423 Z M 36.393 6.349 C 38.526 6.349 40.24 6.925 41.516 8.077 C 42.792 9.23 43.42 10.791 43.42 12.743 C 43.42 14.694 42.792 16.255 41.516 17.408 C 40.24 18.56 38.526 19.136 36.393 19.136 C 34.26 19.136 32.546 18.56 31.27 17.408 C 29.994 16.255 29.366 14.694 29.366 12.743 C 29.366 10.791 29.994 9.23 31.27 8.077 C 32.546 6.925 34.26 6.349 36.393 6.349 Z M 36.393 9.75 C 35.727 9.75 35.212 10.01 34.87 10.512 C 34.546 11.014 34.375 11.776 34.375 12.761 C 34.375 13.746 34.546 14.508 34.87 15.01 C 35.212 15.512 35.727 15.772 36.393 15.772 C 37.06 15.772 37.555 15.512 37.898 15.01 C 38.24 14.508 38.412 13.746 38.412 12.761 C 38.412 11.776 38.24 11.014 37.898 10.512 C 37.574 9.992 37.06 9.75 36.393 9.75 Z M 53.78 19.155 C 52.962 19.155 52.219 18.988 51.552 18.635 C 50.905 18.263 50.41 17.798 50.105 17.185 L 50.105 23.095 L 45.096 23.095 L 45.096 6.628 L 50.048 6.628 L 50.048 8.319 C 50.353 7.724 50.848 7.241 51.514 6.888 C 52.2 6.516 52.962 6.349 53.761 6.349 C 55.418 6.349 56.732 6.944 57.742 8.133 C 58.732 9.304 59.246 10.847 59.246 12.761 C 59.246 14.676 58.751 16.218 57.742 17.408 C 56.751 18.579 55.418 19.155 53.78 19.155 Z M 52.105 9.75 C 51.457 9.75 50.943 9.992 50.562 10.456 C 50.2 10.94 50.029 11.59 50.029 12.445 L 50.029 13.059 C 50.029 13.914 50.2 14.583 50.562 15.047 C 50.943 15.531 51.457 15.754 52.105 15.754 C 52.79 15.754 53.304 15.493 53.666 14.992 C 54.047 14.471 54.238 13.728 54.238 12.743 C 54.238 11.758 54.047 11.014 53.666 10.512 C 53.323 10.01 52.79 9.75 52.105 9.75 Z M 65.931 5.308 L 60.884 5.308 L 60.884 1.423 L 65.931 1.423 Z M 65.911 18.876 L 60.903 18.876 L 60.903 6.628 L 65.911 6.628 Z M 79.09 20.177 C 79.813 20.177 80.347 19.991 80.709 19.601 C 81.09 19.229 81.28 18.69 81.28 17.965 L 81.28 16.311 C 80.956 16.943 80.461 17.445 79.813 17.835 C 79.166 18.207 78.424 18.374 77.604 18.374 C 75.929 18.374 74.577 17.817 73.567 16.72 C 72.577 15.605 72.063 14.155 72.063 12.352 C 72.063 10.549 72.558 9.1 73.567 8.022 C 74.577 6.906 75.929 6.367 77.604 6.367 C 78.424 6.367 79.166 6.553 79.833 6.906 C 80.518 7.278 81.013 7.761 81.337 8.375 L 81.337 6.646 L 86.289 6.646 L 86.289 17.203 C 86.289 19.192 85.66 20.716 84.423 21.776 C 83.185 22.854 81.414 23.393 79.128 23.393 C 77.186 23.393 75.605 23.021 74.367 22.259 C 73.167 21.515 72.444 20.493 72.215 19.174 L 77.148 19.174 C 77.262 19.527 77.49 19.768 77.814 19.936 C 78.119 20.084 78.538 20.177 79.09 20.177 Z M 79.205 15.047 C 79.871 15.047 80.404 14.824 80.766 14.378 C 81.147 13.932 81.337 13.319 81.337 12.52 L 81.337 12.111 C 81.337 11.349 81.147 10.754 80.747 10.326 C 80.366 9.88 79.852 9.657 79.205 9.657 C 78.519 9.657 77.985 9.88 77.604 10.345 C 77.243 10.81 77.072 11.46 77.072 12.315 C 77.072 13.17 77.243 13.858 77.604 14.323 C 77.985 14.824 78.519 15.047 79.205 15.047 Z M 94.973 6.349 C 97.106 6.349 98.82 6.925 100.095 8.077 C 101.371 9.23 102 10.791 102 12.743 C 102 14.694 101.371 16.255 100.095 17.408 C 98.82 18.56 97.106 19.136 94.973 19.136 C 92.84 19.136 91.126 18.56 89.85 17.408 C 88.574 16.255 87.945 14.694 87.945 12.743 C 87.945 10.791 88.574 9.23 89.85 8.077 C 91.126 6.925 92.821 6.349 94.973 6.349 Z M 94.973 9.75 C 94.306 9.75 93.792 10.01 93.45 10.512 C 93.125 11.014 92.954 11.776 92.954 12.761 C 92.954 13.746 93.125 14.508 93.45 15.01 C 93.792 15.512 94.306 15.772 94.973 15.772 C 95.639 15.772 96.134 15.512 96.478 15.01 C 96.82 14.508 96.991 13.746 96.991 12.761 C 96.991 11.776 96.82 11.014 96.478 10.512 C 96.134 9.992 95.639 9.75 94.973 9.75 Z M 18.644 27.519 L 15.559 27.519 L 15.559 29.155 L 18.644 29.155 Z M 13.121 27.519 L 10.151 27.519 L 10.151 29.155 L 13.121 29.155 Z M 7.732 27.519 L 4.799 27.519 L 4.799 29.155 L 7.732 29.155 Z M 21.463 31.236 L 2.095 31.236 L 2.095 25.4 L 21.463 25.4 Z M 6.361 40.845 L 17.102 40.845 L 17.102 39.656 L 6.361 39.656 Z M 6.361 38.002 L 17.102 38.002 L 17.102 36.812 L 6.361 36.812 Z M 6.361 35.158 L 17.102 35.158 L 17.102 33.987 L 6.361 33.987 Z M 15.997 42.63 C 18.606 43.429 21.425 44.488 23.139 45.213 L 19.977 46.607 C 18.454 45.827 15.749 44.73 13.083 43.856 L 15.064 42.63 L 8.227 42.63 L 10.36 43.559 C 8.284 44.86 5.085 45.994 2.533 46.682 C 2.057 46.105 0.99 45.102 0.381 44.618 C 2.78 44.191 5.466 43.429 7.199 42.63 L 3.428 42.63 L 3.428 32.221 L 20.168 32.221 L 20.168 42.63 Z M 33.918 37.388 C 33.041 37.63 32.185 37.909 31.27 38.169 L 31.27 46.607 L 28.604 46.607 L 28.604 38.95 C 27.29 39.321 26.052 39.712 24.929 39.99 L 24.224 37.314 C 25.443 37.054 26.928 36.663 28.604 36.217 L 28.604 31.682 L 26.966 31.682 C 26.681 32.835 26.395 33.857 26.052 34.712 C 25.614 34.359 24.529 33.727 23.996 33.411 C 24.757 31.534 25.157 28.578 25.386 25.772 L 27.804 26.181 C 27.709 27.129 27.595 28.058 27.442 29.006 L 28.585 29.006 L 28.585 24.452 L 31.251 24.452 L 31.251 29.006 L 33.289 29.006 L 33.289 31.701 L 31.251 31.701 L 31.251 35.511 L 33.498 34.898 Z M 37.872 28.077 L 47.096 28.077 C 47.096 28.077 47.058 29.024 47.039 29.359 C 46.563 39.935 46.125 43.801 45.192 44.99 C 44.639 45.789 44.087 46.05 43.287 46.217 C 42.602 46.328 41.573 46.328 40.526 46.291 C 40.469 45.492 40.164 44.321 39.726 43.54 C 40.64 43.633 41.459 43.633 41.916 43.633 C 42.297 43.633 42.544 43.54 42.83 43.187 C 43.44 42.425 43.878 39.21 44.277 30.697 L 44.163 30.697 C 42.963 36.682 40.431 42.834 36.488 45.994 C 35.917 45.455 34.908 44.767 34.108 44.358 C 38.031 41.626 40.488 36.236 41.707 30.697 L 40.545 30.697 C 39.459 34.563 37.403 38.82 34.927 41.087 C 34.394 40.548 33.46 39.916 32.699 39.507 C 35.117 37.667 37.022 34.154 38.107 30.716 L 36.85 30.716 C 36.127 32.351 35.27 33.82 34.317 34.954 C 33.841 34.507 32.699 33.727 32.108 33.374 C 34.051 31.311 35.384 27.928 36.127 24.434 L 38.774 24.917 C 38.529 25.982 38.21 27.047 37.872 28.077 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:9791078442}},baseVariant,gestureVariant)}),isDisplayed9()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-z52typ\",\"data-framer-name\":\"Flamm\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"e0RLlYxtx\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 113 68\"><path d=\"M 22.18 20.53 C 21.397 20.725 21.18 21.919 21.127 22.895 C 21.052 24.475 21.013 25.763 21.013 26.721 C 21.032 27.169 21.041 27.628 21.047 28.09 C 21.655 26.79 22.224 25.525 22.687 24.227 L 23.15 22.895 C 23.293 22.618 23.375 22.313 23.39 22.002 C 23.405 21.69 23.354 21.379 23.239 21.09 C 23.115 20.924 22.955 20.788 22.772 20.691 C 22.589 20.595 22.387 20.539 22.18 20.53 Z M 41.326 34.284 C 40.533 34.293 39.746 34.428 38.995 34.684 C 37.75 35.287 36.665 36.175 35.827 37.276 C 35.197 38.278 34.827 39.422 34.751 40.604 C 34.674 41.786 34.892 42.968 35.387 44.044 C 35.745 44.935 36.327 45.717 37.079 46.315 C 37.83 46.913 38.723 47.305 39.672 47.454 C 40.211 47.59 40.764 47.66 41.32 47.663 C 42.101 47.685 42.877 47.528 43.588 47.203 C 44.299 46.878 44.926 46.394 45.42 45.789 C 45.737 45.374 45.983 44.91 46.148 44.416 L 46.248 44.175 L 46.248 37.035 L 46.175 36.915 C 45.647 36.11 44.927 35.448 44.081 34.989 C 43.235 34.53 42.289 34.288 41.326 34.284 Z M 47.857 50.513 C 47.602 50.499 47.357 50.407 47.157 50.248 C 46.957 50.089 46.812 49.871 46.741 49.626 C 46.678 49.232 46.651 48.834 46.661 48.436 C 45.767 49.314 44.629 49.902 43.395 50.122 C 42.6 50.258 41.794 50.328 40.987 50.332 C 39.349 50.42 37.72 50.033 36.297 49.217 C 34.873 48.4 33.716 47.19 32.965 45.732 C 32.141 47.069 31.001 48.183 29.644 48.976 C 28.288 49.768 26.758 50.215 25.188 50.277 C 23.965 50.277 22.765 49.945 21.717 49.316 C 20.668 48.686 19.811 47.784 19.236 46.705 C 18.384 44.791 18.344 41.505 18.311 38.863 C 18.302 38.126 18.292 37.448 18.267 36.882 C 18.267 32.421 18.295 27.546 18.499 22.04 C 18.499 19.46 20.14 17.505 22.317 17.505 C 22.9 17.524 23.473 17.66 24.002 17.906 C 24.531 18.151 25.005 18.501 25.396 18.935 C 27.861 21.441 25.296 26.326 23.243 30.249 C 22.413 31.601 21.779 33.064 21.358 34.595 C 21.394 35.461 21.38 36.689 21.367 37.989 C 21.333 40.867 21.295 44.452 21.812 45.255 C 22.18 45.87 22.697 46.383 23.315 46.746 C 23.933 47.109 24.632 47.311 25.349 47.334 C 28.629 47.334 31.804 43.447 32.005 40.386 L 32.011 40.328 L 32.034 40.276 C 32.411 36.136 35.481 31.603 41.283 31.603 L 41.459 31.603 C 41.596 31.591 41.764 31.582 41.934 31.582 C 43.524 31.621 45.055 32.187 46.289 33.19 L 46.289 32.921 C 46.281 32.645 46.295 32.368 46.331 32.095 C 46.43 31.767 46.628 31.477 46.898 31.266 C 47.168 31.055 47.497 30.933 47.839 30.916 C 48.057 30.916 48.271 30.97 48.463 31.073 C 48.655 31.176 48.819 31.325 48.939 31.507 L 49.065 31.715 L 49.122 31.859 C 49.178 32.008 49.223 32.162 49.256 32.318 C 49.237 33.354 49.201 34.266 49.167 35.149 C 49.061 37.93 48.967 40.331 49.109 43.216 L 49.126 43.553 C 49.244 46 49.321 47.616 49.274 48.63 C 49.217 49.869 48.52 50.518 47.859 50.518 Z M 105.412 50.349 C 103.997 50.345 102.636 49.805 101.604 48.836 C 100.944 48.17 100.524 47.304 100.412 46.374 L 100.368 42.911 C 100.368 42.627 100.478 41.337 100.722 38.73 C 100.802 37.781 100.714 36.826 100.461 35.909 C 100.274 35.445 99.95 35.049 99.531 34.775 C 99.113 34.501 98.621 34.362 98.121 34.376 C 97.471 34.345 96.833 34.559 96.333 34.975 C 95.833 35.392 95.508 35.981 95.421 36.626 C 95.035 37.976 94.776 39.36 94.648 40.759 C 94.569 41.859 94.53 42.978 94.53 44.072 C 94.53 44.636 94.537 45.184 94.541 45.699 C 94.594 46.78 94.562 47.865 94.446 48.942 C 94.399 49.306 94.223 49.642 93.951 49.888 C 93.678 50.135 93.327 50.276 92.96 50.287 C 92.753 50.283 92.549 50.237 92.361 50.151 C 92.173 50.065 92.004 49.941 91.866 49.788 C 91.727 49.634 91.622 49.454 91.556 49.257 C 91.49 49.061 91.465 48.854 91.483 48.648 C 91.797 45.212 91.732 41.751 91.289 38.33 C 91.206 37.353 90.932 36.401 90.483 35.53 C 89.902 34.716 89.329 34.303 88.776 34.303 C 88.208 34.306 87.651 34.456 87.158 34.738 C 86.666 35.02 86.254 35.424 85.963 35.912 C 85.535 36.843 85.306 37.854 85.29 38.879 C 85.29 38.906 85.281 39.112 85.264 39.456 C 85.193 41.045 84.977 45.88 84.977 48.962 C 84.986 49.145 84.957 49.329 84.891 49.501 C 84.825 49.673 84.724 49.829 84.595 49.96 C 84.465 50.091 84.31 50.193 84.138 50.26 C 83.967 50.328 83.784 50.359 83.6 50.352 C 83.387 50.354 83.177 50.314 82.98 50.233 C 82.783 50.152 82.605 50.032 82.457 49.881 C 82.308 49.729 82.191 49.549 82.114 49.351 C 82.037 49.153 82 48.941 82.007 48.729 L 82.007 48.258 C 81.488 48.767 80.898 49.2 80.257 49.544 C 79.31 50.062 78.25 50.34 77.17 50.354 C 75.755 50.351 74.394 49.81 73.363 48.841 C 72.701 48.177 72.28 47.31 72.17 46.379 L 72.126 42.916 C 72.126 42.627 72.242 41.26 72.478 38.734 C 72.559 37.786 72.471 36.832 72.218 35.916 C 72.032 35.451 71.708 35.055 71.29 34.78 C 70.872 34.506 70.379 34.366 69.879 34.381 C 69.229 34.35 68.591 34.564 68.091 34.98 C 67.591 35.397 67.266 35.986 67.179 36.631 C 66.794 37.982 66.536 39.365 66.406 40.764 C 66.328 41.864 66.29 42.983 66.29 44.077 C 66.29 44.639 66.295 45.185 66.301 45.7 C 66.353 46.783 66.319 47.868 66.201 48.946 C 66.154 49.31 65.979 49.645 65.707 49.892 C 65.435 50.138 65.084 50.28 64.717 50.291 C 64.51 50.287 64.306 50.241 64.118 50.155 C 63.93 50.069 63.761 49.945 63.623 49.792 C 63.484 49.638 63.379 49.458 63.313 49.261 C 63.247 49.065 63.222 48.858 63.24 48.652 C 63.554 45.216 63.489 41.756 63.048 38.334 C 62.961 37.357 62.687 36.407 62.241 35.534 C 61.661 34.72 61.087 34.307 60.536 34.307 C 59.968 34.31 59.41 34.46 58.917 34.742 C 58.424 35.023 58.012 35.428 57.721 35.916 C 57.293 36.847 57.064 37.858 57.047 38.883 C 57.047 38.91 57.039 39.116 57.023 39.46 C 56.952 41.049 56.735 45.884 56.735 48.966 C 56.744 49.149 56.715 49.333 56.649 49.505 C 56.583 49.677 56.482 49.833 56.353 49.964 C 56.223 50.095 56.068 50.197 55.896 50.264 C 55.725 50.332 55.542 50.363 55.358 50.356 C 55.146 50.358 54.935 50.318 54.739 50.237 C 54.543 50.156 54.365 50.036 54.216 49.884 C 54.068 49.732 53.951 49.552 53.874 49.354 C 53.797 49.156 53.761 48.945 53.768 48.733 L 53.688 32.833 C 53.672 32.627 53.699 32.42 53.767 32.225 C 53.834 32.03 53.942 31.851 54.082 31.7 C 54.222 31.548 54.392 31.427 54.581 31.344 C 54.77 31.261 54.974 31.218 55.18 31.218 C 55.56 31.221 55.925 31.369 56.2 31.633 C 56.474 31.897 56.637 32.256 56.655 32.636 C 56.665 32.725 56.674 32.811 56.683 32.895 C 57.631 32.005 58.883 31.511 60.183 31.513 C 61.483 31.515 62.733 32.014 63.678 32.908 C 64.205 33.371 64.607 33.961 64.845 34.622 C 64.938 34.447 65.045 34.261 65.168 34.063 C 65.705 33.276 66.432 32.637 67.281 32.205 C 68.13 31.772 69.075 31.561 70.027 31.59 C 71.406 31.548 72.745 32.054 73.753 32.996 C 74.754 34.115 75.315 35.56 75.331 37.062 C 75.385 37.724 75.399 38.388 75.372 39.052 L 75.097 42.552 C 75.097 44.023 75.125 45.311 75.176 46.152 L 75.238 46.307 C 75.307 46.677 75.511 47.008 75.811 47.235 C 76.11 47.463 76.484 47.571 76.859 47.538 C 77.428 47.519 77.988 47.392 78.509 47.164 C 79.424 46.878 80.238 46.337 80.855 45.603 C 81.472 44.87 81.866 43.975 81.991 43.025 L 81.935 32.833 C 81.919 32.627 81.946 32.42 82.014 32.225 C 82.081 32.03 82.189 31.851 82.329 31.7 C 82.469 31.548 82.639 31.427 82.828 31.344 C 83.017 31.261 83.221 31.218 83.427 31.218 C 83.807 31.221 84.172 31.369 84.447 31.633 C 84.721 31.897 84.884 32.256 84.902 32.636 C 84.911 32.727 84.921 32.812 84.93 32.895 C 85.878 32.005 87.13 31.511 88.43 31.513 C 89.729 31.516 90.979 32.015 91.924 32.908 C 92.451 33.371 92.852 33.96 93.091 34.621 C 93.184 34.447 93.291 34.261 93.415 34.063 C 93.952 33.276 94.678 32.637 95.527 32.205 C 96.376 31.773 97.32 31.561 98.272 31.59 C 99.651 31.548 100.99 32.053 101.998 32.996 C 103 34.114 103.56 35.56 103.574 37.062 C 103.628 37.723 103.642 38.388 103.616 39.052 L 103.342 42.552 C 103.342 44.024 103.369 45.311 103.42 46.152 L 103.483 46.307 C 103.552 46.676 103.756 47.008 104.055 47.235 C 104.355 47.463 104.728 47.571 105.103 47.538 C 105.671 47.519 106.231 47.392 106.752 47.164 C 107.674 46.877 108.493 46.33 109.112 45.589 C 109.731 44.848 110.124 43.944 110.242 42.986 C 110.58 41.734 111.054 41.478 111.393 41.478 C 111.732 41.478 112.16 41.707 112.415 42.804 C 112.469 44.182 112.131 45.548 111.438 46.742 C 110.746 47.935 109.729 48.907 108.505 49.545 C 107.557 50.062 106.497 50.34 105.417 50.355 Z M 8.862 22.96 C 8.787 24.604 8.752 25.85 8.752 26.768 C 8.771 27.204 8.779 27.653 8.784 28.1 C 9.367 26.806 9.91 25.553 10.352 24.263 L 10.801 22.928 C 10.942 22.643 11.022 22.333 11.035 22.016 C 11.048 21.699 10.995 21.383 10.878 21.088 C 10.761 20.93 10.611 20.799 10.438 20.705 C 10.266 20.612 10.075 20.557 9.88 20.544 C 9.123 20.787 8.907 21.985 8.862 22.96 Z M 7.427 67.667 C 7.119 67.669 6.822 67.555 6.594 67.349 C 6.365 67.143 6.223 66.858 6.194 66.552 C 6.088 65.874 6.039 55.969 6.049 46.91 C 5.892 46.857 5.728 46.829 5.563 46.826 C 5.401 46.828 5.242 46.866 5.095 46.936 C 4.949 47.006 4.82 47.106 4.716 47.231 L 4.716 47.239 L 4.629 47.399 C 3.979 48.075 3.494 48.375 3.055 48.375 C 2.881 48.361 2.711 48.312 2.557 48.229 C 2.403 48.146 2.268 48.033 2.161 47.895 C 2.022 47.744 1.918 47.564 1.855 47.369 C 1.793 47.173 1.774 46.966 1.8 46.763 C 2.109 45.112 4.006 44.021 5.584 44.021 C 5.74 44.02 5.895 44.031 6.049 44.053 C 6.049 41.742 6.063 39.423 6.076 37.187 C 5.724 37.654 5.343 38.098 4.934 38.517 C 4.403 38.987 3.709 39.231 3 39.195 C 2.505 39.214 2.013 39.123 1.557 38.93 C 1.102 38.736 0.695 38.445 0.365 38.076 C 0.187 37.838 0.069 37.562 0.02 37.269 C -0.028 36.977 -0.005 36.677 0.087 36.395 C 0.2 36.105 0.393 35.854 0.645 35.671 C 0.897 35.489 1.196 35.383 1.507 35.367 C 1.8 35.371 2.084 35.467 2.319 35.642 C 2.554 35.816 2.729 36.06 2.818 36.339 C 2.866 36.367 2.919 36.386 2.975 36.393 C 3.477 35.91 3.925 35.374 4.309 34.793 C 4.436 34.618 4.556 34.445 4.68 34.279 L 6.115 32.285 C 6.159 27.515 6.224 23.985 6.301 22.066 C 6.301 19.473 7.893 17.508 10.001 17.508 C 10.573 17.528 11.135 17.667 11.652 17.915 C 12.168 18.164 12.627 18.516 13 18.951 C 15.383 21.465 12.905 26.37 10.917 30.312 C 10.109 31.676 9.493 33.146 9.086 34.679 L 8.826 35.451 C 8.784 36.88 8.761 41.615 8.745 45.158 C 9.123 45.344 9.522 45.484 9.933 45.574 C 10.051 45.606 10.172 45.623 10.294 45.623 C 10.632 45.614 10.963 45.522 11.257 45.357 L 11.402 45.284 C 11.534 45.224 11.657 45.145 11.766 45.05 C 11.904 44.897 12.071 44.774 12.258 44.688 C 12.445 44.602 12.647 44.555 12.853 44.55 C 13.088 44.552 13.317 44.616 13.519 44.736 C 13.721 44.856 13.887 45.027 14 45.233 C 14.134 45.474 14.202 45.747 14.197 46.024 C 14.191 46.3 14.113 46.57 13.97 46.807 C 13.507 47.302 12.943 47.692 12.316 47.951 C 11.689 48.21 11.014 48.331 10.336 48.307 C 9.796 48.307 9.258 48.237 8.736 48.098 L 8.719 53.344 C 8.697 60.214 8.679 66.144 8.64 66.608 C 8.609 66.905 8.466 67.179 8.241 67.375 C 8.016 67.571 7.725 67.676 7.427 67.667 Z M 49.582 27.568 C 48.107 26.765 46.836 25.635 45.866 24.264 C 44.896 22.893 44.254 21.319 43.988 19.661 C 43.482 15.94 45.067 12.28 47.064 9.241 C 48.782 6.626 51.55 4.069 50.622 0.58 C 54.583 1.863 56.822 6.023 57.287 9.961 C 57.824 8.755 58.047 7.432 57.935 6.117 C 61.563 10.28 59.318 16.196 55.793 19.58 C 54.648 20.591 53.731 21.833 53.1 23.224 C 51.839 26.377 52.651 28.11 51.923 28.116 C 50.213 28.131 50.511 20.558 51.27 18.17 C 48.47 21.493 49.421 25.188 49.587 27.57 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:10230221109,withExternalLayout:true,...addPropertyOverrides({EZBALCg6F:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 86 52\"><path d=\"M 16.876 16.279 C 16.28 16.428 16.115 17.341 16.074 18.087 C 16.017 19.296 15.988 20.281 15.988 21.013 C 16.002 21.356 16.009 21.707 16.014 22.06 C 16.476 21.066 16.909 20.099 17.262 19.106 L 17.614 18.087 C 17.723 17.875 17.785 17.643 17.797 17.405 C 17.808 17.167 17.769 16.929 17.682 16.707 C 17.587 16.581 17.466 16.477 17.326 16.403 C 17.187 16.328 17.033 16.286 16.876 16.279 Z M 31.447 26.797 C 30.843 26.804 30.245 26.907 29.673 27.103 C 28.726 27.564 27.9 28.243 27.262 29.085 C 26.783 29.851 26.501 30.726 26.443 31.63 C 26.384 32.533 26.551 33.437 26.927 34.26 C 27.199 34.941 27.643 35.54 28.215 35.997 C 28.786 36.454 29.466 36.754 30.188 36.868 C 30.598 36.972 31.02 37.026 31.443 37.028 C 32.037 37.045 32.628 36.925 33.169 36.676 C 33.71 36.428 34.187 36.058 34.563 35.595 C 34.804 35.278 34.991 34.923 35.117 34.545 L 35.193 34.36 L 35.193 28.9 L 35.138 28.809 C 34.735 28.193 34.188 27.687 33.544 27.336 C 32.9 26.985 32.18 26.8 31.447 26.797 Z M 36.418 39.207 C 36.223 39.197 36.037 39.126 35.885 39.004 C 35.733 38.883 35.622 38.717 35.568 38.529 C 35.52 38.228 35.5 37.923 35.507 37.619 C 34.827 38.291 33.961 38.74 33.022 38.908 C 32.416 39.012 31.803 39.066 31.189 39.069 C 29.942 39.136 28.703 38.84 27.619 38.216 C 26.536 37.592 25.656 36.666 25.084 35.551 C 24.457 36.574 23.589 37.426 22.557 38.032 C 21.524 38.638 20.36 38.98 19.165 39.027 C 18.234 39.027 17.321 38.773 16.523 38.292 C 15.725 37.811 15.073 37.12 14.635 36.295 C 13.987 34.831 13.956 32.319 13.931 30.298 C 13.924 29.735 13.917 29.216 13.898 28.783 C 13.898 25.372 13.919 21.644 14.074 17.434 C 14.074 15.461 15.323 13.966 16.98 13.966 C 17.424 13.98 17.86 14.084 18.263 14.272 C 18.665 14.46 19.026 14.728 19.323 15.059 C 21.199 16.976 19.247 20.711 17.685 23.711 C 17.053 24.745 16.57 25.864 16.25 27.034 C 16.278 27.697 16.267 28.636 16.257 29.63 C 16.231 31.831 16.202 34.572 16.596 35.186 C 16.876 35.657 17.269 36.049 17.74 36.327 C 18.21 36.605 18.742 36.759 19.288 36.776 C 21.784 36.776 24.2 33.804 24.353 31.463 L 24.358 31.419 L 24.375 31.379 C 24.662 28.213 26.999 24.746 31.414 24.746 L 31.548 24.746 C 31.653 24.737 31.78 24.73 31.91 24.73 C 33.12 24.76 34.285 25.193 35.224 25.96 L 35.224 25.754 C 35.218 25.543 35.229 25.332 35.256 25.123 C 35.332 24.872 35.483 24.651 35.688 24.489 C 35.893 24.328 36.143 24.234 36.404 24.221 C 36.57 24.221 36.733 24.263 36.879 24.341 C 37.025 24.42 37.149 24.534 37.241 24.673 L 37.337 24.832 L 37.38 24.942 C 37.423 25.057 37.457 25.174 37.482 25.293 C 37.468 26.085 37.44 26.783 37.415 27.458 C 37.334 29.585 37.262 31.421 37.37 33.627 L 37.383 33.885 C 37.473 35.756 37.532 36.992 37.496 37.767 C 37.453 38.715 36.922 39.211 36.419 39.211 Z M 80.221 39.082 C 79.144 39.079 78.108 38.666 77.322 37.925 C 76.82 37.416 76.5 36.753 76.415 36.042 L 76.382 33.394 C 76.382 33.177 76.465 32.19 76.651 30.197 C 76.712 29.471 76.645 28.741 76.453 28.039 C 76.31 27.685 76.063 27.382 75.745 27.172 C 75.427 26.963 75.052 26.856 74.672 26.867 C 74.177 26.843 73.691 27.007 73.311 27.326 C 72.931 27.644 72.683 28.094 72.617 28.588 C 72.323 29.62 72.126 30.678 72.028 31.748 C 71.968 32.589 71.939 33.445 71.939 34.282 C 71.939 34.713 71.944 35.132 71.947 35.526 C 71.987 36.353 71.963 37.182 71.875 38.006 C 71.839 38.284 71.705 38.541 71.498 38.729 C 71.291 38.918 71.023 39.026 70.744 39.034 C 70.586 39.031 70.431 38.996 70.288 38.93 C 70.145 38.865 70.016 38.77 69.911 38.653 C 69.806 38.535 69.725 38.397 69.675 38.247 C 69.625 38.097 69.606 37.938 69.62 37.781 C 69.859 35.153 69.809 32.507 69.472 29.891 C 69.409 29.143 69.201 28.416 68.859 27.749 C 68.416 27.127 67.98 26.811 67.56 26.811 C 67.127 26.814 66.703 26.929 66.328 27.144 C 65.953 27.36 65.64 27.669 65.419 28.042 C 65.093 28.754 64.919 29.527 64.906 30.31 C 64.906 30.331 64.9 30.489 64.887 30.752 C 64.833 31.967 64.668 35.664 64.668 38.021 C 64.675 38.162 64.653 38.302 64.603 38.433 C 64.553 38.565 64.476 38.684 64.377 38.784 C 64.279 38.884 64.16 38.963 64.03 39.014 C 63.9 39.066 63.76 39.09 63.62 39.084 C 63.459 39.086 63.298 39.055 63.148 38.993 C 62.999 38.931 62.863 38.84 62.75 38.724 C 62.637 38.608 62.548 38.47 62.489 38.318 C 62.43 38.167 62.403 38.005 62.408 37.843 L 62.408 37.483 C 62.013 37.872 61.564 38.204 61.076 38.466 C 60.355 38.863 59.548 39.075 58.727 39.085 C 57.65 39.083 56.614 38.669 55.829 37.928 C 55.325 37.421 55.005 36.758 54.921 36.046 L 54.888 33.398 C 54.888 33.177 54.976 32.131 55.156 30.2 C 55.218 29.475 55.151 28.745 54.958 28.045 C 54.816 27.689 54.57 27.386 54.252 27.176 C 53.933 26.966 53.558 26.86 53.178 26.871 C 52.683 26.847 52.198 27.011 51.817 27.329 C 51.437 27.648 51.189 28.098 51.123 28.591 C 50.83 29.624 50.633 30.682 50.535 31.752 C 50.475 32.593 50.446 33.449 50.446 34.285 C 50.446 34.715 50.45 35.133 50.455 35.527 C 50.494 36.355 50.468 37.185 50.379 38.009 C 50.343 38.287 50.21 38.544 50.003 38.732 C 49.796 38.921 49.528 39.029 49.249 39.037 C 49.092 39.034 48.937 38.999 48.793 38.933 C 48.65 38.868 48.522 38.773 48.416 38.656 C 48.311 38.538 48.231 38.4 48.181 38.25 C 48.13 38.1 48.112 37.942 48.125 37.784 C 48.364 35.156 48.315 32.51 47.979 29.894 C 47.912 29.147 47.704 28.42 47.365 27.753 C 46.923 27.13 46.486 26.814 46.067 26.814 C 45.635 26.817 45.21 26.931 44.835 27.147 C 44.46 27.362 44.146 27.672 43.925 28.045 C 43.599 28.757 43.424 29.53 43.412 30.314 C 43.412 30.334 43.406 30.492 43.394 30.755 C 43.339 31.97 43.174 35.667 43.174 38.024 C 43.181 38.165 43.159 38.305 43.109 38.436 C 43.059 38.568 42.982 38.687 42.883 38.787 C 42.785 38.887 42.667 38.966 42.536 39.017 C 42.406 39.069 42.266 39.093 42.126 39.087 C 41.965 39.089 41.804 39.058 41.655 38.996 C 41.506 38.934 41.37 38.842 41.257 38.726 C 41.144 38.61 41.056 38.472 40.997 38.321 C 40.938 38.17 40.911 38.008 40.916 37.846 L 40.855 25.687 C 40.843 25.53 40.864 25.372 40.915 25.222 C 40.967 25.073 41.048 24.937 41.155 24.821 C 41.262 24.705 41.391 24.612 41.535 24.549 C 41.679 24.485 41.834 24.452 41.991 24.452 C 42.28 24.454 42.558 24.568 42.767 24.77 C 42.976 24.971 43.1 25.246 43.113 25.536 C 43.121 25.604 43.128 25.67 43.135 25.734 C 43.856 25.054 44.809 24.676 45.799 24.678 C 46.788 24.68 47.739 25.061 48.458 25.744 C 48.86 26.099 49.165 26.55 49.347 27.055 C 49.417 26.921 49.499 26.779 49.592 26.628 C 50.001 26.026 50.554 25.537 51.201 25.207 C 51.847 24.876 52.566 24.715 53.29 24.737 C 54.34 24.705 55.359 25.091 56.126 25.812 C 56.888 26.668 57.315 27.773 57.327 28.921 C 57.368 29.427 57.379 29.935 57.358 30.443 L 57.149 33.119 C 57.149 34.244 57.17 35.229 57.209 35.872 L 57.256 35.991 C 57.309 36.274 57.464 36.527 57.692 36.701 C 57.92 36.875 58.205 36.957 58.49 36.932 C 58.923 36.918 59.349 36.821 59.746 36.646 C 60.442 36.428 61.062 36.014 61.531 35.453 C 62.001 34.892 62.301 34.208 62.396 33.481 L 62.353 25.687 C 62.341 25.53 62.361 25.372 62.413 25.222 C 62.465 25.073 62.546 24.937 62.653 24.821 C 62.759 24.705 62.889 24.612 63.032 24.549 C 63.176 24.485 63.332 24.452 63.489 24.452 C 63.778 24.454 64.056 24.568 64.265 24.77 C 64.473 24.971 64.597 25.246 64.611 25.536 C 64.618 25.606 64.626 25.671 64.632 25.734 C 65.354 25.054 66.307 24.676 67.296 24.678 C 68.285 24.68 69.236 25.061 69.955 25.744 C 70.356 26.099 70.662 26.549 70.844 27.054 C 70.914 26.921 70.996 26.779 71.09 26.628 C 71.499 26.026 72.052 25.537 72.698 25.207 C 73.344 24.876 74.062 24.715 74.787 24.737 C 75.836 24.705 76.855 25.091 77.622 25.812 C 78.385 26.667 78.811 27.773 78.822 28.921 C 78.863 29.427 78.873 29.935 78.854 30.443 L 78.645 33.119 C 78.645 34.245 78.666 35.229 78.705 35.872 L 78.752 35.991 C 78.805 36.273 78.96 36.527 79.188 36.701 C 79.416 36.875 79.7 36.957 79.985 36.932 C 80.418 36.918 80.844 36.82 81.24 36.646 C 81.942 36.426 82.565 36.008 83.036 35.442 C 83.508 34.875 83.807 34.184 83.896 33.451 C 84.154 32.494 84.514 32.298 84.772 32.298 C 85.03 32.298 85.356 32.473 85.55 33.312 C 85.591 34.366 85.334 35.411 84.807 36.323 C 84.28 37.236 83.506 37.979 82.575 38.467 C 81.853 38.863 81.046 39.075 80.224 39.086 Z M 6.74 18.137 C 6.683 19.394 6.656 20.347 6.656 21.049 C 6.671 21.383 6.677 21.726 6.681 22.068 C 7.124 21.078 7.538 20.12 7.874 19.134 L 8.216 18.113 C 8.323 17.895 8.384 17.658 8.394 17.415 C 8.404 17.173 8.363 16.931 8.274 16.706 C 8.185 16.585 8.071 16.485 7.939 16.413 C 7.808 16.342 7.663 16.299 7.515 16.29 C 6.939 16.476 6.774 17.392 6.74 18.137 Z M 5.648 52.325 C 5.414 52.326 5.187 52.24 5.014 52.082 C 4.84 51.924 4.731 51.706 4.709 51.472 C 4.629 50.954 4.592 43.379 4.599 36.452 C 4.48 36.412 4.355 36.39 4.229 36.388 C 4.106 36.39 3.985 36.419 3.873 36.472 C 3.762 36.525 3.664 36.602 3.585 36.697 L 3.585 36.703 L 3.518 36.826 C 3.024 37.343 2.655 37.572 2.321 37.572 C 2.188 37.562 2.059 37.524 1.942 37.461 C 1.825 37.398 1.722 37.31 1.64 37.205 C 1.534 37.089 1.455 36.952 1.408 36.803 C 1.36 36.653 1.346 36.495 1.365 36.339 C 1.601 35.077 3.044 34.243 4.245 34.243 C 4.364 34.242 4.482 34.25 4.599 34.267 C 4.599 32.5 4.61 30.726 4.62 29.017 C 4.352 29.374 4.062 29.714 3.751 30.034 C 3.346 30.393 2.818 30.58 2.279 30.552 C 1.902 30.567 1.527 30.498 1.181 30.35 C 0.834 30.202 0.524 29.979 0.273 29.696 C 0.138 29.515 0.048 29.303 0.011 29.08 C -0.026 28.856 -0.009 28.626 0.062 28.411 C 0.147 28.189 0.295 27.997 0.487 27.858 C 0.678 27.718 0.906 27.637 1.142 27.625 C 1.365 27.628 1.581 27.702 1.76 27.835 C 1.939 27.969 2.072 28.155 2.14 28.368 C 2.177 28.39 2.217 28.404 2.26 28.409 C 2.642 28.04 2.983 27.63 3.275 27.186 C 3.372 27.052 3.463 26.92 3.557 26.793 L 4.649 25.268 C 4.683 21.62 4.732 18.921 4.791 17.453 C 4.791 15.471 6.003 13.968 7.607 13.968 C 8.042 13.984 8.47 14.09 8.863 14.28 C 9.256 14.47 9.605 14.739 9.889 15.071 C 11.703 16.994 9.817 20.745 8.304 23.759 C 7.689 24.803 7.22 25.927 6.91 27.099 L 6.713 27.689 C 6.681 28.782 6.663 32.403 6.651 35.112 C 6.938 35.255 7.242 35.361 7.555 35.43 C 7.645 35.455 7.737 35.468 7.83 35.468 C 8.087 35.461 8.339 35.391 8.563 35.264 L 8.673 35.208 C 8.774 35.163 8.867 35.103 8.95 35.029 C 9.055 34.913 9.182 34.818 9.325 34.753 C 9.467 34.687 9.621 34.651 9.777 34.647 C 9.956 34.649 10.131 34.698 10.284 34.789 C 10.438 34.881 10.564 35.012 10.65 35.169 C 10.752 35.354 10.804 35.563 10.8 35.774 C 10.796 35.986 10.736 36.192 10.628 36.373 C 10.275 36.752 9.846 37.05 9.368 37.248 C 8.891 37.446 8.378 37.539 7.862 37.52 C 7.451 37.52 7.041 37.466 6.644 37.36 L 6.631 41.372 C 6.614 46.625 6.601 51.16 6.571 51.515 C 6.547 51.742 6.439 51.952 6.268 52.102 C 6.096 52.252 5.875 52.332 5.648 52.325 Z M 37.73 21.661 C 36.608 21.047 35.641 20.183 34.903 19.135 C 34.164 18.086 33.675 16.882 33.473 15.614 C 33.088 12.769 34.294 9.97 35.814 7.646 C 37.122 5.646 39.228 3.691 38.522 1.023 C 41.537 2.004 43.241 5.185 43.594 8.197 C 44.003 7.274 44.173 6.263 44.088 5.257 C 46.849 8.441 45.14 12.965 42.457 15.552 C 41.586 16.326 40.888 17.275 40.408 18.339 C 39.448 20.75 40.066 22.075 39.512 22.08 C 38.211 22.091 38.437 16.3 39.015 14.474 C 36.884 17.015 37.608 19.841 37.734 21.662 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:12522858104},tihizlgfD:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 99 60\"><path d=\"M 19.428 18.694 C 18.742 18.866 18.551 19.92 18.505 20.781 C 18.439 22.175 18.405 23.311 18.405 24.157 C 18.422 24.552 18.43 24.957 18.435 25.365 C 18.968 24.218 19.466 23.101 19.872 21.956 L 20.277 20.781 C 20.402 20.536 20.474 20.268 20.488 19.993 C 20.501 19.718 20.456 19.444 20.355 19.188 C 20.246 19.042 20.107 18.922 19.946 18.837 C 19.786 18.751 19.609 18.703 19.428 18.694 Z M 36.201 30.83 C 35.506 30.838 34.817 30.957 34.159 31.183 C 33.069 31.715 32.118 32.499 31.384 33.47 C 30.832 34.355 30.508 35.364 30.441 36.407 C 30.373 37.449 30.565 38.492 30.998 39.442 C 31.312 40.228 31.822 40.919 32.48 41.446 C 33.138 41.974 33.921 42.32 34.752 42.451 C 35.224 42.571 35.709 42.633 36.196 42.635 C 36.881 42.655 37.561 42.516 38.183 42.23 C 38.806 41.943 39.355 41.516 39.788 40.981 C 40.066 40.616 40.281 40.207 40.426 39.77 L 40.514 39.557 L 40.514 33.257 L 40.45 33.151 C 39.987 32.441 39.357 31.858 38.615 31.453 C 37.874 31.048 37.045 30.834 36.201 30.83 Z M 41.923 45.15 C 41.7 45.138 41.485 45.056 41.31 44.916 C 41.135 44.776 41.007 44.584 40.946 44.367 C 40.89 44.02 40.867 43.669 40.875 43.317 C 40.093 44.092 39.095 44.611 38.014 44.805 C 37.317 44.925 36.612 44.987 35.904 44.99 C 34.469 45.068 33.042 44.726 31.795 44.006 C 30.548 43.286 29.534 42.218 28.876 40.931 C 28.154 42.111 27.155 43.094 25.967 43.794 C 24.779 44.493 23.438 44.887 22.063 44.941 C 20.992 44.942 19.94 44.649 19.022 44.094 C 18.103 43.538 17.352 42.742 16.848 41.79 C 16.102 40.101 16.067 37.201 16.038 34.87 C 16.03 34.22 16.021 33.622 15.999 33.122 C 15.999 29.186 16.024 24.885 16.203 20.026 C 16.203 17.75 17.64 16.025 19.548 16.025 C 20.058 16.042 20.561 16.162 21.024 16.379 C 21.488 16.596 21.903 16.904 22.245 17.287 C 24.405 19.498 22.157 23.808 20.359 27.27 C 19.632 28.463 19.076 29.754 18.707 31.104 C 18.739 31.869 18.727 32.952 18.715 34.099 C 18.685 36.639 18.652 39.802 19.105 40.51 C 19.428 41.053 19.88 41.506 20.422 41.826 C 20.963 42.147 21.576 42.325 22.204 42.345 C 25.078 42.345 27.859 38.915 28.035 36.214 L 28.041 36.163 L 28.061 36.117 C 28.391 32.464 31.081 28.464 36.164 28.464 L 36.318 28.464 C 36.438 28.454 36.585 28.446 36.734 28.446 C 38.127 28.481 39.469 28.98 40.55 29.865 L 40.55 29.627 C 40.543 29.384 40.555 29.14 40.586 28.899 C 40.673 28.609 40.847 28.354 41.083 28.168 C 41.32 27.982 41.608 27.873 41.908 27.858 C 42.098 27.858 42.286 27.906 42.454 27.997 C 42.623 28.088 42.766 28.219 42.871 28.38 L 42.982 28.563 L 43.032 28.69 C 43.081 28.822 43.12 28.958 43.149 29.095 C 43.132 30.009 43.101 30.814 43.071 31.593 C 42.978 34.047 42.896 36.166 43.02 38.711 L 43.035 39.009 C 43.138 41.168 43.206 42.594 43.165 43.488 C 43.115 44.581 42.504 45.154 41.925 45.154 Z M 92.348 45.005 C 91.108 45.002 89.916 44.525 89.011 43.67 C 88.433 43.083 88.065 42.319 87.967 41.498 L 87.929 38.442 C 87.929 38.191 88.025 37.053 88.239 34.753 C 88.309 33.916 88.232 33.073 88.01 32.264 C 87.846 31.855 87.562 31.505 87.196 31.264 C 86.829 31.022 86.398 30.899 85.96 30.911 C 85.39 30.884 84.832 31.073 84.394 31.44 C 83.956 31.808 83.67 32.327 83.594 32.896 C 83.256 34.088 83.03 35.309 82.917 36.543 C 82.848 37.514 82.814 38.501 82.814 39.466 C 82.814 39.964 82.82 40.448 82.823 40.902 C 82.87 41.857 82.842 42.813 82.74 43.764 C 82.699 44.085 82.545 44.381 82.306 44.599 C 82.068 44.816 81.76 44.941 81.438 44.95 C 81.257 44.947 81.078 44.906 80.914 44.83 C 80.749 44.755 80.601 44.646 80.48 44.51 C 80.358 44.374 80.266 44.215 80.208 44.042 C 80.151 43.869 80.129 43.686 80.144 43.504 C 80.42 40.472 80.363 37.419 79.974 34.4 C 79.902 33.538 79.662 32.698 79.268 31.929 C 78.759 31.211 78.257 30.847 77.773 30.847 C 77.275 30.85 76.787 30.982 76.355 31.231 C 75.924 31.48 75.563 31.836 75.308 32.266 C 74.933 33.088 74.733 33.98 74.719 34.884 C 74.719 34.908 74.711 35.09 74.696 35.394 C 74.634 36.796 74.444 41.062 74.444 43.781 C 74.452 43.943 74.427 44.105 74.369 44.257 C 74.311 44.409 74.223 44.547 74.109 44.662 C 73.996 44.777 73.86 44.868 73.71 44.927 C 73.56 44.987 73.399 45.014 73.238 45.008 C 73.052 45.01 72.867 44.975 72.695 44.903 C 72.523 44.832 72.367 44.726 72.236 44.592 C 72.106 44.458 72.004 44.299 71.936 44.124 C 71.868 43.95 71.836 43.763 71.842 43.576 L 71.842 43.16 C 71.387 43.61 70.871 43.992 70.309 44.295 C 69.479 44.752 68.551 44.998 67.605 45.009 C 66.365 45.007 65.173 44.529 64.269 43.674 C 63.689 43.089 63.321 42.324 63.224 41.502 L 63.186 38.446 C 63.186 38.191 63.287 36.985 63.494 34.756 C 63.565 33.921 63.488 33.079 63.266 32.27 C 63.103 31.86 62.82 31.51 62.453 31.268 C 62.087 31.026 61.655 30.903 61.217 30.916 C 60.647 30.888 60.089 31.077 59.651 31.445 C 59.213 31.812 58.927 32.332 58.851 32.901 C 58.515 34.093 58.288 35.314 58.174 36.548 C 58.106 37.518 58.073 38.506 58.073 39.471 C 58.073 39.967 58.077 40.449 58.082 40.903 C 58.127 41.858 58.098 42.816 57.995 43.767 C 57.954 44.088 57.8 44.384 57.562 44.602 C 57.323 44.82 57.016 44.944 56.694 44.954 C 56.513 44.95 56.335 44.91 56.17 44.834 C 56.005 44.758 55.857 44.649 55.736 44.514 C 55.614 44.378 55.522 44.219 55.464 44.046 C 55.407 43.873 55.385 43.69 55.4 43.508 C 55.675 40.476 55.619 37.423 55.232 34.404 C 55.156 33.542 54.916 32.703 54.525 31.933 C 54.017 31.215 53.514 30.85 53.031 30.85 C 52.534 30.853 52.045 30.985 51.613 31.234 C 51.181 31.483 50.82 31.84 50.565 32.27 C 50.19 33.092 49.989 33.984 49.975 34.888 C 49.975 34.912 49.968 35.094 49.954 35.397 C 49.891 36.799 49.701 41.065 49.701 43.785 C 49.709 43.947 49.684 44.109 49.626 44.261 C 49.568 44.412 49.48 44.55 49.366 44.665 C 49.253 44.781 49.117 44.871 48.967 44.931 C 48.817 44.99 48.656 45.018 48.495 45.011 C 48.309 45.013 48.124 44.978 47.952 44.906 C 47.781 44.835 47.625 44.729 47.495 44.595 C 47.364 44.461 47.263 44.302 47.195 44.128 C 47.128 43.953 47.096 43.766 47.102 43.579 L 47.032 29.55 C 47.018 29.368 47.042 29.186 47.101 29.014 C 47.16 28.842 47.254 28.684 47.377 28.55 C 47.5 28.416 47.648 28.31 47.814 28.236 C 47.979 28.163 48.158 28.125 48.339 28.125 C 48.672 28.127 48.992 28.259 49.232 28.491 C 49.473 28.724 49.615 29.041 49.631 29.376 C 49.64 29.454 49.648 29.53 49.656 29.604 C 50.486 28.819 51.583 28.383 52.722 28.385 C 53.861 28.387 54.957 28.828 55.784 29.616 C 56.246 30.025 56.598 30.545 56.807 31.128 C 56.888 30.974 56.982 30.81 57.09 30.635 C 57.56 29.941 58.197 29.377 58.941 28.996 C 59.685 28.614 60.512 28.428 61.347 28.453 C 62.555 28.417 63.728 28.863 64.611 29.694 C 65.488 30.681 65.979 31.956 65.993 33.281 C 66.041 33.865 66.053 34.452 66.029 35.037 L 65.788 38.125 C 65.788 39.423 65.813 40.56 65.858 41.302 L 65.912 41.439 C 65.972 41.765 66.151 42.057 66.414 42.258 C 66.676 42.459 67.004 42.554 67.332 42.525 C 67.83 42.508 68.321 42.396 68.778 42.195 C 69.579 41.943 70.293 41.465 70.833 40.818 C 71.374 40.171 71.719 39.381 71.828 38.543 L 71.779 29.55 C 71.765 29.368 71.789 29.186 71.848 29.014 C 71.908 28.842 72.002 28.684 72.124 28.55 C 72.247 28.416 72.396 28.31 72.561 28.236 C 72.727 28.163 72.906 28.125 73.086 28.125 C 73.42 28.127 73.739 28.259 73.98 28.491 C 74.22 28.724 74.363 29.041 74.379 29.376 C 74.387 29.456 74.395 29.531 74.403 29.604 C 75.234 28.819 76.33 28.384 77.469 28.386 C 78.608 28.388 79.703 28.828 80.531 29.616 C 80.992 30.025 81.344 30.545 81.553 31.127 C 81.635 30.974 81.728 30.81 81.837 30.635 C 82.307 29.941 82.944 29.377 83.687 28.996 C 84.431 28.614 85.258 28.428 86.092 28.453 C 87.3 28.416 88.473 28.862 89.357 29.694 C 90.234 30.681 90.725 31.956 90.737 33.281 C 90.785 33.865 90.797 34.452 90.774 35.037 L 90.534 38.125 C 90.534 39.424 90.558 40.56 90.602 41.302 L 90.658 41.439 C 90.718 41.765 90.897 42.057 91.159 42.258 C 91.422 42.459 91.748 42.554 92.077 42.525 C 92.574 42.508 93.065 42.396 93.522 42.195 C 94.329 41.941 95.047 41.459 95.589 40.805 C 96.131 40.151 96.476 39.354 96.579 38.508 C 96.875 37.404 97.291 37.178 97.588 37.178 C 97.885 37.178 98.26 37.38 98.483 38.348 C 98.53 39.564 98.234 40.769 97.627 41.822 C 97.021 42.875 96.13 43.733 95.057 44.296 C 94.227 44.752 93.298 44.998 92.352 45.01 Z M 7.76 20.838 C 7.694 22.289 7.663 23.388 7.663 24.198 C 7.68 24.583 7.687 24.979 7.691 25.374 C 8.202 24.232 8.678 23.126 9.065 21.988 L 9.458 20.81 C 9.582 20.559 9.651 20.285 9.663 20.005 C 9.675 19.726 9.628 19.447 9.526 19.186 C 9.423 19.047 9.291 18.932 9.14 18.849 C 8.989 18.767 8.822 18.718 8.651 18.707 C 7.988 18.921 7.799 19.978 7.76 20.838 Z M 6.502 60.286 C 6.233 60.287 5.972 60.187 5.772 60.005 C 5.572 59.823 5.447 59.572 5.422 59.302 C 5.329 58.704 5.286 49.964 5.295 41.971 C 5.158 41.924 5.014 41.899 4.869 41.896 C 4.727 41.899 4.588 41.932 4.46 41.994 C 4.332 42.055 4.218 42.144 4.127 42.254 L 4.127 42.261 L 4.051 42.402 C 3.482 42.999 3.057 43.263 2.672 43.263 C 2.519 43.252 2.371 43.208 2.236 43.135 C 2.101 43.062 1.983 42.961 1.889 42.84 C 1.767 42.706 1.676 42.548 1.621 42.376 C 1.566 42.203 1.55 42.021 1.572 41.841 C 1.843 40.384 3.505 39.421 4.888 39.421 C 5.024 39.421 5.16 39.43 5.295 39.45 C 5.295 37.411 5.307 35.364 5.319 33.391 C 5.01 33.804 4.676 34.196 4.318 34.565 C 3.853 34.98 3.245 35.195 2.624 35.163 C 2.191 35.18 1.759 35.1 1.36 34.93 C 0.961 34.759 0.604 34.502 0.315 34.176 C 0.159 33.967 0.056 33.723 0.013 33.464 C -0.029 33.206 -0.009 32.941 0.072 32.693 C 0.17 32.437 0.34 32.215 0.561 32.054 C 0.782 31.893 1.044 31.8 1.316 31.786 C 1.572 31.79 1.821 31.875 2.027 32.028 C 2.233 32.182 2.386 32.397 2.464 32.643 C 2.506 32.669 2.553 32.685 2.602 32.691 C 3.042 32.265 3.434 31.792 3.771 31.279 C 3.882 31.125 3.987 30.972 4.096 30.826 L 5.353 29.066 C 5.391 24.857 5.448 21.743 5.516 20.049 C 5.516 17.761 6.911 16.028 8.757 16.028 C 9.259 16.046 9.751 16.168 10.203 16.387 C 10.656 16.606 11.058 16.918 11.385 17.301 C 13.473 19.519 11.302 23.847 9.56 27.325 C 8.852 28.53 8.312 29.826 7.956 31.179 L 7.728 31.86 C 7.691 33.121 7.671 37.299 7.657 40.425 C 7.988 40.589 8.337 40.712 8.698 40.792 C 8.801 40.821 8.907 40.835 9.014 40.835 C 9.31 40.827 9.6 40.747 9.858 40.6 L 9.985 40.536 C 10.101 40.483 10.208 40.414 10.304 40.329 C 10.424 40.195 10.571 40.086 10.735 40.01 C 10.899 39.934 11.076 39.893 11.256 39.888 C 11.462 39.89 11.663 39.947 11.839 40.053 C 12.016 40.158 12.162 40.31 12.261 40.491 C 12.378 40.704 12.438 40.945 12.433 41.189 C 12.429 41.433 12.36 41.671 12.235 41.88 C 11.829 42.317 11.335 42.661 10.785 42.889 C 10.236 43.118 9.645 43.225 9.051 43.203 C 8.578 43.203 8.106 43.141 7.649 43.019 L 7.634 47.648 C 7.615 53.709 7.599 58.942 7.565 59.351 C 7.538 59.613 7.413 59.855 7.216 60.028 C 7.019 60.202 6.764 60.294 6.502 60.286 Z M 43.435 24.904 C 42.142 24.196 41.029 23.199 40.179 21.989 C 39.33 20.78 38.767 19.39 38.534 17.927 C 38.09 14.644 39.479 11.415 41.229 8.733 C 42.734 6.426 45.159 4.17 44.346 1.091 C 47.816 2.223 49.778 5.894 50.185 9.369 C 50.656 8.304 50.851 7.137 50.753 5.977 C 53.931 9.65 51.964 14.87 48.876 17.856 C 47.873 18.748 47.069 19.844 46.517 21.071 C 45.412 23.853 46.123 25.382 45.486 25.388 C 43.987 25.401 44.248 18.719 44.913 16.612 C 42.46 19.544 43.294 22.804 43.439 24.906 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:12344753982}},baseVariant,gestureVariant)}),isDisplayed10()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-34sbd9\",\"data-framer-name\":\"Arti Iletişim\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"rabUHOPnS\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 132 38\"><path d=\"M 11.459 9.711 L 5.838 9.711 L 5.838 6.499 L 11.459 6.499 L 11.459 0.878 L 14.671 0.878 L 14.671 6.499 L 20.291 6.499 L 20.291 9.711 L 14.671 9.711 L 14.671 15.332 L 11.459 15.332 Z M 17.079 26.573 L 17.079 20.952 L 11.459 20.952 L 11.459 17.741 L 17.079 17.741 L 17.079 12.12 L 20.291 12.12 L 20.291 17.741 L 25.912 17.741 L 25.912 20.952 L 20.291 20.952 L 20.291 26.573 Z M 37.153 12.12 L 37.153 15.332 L 31.533 15.332 L 31.533 20.952 L 28.321 20.952 L 28.321 15.332 L 22.7 15.332 L 22.7 12.12 L 28.321 12.12 L 28.321 6.499 L 31.533 6.499 L 31.533 12.12 Z M 25.912 28.982 L 31.533 28.982 L 31.533 32.194 L 25.912 32.194 L 25.912 37.814 L 22.7 37.814 L 22.7 32.194 L 17.079 32.194 L 17.079 28.982 L 22.7 28.982 L 22.7 23.361 L 25.912 23.361 Z M 9.05 23.361 L 14.671 23.361 L 14.671 26.573 L 9.05 26.573 L 9.05 32.194 L 5.838 32.194 L 5.838 26.573 L 0.217 26.573 L 0.217 23.361 L 5.838 23.361 L 5.838 17.741 L 9.05 17.741 Z M 22.7 0.878 L 25.912 0.878 L 25.912 4.09 L 22.7 4.09 Z M 33.942 23.361 L 37.153 23.361 L 37.153 26.573 L 33.942 26.573 Z M 11.459 34.603 L 14.67 34.603 L 14.67 37.814 L 11.459 37.814 Z M 0.217 12.12 L 3.429 12.12 L 3.429 15.332 L 0.217 15.332 Z M 49.355 0.819 L 51.583 0.819 L 55.134 9.218 L 52.656 9.218 L 52.048 7.729 L 48.831 7.729 L 48.235 9.218 L 45.805 9.218 Z M 51.381 5.93 L 50.451 3.559 L 49.51 5.93 Z M 59.519 0.878 L 63.462 0.878 C 64.737 0.878 65.619 1.212 66.179 1.784 C 66.686 2.299 66.954 3.004 66.917 3.726 L 66.917 3.75 C 66.956 4.884 66.265 5.915 65.202 6.311 L 67.192 9.218 L 64.523 9.218 L 62.843 6.692 L 61.83 6.692 L 61.83 9.218 L 59.518 9.218 Z M 63.355 4.882 C 64.142 4.882 64.594 4.5 64.594 3.892 L 64.594 3.869 C 64.594 3.213 64.118 2.88 63.343 2.88 L 61.83 2.88 L 61.83 4.881 Z M 73.697 2.904 L 71.196 2.904 L 71.196 0.878 L 78.511 0.878 L 78.511 2.904 L 76.009 2.904 L 76.009 9.218 L 73.698 9.218 Z M 83.146 0.878 L 85.469 0.878 L 85.469 9.218 L 83.146 9.218 Z M 46.52 15.176 L 48.843 15.176 L 48.843 23.516 L 46.52 23.516 Z M 46.675 12.924 L 48.7 12.924 L 48.7 14.628 L 46.674 14.628 Z M 53.942 15.176 L 56.254 15.176 L 56.254 21.491 L 60.293 21.491 L 60.293 23.516 L 53.942 23.516 Z M 64.857 15.176 L 71.565 15.176 L 71.565 17.142 L 67.144 17.142 L 67.144 18.405 L 71.148 18.405 L 71.148 20.228 L 67.144 20.228 L 67.144 21.55 L 71.624 21.55 L 71.624 23.516 L 64.857 23.516 Z M 78.416 17.202 L 75.914 17.202 L 75.914 15.176 L 83.229 15.176 L 83.229 17.202 L 80.727 17.202 L 80.727 23.516 L 78.416 23.516 Z M 87.864 15.176 L 90.188 15.176 L 90.188 23.516 L 87.864 23.516 Z M 88.019 12.924 L 90.044 12.924 L 90.044 14.628 L 88.019 14.628 Z M 96.645 24.815 L 97.551 23.576 C 96.479 23.439 95.471 22.987 94.655 22.277 L 95.943 20.741 C 96.702 21.376 97.657 21.729 98.647 21.741 C 99.267 21.741 99.6 21.527 99.6 21.169 L 99.6 21.146 C 99.6 20.8 99.326 20.609 98.195 20.348 C 96.419 19.942 95.049 19.441 95.049 17.726 L 95.049 17.702 C 95.049 16.153 96.276 15.033 98.278 15.033 C 99.516 14.986 100.732 15.378 101.709 16.141 L 100.553 17.774 C 99.876 17.271 99.062 16.984 98.218 16.952 C 97.658 16.952 97.384 17.19 97.384 17.488 L 97.384 17.512 C 97.384 17.893 97.67 18.06 98.826 18.322 C 100.744 18.739 101.936 19.358 101.936 20.919 L 101.936 20.943 C 101.936 22.48 100.827 23.457 99.124 23.624 L 98.444 25.577 Z M 106.678 15.176 L 109.001 15.176 L 109.001 23.516 L 106.678 23.516 Z M 106.833 12.924 L 108.858 12.924 L 108.858 14.628 L 106.833 14.628 Z M 114.101 15.176 L 116.543 15.176 L 118.533 18.405 L 120.523 15.177 L 122.965 15.177 L 122.965 23.517 L 120.666 23.517 L 120.666 18.727 L 118.533 21.991 L 118.486 21.991 L 116.365 18.751 L 116.365 23.516 L 114.101 23.516 Z M 48.879 34.693 L 45.709 29.474 L 48.342 29.474 L 50.058 32.512 L 51.786 29.474 L 54.371 29.474 L 51.202 34.657 L 51.202 37.814 L 48.879 37.814 Z M 58.375 33.668 L 58.375 33.645 C 58.459 31.229 60.438 29.313 62.855 29.307 C 65.271 29.3 67.261 31.206 67.358 33.62 L 67.358 33.645 C 67.274 36.06 65.294 37.976 62.878 37.982 C 60.461 37.989 58.472 36.083 58.375 33.668 Z M 60.591 27.21 L 62.557 27.21 L 62.557 28.914 L 60.591 28.914 Z M 65 33.668 L 65 33.645 C 65.022 33.059 64.807 32.489 64.403 32.065 C 63.999 31.641 63.441 31.398 62.855 31.392 C 62.276 31.396 61.723 31.636 61.325 32.057 C 60.927 32.477 60.718 33.042 60.746 33.62 L 60.746 33.645 C 60.723 34.228 60.936 34.796 61.337 35.22 C 61.739 35.644 62.295 35.888 62.879 35.896 C 63.46 35.895 64.015 35.656 64.415 35.235 C 64.815 34.815 65.026 34.248 64.999 33.668 Z M 63.2 27.21 L 65.166 27.21 L 65.166 28.914 L 63.201 28.914 Z M 72.137 29.474 L 74.293 29.474 L 77.725 33.883 L 77.725 29.474 L 80.012 29.474 L 80.012 37.815 L 77.987 37.815 L 74.424 33.239 L 74.424 37.814 L 72.137 37.814 Z M 85.064 29.474 L 91.772 29.474 L 91.772 31.44 L 87.352 31.44 L 87.352 32.703 L 91.355 32.703 L 91.355 34.526 L 87.352 34.526 L 87.352 35.848 L 91.831 35.848 L 91.831 37.814 L 85.064 37.814 Z M 98.623 31.5 L 96.121 31.5 L 96.121 29.474 L 103.437 29.474 L 103.437 31.5 L 100.935 31.5 L 100.935 37.814 L 98.623 37.814 Z M 108.072 29.474 L 110.395 29.474 L 110.395 37.815 L 108.072 37.815 Z M 108.227 27.223 L 110.252 27.223 L 110.252 28.926 L 108.227 28.926 Z M 115.495 29.474 L 117.937 29.474 L 119.927 32.703 L 121.917 29.474 L 124.359 29.474 L 124.359 37.815 L 122.06 37.815 L 122.06 33.025 L 119.927 36.289 L 119.88 36.289 L 117.759 33.049 L 117.759 37.814 L 115.495 37.814 Z M 129.459 29.474 L 131.783 29.474 L 131.783 37.815 L 129.459 37.815 Z M 129.614 27.223 L 131.639 27.223 L 131.639 28.926 L 129.614 28.926 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:11238313824,withExternalLayout:true,...addPropertyOverrides({LckiwA55n:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 104 31\"><path d=\"M 9.629 8.002 L 5.24 8.002 L 5.24 5.466 L 9.629 5.466 L 9.629 1.028 L 12.137 1.028 L 12.137 5.466 L 16.526 5.466 L 16.526 8.002 L 12.137 8.002 L 12.137 12.439 L 9.629 12.439 Z M 14.018 21.314 L 14.018 16.876 L 9.629 16.876 L 9.629 14.341 L 14.018 14.341 L 14.018 9.903 L 16.526 9.903 L 16.526 14.341 L 20.915 14.341 L 20.915 16.876 L 16.526 16.876 L 16.526 21.314 Z M 29.693 9.903 L 29.693 12.439 L 25.304 12.439 L 25.304 16.876 L 22.796 16.876 L 22.796 12.439 L 18.407 12.439 L 18.407 9.903 L 22.796 9.903 L 22.796 5.466 L 25.304 5.466 L 25.304 9.903 Z M 20.915 23.216 L 25.304 23.216 L 25.304 25.751 L 20.915 25.751 L 20.915 30.188 L 18.407 30.188 L 18.407 25.751 L 14.018 25.751 L 14.018 23.216 L 18.407 23.216 L 18.407 18.778 L 20.915 18.778 Z M 7.748 18.778 L 12.137 18.778 L 12.137 21.314 L 7.748 21.314 L 7.748 25.751 L 5.24 25.751 L 5.24 21.314 L 0.852 21.314 L 0.852 18.778 L 5.24 18.778 L 5.24 14.341 L 7.748 14.341 Z M 18.407 1.028 L 20.915 1.028 L 20.915 3.564 L 18.407 3.564 Z M 27.185 18.778 L 29.693 18.778 L 29.693 21.314 L 27.185 21.314 Z M 9.629 27.653 L 12.137 27.653 L 12.137 30.188 L 9.629 30.188 Z M 0.852 9.903 L 3.359 9.903 L 3.359 12.439 L 0.852 12.439 Z M 39.22 0.982 L 40.96 0.982 L 43.732 7.613 L 41.798 7.613 L 41.323 6.437 L 38.811 6.437 L 38.346 7.613 L 36.448 7.613 Z M 40.802 5.017 L 40.076 3.145 L 39.341 5.017 Z M 47.157 1.028 L 50.236 1.028 C 51.231 1.028 51.92 1.292 52.357 1.743 C 52.753 2.15 52.962 2.706 52.934 3.277 L 52.934 3.295 C 52.964 4.191 52.425 5.005 51.594 5.318 L 53.148 7.613 L 51.064 7.613 L 49.752 5.618 L 48.962 5.618 L 48.962 7.613 L 47.156 7.613 Z M 50.152 4.189 C 50.766 4.189 51.12 3.888 51.12 3.408 L 51.12 3.39 C 51.12 2.872 50.748 2.608 50.143 2.608 L 48.962 2.608 L 48.962 4.189 Z M 58.228 2.627 L 56.274 2.627 L 56.274 1.028 L 61.986 1.028 L 61.986 2.627 L 60.033 2.627 L 60.033 7.613 L 58.228 7.613 Z M 65.605 1.028 L 67.42 1.028 L 67.42 7.613 L 65.605 7.613 Z M 37.006 12.316 L 38.821 12.316 L 38.821 18.901 L 37.006 18.901 Z M 37.127 10.538 L 38.709 10.538 L 38.709 11.884 L 37.127 11.884 Z M 42.802 12.316 L 44.608 12.316 L 44.608 17.301 L 47.761 17.301 L 47.761 18.901 L 42.802 18.901 Z M 51.325 12.316 L 56.562 12.316 L 56.562 13.868 L 53.111 13.868 L 53.111 14.866 L 56.237 14.866 L 56.237 16.305 L 53.111 16.305 L 53.111 17.349 L 56.609 17.349 L 56.609 18.901 L 51.325 18.901 Z M 61.912 13.916 L 59.959 13.916 L 59.959 12.316 L 65.671 12.316 L 65.671 13.915 L 63.717 13.915 L 63.717 18.901 L 61.912 18.901 Z M 69.29 12.316 L 71.104 12.316 L 71.104 18.901 L 69.29 18.901 Z M 69.411 10.538 L 70.992 10.538 L 70.992 11.884 L 69.411 11.884 Z M 76.147 19.926 L 76.854 18.948 C 76.017 18.839 75.23 18.483 74.593 17.922 L 75.598 16.709 C 76.191 17.211 76.937 17.49 77.71 17.499 C 78.194 17.499 78.454 17.33 78.454 17.048 L 78.454 17.029 C 78.454 16.756 78.24 16.606 77.356 16.399 C 75.97 16.079 74.9 15.684 74.9 14.329 L 74.9 14.311 C 74.9 13.088 75.858 12.203 77.421 12.203 C 78.388 12.166 79.338 12.476 80.101 13.078 L 79.198 14.367 C 78.669 13.97 78.033 13.743 77.375 13.718 C 76.938 13.718 76.724 13.906 76.724 14.141 L 76.724 14.16 C 76.724 14.461 76.947 14.593 77.849 14.799 C 79.347 15.129 80.277 15.618 80.277 16.85 L 80.277 16.869 C 80.277 18.082 79.412 18.854 78.082 18.986 L 77.551 20.528 Z M 83.981 12.316 L 85.795 12.316 L 85.795 18.901 L 83.981 18.901 Z M 84.102 10.538 L 85.683 10.538 L 85.683 11.884 L 84.102 11.884 Z M 89.777 12.316 L 91.684 12.316 L 93.238 14.865 L 94.791 12.317 L 96.698 12.317 L 96.698 18.901 L 94.903 18.901 L 94.903 15.119 L 93.238 17.697 L 93.201 17.697 L 91.544 15.138 L 91.544 18.901 L 89.777 18.901 Z M 38.848 27.724 L 36.374 23.604 L 38.43 23.604 L 39.769 26.003 L 41.118 23.604 L 43.137 23.604 L 40.662 27.696 L 40.662 30.188 L 38.848 30.188 Z M 46.263 26.915 L 46.263 26.897 C 46.329 24.99 47.874 23.477 49.761 23.472 C 51.649 23.467 53.202 24.971 53.278 26.877 L 53.278 26.897 C 53.212 28.803 51.667 30.316 49.779 30.321 C 47.892 30.326 46.339 28.822 46.263 26.915 Z M 47.994 21.817 L 49.529 21.817 L 49.529 23.162 L 47.994 23.162 Z M 51.436 26.915 L 51.436 26.897 C 51.454 26.434 51.286 25.984 50.971 25.65 C 50.655 25.315 50.219 25.123 49.762 25.118 C 49.309 25.121 48.878 25.311 48.567 25.643 C 48.256 25.975 48.093 26.421 48.115 26.877 L 48.115 26.897 C 48.097 27.357 48.263 27.806 48.577 28.14 C 48.89 28.475 49.324 28.668 49.78 28.674 C 50.234 28.673 50.667 28.485 50.98 28.152 C 51.292 27.82 51.457 27.373 51.436 26.915 Z M 50.031 21.817 L 51.566 21.817 L 51.566 23.162 L 50.032 23.162 Z M 57.009 23.604 L 58.693 23.604 L 61.373 27.084 L 61.373 23.604 L 63.159 23.604 L 63.159 30.189 L 61.577 30.189 L 58.795 26.576 L 58.795 30.188 L 57.009 30.188 Z M 67.104 23.604 L 72.342 23.604 L 72.342 25.156 L 68.89 25.156 L 68.89 26.153 L 72.016 26.153 L 72.016 27.592 L 68.89 27.592 L 68.89 28.636 L 72.388 28.636 L 72.388 30.188 L 67.104 30.188 Z M 77.691 25.203 L 75.737 25.203 L 75.737 23.604 L 81.45 23.604 L 81.45 25.203 L 79.496 25.203 L 79.496 30.188 L 77.691 30.188 Z M 85.069 23.604 L 86.883 23.604 L 86.883 30.189 L 85.069 30.189 Z M 85.19 21.827 L 86.771 21.827 L 86.771 23.172 L 85.19 23.172 Z M 90.865 23.604 L 92.772 23.604 L 94.326 26.153 L 95.88 23.604 L 97.787 23.604 L 97.787 30.189 L 95.991 30.189 L 95.991 26.407 L 94.326 28.985 L 94.289 28.985 L 92.633 26.426 L 92.633 30.188 L 90.865 30.188 Z M 101.769 23.604 L 103.583 23.604 L 103.583 30.189 L 101.769 30.189 Z M 101.89 21.827 L 103.472 21.827 L 103.472 23.172 L 101.89 23.172 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:11394971176},QfJtvLaHB:{svgContentId:9926085442}},baseVariant,gestureVariant)}),isDisplayed11()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1dol0c2\",\"data-framer-name\":\"Oggusto\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"dBdtWSujN\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 152 26\"><path d=\"M 30.61 18.177 L 30.618 18.177 L 30.618 18.185 Z M 30.618 18.177 L 30.618 17.617 L 40.066 17.617 L 40.066 18.169 L 37.384 18.169 L 37.384 21.825 C 37.384 22.085 37.259 22.329 37.065 22.494 C 35.763 23.597 32.972 25.906 28.264 25.906 C 24.437 25.906 21.194 24.117 19.3 20.761 C 17.312 23.889 14.148 25.906 10.71 25.906 C 4.981 25.906 0 20.32 0 13.308 C 0 6.296 4.981 0.71 10.71 0.71 C 14.249 0.71 17.523 2.853 19.487 6.17 C 21.459 2.86 24.725 0.717 28.272 0.717 C 32.006 0.717 33.658 3.042 34.781 3.042 C 35.802 3.042 35.966 2.183 35.966 1.324 L 36.511 1.324 L 36.511 8.636 L 35.966 8.636 C 35.833 4.98 32.512 1.245 28.272 1.245 C 22.247 1.245 21.436 8.888 21.436 13.308 C 21.436 17.728 22.254 25.37 28.28 25.37 C 31.53 25.37 33.728 24.314 33.728 21.194 L 33.728 18.177 Z M 17.554 13.308 C 17.554 8.825 16.743 1.245 10.71 1.245 C 4.677 1.245 3.866 8.825 3.866 13.308 C 3.866 17.791 4.685 25.37 10.71 25.37 C 16.736 25.37 17.554 17.791 17.554 13.308 Z M 54.751 18.177 L 54.775 18.177 L 54.775 18.193 L 54.759 18.193 Z M 54.775 18.177 L 54.775 17.625 L 64.222 17.625 L 64.222 18.177 L 61.541 18.177 L 61.541 21.833 C 61.541 22.093 61.416 22.337 61.221 22.502 C 59.919 23.605 57.129 25.914 52.421 25.914 C 46.356 25.914 41.71 21.399 41.71 13.316 C 41.71 6.303 46.699 0.717 52.421 0.717 C 56.154 0.717 57.807 3.042 58.929 3.042 C 59.95 3.042 60.114 2.183 60.114 1.324 L 60.66 1.324 L 60.66 8.636 L 60.114 8.636 C 59.982 4.98 56.661 1.245 52.421 1.245 C 46.395 1.245 45.577 8.888 45.577 13.308 C 45.577 17.728 46.395 25.37 52.421 25.37 C 55.671 25.37 57.869 24.314 57.869 21.194 L 57.869 18.177 Z M 80.435 1.261 L 88.293 1.261 L 88.293 1.813 L 86.78 1.813 C 85.323 1.813 84.949 2.427 84.949 4.168 L 84.949 18.39 C 84.949 23.731 81.16 25.922 76.647 25.922 C 71.042 25.922 67.426 24.59 67.426 19.138 L 67.426 1.813 L 64.199 1.813 L 64.199 1.261 L 74.464 1.261 L 74.464 1.813 L 70.879 1.813 L 70.879 19.713 C 70.879 23.621 73.802 25.362 76.678 25.362 C 81.417 25.362 84.403 23.07 84.403 17.972 L 84.403 4.137 C 84.403 2.285 83.81 1.813 82.329 1.813 L 80.435 1.813 Z M 105.051 18.067 C 105.051 22.55 102.604 25.906 97.693 25.906 C 94.302 25.906 92.51 24.133 91.255 24.133 C 90.436 24.133 90.405 24.992 90.405 25.575 L 89.859 25.575 L 89.859 16.908 L 90.405 16.908 C 90.405 22.66 93.765 25.37 97.826 25.37 C 101.084 25.37 103.415 23.274 103.415 20.194 C 103.415 16.648 101.583 15.577 97.693 14.962 C 92.377 14.104 89.867 13.221 89.867 7.462 C 89.867 3.554 92.393 0.71 96.197 0.71 C 99.689 0.71 101.006 2.805 102.16 2.805 C 102.947 2.805 103.033 1.947 103.142 1.505 L 103.672 1.505 L 103.672 8.699 L 103.126 8.699 C 102.822 4.783 100.718 1.261 96.173 1.261 C 93.297 1.261 91.27 3.254 91.27 6.327 C 91.27 9.4 92.432 10.093 98.052 11.117 C 103.009 12.008 105.036 13.631 105.051 18.067 Z M 107.554 8.352 L 107.554 1.261 L 128.319 1.261 L 128.319 8.352 L 127.774 8.352 C 127.774 2.734 126.409 1.813 120.415 1.813 L 119.675 1.813 L 119.675 25.354 L 123.159 25.354 L 123.159 25.906 L 112.722 25.906 L 112.722 25.354 L 116.206 25.354 L 116.206 1.813 L 115.497 1.813 C 109.456 1.813 108.107 2.734 108.107 8.352 Z M 151.454 13.308 C 151.454 20.32 146.473 25.906 140.744 25.906 C 135.015 25.906 130.034 20.32 130.034 13.308 C 130.034 6.296 135.015 0.71 140.744 0.71 C 146.473 0.71 151.454 6.296 151.454 13.308 Z M 147.588 13.308 C 147.588 8.825 146.77 1.245 140.744 1.245 C 134.719 1.245 133.9 8.825 133.9 13.308 C 133.9 17.791 134.719 25.37 140.744 25.37 C 146.77 25.37 147.588 17.791 147.588 13.308 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:10804769924,withExternalLayout:true,...addPropertyOverrides({ajWb5G44c:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 117 20\"><path d=\"M 23.562 14.692 L 23.568 14.692 L 23.568 14.698 Z M 23.568 14.692 L 23.568 14.261 L 30.84 14.261 L 30.84 14.686 L 28.776 14.686 L 28.776 17.498 C 28.776 17.698 28.68 17.886 28.53 18.013 C 27.528 18.861 25.38 20.637 21.756 20.637 C 18.81 20.637 16.314 19.261 14.856 16.68 C 13.326 19.086 10.89 20.637 8.244 20.637 C 3.834 20.637 0 16.34 0 10.946 C 0 5.552 3.834 1.255 8.244 1.255 C 10.968 1.255 13.488 2.904 15 5.455 C 16.518 2.91 19.032 1.261 21.762 1.261 C 24.636 1.261 25.908 3.049 26.772 3.049 C 27.558 3.049 27.684 2.389 27.684 1.728 L 28.104 1.728 L 28.104 7.352 L 27.684 7.352 C 27.582 4.54 25.026 1.667 21.762 1.667 C 17.124 1.667 16.5 7.546 16.5 10.946 C 16.5 14.346 17.13 20.225 21.768 20.225 C 24.27 20.225 25.962 19.413 25.962 17.013 L 25.962 14.692 Z M 13.512 10.946 C 13.512 7.498 12.888 1.667 8.244 1.667 C 3.6 1.667 2.976 7.498 2.976 10.946 C 2.976 14.395 3.606 20.225 8.244 20.225 C 12.882 20.225 13.512 14.395 13.512 10.946 Z M 42.144 14.692 L 42.162 14.692 L 42.162 14.704 L 42.15 14.704 Z M 42.162 14.692 L 42.162 14.267 L 49.434 14.267 L 49.434 14.692 L 47.37 14.692 L 47.37 17.504 C 47.37 17.704 47.274 17.892 47.124 18.019 C 46.122 18.867 43.974 20.643 40.35 20.643 C 35.682 20.643 32.106 17.171 32.106 10.952 C 32.106 5.558 35.946 1.261 40.35 1.261 C 43.224 1.261 44.496 3.049 45.36 3.049 C 46.146 3.049 46.272 2.389 46.272 1.728 L 46.692 1.728 L 46.692 7.352 L 46.272 7.352 C 46.17 4.54 43.614 1.667 40.35 1.667 C 35.712 1.667 35.082 7.546 35.082 10.946 C 35.082 14.346 35.712 20.225 40.35 20.225 C 42.852 20.225 44.544 19.413 44.544 17.013 L 44.544 14.692 Z M 61.914 1.68 L 67.962 1.68 L 67.962 2.104 L 66.798 2.104 C 65.676 2.104 65.388 2.577 65.388 3.916 L 65.388 14.855 C 65.388 18.964 62.472 20.649 58.998 20.649 C 54.684 20.649 51.9 19.625 51.9 15.431 L 51.9 2.104 L 49.416 2.104 L 49.416 1.68 L 57.318 1.68 L 57.318 2.104 L 54.558 2.104 L 54.558 15.874 C 54.558 18.88 56.808 20.219 59.022 20.219 C 62.67 20.219 64.968 18.455 64.968 14.534 L 64.968 3.892 C 64.968 2.467 64.512 2.104 63.372 2.104 L 61.914 2.104 Z M 80.862 14.607 C 80.862 18.055 78.978 20.637 75.198 20.637 C 72.588 20.637 71.208 19.274 70.242 19.274 C 69.612 19.274 69.588 19.934 69.588 20.383 L 69.168 20.383 L 69.168 13.716 L 69.588 13.716 C 69.588 18.14 72.174 20.225 75.3 20.225 C 77.808 20.225 79.602 18.613 79.602 16.243 C 79.602 13.516 78.192 12.692 75.198 12.219 C 71.106 11.558 69.174 10.88 69.174 6.449 C 69.174 3.443 71.118 1.255 74.046 1.255 C 76.734 1.255 77.748 2.867 78.636 2.867 C 79.242 2.867 79.308 2.207 79.392 1.867 L 79.8 1.867 L 79.8 7.401 L 79.38 7.401 C 79.146 4.389 77.526 1.68 74.028 1.68 C 71.814 1.68 70.254 3.213 70.254 5.577 C 70.254 7.94 71.148 8.474 75.474 9.261 C 79.29 9.946 80.85 11.195 80.862 14.607 Z M 82.788 7.134 L 82.788 1.68 L 98.772 1.68 L 98.772 7.134 L 98.352 7.134 C 98.352 2.813 97.302 2.104 92.688 2.104 L 92.118 2.104 L 92.118 20.213 L 94.8 20.213 L 94.8 20.637 L 86.766 20.637 L 86.766 20.213 L 89.448 20.213 L 89.448 2.104 L 88.902 2.104 C 84.252 2.104 83.214 2.813 83.214 7.134 Z M 116.58 10.946 C 116.58 16.34 112.746 20.637 108.336 20.637 C 103.926 20.637 100.092 16.34 100.092 10.946 C 100.092 5.552 103.926 1.255 108.336 1.255 C 112.746 1.255 116.58 5.552 116.58 10.946 Z M 113.604 10.946 C 113.604 7.498 112.974 1.667 108.336 1.667 C 103.698 1.667 103.068 7.498 103.068 10.946 C 103.068 14.395 103.698 20.225 108.336 20.225 C 112.974 20.225 113.604 14.395 113.604 10.946 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:12848432895},o9jZFBIBw:{svgContentId:10512324914}},baseVariant,gestureVariant)}),isDisplayed12()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1nld2w7\",\"data-framer-name\":\"Veggie Option\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"NWPSaprSk\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 89 53\"><path d=\"M 63.86 11.812 L 65.916 11.812 C 68.057 11.812 68.695 11.697 68.925 11.524 C 69.013 11.465 69.1 11.351 69.1 10.975 C 69.1 10.166 68.548 9.152 66.873 9.152 C 65.198 9.152 63.689 10.714 63.661 11.67 C 63.661 11.729 63.661 11.816 63.864 11.816 Z M 69.473 12.676 L 64.118 12.676 C 63.363 12.676 63.336 12.735 63.336 13.458 C 63.336 16.379 65.043 18.869 68.139 18.869 C 69.096 18.869 69.906 18.581 70.803 17.452 C 71 17.376 71.222 17.473 71.299 17.67 C 71.315 17.709 71.323 17.757 71.323 17.8 C 70.366 19.765 68.286 20.491 66.782 20.491 C 65.16 20.544 63.607 19.837 62.585 18.582 C 61.776 17.495 61.349 16.173 61.371 14.82 C 61.371 11.26 63.713 8.28 67.187 8.28 C 69.676 8.28 71.295 9.985 71.295 11.721 C 71.311 11.978 71.272 12.235 71.18 12.475 C 71.093 12.649 70.688 12.676 69.473 12.676 Z M 56.71 2.031 C 57.512 2.031 58.159 2.678 58.159 3.476 L 58.159 3.535 C 58.174 4.363 57.513 5.047 56.682 5.062 C 55.851 5.077 55.165 4.418 55.15 3.59 C 55.133 3.192 55.275 2.804 55.545 2.511 C 55.816 2.218 56.192 2.044 56.591 2.027 L 56.71 2.027 Z M 55.757 16.845 L 55.757 11.78 C 55.757 10.652 55.757 10.506 54.975 9.989 L 54.714 9.814 C 54.591 9.659 54.603 9.437 54.741 9.294 C 55.772 8.904 56.769 8.43 57.722 7.877 C 57.848 7.858 57.97 7.931 58.012 8.05 C 57.941 9.245 57.903 10.441 57.897 11.638 L 57.897 16.845 C 57.897 18.929 57.957 19.217 58.997 19.363 L 59.604 19.45 C 59.694 19.552 59.739 19.685 59.729 19.82 C 59.719 19.955 59.655 20.08 59.552 20.168 L 59.545 20.176 C 58.639 20.115 57.732 20.086 56.825 20.089 C 55.812 20.089 54.915 20.117 54.106 20.176 C 54.002 20.09 53.936 19.967 53.924 19.832 C 53.912 19.698 53.955 19.565 54.042 19.462 L 54.05 19.454 L 54.658 19.367 C 55.73 19.221 55.757 18.933 55.757 16.848 Z M 46.293 15.743 C 47.857 15.743 48.667 14.5 48.667 12.735 C 48.667 10.77 47.857 9.12 46.091 9.12 C 44.701 9.12 43.661 10.395 43.661 12.361 C 43.661 14.413 44.904 15.748 46.293 15.748 Z M 47.857 21.013 L 46.873 21.013 C 45.947 21.013 44.789 21.072 44.384 21.332 C 43.543 21.861 43.021 22.773 42.994 23.764 C 42.994 25.327 44.237 26.63 46.873 26.63 C 49.508 26.63 51.156 25.181 51.156 23.535 C 51.156 21.77 49.941 21.016 47.857 21.016 Z M 50.576 9.321 L 52.919 9.321 C 53.237 9.467 53.181 10.451 52.744 10.51 L 50.66 10.51 C 50.708 10.999 50.728 11.492 50.719 11.985 C 50.719 13.983 49.532 16.588 45.856 16.588 C 45.336 16.588 44.932 16.529 44.582 16.501 C 44.237 16.702 43.308 17.255 43.308 18.092 C 43.308 18.759 43.975 19.307 45.332 19.307 C 46.317 19.307 47.504 19.221 48.774 19.221 C 50.394 19.221 52.824 19.509 52.824 22.402 C 52.824 25.556 49.382 27.869 45.618 27.869 C 42.057 27.869 40.815 25.958 40.815 24.514 C 40.79 24.131 40.903 23.752 41.132 23.444 C 41.625 22.923 42.434 22.169 43.102 21.507 C 43.363 21.246 43.593 20.985 43.332 20.811 C 42.204 20.523 41.219 19.537 41.219 18.526 C 41.219 18.381 41.335 18.266 41.652 18.033 C 42.212 17.65 42.728 17.199 43.184 16.702 C 43.332 16.549 43.431 16.359 43.475 16.154 C 42.146 15.488 41.307 14.134 41.303 12.653 C 41.303 10.166 43.443 8.284 46.019 8.284 C 46.975 8.291 47.919 8.488 48.798 8.863 C 49.723 9.27 49.926 9.325 50.565 9.325 Z M 33.387 15.743 C 34.951 15.743 35.761 14.5 35.761 12.735 C 35.761 10.77 34.951 9.12 33.184 9.12 C 31.796 9.12 30.755 10.395 30.755 12.361 C 30.755 14.413 31.998 15.748 33.387 15.748 Z M 34.95 21.012 L 33.966 21.012 C 33.041 21.012 31.882 21.071 31.476 21.331 C 30.636 21.86 30.115 22.772 30.088 23.763 C 30.088 25.326 31.33 26.629 33.966 26.629 C 36.602 26.629 38.249 25.181 38.249 23.534 C 38.249 21.77 37.035 21.016 34.95 21.016 Z M 37.67 9.32 L 40.012 9.32 C 40.329 9.467 40.274 10.45 39.838 10.509 L 37.753 10.509 C 37.8 10.998 37.82 11.491 37.813 11.984 C 37.813 13.982 36.626 16.588 32.95 16.588 C 32.429 16.588 32.024 16.528 31.675 16.5 C 31.33 16.702 30.402 17.254 30.402 18.091 C 30.402 18.758 31.068 19.307 32.426 19.307 C 33.41 19.307 34.597 19.22 35.868 19.22 C 37.487 19.22 39.92 19.509 39.92 22.401 C 39.92 25.555 36.478 27.868 32.716 27.868 C 29.154 27.868 27.912 25.957 27.912 24.513 C 27.888 24.131 27.999 23.752 28.229 23.443 C 28.722 22.923 29.531 22.169 30.198 21.506 C 30.461 21.245 30.691 20.984 30.428 20.811 C 29.3 20.522 28.317 19.536 28.317 18.525 C 28.317 18.38 28.432 18.265 28.75 18.032 C 29.31 17.65 29.825 17.199 30.282 16.702 C 30.428 16.548 30.527 16.358 30.572 16.153 C 29.244 15.487 28.404 14.134 28.4 12.652 C 28.4 10.165 30.54 8.283 33.116 8.283 C 34.072 8.29 35.017 8.487 35.895 8.862 C 36.82 9.269 37.023 9.324 37.662 9.324 L 37.669 9.32 Z M 19.151 11.813 L 21.207 11.813 C 23.347 11.813 23.986 11.699 24.216 11.525 C 24.304 11.465 24.391 11.351 24.391 10.976 C 24.391 10.167 23.844 9.152 22.164 9.152 C 20.485 9.152 18.98 10.715 18.952 11.671 C 18.952 11.73 18.952 11.816 19.155 11.816 L 19.151 11.812 Z M 24.764 12.677 L 19.409 12.677 C 18.654 12.677 18.627 12.736 18.627 13.459 C 18.627 16.38 20.334 18.87 23.43 18.87 C 24.388 18.87 25.197 18.582 26.094 17.453 C 26.291 17.377 26.513 17.474 26.59 17.67 C 26.606 17.71 26.614 17.758 26.614 17.8 C 25.657 19.766 23.577 20.492 22.073 20.492 C 20.451 20.544 18.899 19.838 17.876 18.583 C 17.067 17.496 16.64 16.174 16.662 14.821 C 16.662 11.26 19.004 8.281 22.478 8.281 C 24.967 8.281 26.587 9.986 26.587 11.721 C 26.602 11.978 26.563 12.235 26.471 12.476 C 26.384 12.65 25.979 12.677 24.764 12.677 Z M 8.095 16.612 L 3.002 4.056 C 2.334 2.438 1.901 1.83 0.655 1.684 L 0.135 1.624 C 0.046 1.531 -0.003 1.407 0 1.278 C 0.003 1.149 0.057 1.027 0.151 0.938 C 0.164 0.926 0.18 0.914 0.191 0.903 C 1.029 0.961 1.958 0.989 3.2 0.989 C 4.443 0.989 5.487 0.961 6.702 0.903 C 6.92 1.084 6.948 1.403 6.765 1.617 L 6.758 1.624 L 6.325 1.684 C 5.225 1.829 4.995 2.004 4.963 2.232 C 5.365 3.609 5.847 4.961 6.409 6.282 C 7.738 9.637 9.072 12.965 10.517 16.264 C 11.415 14.354 12.629 11.374 13.296 9.843 C 14.134 7.877 15.495 4.605 15.988 3.362 C 16.147 3.006 16.234 2.623 16.25 2.232 C 16.25 2.031 15.96 1.798 14.948 1.684 L 14.427 1.624 C 14.338 1.523 14.293 1.389 14.303 1.254 C 14.312 1.119 14.376 0.994 14.479 0.906 C 14.479 0.906 14.483 0.903 14.486 0.898 C 15.297 0.958 16.397 0.985 17.497 0.985 C 18.453 0.985 19.35 0.958 20.303 0.898 C 20.493 1.094 20.518 1.396 20.362 1.621 L 19.493 1.679 C 18.848 1.732 18.278 2.117 17.989 2.694 C 16.791 4.853 15.709 7.075 14.749 9.349 L 13.185 12.91 C 12.026 15.57 10.668 18.929 10.176 20.461 C 10.081 20.52 9.97 20.55 9.858 20.547 C 9.71 20.546 9.563 20.517 9.425 20.461 C 9.06 19.152 8.616 17.867 8.096 16.612 Z M 77.243 42.217 L 77.243 37.165 C 77.243 36.039 77.243 35.893 76.46 35.372 L 76.198 35.199 C 76.076 35.043 76.087 34.82 76.226 34.678 C 77.237 34.307 78.207 33.833 79.12 33.264 C 79.259 33.264 79.382 33.34 79.438 33.466 C 79.378 34.129 79.378 34.563 79.378 34.824 C 79.374 34.904 79.403 34.983 79.457 35.042 C 79.512 35.101 79.588 35.136 79.668 35.139 L 79.7 35.139 C 80.914 34.39 82.276 33.667 83.753 33.667 C 86.155 33.667 87.139 35.314 87.139 37.247 L 87.139 42.213 C 87.139 44.293 87.199 44.581 88.239 44.723 L 88.874 44.81 C 88.963 44.911 89.008 45.043 88.999 45.177 C 88.99 45.311 88.928 45.436 88.826 45.525 C 88.826 45.525 88.819 45.528 88.819 45.532 C 87.912 45.471 87.004 45.443 86.095 45.446 C 85.079 45.446 84.186 45.473 83.404 45.532 C 83.189 45.353 83.158 45.034 83.336 44.818 C 83.336 44.818 83.34 44.81 83.344 44.81 L 83.896 44.723 C 84.968 44.55 84.995 44.289 84.995 42.213 L 84.995 37.91 C 84.995 36.265 84.241 35.053 82.272 35.053 C 81.173 35.053 80.216 35.515 79.811 36.063 C 79.434 36.552 79.378 36.959 79.378 37.796 L 79.378 42.213 C 79.378 44.293 79.438 44.55 80.478 44.723 L 80.998 44.81 C 81.087 44.911 81.132 45.043 81.123 45.177 C 81.114 45.311 81.052 45.436 80.95 45.525 C 80.95 45.525 80.943 45.528 80.943 45.532 C 80.065 45.47 79.186 45.441 78.306 45.446 C 77.29 45.446 76.396 45.473 75.582 45.532 C 75.367 45.353 75.338 45.034 75.516 44.818 C 75.516 44.818 75.519 44.81 75.523 44.81 L 76.131 44.723 C 77.203 44.577 77.23 44.289 77.23 42.213 Z M 70.903 40.109 C 70.903 37.654 69.918 34.536 67.167 34.536 C 65.257 34.536 63.837 36.356 63.837 39.529 C 63.837 42.158 65.023 44.984 67.572 44.984 C 70.121 44.984 70.902 42.328 70.902 40.106 L 70.902 40.109 Z M 67.516 33.667 C 70.76 33.667 73.392 36.091 73.392 39.643 C 73.392 43.196 70.903 45.852 67.282 45.852 C 63.952 45.852 61.347 43.515 61.347 39.904 C 61.247 36.561 63.896 33.77 67.258 33.672 L 67.512 33.672 Z M 56.686 27.436 C 57.488 27.436 58.135 28.078 58.135 28.875 L 58.135 28.935 C 58.136 29.332 57.978 29.713 57.697 29.995 C 57.415 30.276 57.033 30.434 56.635 30.434 C 55.821 30.434 55.154 29.8 55.126 28.989 C 55.094 28.162 55.741 27.464 56.571 27.431 L 56.69 27.431 L 56.686 27.435 Z M 55.73 42.217 L 55.73 37.165 C 55.73 36.039 55.73 35.893 54.947 35.372 L 54.686 35.199 C 54.563 35.043 54.574 34.821 54.713 34.678 C 55.745 34.291 56.742 33.818 57.695 33.264 C 57.821 33.246 57.942 33.319 57.985 33.439 C 57.914 34.631 57.875 35.825 57.87 37.019 L 57.87 42.217 C 57.87 44.297 57.929 44.585 58.969 44.727 L 59.576 44.814 C 59.665 44.915 59.71 45.047 59.701 45.181 C 59.692 45.315 59.63 45.44 59.528 45.528 C 59.528 45.528 59.521 45.532 59.521 45.536 C 58.614 45.475 57.706 45.446 56.797 45.45 C 55.888 45.446 54.98 45.475 54.074 45.536 C 53.859 45.357 53.829 45.038 54.006 44.822 C 54.006 44.822 54.011 44.814 54.014 44.814 L 54.622 44.727 C 55.694 44.582 55.722 44.293 55.722 42.217 Z M 52.49 35.285 L 49.219 35.285 C 48.727 35.285 48.699 35.372 48.699 35.98 L 48.699 41.38 C 48.699 43.053 48.902 44.585 50.811 44.585 C 51.078 44.584 51.343 44.534 51.593 44.44 C 51.855 44.352 52.228 44.037 52.315 44.037 C 52.545 44.037 52.665 44.352 52.605 44.526 C 51.832 45.385 50.723 45.869 49.564 45.852 C 47.075 45.852 46.555 44.466 46.555 42.734 L 46.555 36.123 C 46.555 35.345 46.528 35.285 45.947 35.285 L 45.138 35.285 C 44.968 35.129 44.931 34.876 45.051 34.678 C 45.717 34.492 46.345 34.188 46.904 33.781 C 47.393 33.277 47.802 32.702 48.12 32.076 C 48.262 32.016 48.611 32.016 48.727 32.221 L 48.727 33.521 C 48.727 34.041 48.754 34.07 49.247 34.07 L 52.462 34.07 C 52.775 34.409 52.787 34.927 52.49 35.281 L 52.49 35.285 Z M 34.229 37.567 L 34.229 42.533 C 34.17 43.227 34.506 43.895 35.098 44.265 C 35.715 44.676 36.44 44.896 37.182 44.901 C 39.556 44.901 40.946 42.706 40.946 39.703 C 40.946 37.393 39.643 35.053 37.035 35.053 C 36.142 35.005 35.264 35.294 34.574 35.862 C 34.312 36.178 34.225 36.611 34.225 37.567 Z M 32.088 49.579 L 32.088 37.165 C 32.088 36.039 32.088 35.893 31.305 35.372 L 31.044 35.199 C 30.921 35.043 30.933 34.821 31.071 34.678 C 32.073 34.248 33.033 33.726 33.938 33.118 C 34.087 33.1 34.229 33.182 34.287 33.32 C 34.227 33.76 34.189 34.203 34.172 34.646 C 34.172 34.847 34.232 35.021 34.434 35.021 C 34.811 34.847 36.633 33.664 38.487 33.664 C 41.414 33.664 43.295 36.032 43.295 38.949 C 43.295 42.963 40.341 45.848 36.233 45.848 C 35.7 45.848 35.169 45.809 34.641 45.733 C 34.378 45.793 34.236 45.935 34.236 46.543 L 34.236 49.574 C 34.236 51.623 34.295 51.883 35.335 52.029 L 36.463 52.175 C 36.552 52.276 36.597 52.408 36.588 52.542 C 36.579 52.676 36.517 52.801 36.415 52.89 C 36.415 52.89 36.408 52.893 36.408 52.897 C 35.017 52.838 34.176 52.811 33.164 52.811 C 32.151 52.811 31.254 52.838 30.44 52.898 C 30.225 52.718 30.195 52.399 30.373 52.183 C 30.373 52.183 30.377 52.175 30.381 52.175 L 30.988 52.088 C 32.06 51.943 32.088 51.655 32.088 49.578 Z M 19.373 45.016 C 22.846 45.016 26.149 42.419 26.149 36.731 C 26.149 31.968 24.037 26.828 18.507 26.828 C 15.498 26.828 11.588 28.877 11.588 35.2 C 11.588 39.474 13.672 45.016 19.376 45.016 Z M 18.995 45.912 C 12.568 45.912 8.69 41.321 8.69 36.123 C 8.69 30.349 13.032 25.931 18.995 25.931 C 25.684 25.931 29.043 30.755 29.043 35.835 C 29.043 41.669 24.585 45.912 18.995 45.912 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:9380483425,withExternalLayout:true,...addPropertyOverrides({GmC2KxNk5:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 75 44\"><path d=\"M 53.591 9.806 L 55.3 9.806 C 57.079 9.806 57.61 9.711 57.801 9.567 C 57.874 9.518 57.947 9.423 57.947 9.111 C 57.947 8.44 57.487 7.597 56.095 7.597 C 54.703 7.597 53.449 8.895 53.426 9.688 C 53.426 9.737 53.426 9.809 53.594 9.809 Z M 58.257 10.524 L 53.805 10.524 C 53.178 10.524 53.155 10.573 53.155 11.173 C 53.155 13.598 54.574 15.665 57.148 15.665 C 57.943 15.665 58.616 15.426 59.362 14.489 C 59.526 14.425 59.71 14.506 59.774 14.669 C 59.787 14.702 59.794 14.741 59.794 14.777 C 58.999 16.409 57.27 17.011 56.019 17.011 C 54.672 17.055 53.381 16.469 52.532 15.426 C 51.859 14.524 51.504 13.426 51.522 12.303 C 51.522 9.348 53.469 6.874 56.356 6.874 C 58.425 6.874 59.771 8.289 59.771 9.73 C 59.784 9.944 59.751 10.157 59.675 10.357 C 59.603 10.501 59.266 10.524 58.257 10.524 Z M 47.649 1.686 C 48.315 1.686 48.853 2.223 48.853 2.886 L 48.853 2.935 C 48.865 3.622 48.316 4.19 47.625 4.203 C 46.934 4.215 46.364 3.668 46.351 2.981 C 46.337 2.65 46.456 2.328 46.68 2.085 C 46.905 1.841 47.218 1.697 47.55 1.683 L 47.649 1.683 Z M 46.856 13.984 L 46.856 9.78 C 46.856 8.843 46.856 8.722 46.206 8.293 L 45.989 8.148 C 45.887 8.018 45.897 7.834 46.012 7.716 C 46.869 7.392 47.698 6.998 48.49 6.539 C 48.594 6.524 48.695 6.584 48.731 6.683 C 48.672 7.675 48.64 8.668 48.635 9.662 L 48.635 13.985 C 48.635 15.715 48.685 15.954 49.549 16.075 L 50.054 16.147 C 50.128 16.231 50.166 16.342 50.157 16.454 C 50.149 16.566 50.096 16.671 50.011 16.744 L 50.004 16.75 C 49.252 16.699 48.498 16.675 47.744 16.678 C 46.902 16.678 46.157 16.701 45.484 16.75 C 45.397 16.679 45.343 16.576 45.333 16.465 C 45.323 16.353 45.358 16.242 45.431 16.157 L 45.437 16.151 L 45.943 16.078 C 46.833 15.957 46.856 15.718 46.856 13.987 Z M 38.99 13.07 C 40.29 13.07 40.964 12.038 40.964 10.573 C 40.964 8.941 40.29 7.571 38.822 7.571 C 37.667 7.571 36.803 8.63 36.803 10.262 C 36.803 11.965 37.836 13.074 38.99 13.074 Z M 40.29 17.444 L 39.472 17.444 C 38.703 17.444 37.74 17.494 37.403 17.71 C 36.704 18.149 36.271 18.906 36.248 19.728 C 36.248 21.026 37.282 22.108 39.472 22.108 C 41.663 22.108 43.032 20.905 43.032 19.539 C 43.032 18.073 42.022 17.448 40.29 17.448 Z M 42.55 7.738 L 44.497 7.738 C 44.762 7.86 44.715 8.676 44.352 8.725 L 42.62 8.725 C 42.66 9.131 42.676 9.541 42.669 9.95 C 42.669 11.609 41.683 13.771 38.627 13.771 C 38.195 13.771 37.859 13.722 37.569 13.699 C 37.282 13.866 36.509 14.325 36.509 15.019 C 36.509 15.574 37.063 16.029 38.192 16.029 C 39.01 16.029 39.996 15.957 41.052 15.957 C 42.399 15.957 44.418 16.196 44.418 18.598 C 44.418 21.216 41.558 23.137 38.429 23.137 C 35.47 23.137 34.437 21.55 34.437 20.351 C 34.417 20.033 34.51 19.719 34.701 19.463 C 35.11 19.031 35.783 18.405 36.338 17.854 C 36.555 17.638 36.747 17.422 36.529 17.277 C 35.592 17.038 34.773 16.219 34.773 15.38 C 34.773 15.259 34.869 15.164 35.133 14.971 C 35.599 14.653 36.027 14.279 36.407 13.866 C 36.529 13.738 36.611 13.581 36.648 13.411 C 35.544 12.858 34.846 11.734 34.843 10.504 C 34.843 8.44 36.622 6.877 38.762 6.877 C 39.557 6.883 40.342 7.047 41.072 7.358 C 41.841 7.696 42.01 7.742 42.541 7.742 Z M 28.263 13.07 C 29.563 13.07 30.237 12.038 30.237 10.573 C 30.237 8.941 29.563 7.571 28.095 7.571 C 26.941 7.571 26.076 8.63 26.076 10.262 C 26.076 11.965 27.109 13.074 28.263 13.074 Z M 29.562 17.444 L 28.744 17.444 C 27.976 17.444 27.012 17.493 26.675 17.709 C 25.977 18.148 25.544 18.905 25.521 19.728 C 25.521 21.025 26.554 22.107 28.744 22.107 C 30.935 22.107 32.305 20.905 32.305 19.538 C 32.305 18.073 31.295 17.447 29.562 17.447 Z M 31.823 7.738 L 33.77 7.738 C 34.034 7.859 33.988 8.675 33.625 8.724 L 31.892 8.724 C 31.932 9.131 31.948 9.54 31.942 9.949 C 31.942 11.608 30.955 13.771 27.9 13.771 C 27.468 13.771 27.131 13.721 26.841 13.698 C 26.554 13.865 25.782 14.324 25.782 15.019 C 25.782 15.573 26.336 16.028 27.464 16.028 C 28.283 16.028 29.269 15.956 30.325 15.956 C 31.671 15.956 33.694 16.196 33.694 18.597 C 33.694 21.216 30.833 23.136 27.705 23.136 C 24.745 23.136 23.713 21.55 23.713 20.35 C 23.693 20.033 23.785 19.718 23.977 19.462 C 24.386 19.03 25.059 18.404 25.613 17.854 C 25.831 17.637 26.022 17.421 25.804 17.277 C 24.867 17.038 24.049 16.219 24.049 15.379 C 24.049 15.259 24.145 15.164 24.409 14.97 C 24.875 14.653 25.303 14.278 25.683 13.865 C 25.804 13.738 25.887 13.58 25.924 13.41 C 24.82 12.857 24.122 11.734 24.119 10.504 C 24.119 8.439 25.897 6.876 28.038 6.876 C 28.833 6.883 29.618 7.046 30.348 7.358 C 31.117 7.695 31.286 7.741 31.816 7.741 L 31.823 7.738 Z M 16.431 9.807 L 18.14 9.807 C 19.919 9.807 20.45 9.712 20.641 9.568 C 20.714 9.518 20.787 9.424 20.787 9.112 C 20.787 8.44 20.331 7.598 18.935 7.598 C 17.54 7.598 16.289 8.896 16.266 9.689 C 16.266 9.738 16.266 9.81 16.434 9.81 L 16.431 9.807 Z M 21.097 10.525 L 16.645 10.525 C 16.018 10.525 15.995 10.573 15.995 11.173 C 15.995 13.598 17.414 15.666 19.988 15.666 C 20.783 15.666 21.456 15.426 22.202 14.489 C 22.366 14.426 22.55 14.507 22.614 14.67 C 22.627 14.703 22.634 14.742 22.634 14.778 C 21.839 16.41 20.11 17.012 18.859 17.012 C 17.512 17.056 16.221 16.469 15.372 15.427 C 14.699 14.525 14.344 13.427 14.362 12.304 C 14.362 9.348 16.309 6.874 19.196 6.874 C 21.265 6.874 22.611 8.29 22.611 9.731 C 22.624 9.944 22.591 10.158 22.516 10.358 C 22.443 10.502 22.106 10.525 21.097 10.525 Z M 7.242 13.791 L 3.009 3.367 C 2.454 2.024 2.094 1.519 1.058 1.398 L 0.626 1.349 C 0.552 1.271 0.511 1.168 0.514 1.061 C 0.516 0.954 0.561 0.852 0.639 0.779 C 0.65 0.769 0.663 0.759 0.673 0.749 C 1.369 0.798 2.141 0.821 3.174 0.821 C 4.207 0.821 5.074 0.798 6.084 0.749 C 6.266 0.9 6.288 1.165 6.137 1.342 L 6.13 1.349 L 5.771 1.398 C 4.857 1.519 4.665 1.663 4.639 1.853 C 4.972 2.996 5.374 4.119 5.84 5.215 C 6.945 8.001 8.054 10.763 9.255 13.502 C 10.001 11.917 11.01 9.442 11.565 8.171 C 12.261 6.539 13.393 3.823 13.802 2.791 C 13.934 2.496 14.006 2.178 14.02 1.853 C 14.02 1.686 13.779 1.493 12.937 1.398 L 12.505 1.349 C 12.431 1.264 12.393 1.153 12.401 1.041 C 12.409 0.929 12.462 0.825 12.548 0.752 C 12.548 0.752 12.552 0.749 12.554 0.746 C 13.228 0.795 14.142 0.818 15.056 0.818 C 15.851 0.818 16.597 0.795 17.389 0.746 C 17.546 0.908 17.567 1.159 17.438 1.345 L 16.715 1.394 C 16.179 1.438 15.705 1.757 15.465 2.237 C 14.469 4.029 13.57 5.873 12.772 7.761 L 11.473 10.717 C 10.509 12.926 9.381 15.715 8.971 16.986 C 8.893 17.036 8.801 17.061 8.707 17.058 C 8.584 17.057 8.462 17.033 8.348 16.986 C 8.044 15.9 7.675 14.833 7.243 13.791 Z M 64.714 35.048 L 64.714 30.854 C 64.714 29.919 64.714 29.798 64.064 29.366 L 63.846 29.222 C 63.744 29.092 63.754 28.907 63.869 28.789 C 64.709 28.481 65.516 28.088 66.275 27.616 C 66.39 27.616 66.492 27.679 66.539 27.783 C 66.489 28.334 66.489 28.694 66.489 28.911 C 66.486 28.977 66.51 29.042 66.555 29.091 C 66.6 29.14 66.663 29.17 66.73 29.172 L 66.756 29.172 C 67.766 28.55 68.898 27.95 70.125 27.95 C 72.121 27.95 72.94 29.317 72.94 30.922 L 72.94 35.045 C 72.94 36.771 72.989 37.011 73.854 37.129 L 74.382 37.201 C 74.455 37.285 74.493 37.394 74.485 37.506 C 74.478 37.617 74.426 37.721 74.342 37.794 C 74.342 37.794 74.336 37.797 74.336 37.8 C 73.582 37.75 72.827 37.726 72.072 37.729 C 71.227 37.729 70.485 37.751 69.835 37.8 C 69.656 37.652 69.631 37.387 69.779 37.207 C 69.779 37.207 69.782 37.201 69.785 37.201 L 70.244 37.129 C 71.135 36.985 71.158 36.768 71.158 35.045 L 71.158 31.473 C 71.158 30.107 70.531 29.1 68.895 29.1 C 67.981 29.1 67.185 29.484 66.849 29.939 C 66.536 30.345 66.489 30.683 66.489 31.378 L 66.489 35.045 C 66.489 36.771 66.539 36.985 67.403 37.129 L 67.835 37.201 C 67.909 37.285 67.946 37.394 67.939 37.506 C 67.932 37.617 67.88 37.721 67.796 37.794 C 67.796 37.794 67.789 37.797 67.789 37.8 C 67.06 37.749 66.329 37.725 65.598 37.729 C 64.754 37.729 64.011 37.751 63.334 37.8 C 63.156 37.651 63.131 37.387 63.279 37.207 C 63.279 37.207 63.282 37.201 63.285 37.201 L 63.79 37.129 C 64.681 37.007 64.704 36.768 64.704 35.045 Z M 59.445 33.298 C 59.445 31.26 58.626 28.671 56.34 28.671 C 54.752 28.671 53.572 30.182 53.572 32.817 C 53.572 34.999 54.558 37.345 56.676 37.345 C 58.795 37.345 59.444 35.14 59.444 33.295 L 59.444 33.298 Z M 56.63 27.95 C 59.326 27.95 61.513 29.963 61.513 32.911 C 61.513 35.86 59.445 38.066 56.435 38.066 C 53.667 38.066 51.502 36.126 51.502 33.128 C 51.419 30.352 53.621 28.035 56.415 27.954 L 56.626 27.954 Z M 47.629 22.777 C 48.295 22.777 48.833 23.31 48.833 23.972 L 48.833 24.022 C 48.833 24.351 48.702 24.668 48.469 24.901 C 48.235 25.135 47.917 25.266 47.586 25.266 C 46.909 25.266 46.355 24.739 46.332 24.067 C 46.305 23.379 46.843 22.8 47.533 22.773 L 47.632 22.773 L 47.629 22.776 Z M 46.833 35.048 L 46.833 30.854 C 46.833 29.919 46.833 29.798 46.183 29.366 L 45.966 29.222 C 45.864 29.092 45.873 28.908 45.989 28.789 C 46.846 28.468 47.675 28.075 48.467 27.616 C 48.572 27.6 48.673 27.661 48.708 27.76 C 48.649 28.75 48.617 29.741 48.612 30.733 L 48.612 35.048 C 48.612 36.775 48.661 37.014 49.526 37.132 L 50.03 37.204 C 50.104 37.288 50.142 37.398 50.134 37.509 C 50.127 37.62 50.075 37.724 49.991 37.797 C 49.991 37.797 49.985 37.8 49.985 37.804 C 49.231 37.753 48.476 37.729 47.721 37.732 C 46.966 37.729 46.211 37.752 45.457 37.804 C 45.279 37.655 45.253 37.39 45.401 37.211 C 45.401 37.211 45.405 37.204 45.408 37.204 L 45.913 37.132 C 46.804 37.011 46.827 36.771 46.827 35.048 Z M 44.141 29.293 L 41.422 29.293 C 41.013 29.293 40.99 29.366 40.99 29.87 L 40.99 34.353 C 40.99 35.742 41.158 37.014 42.745 37.014 C 42.967 37.013 43.188 36.972 43.395 36.893 C 43.613 36.821 43.924 36.559 43.996 36.559 C 44.187 36.559 44.286 36.821 44.237 36.965 C 43.594 37.678 42.672 38.08 41.709 38.066 C 39.641 38.066 39.208 36.915 39.208 35.477 L 39.208 29.989 C 39.208 29.343 39.185 29.293 38.703 29.293 L 38.03 29.293 C 37.889 29.164 37.858 28.953 37.958 28.789 C 38.512 28.635 39.034 28.383 39.498 28.045 C 39.904 27.626 40.245 27.149 40.508 26.629 C 40.627 26.58 40.917 26.58 41.013 26.75 L 41.013 27.828 C 41.013 28.261 41.036 28.284 41.445 28.284 L 44.117 28.284 C 44.378 28.566 44.388 28.996 44.141 29.29 L 44.141 29.293 Z M 28.963 31.188 L 28.963 35.31 C 28.914 35.886 29.193 36.441 29.686 36.748 C 30.199 37.089 30.801 37.273 31.418 37.276 C 33.391 37.276 34.546 35.454 34.546 32.961 C 34.546 31.044 33.463 29.1 31.296 29.1 C 30.553 29.061 29.823 29.301 29.25 29.772 C 29.032 30.034 28.96 30.394 28.96 31.188 Z M 27.184 41.16 L 27.184 30.854 C 27.184 29.919 27.184 29.798 26.533 29.366 L 26.316 29.222 C 26.214 29.092 26.224 28.908 26.339 28.789 C 27.171 28.432 27.969 27.999 28.721 27.494 C 28.845 27.479 28.963 27.548 29.011 27.662 C 28.962 28.027 28.93 28.395 28.916 28.763 C 28.916 28.93 28.966 29.074 29.134 29.074 C 29.447 28.93 30.962 27.947 32.502 27.947 C 34.935 27.947 36.498 29.913 36.498 32.335 C 36.498 35.667 34.043 38.063 30.629 38.063 C 30.186 38.063 29.744 38.03 29.305 37.967 C 29.087 38.017 28.969 38.135 28.969 38.64 L 28.969 41.156 C 28.969 42.857 29.018 43.073 29.883 43.194 L 30.82 43.315 C 30.894 43.399 30.931 43.509 30.924 43.62 C 30.916 43.731 30.865 43.835 30.781 43.908 C 30.781 43.908 30.774 43.912 30.774 43.915 C 29.619 43.866 28.919 43.843 28.078 43.843 C 27.236 43.843 26.491 43.866 25.814 43.915 C 25.635 43.766 25.61 43.501 25.758 43.322 C 25.758 43.322 25.762 43.315 25.765 43.315 L 26.27 43.243 C 27.161 43.122 27.184 42.883 27.184 41.159 Z M 16.615 37.372 C 19.502 37.372 22.248 35.215 22.248 30.494 C 22.248 26.539 20.492 22.272 15.896 22.272 C 13.395 22.272 10.145 23.973 10.145 29.222 C 10.145 32.771 11.877 37.372 16.618 37.372 Z M 16.301 38.116 C 10.96 38.116 7.736 34.305 7.736 29.989 C 7.736 25.195 11.346 21.528 16.301 21.528 C 21.861 21.528 24.653 25.532 24.653 29.75 C 24.653 34.593 20.948 38.116 16.301 38.116 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:10078846601},yrm17NuSG:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 95 57\"><path d=\"M 68.165 12.703 L 70.36 12.703 C 72.645 12.703 73.326 12.58 73.572 12.394 C 73.665 12.33 73.759 12.207 73.759 11.803 C 73.759 10.933 73.169 9.842 71.381 9.842 C 69.593 9.842 67.982 11.523 67.953 12.551 C 67.953 12.614 67.953 12.707 68.169 12.707 Z M 74.157 13.633 L 68.44 13.633 C 67.635 13.633 67.605 13.697 67.605 14.474 C 67.605 17.615 69.428 20.293 72.732 20.293 C 73.755 20.293 74.619 19.983 75.576 18.77 C 75.787 18.687 76.024 18.792 76.106 19.003 C 76.122 19.046 76.131 19.097 76.131 19.143 C 75.11 21.257 72.89 22.038 71.284 22.038 C 69.553 22.094 67.896 21.334 66.804 19.984 C 65.941 18.815 65.485 17.393 65.508 15.938 C 65.508 12.109 68.008 8.905 71.716 8.905 C 74.373 8.905 76.102 10.739 76.102 12.605 C 76.118 12.881 76.076 13.158 75.979 13.417 C 75.886 13.604 75.453 13.633 74.157 13.633 Z M 60.533 2.184 C 61.389 2.184 62.08 2.88 62.08 3.739 L 62.08 3.802 C 62.096 4.693 61.39 5.428 60.503 5.444 C 59.616 5.461 58.884 4.752 58.867 3.861 C 58.849 3.433 59.002 3.016 59.29 2.701 C 59.579 2.386 59.98 2.198 60.406 2.18 L 60.533 2.18 Z M 59.516 18.116 L 59.516 12.669 C 59.516 11.456 59.516 11.299 58.681 10.743 L 58.402 10.555 C 58.272 10.388 58.284 10.149 58.432 9.996 C 59.532 9.576 60.596 9.066 61.614 8.471 C 61.748 8.451 61.878 8.529 61.923 8.658 C 61.847 9.943 61.807 11.229 61.8 12.516 L 61.8 18.117 C 61.8 20.358 61.864 20.668 62.974 20.825 L 63.623 20.918 C 63.718 21.027 63.766 21.171 63.755 21.316 C 63.745 21.461 63.677 21.596 63.567 21.691 L 63.559 21.699 C 62.593 21.633 61.624 21.602 60.656 21.605 C 59.575 21.605 58.618 21.635 57.754 21.699 C 57.642 21.607 57.572 21.473 57.559 21.329 C 57.547 21.185 57.592 21.041 57.686 20.931 L 57.694 20.922 L 58.342 20.829 C 59.487 20.672 59.516 20.362 59.516 18.12 Z M 49.414 16.932 C 51.084 16.932 51.948 15.595 51.948 13.697 C 51.948 11.583 51.084 9.808 49.198 9.808 C 47.715 9.808 46.604 11.179 46.604 13.294 C 46.604 15.501 47.931 16.937 49.414 16.937 Z M 51.084 22.598 L 50.033 22.598 C 49.045 22.598 47.808 22.663 47.376 22.942 C 46.478 23.511 45.922 24.492 45.893 25.557 C 45.893 27.238 47.219 28.639 50.033 28.639 C 52.846 28.639 54.604 27.082 54.604 25.311 C 54.604 23.413 53.308 22.603 51.084 22.603 Z M 53.986 10.025 L 56.487 10.025 C 56.826 10.182 56.766 11.239 56.3 11.303 L 54.075 11.303 C 54.126 11.829 54.147 12.359 54.138 12.89 C 54.138 15.039 52.871 17.84 48.948 17.84 C 48.392 17.84 47.961 17.776 47.588 17.747 C 47.219 17.963 46.228 18.557 46.228 19.457 C 46.228 20.175 46.939 20.765 48.388 20.765 C 49.439 20.765 50.706 20.672 52.062 20.672 C 53.791 20.672 56.385 20.982 56.385 24.093 C 56.385 27.485 52.711 29.972 48.694 29.972 C 44.893 29.972 43.567 27.917 43.567 26.364 C 43.54 25.952 43.66 25.545 43.905 25.213 C 44.431 24.653 45.295 23.843 46.007 23.13 C 46.287 22.849 46.532 22.569 46.253 22.382 C 45.049 22.072 43.998 21.011 43.998 19.924 C 43.998 19.768 44.121 19.645 44.46 19.394 C 45.058 18.983 45.608 18.497 46.096 17.963 C 46.253 17.798 46.359 17.594 46.405 17.373 C 44.988 16.657 44.091 15.201 44.088 13.608 C 44.088 10.933 46.372 8.909 49.121 8.909 C 50.141 8.917 51.15 9.129 52.088 9.532 C 53.075 9.97 53.292 10.029 53.974 10.029 Z M 35.638 16.932 C 37.307 16.932 38.172 15.595 38.172 13.697 C 38.172 11.583 37.307 9.808 35.422 9.808 C 33.939 9.808 32.829 11.179 32.829 13.294 C 32.829 15.501 34.155 16.937 35.638 16.937 Z M 37.306 22.598 L 36.255 22.598 C 35.268 22.598 34.031 22.662 33.598 22.941 C 32.701 23.51 32.145 24.491 32.116 25.556 C 32.116 27.237 33.442 28.639 36.255 28.639 C 39.069 28.639 40.828 27.081 40.828 25.311 C 40.828 23.413 39.531 22.602 37.306 22.602 Z M 40.21 10.024 L 42.709 10.024 C 43.048 10.181 42.989 11.239 42.523 11.302 L 40.298 11.302 C 40.349 11.828 40.37 12.359 40.362 12.889 C 40.362 15.038 39.095 17.84 35.171 17.84 C 34.616 17.84 34.183 17.775 33.811 17.746 C 33.442 17.962 32.451 18.557 32.451 19.456 C 32.451 20.174 33.162 20.764 34.612 20.764 C 35.662 20.764 36.929 20.671 38.286 20.671 C 40.014 20.671 42.612 20.981 42.612 24.092 C 42.612 27.484 38.938 29.972 34.921 29.972 C 31.119 29.972 29.794 27.917 29.794 26.363 C 29.768 25.952 29.887 25.544 30.132 25.213 C 30.658 24.653 31.522 23.842 32.234 23.129 C 32.514 22.848 32.76 22.568 32.48 22.381 C 31.276 22.071 30.226 21.01 30.226 19.923 C 30.226 19.767 30.349 19.644 30.688 19.393 C 31.286 18.982 31.836 18.497 32.323 17.962 C 32.48 17.797 32.585 17.593 32.633 17.372 C 31.215 16.656 30.319 15.2 30.315 13.607 C 30.315 10.933 32.598 8.908 35.349 8.908 C 36.369 8.916 37.377 9.128 38.315 9.531 C 39.302 9.969 39.519 10.028 40.201 10.028 L 40.209 10.024 Z M 20.442 12.705 L 22.637 12.705 C 24.921 12.705 25.603 12.581 25.849 12.395 C 25.942 12.331 26.036 12.208 26.036 11.804 C 26.036 10.934 25.451 9.843 23.658 9.843 C 21.866 9.843 20.259 11.524 20.23 12.552 C 20.23 12.615 20.23 12.708 20.446 12.708 L 20.442 12.704 Z M 26.434 13.634 L 20.717 13.634 C 19.912 13.634 19.882 13.697 19.882 14.474 C 19.882 17.616 21.705 20.294 25.01 20.294 C 26.032 20.294 26.896 19.984 27.853 18.77 C 28.064 18.688 28.301 18.793 28.383 19.004 C 28.399 19.047 28.408 19.098 28.408 19.144 C 27.387 21.258 25.167 22.038 23.561 22.038 C 21.83 22.095 20.173 21.335 19.081 19.985 C 18.218 18.816 17.762 17.394 17.785 15.939 C 17.785 12.11 20.285 8.906 23.993 8.906 C 26.65 8.906 28.379 10.739 28.379 12.606 C 28.395 12.882 28.353 13.159 28.256 13.418 C 28.163 13.604 27.73 13.634 26.434 13.634 Z M 8.641 17.866 L 3.204 4.362 C 2.492 2.622 2.03 1.968 0.7 1.811 L 0.144 1.747 C 0.049 1.647 -0.003 1.513 0 1.374 C 0.003 1.236 0.061 1.104 0.161 1.009 C 0.175 0.996 0.192 0.983 0.204 0.971 C 1.098 1.034 2.09 1.064 3.416 1.064 C 4.743 1.064 5.857 1.034 7.154 0.971 C 7.387 1.166 7.416 1.509 7.221 1.739 L 7.213 1.747 L 6.751 1.811 C 5.578 1.967 5.332 2.155 5.298 2.401 C 5.726 3.882 6.241 5.336 6.841 6.756 C 8.26 10.364 9.683 13.943 11.226 17.492 C 12.185 15.437 13.48 12.232 14.193 10.586 C 15.086 8.471 16.54 4.953 17.066 3.615 C 17.235 3.233 17.328 2.821 17.345 2.401 C 17.345 2.184 17.036 1.934 15.955 1.811 L 15.4 1.747 C 15.305 1.638 15.257 1.494 15.267 1.349 C 15.277 1.204 15.345 1.069 15.455 0.974 C 15.455 0.974 15.46 0.971 15.463 0.966 C 16.328 1.03 17.502 1.06 18.676 1.06 C 19.697 1.06 20.655 1.03 21.672 0.966 C 21.874 1.177 21.901 1.502 21.735 1.743 L 20.807 1.806 C 20.119 1.863 19.51 2.277 19.202 2.897 C 17.923 5.22 16.768 7.609 15.743 10.054 L 14.074 13.884 C 12.837 16.745 11.388 20.358 10.862 22.005 C 10.761 22.069 10.643 22.101 10.523 22.098 C 10.364 22.097 10.207 22.066 10.061 22.005 C 9.671 20.598 9.197 19.216 8.642 17.866 Z M 82.45 45.403 L 82.45 39.97 C 82.45 38.759 82.45 38.602 81.615 38.042 L 81.335 37.855 C 81.204 37.688 81.217 37.448 81.365 37.295 C 82.444 36.896 83.479 36.387 84.454 35.775 C 84.602 35.775 84.733 35.856 84.793 35.992 C 84.729 36.705 84.729 37.172 84.729 37.452 C 84.725 37.539 84.756 37.623 84.814 37.687 C 84.872 37.75 84.953 37.788 85.039 37.791 L 85.073 37.791 C 86.369 36.985 87.823 36.208 89.399 36.208 C 91.963 36.208 93.014 37.979 93.014 40.059 L 93.014 45.399 C 93.014 47.636 93.078 47.946 94.187 48.099 L 94.865 48.192 C 94.96 48.301 95.008 48.443 94.999 48.587 C 94.989 48.731 94.923 48.865 94.815 48.96 C 94.815 48.96 94.806 48.965 94.806 48.969 C 93.839 48.903 92.869 48.872 91.899 48.876 C 90.815 48.876 89.861 48.905 89.027 48.969 C 88.797 48.776 88.765 48.433 88.955 48.201 C 88.955 48.201 88.959 48.192 88.963 48.192 L 89.552 48.099 C 90.696 47.912 90.725 47.631 90.725 45.399 L 90.725 40.771 C 90.725 39.002 89.92 37.698 87.819 37.698 C 86.645 37.698 85.624 38.195 85.191 38.785 C 84.789 39.311 84.729 39.748 84.729 40.649 L 84.729 45.399 C 84.729 47.636 84.793 47.912 85.903 48.099 L 86.458 48.192 C 86.553 48.301 86.601 48.443 86.592 48.587 C 86.582 48.731 86.516 48.865 86.408 48.96 C 86.408 48.96 86.399 48.965 86.399 48.969 C 85.463 48.902 84.524 48.871 83.585 48.876 C 82.501 48.876 81.547 48.905 80.678 48.969 C 80.448 48.775 80.417 48.433 80.606 48.201 C 80.606 48.201 80.611 48.192 80.615 48.192 L 81.263 48.099 C 82.407 47.942 82.437 47.631 82.437 45.399 Z M 75.683 43.136 C 75.683 40.496 74.632 37.142 71.695 37.142 C 69.656 37.142 68.14 39.1 68.14 42.512 C 68.14 45.34 69.406 48.379 72.127 48.379 C 74.848 48.379 75.682 45.522 75.682 43.132 L 75.682 43.137 Z M 72.067 36.208 C 75.53 36.208 78.339 38.815 78.339 42.635 C 78.339 46.456 75.683 49.312 71.818 49.312 C 68.263 49.312 65.483 46.799 65.483 42.915 C 65.376 39.32 68.203 36.318 71.792 36.213 L 72.063 36.213 Z M 60.508 29.506 C 61.364 29.506 62.054 30.197 62.054 31.055 L 62.054 31.119 C 62.055 31.546 61.887 31.956 61.587 32.258 C 61.286 32.561 60.878 32.731 60.453 32.731 C 59.584 32.731 58.872 32.049 58.843 31.177 C 58.808 30.287 59.498 29.537 60.385 29.501 L 60.512 29.501 L 60.508 29.505 Z M 59.487 45.403 L 59.487 39.97 C 59.487 38.759 59.487 38.602 58.651 38.042 L 58.373 37.855 C 58.241 37.688 58.254 37.449 58.401 37.295 C 59.503 36.879 60.567 36.37 61.584 35.775 C 61.719 35.755 61.849 35.834 61.894 35.962 C 61.818 37.244 61.777 38.528 61.771 39.813 L 61.771 45.403 C 61.771 47.64 61.834 47.95 62.944 48.103 L 63.592 48.196 C 63.687 48.305 63.735 48.447 63.726 48.591 C 63.716 48.735 63.65 48.87 63.542 48.965 C 63.542 48.965 63.533 48.969 63.533 48.973 C 62.566 48.907 61.596 48.876 60.626 48.88 C 59.656 48.876 58.687 48.907 57.719 48.973 C 57.49 48.78 57.457 48.437 57.647 48.205 C 57.647 48.205 57.652 48.196 57.655 48.196 L 58.304 48.103 C 59.448 47.946 59.478 47.636 59.478 45.403 Z M 56.029 37.948 L 52.537 37.948 C 52.012 37.948 51.982 38.042 51.982 38.696 L 51.982 44.503 C 51.982 46.303 52.198 47.95 54.236 47.95 C 54.521 47.949 54.804 47.896 55.071 47.793 C 55.351 47.7 55.749 47.36 55.842 47.36 C 56.088 47.36 56.215 47.7 56.152 47.886 C 55.326 48.811 54.142 49.331 52.906 49.312 C 50.249 49.312 49.694 47.822 49.694 45.959 L 49.694 38.849 C 49.694 38.013 49.664 37.948 49.045 37.948 L 48.181 37.948 C 47.999 37.781 47.96 37.508 48.088 37.295 C 48.799 37.095 49.469 36.769 50.066 36.331 C 50.588 35.788 51.025 35.17 51.364 34.497 C 51.516 34.433 51.889 34.433 52.012 34.653 L 52.012 36.05 C 52.012 36.61 52.041 36.641 52.567 36.641 L 55.998 36.641 C 56.333 37.006 56.346 37.563 56.029 37.943 L 56.029 37.948 Z M 36.536 40.402 L 36.536 45.743 C 36.474 46.489 36.832 47.208 37.464 47.606 C 38.123 48.047 38.897 48.285 39.689 48.289 C 42.223 48.289 43.706 45.929 43.706 42.699 C 43.706 40.216 42.316 37.698 39.532 37.698 C 38.579 37.647 37.641 37.958 36.905 38.568 C 36.625 38.908 36.532 39.374 36.532 40.402 Z M 34.251 53.32 L 34.251 39.97 C 34.251 38.759 34.251 38.602 33.416 38.042 L 33.137 37.855 C 33.006 37.688 33.018 37.449 33.166 37.295 C 34.236 36.833 35.26 36.271 36.226 35.618 C 36.385 35.598 36.537 35.687 36.599 35.835 C 36.535 36.308 36.494 36.784 36.476 37.261 C 36.476 37.477 36.54 37.664 36.756 37.664 C 37.158 37.477 39.103 36.204 41.082 36.204 C 44.206 36.204 46.214 38.751 46.214 41.888 C 46.214 46.206 43.061 49.308 38.676 49.308 C 38.107 49.308 37.54 49.266 36.976 49.185 C 36.696 49.249 36.544 49.402 36.544 50.056 L 36.544 53.316 C 36.544 55.519 36.608 55.799 37.717 55.955 L 38.921 56.113 C 39.016 56.222 39.064 56.364 39.055 56.508 C 39.045 56.652 38.979 56.786 38.87 56.881 C 38.87 56.881 38.862 56.885 38.862 56.889 C 37.378 56.826 36.48 56.797 35.399 56.797 C 34.318 56.797 33.361 56.826 32.492 56.89 C 32.262 56.697 32.23 56.354 32.421 56.121 C 32.421 56.121 32.425 56.113 32.429 56.113 L 33.078 56.019 C 34.222 55.863 34.251 55.553 34.251 53.32 Z M 20.679 48.414 C 24.386 48.414 27.912 45.62 27.912 39.503 C 27.912 34.38 25.657 28.852 19.755 28.852 C 16.543 28.852 12.369 31.056 12.369 37.856 C 12.369 42.453 14.593 48.414 20.683 48.414 Z M 20.276 49.377 C 13.416 49.377 9.275 44.44 9.275 38.85 C 9.275 32.639 13.911 27.889 20.276 27.889 C 27.416 27.889 31.001 33.076 31.001 38.54 C 31.001 44.814 26.243 49.377 20.276 49.377 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:8989050288}},baseVariant,gestureVariant)}),isDisplayed13()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-ppreo5\",\"data-framer-name\":\"Sim4Crew\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Fu5LcTlvM\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 86 35\"><path d=\"M 75.136 0.486 L 75.136 22.887 L 86 22.887 L 86 29.007 L 75.136 29.007 L 75.136 35 L 66.919 35 L 66.919 29.008 L 42.467 29.008 L 42.467 21.7 L 64.285 0.486 L 75.135 0.486 Z M 30.18 21.858 L 30.18 26.124 C 30.18 26.464 30.197 26.705 30.234 26.844 C 30.277 26.995 30.368 27.127 30.494 27.22 C 30.749 27.417 31.131 27.516 31.641 27.516 L 32.955 27.516 L 32.955 21.858 L 35.408 21.858 L 35.408 27.516 L 38.048 27.516 L 38.048 21.858 L 40.502 21.858 L 40.502 29.052 L 31.479 29.052 C 30.635 29.052 30.01 29.004 29.598 28.91 C 29.206 28.826 28.841 28.647 28.534 28.389 C 27.995 27.917 27.728 27.267 27.728 26.441 L 27.728 21.858 Z M 25.822 21.858 L 25.822 23.395 L 22.554 23.395 C 21.889 23.395 21.423 23.484 21.146 23.666 C 20.873 23.846 20.705 24.186 20.646 24.684 L 25.821 24.684 L 25.821 26.219 L 20.645 26.219 C 20.632 26.632 20.85 27.018 21.211 27.219 C 21.543 27.417 22.081 27.516 22.821 27.516 L 25.821 27.516 L 25.821 29.052 L 22.553 29.052 C 21.854 29.052 21.281 29.002 20.833 28.9 C 20.381 28.797 19.949 28.621 19.553 28.38 C 18.473 27.707 17.933 26.7 17.933 25.365 C 17.933 24.495 18.22 23.735 18.793 23.085 C 19.173 22.654 19.659 22.33 20.203 22.145 C 20.754 21.953 21.478 21.858 22.373 21.858 L 25.821 21.858 Z M 13.58 21.858 C 13.947 21.858 14.274 21.87 14.562 21.887 C 14.852 21.906 15.102 21.938 15.315 21.981 C 15.527 22.023 15.712 22.079 15.87 22.144 C 16.029 22.209 16.182 22.296 16.33 22.407 C 16.6 22.599 16.785 22.843 16.894 23.137 C 16.999 23.433 17.056 23.857 17.056 24.407 L 17.056 25.108 L 14.701 25.108 L 14.701 24.718 C 14.701 24.206 14.591 23.858 14.371 23.673 C 14.149 23.485 13.727 23.395 13.107 23.395 L 12.4 23.395 L 12.4 29.052 L 9.947 29.052 L 9.947 21.858 Z M 8.05 21.858 L 8.05 23.395 L 5.105 23.395 C 4.125 23.395 3.443 23.572 3.057 23.929 C 2.69 24.264 2.509 24.776 2.509 25.459 C 2.509 26.229 2.807 26.79 3.403 27.141 C 3.636 27.281 3.903 27.378 4.199 27.434 C 4.597 27.495 4.999 27.522 5.401 27.516 L 8.051 27.516 L 8.051 29.052 L 4.694 29.052 C 3.806 29.052 3.097 28.979 2.572 28.835 C 2.044 28.689 1.557 28.422 1.149 28.056 C 0.382 27.369 0 26.494 0 25.436 C 0 24.162 0.46 23.206 1.38 22.566 C 1.736 22.311 2.177 22.129 2.695 22.02 C 3.216 21.91 3.881 21.858 4.693 21.858 Z M 66.92 8.12 L 51.675 22.887 L 66.92 22.887 L 66.92 8.121 Z M 19.16 0.001 L 19.16 3.951 L 9.06 3.951 C 7.885 3.951 7.15 3.998 6.86 4.097 C 6.208 4.287 5.882 4.782 5.882 5.59 C 5.882 6.236 6.193 6.739 6.818 7.1 C 7.178 7.3 8.098 7.399 9.579 7.399 L 12.947 7.399 C 15.078 7.399 16.777 7.811 18.039 8.641 C 19.424 9.555 20.117 10.898 20.117 12.665 C 20.117 13.987 19.699 15.218 18.867 16.355 C 18.245 17.207 17.475 17.779 16.564 18.069 C 15.649 18.359 14.16 18.506 12.095 18.506 L 0.312 18.506 L 0.312 14.553 L 11.805 14.553 C 12.345 14.553 12.754 14.534 13.031 14.499 C 14.039 14.399 14.545 13.895 14.545 12.979 C 14.545 12.225 14.213 11.699 13.55 11.404 C 13.16 11.244 12.332 11.162 11.056 11.162 L 7.606 11.162 C 6.277 11.162 5.244 11.088 4.51 10.938 C 3.786 10.795 3.096 10.518 2.474 10.122 C 1.726 9.64 1.128 8.97 0.677 8.116 C 0.23 7.276 -0.003 6.338 0 5.386 C 0 3.53 0.757 2.056 2.266 0.965 C 2.724 0.645 3.334 0.402 4.096 0.242 C 4.856 0.08 5.819 0 6.982 0 L 19.16 0 Z M 51.02 0 C 52.96 0 54.418 0.12 55.394 0.361 C 56.372 0.603 57.193 1.051 57.856 1.708 C 58.37 2.206 58.785 2.796 59.08 3.448 L 54.034 8.355 L 54.034 7.513 C 54.034 6.611 53.988 5.989 53.898 5.648 C 53.808 5.306 53.612 4.995 53.308 4.711 C 52.708 4.203 51.816 3.951 50.626 3.951 L 47.591 3.951 L 47.591 14.616 L 43.596 18.506 L 41.899 18.506 L 41.899 3.95 L 35.766 3.95 L 35.766 18.504 L 30.075 18.504 L 30.075 0 Z M 27.47 5.892 L 27.47 18.505 L 21.776 18.505 L 21.776 5.892 Z M 27.47 0.007 L 27.47 4 L 21.776 4 L 21.776 0.007 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:10734048679,withExternalLayout:true,...addPropertyOverrides({d4a7bNSW2:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 64 26\"><path d=\"M 55.915 0.361 L 55.915 17.002 L 64 17.002 L 64 21.548 L 55.915 21.548 L 55.915 26 L 49.8 26 L 49.8 21.549 L 31.603 21.549 L 31.603 16.12 L 47.84 0.361 L 55.914 0.361 Z M 22.46 16.237 L 22.46 19.406 C 22.46 19.659 22.472 19.838 22.5 19.941 C 22.532 20.053 22.6 20.151 22.693 20.221 C 22.883 20.367 23.167 20.44 23.547 20.44 L 24.525 20.44 L 24.525 16.237 L 26.35 16.237 L 26.35 20.44 L 28.315 20.44 L 28.315 16.237 L 30.141 16.237 L 30.141 21.581 L 23.426 21.581 C 22.798 21.581 22.333 21.546 22.026 21.476 C 21.735 21.413 21.463 21.281 21.235 21.089 C 20.833 20.738 20.635 20.255 20.635 19.642 L 20.635 16.237 Z M 19.216 16.237 L 19.216 17.379 L 16.784 17.379 C 16.289 17.379 15.943 17.445 15.737 17.58 C 15.533 17.714 15.408 17.967 15.364 18.337 L 19.216 18.337 L 19.216 19.477 L 15.364 19.477 C 15.354 19.784 15.516 20.07 15.785 20.22 C 16.032 20.367 16.432 20.44 16.983 20.44 L 19.216 20.44 L 19.216 21.581 L 16.784 21.581 C 16.263 21.581 15.837 21.544 15.504 21.469 C 15.167 21.392 14.846 21.262 14.551 21.082 C 13.747 20.582 13.345 19.834 13.345 18.843 C 13.345 18.196 13.559 17.632 13.985 17.149 C 14.268 16.828 14.63 16.588 15.035 16.451 C 15.445 16.308 15.984 16.237 16.65 16.237 L 19.216 16.237 Z M 10.106 16.237 C 10.379 16.237 10.623 16.246 10.837 16.259 C 11.053 16.273 11.239 16.297 11.397 16.329 C 11.555 16.36 11.693 16.402 11.81 16.45 C 11.929 16.498 12.042 16.563 12.153 16.645 C 12.353 16.788 12.491 16.969 12.572 17.187 C 12.65 17.407 12.693 17.722 12.693 18.131 L 12.693 18.652 L 10.94 18.652 L 10.94 18.362 C 10.94 17.982 10.858 17.723 10.695 17.586 C 10.529 17.446 10.215 17.379 9.754 17.379 L 9.228 17.379 L 9.228 21.581 L 7.402 21.581 L 7.402 16.237 Z M 5.991 16.237 L 5.991 17.379 L 3.799 17.379 C 3.07 17.379 2.562 17.511 2.275 17.776 C 2.002 18.025 1.867 18.405 1.867 18.912 C 1.867 19.484 2.089 19.901 2.532 20.162 C 2.706 20.266 2.905 20.338 3.125 20.38 C 3.421 20.425 3.72 20.445 4.019 20.44 L 5.991 20.44 L 5.991 21.581 L 3.493 21.581 C 2.832 21.581 2.305 21.527 1.914 21.42 C 1.521 21.312 1.159 21.113 0.855 20.842 C 0.284 20.331 0 19.681 0 18.895 C 0 17.949 0.342 17.239 1.027 16.763 C 1.292 16.574 1.62 16.439 2.006 16.358 C 2.393 16.276 2.888 16.237 3.492 16.237 Z M 49.801 6.032 L 38.456 17.002 L 49.801 17.002 L 49.801 6.033 Z M 14.259 0.001 L 14.259 2.935 L 6.742 2.935 C 5.868 2.935 5.321 2.97 5.105 3.043 C 4.62 3.185 4.377 3.552 4.377 4.153 C 4.377 4.632 4.609 5.006 5.074 5.274 C 5.342 5.423 6.026 5.496 7.129 5.496 L 9.635 5.496 C 11.221 5.496 12.485 5.802 13.424 6.419 C 14.455 7.098 14.971 8.096 14.971 9.408 C 14.971 10.39 14.66 11.305 14.041 12.149 C 13.578 12.782 13.005 13.207 12.327 13.423 C 11.646 13.638 10.538 13.747 9.001 13.747 L 0.232 13.747 L 0.232 10.811 L 8.785 10.811 C 9.187 10.811 9.491 10.797 9.697 10.771 C 10.448 10.696 10.824 10.322 10.824 9.642 C 10.824 9.081 10.577 8.691 10.084 8.472 C 9.793 8.353 9.177 8.292 8.228 8.292 L 5.66 8.292 C 4.671 8.292 3.903 8.237 3.356 8.125 C 2.818 8.019 2.304 7.814 1.841 7.519 C 1.284 7.161 0.839 6.663 0.504 6.029 C 0.171 5.405 -0.002 4.708 0 4.001 C 0 2.622 0.563 1.527 1.686 0.717 C 2.027 0.479 2.481 0.299 3.048 0.18 C 3.614 0.059 4.33 0 5.196 0 L 14.259 0 Z M 37.968 0 C 39.412 0 40.497 0.089 41.223 0.268 C 41.951 0.448 42.562 0.781 43.056 1.269 C 43.438 1.638 43.747 2.077 43.967 2.561 L 40.211 6.207 L 40.211 5.581 C 40.211 4.911 40.177 4.449 40.11 4.196 C 40.043 3.942 39.897 3.711 39.671 3.5 C 39.225 3.122 38.561 2.935 37.675 2.935 L 35.417 2.935 L 35.417 10.858 L 32.444 13.747 L 31.181 13.747 L 31.181 2.934 L 26.617 2.934 L 26.617 13.746 L 22.381 13.746 L 22.381 0 Z M 20.443 4.377 L 20.443 13.747 L 16.205 13.747 L 16.205 4.377 Z M 20.443 0.005 L 20.443 2.971 L 16.205 2.971 L 16.205 0.005 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:12021074654},NJVvcxycR:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 84 34\"><path d=\"M 73.389 0.472 L 73.389 22.233 L 84 22.233 L 84 28.178 L 73.389 28.178 L 73.389 34 L 65.363 34 L 65.363 28.179 L 41.479 28.179 L 41.479 21.08 L 62.79 0.472 L 73.388 0.472 Z M 29.478 21.233 L 29.478 25.378 C 29.478 25.708 29.495 25.942 29.531 26.077 C 29.573 26.223 29.662 26.352 29.785 26.442 C 30.034 26.634 30.407 26.73 30.905 26.73 L 32.189 26.73 L 32.189 21.233 L 34.585 21.233 L 34.585 26.73 L 37.163 26.73 L 37.163 21.233 L 39.56 21.233 L 39.56 28.222 L 30.747 28.222 C 29.923 28.222 29.312 28.175 28.91 28.084 C 28.527 28.002 28.17 27.828 27.87 27.578 C 27.344 27.119 27.083 26.488 27.083 25.686 L 27.083 21.233 Z M 25.221 21.233 L 25.221 22.727 L 22.029 22.727 C 21.38 22.727 20.925 22.813 20.654 22.99 C 20.388 23.165 20.223 23.495 20.166 23.979 L 25.221 23.979 L 25.221 25.47 L 20.165 25.47 C 20.152 25.871 20.365 26.246 20.718 26.441 C 21.042 26.634 21.567 26.73 22.29 26.73 L 25.221 26.73 L 25.221 28.222 L 22.029 28.222 C 21.346 28.222 20.786 28.173 20.349 28.074 C 19.907 27.974 19.485 27.804 19.098 27.569 C 18.043 26.915 17.516 25.937 17.516 24.64 C 17.516 23.795 17.796 23.057 18.356 22.425 C 18.727 22.006 19.202 21.692 19.733 21.512 C 20.271 21.326 20.979 21.233 21.853 21.233 L 25.221 21.233 Z M 13.264 21.233 C 13.623 21.233 13.942 21.245 14.223 21.262 C 14.507 21.28 14.751 21.311 14.959 21.353 C 15.166 21.394 15.347 21.448 15.501 21.511 C 15.656 21.574 15.806 21.659 15.95 21.767 C 16.214 21.953 16.395 22.19 16.501 22.476 C 16.604 22.763 16.659 23.175 16.659 23.71 L 16.659 24.391 L 14.359 24.391 L 14.359 24.012 C 14.359 23.514 14.252 23.176 14.037 22.997 C 13.82 22.814 13.408 22.727 12.802 22.727 L 12.112 22.727 L 12.112 28.222 L 9.716 28.222 L 9.716 21.233 Z M 7.863 21.233 L 7.863 22.727 L 4.986 22.727 C 4.029 22.727 3.363 22.899 2.986 23.245 C 2.627 23.571 2.451 24.068 2.451 24.732 C 2.451 25.48 2.742 26.025 3.324 26.366 C 3.551 26.502 3.812 26.596 4.101 26.65 C 4.49 26.709 4.882 26.736 5.275 26.73 L 7.864 26.73 L 7.864 28.222 L 4.585 28.222 C 3.717 28.222 3.025 28.151 2.512 28.011 C 1.996 27.869 1.521 27.61 1.122 27.254 C 0.373 26.587 0 25.737 0 24.709 C 0 23.472 0.449 22.543 1.348 21.921 C 1.696 21.674 2.126 21.497 2.632 21.391 C 3.141 21.284 3.791 21.233 4.584 21.233 Z M 65.364 7.888 L 50.473 22.233 L 65.364 22.233 L 65.364 7.889 Z M 18.714 0.001 L 18.714 3.838 L 8.849 3.838 C 7.702 3.838 6.984 3.884 6.7 3.98 C 6.064 4.165 5.745 4.645 5.745 5.43 C 5.745 6.058 6.049 6.546 6.659 6.897 C 7.011 7.091 7.91 7.188 9.356 7.188 L 12.646 7.188 C 14.727 7.188 16.387 7.588 17.619 8.394 C 18.972 9.282 19.649 10.587 19.649 12.303 C 19.649 13.587 19.241 14.783 18.428 15.888 C 17.821 16.715 17.069 17.271 16.179 17.553 C 15.285 17.834 13.831 17.977 11.814 17.977 L 0.305 17.977 L 0.305 14.137 L 11.53 14.137 C 12.058 14.137 12.457 14.119 12.728 14.085 C 13.713 13.988 14.207 13.498 14.207 12.608 C 14.207 11.876 13.882 11.365 13.235 11.078 C 12.854 10.923 12.045 10.843 10.799 10.843 L 7.429 10.843 C 6.131 10.843 5.122 10.771 4.405 10.625 C 3.698 10.487 3.024 10.218 2.416 9.833 C 1.686 9.365 1.102 8.714 0.661 7.884 C 0.224 7.068 -0.003 6.157 0 5.232 C 0 3.429 0.739 1.997 2.213 0.937 C 2.661 0.627 3.256 0.391 4.001 0.235 C 4.743 0.078 5.684 0 6.82 0 L 18.714 0 Z M 49.833 0 C 51.728 0 53.152 0.117 54.106 0.351 C 55.061 0.586 55.863 1.021 56.511 1.659 C 57.013 2.143 57.418 2.716 57.706 3.349 L 52.777 8.116 L 52.777 7.298 C 52.777 6.422 52.732 5.818 52.645 5.487 C 52.557 5.154 52.365 4.852 52.068 4.576 C 51.482 4.083 50.611 3.838 49.449 3.838 L 46.484 3.838 L 46.484 14.198 L 42.582 17.977 L 40.925 17.977 L 40.925 3.837 L 34.934 3.837 L 34.934 17.975 L 29.376 17.975 L 29.376 0 Z M 26.831 5.724 L 26.831 17.976 L 21.27 17.976 L 21.27 5.724 Z M 26.831 0.007 L 26.831 3.886 L 21.27 3.886 L 21.27 0.007 Z\" fill=\"var(--token-08f3140c-25e4-4a04-823f-01614f65a74f, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;AlwaysWhite&quot;} */\"></path></svg>',svgContentId:8644125816}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bcQlE.framer-vg334m, .framer-bcQlE .framer-vg334m { display: block; }\",\".framer-bcQlE.framer-18c6w3g { cursor: pointer; height: 68px; overflow: visible; position: relative; width: 152px; }\",\".framer-bcQlE .framer-141q5pg, .framer-bcQlE .framer-1dkuzsd { flex: none; height: 32px; left: 0px; position: absolute; top: calc(50.00000000000002% - 32px / 2); width: 128px; }\",\".framer-bcQlE .framer-87wfti { flex: none; height: 39px; left: 0px; position: absolute; top: calc(50.00000000000002% - 39px / 2); width: 69px; }\",\".framer-bcQlE .framer-1siv161 { flex: none; height: 30px; left: 0px; position: absolute; top: calc(50.00000000000002% - 30px / 2); width: 103px; }\",\".framer-bcQlE .framer-1dotmu9 { flex: none; height: 34px; left: 0px; position: absolute; top: calc(50.00000000000002% - 34px / 2); width: 140px; }\",\".framer-bcQlE .framer-1h4pxjc { flex: none; height: 28px; left: 0px; position: absolute; top: calc(50.00000000000002% - 28px / 2); width: 109px; }\",\".framer-bcQlE .framer-1le8dn0 { flex: none; height: 22px; left: 0px; position: absolute; top: calc(50.00000000000002% - 22px / 2); width: 129px; }\",\".framer-bcQlE .framer-rh2mol { flex: none; height: 41px; left: 0px; position: absolute; top: calc(50.00000000000002% - 41px / 2); width: 100px; }\",\".framer-bcQlE .framer-1qw343e { flex: none; height: 52px; left: 0px; position: absolute; top: calc(50.00000000000002% - 52px / 2); width: 114px; }\",\".framer-bcQlE .framer-z52typ { flex: none; height: 68px; left: 0px; position: absolute; top: calc(50.00000000000002% - 68px / 2); width: 113px; }\",\".framer-bcQlE .framer-34sbd9 { flex: none; height: 38px; left: 0px; position: absolute; top: calc(50.00000000000002% - 38px / 2); width: 132px; }\",\".framer-bcQlE .framer-1dol0c2 { flex: none; height: 26px; left: 0px; position: absolute; top: calc(50.00000000000002% - 26px / 2); width: 152px; }\",\".framer-bcQlE .framer-1nld2w7 { flex: none; height: 53px; left: 0px; position: absolute; top: 8px; width: 89px; }\",\".framer-bcQlE .framer-ppreo5 { flex: none; height: 35px; left: 0px; position: absolute; top: calc(50.00000000000002% - 35px / 2); width: 86px; }\",\".framer-bcQlE.framer-v-a7w1t7.framer-18c6w3g, .framer-bcQlE.framer-v-19w5mn6.framer-18c6w3g, .framer-bcQlE.framer-v-1y6yltr.framer-18c6w3g, .framer-bcQlE.framer-v-7hn405.framer-18c6w3g, .framer-bcQlE.framer-v-4qdxf7.framer-18c6w3g, .framer-bcQlE.framer-v-y6guck.framer-18c6w3g, .framer-bcQlE.framer-v-gz07xt.framer-18c6w3g, .framer-bcQlE.framer-v-p8fiop.framer-18c6w3g, .framer-bcQlE.framer-v-qyxc9n.framer-18c6w3g, .framer-bcQlE.framer-v-6c57a2.framer-18c6w3g, .framer-bcQlE.framer-v-1aemwaq.framer-18c6w3g { height: 54px; }\",\".framer-bcQlE.framer-v-a7w1t7 .framer-141q5pg { height: 24px; top: calc(50.00000000000002% - 24px / 2); width: 96px; }\",\".framer-bcQlE.framer-v-1kac3ei .framer-87wfti { height: 38px; top: calc(50.00000000000002% - 38px / 2); width: 67px; }\",\".framer-bcQlE.framer-v-19w5mn6 .framer-87wfti { height: 30px; top: calc(50.00000000000002% - 30px / 2); width: 53px; }\",\".framer-bcQlE.framer-v-1y6yltr .framer-1siv161 { height: 24px; top: calc(50.00000000000002% - 24px / 2); width: 81px; }\",\".framer-bcQlE.framer-v-7hn405 .framer-1dotmu9 { height: 28px; top: calc(50.00000000000002% - 28px / 2); width: 116px; }\",\".framer-bcQlE.framer-v-4qdxf7 .framer-1h4pxjc { height: 22px; top: calc(50.00000000000002% - 22px / 2); width: 85px; }\",\".framer-bcQlE.framer-v-y6guck .framer-1le8dn0 { height: 18px; top: calc(50.00000000000002% - 18px / 2); width: 106px; }\",\".framer-bcQlE.framer-v-dgh03x .framer-rh2mol { height: 40px; top: calc(50.00000000000002% - 40px / 2); width: 98px; }\",\".framer-bcQlE.framer-v-gz07xt .framer-rh2mol { height: 30px; top: calc(50.00000000000002% - 30px / 2); width: 74px; }\",\".framer-bcQlE.framer-v-tm1bv0 .framer-1qw343e { height: 46px; top: calc(50.00000000000002% - 46px / 2); width: 102px; }\",\".framer-bcQlE.framer-v-p8fiop .framer-1qw343e { height: 38px; top: calc(50.00000000000002% - 38px / 2); width: 84px; }\",\".framer-bcQlE.framer-v-1q7i5d5 .framer-z52typ { height: 60px; top: calc(50.00000000000002% - 60px / 2); width: 99px; }\",\".framer-bcQlE.framer-v-qyxc9n .framer-z52typ { height: 52px; top: calc(50.00000000000002% - 52px / 2); width: 86px; }\",\".framer-bcQlE.framer-v-6c57a2 .framer-34sbd9 { height: 31px; top: calc(51.85185185185187% - 31px / 2); width: 104px; }\",\".framer-bcQlE.framer-v-1aemwaq .framer-1dol0c2 { height: 20px; top: calc(50.00000000000002% - 20px / 2); width: 117px; }\",\".framer-bcQlE.framer-v-1o2waem .framer-1nld2w7 { height: 57px; top: calc(50.00000000000002% - 57px / 2); width: 95px; }\",\".framer-bcQlE.framer-v-nd75gb .framer-1nld2w7 { height: 44px; top: calc(50.00000000000002% - 44px / 2); width: 75px; }\",\".framer-bcQlE.framer-v-1rvpztv .framer-ppreo5 { height: 34px; top: calc(50.00000000000002% - 34px / 2); width: 84px; }\",\".framer-bcQlE.framer-v-1uk75v9 .framer-ppreo5 { height: 26px; top: calc(50.00000000000002% - 26px / 2); width: 64px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 68\n * @framerIntrinsicWidth 152\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"g_N_bT2Mh\":{\"layout\":[\"fixed\",\"fixed\"]},\"v4eu9IrDI\":{\"layout\":[\"fixed\",\"fixed\"]},\"lmyNbcf6B\":{\"layout\":[\"fixed\",\"fixed\"]},\"eUg0qZ9EA\":{\"layout\":[\"fixed\",\"fixed\"]},\"frI1jegwu\":{\"layout\":[\"fixed\",\"fixed\"]},\"pQrDVI88J\":{\"layout\":[\"fixed\",\"fixed\"]},\"in37eJmc9\":{\"layout\":[\"fixed\",\"fixed\"]},\"Qzy01zt6L\":{\"layout\":[\"fixed\",\"fixed\"]},\"VLEKJ28dY\":{\"layout\":[\"fixed\",\"fixed\"]},\"vjcTIUnpQ\":{\"layout\":[\"fixed\",\"fixed\"]},\"pLiCMyy4q\":{\"layout\":[\"fixed\",\"fixed\"]},\"qQtV9i62W\":{\"layout\":[\"fixed\",\"fixed\"]},\"p2icXJWgd\":{\"layout\":[\"fixed\",\"fixed\"]},\"kg9Xf93sg\":{\"layout\":[\"fixed\",\"fixed\"]},\"ch3jW1oPg\":{\"layout\":[\"fixed\",\"fixed\"]},\"tihizlgfD\":{\"layout\":[\"fixed\",\"fixed\"]},\"EZBALCg6F\":{\"layout\":[\"fixed\",\"fixed\"]},\"QfJtvLaHB\":{\"layout\":[\"fixed\",\"fixed\"]},\"LckiwA55n\":{\"layout\":[\"fixed\",\"fixed\"]},\"o9jZFBIBw\":{\"layout\":[\"fixed\",\"fixed\"]},\"ajWb5G44c\":{\"layout\":[\"fixed\",\"fixed\"]},\"yrm17NuSG\":{\"layout\":[\"fixed\",\"fixed\"]},\"GmC2KxNk5\":{\"layout\":[\"fixed\",\"fixed\"]},\"NJVvcxycR\":{\"layout\":[\"fixed\",\"fixed\"]},\"d4a7bNSW2\":{\"layout\":[\"fixed\",\"fixed\"]},\"hynuN3FMI\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"PNdguiT29\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerjNFoGaPBQ=withCSS(Component,css,\"framer-bcQlE\");export default FramerjNFoGaPBQ;FramerjNFoGaPBQ.displayName=\"Client Logos\";FramerjNFoGaPBQ.defaultProps={height:68,width:152};addPropertyControls(FramerjNFoGaPBQ,{variant:{options:[\"qYW1Yb1tB\",\"g_N_bT2Mh\",\"v4eu9IrDI\",\"lmyNbcf6B\",\"eUg0qZ9EA\",\"frI1jegwu\",\"pQrDVI88J\",\"in37eJmc9\",\"Qzy01zt6L\",\"VLEKJ28dY\",\"vjcTIUnpQ\",\"pLiCMyy4q\",\"qQtV9i62W\",\"p2icXJWgd\",\"kg9Xf93sg\",\"ch3jW1oPg\",\"tihizlgfD\",\"EZBALCg6F\",\"QfJtvLaHB\",\"LckiwA55n\",\"o9jZFBIBw\",\"ajWb5G44c\",\"yrm17NuSG\",\"GmC2KxNk5\",\"NJVvcxycR\",\"d4a7bNSW2\",\"hynuN3FMI\"],optionTitles:[\"BtcTurk\",\"BtcTurk (Small)\",\"Hadi\",\"Hadi (Small)\",\"Airalo\",\"Airalo (Small)\",\"Aktifbank\",\"Aktifbank (Small)\",\"Misyon\",\"Misyon (Small)\",\"Mobillium\",\"Mobillium (Small)\",\"Souqdukkan\",\"Souqdukkan (Small)\",\"Shopi go\",\"Shopi go (Small)\",\"Flamm\",\"Flamm (Small)\",\"Arti Iletişim\",\"Arti Iletişim (Small)\",\"Oggusto\",\"Oggusto (Small)\",\"Veggie Option\",\"Veggie Option (Small)\",\"Sim4Crew\",\"Sim4Crew (Small)\",\"BtcTurk White Only\"],title:\"Variant\",type:ControlType.Enum},PNdguiT29:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerjNFoGaPBQ,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjNFoGaPBQ\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"g_N_bT2Mh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"v4eu9IrDI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lmyNbcf6B\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eUg0qZ9EA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"frI1jegwu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pQrDVI88J\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"in37eJmc9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Qzy01zt6L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VLEKJ28dY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vjcTIUnpQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pLiCMyy4q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qQtV9i62W\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"p2icXJWgd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kg9Xf93sg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ch3jW1oPg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tihizlgfD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EZBALCg6F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QfJtvLaHB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"LckiwA55n\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"o9jZFBIBw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ajWb5G44c\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"yrm17NuSG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GmC2KxNk5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NJVvcxycR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"d4a7bNSW2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hynuN3FMI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"PNdguiT29\\\":\\\"click\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"68\",\"framerIntrinsicWidth\":\"152\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jNFoGaPBQ.map","// Generated by Framer (c105afa)\nexport const props={dwd4JotMk:{borderRadius:15,bottomLeftRadius:15,bottomRightRadius:15,darkTheme:\"framerDark\",font:{fontFamily:'\"Fragment Mono\", monospace',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1.5em\"},isMixedBorderRadius:false,lightTheme:\"framerLight\",padding:30,paddingBottom:30,paddingLeft:30,paddingPerSide:false,paddingRight:30,paddingTop:30,theme:\"framerDark\",themeMode:\"Static\",topLeftRadius:15,topRightRadius:15}};export const fonts={dwd4JotMk:[{explicitInter:true,fonts:[{family:\"Fragment Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/fragmentmono/v4/4iCr6K5wfMRRjxp0DA6-2CLnN4FNh4UI_1U.woff2\",weight:\"400\"}]}]};\nexport const __FramerMetadata__ = {\"exports\":{\"props\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (9e1dc8e)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Geist Mono Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Geist Mono Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/yUQcLQWUcqr8G6UzzoQeEP5M.woff2\"}]}];export const css=['.framer-OpIho .framer-styles-preset-zqfdw9 { --framer-blockquote-font-family: \"Geist Mono Regular\", \"Geist Mono Regular Placeholder\", monospace; --framer-blockquote-font-size: 11px; --framer-blockquote-font-style: normal; --framer-blockquote-font-weight: 400; --framer-blockquote-letter-spacing: 0.12em; --framer-blockquote-line-height: 2em; --framer-blockquote-paragraph-spacing: 20px; --framer-blockquote-text-color: var(--token-d31acfa0-026e-4570-ac03-1f220312bf9a, #a3c8ff); --framer-blockquote-text-stroke-color: initial; --framer-blockquote-text-stroke-width: initial; --framer-font-open-type-features: normal; padding: 0px 0px 0px 23px; position: relative; }','.framer-OpIho .framer-styles-preset-zqfdw9::before { background-color: var(--token-d31acfa0-026e-4570-ac03-1f220312bf9a, #a3c8ff) /* {\"name\":\"Brand\"} */; border-radius: 2px; content: \" \"; display: block; height: 100%; left: 0px; position: absolute; top: 0px; width: 3px; }'];export const className=\"framer-OpIho\";\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 (9e1dc8e)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Geist Regular\",\"CUSTOM;Geist Regular\",\"CUSTOM;Geist Regular\",\"CUSTOM;Geist Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Geist Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/pnVyB1suA5XzXBifPcksvcMU8NM.woff2\"}]}];export const css=['.framer-5xwLZ .framer-styles-preset-6fhjo3:not(.rich-text-wrapper), .framer-5xwLZ .framer-styles-preset-6fhjo3.rich-text-wrapper p { --framer-font-family: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-bold: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-italic: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 19px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 160%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-aa9100be-c67b-417b-bfbd-66d10d1d57a0, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1649px) and (min-width: 1200px) { .framer-5xwLZ .framer-styles-preset-6fhjo3:not(.rich-text-wrapper), .framer-5xwLZ .framer-styles-preset-6fhjo3.rich-text-wrapper p { --framer-font-family: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-bold: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-italic: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 17px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-aa9100be-c67b-417b-bfbd-66d10d1d57a0, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-5xwLZ .framer-styles-preset-6fhjo3:not(.rich-text-wrapper), .framer-5xwLZ .framer-styles-preset-6fhjo3.rich-text-wrapper p { --framer-font-family: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-bold: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-italic: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 19px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 160%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-aa9100be-c67b-417b-bfbd-66d10d1d57a0, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-5xwLZ .framer-styles-preset-6fhjo3:not(.rich-text-wrapper), .framer-5xwLZ .framer-styles-preset-6fhjo3.rich-text-wrapper p { --framer-font-family: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-bold: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-italic: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 17px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-aa9100be-c67b-417b-bfbd-66d10d1d57a0, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-5xwLZ\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (b2780b5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Geist Regular\",\"CUSTOM;Geist Regular\",\"CUSTOM;Geist Regular\",\"CUSTOM;Geist Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Geist Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/pnVyB1suA5XzXBifPcksvcMU8NM.woff2\"}]}];export const css=['.framer-rOECk .framer-styles-preset-19gh1a1:not(.rich-text-wrapper), .framer-rOECk .framer-styles-preset-19gh1a1.rich-text-wrapper h1 { --framer-font-family: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-bold: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-italic: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-open-type-features: \\'cv05\\' on; --framer-font-size: 34px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.7px; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-aa9100be-c67b-417b-bfbd-66d10d1d57a0, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1649px) and (min-width: 1200px) { .framer-rOECk .framer-styles-preset-19gh1a1:not(.rich-text-wrapper), .framer-rOECk .framer-styles-preset-19gh1a1.rich-text-wrapper h1 { --framer-font-family: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-bold: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-italic: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-open-type-features: \\'cv05\\' on; --framer-font-size: 31px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.7px; --framer-line-height: 120%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-aa9100be-c67b-417b-bfbd-66d10d1d57a0, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-rOECk .framer-styles-preset-19gh1a1:not(.rich-text-wrapper), .framer-rOECk .framer-styles-preset-19gh1a1.rich-text-wrapper h1 { --framer-font-family: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-bold: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-italic: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-open-type-features: \\'cv05\\' on; --framer-font-size: 30px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.7px; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-aa9100be-c67b-417b-bfbd-66d10d1d57a0, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-rOECk .framer-styles-preset-19gh1a1:not(.rich-text-wrapper), .framer-rOECk .framer-styles-preset-19gh1a1.rich-text-wrapper h1 { --framer-font-family: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-bold: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-family-italic: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-open-type-features: \\'cv05\\' on; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.7px; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-aa9100be-c67b-417b-bfbd-66d10d1d57a0, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-rOECk\";\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\"}}}"],"mappings":"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"}