{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/q6lMHlu1nbOYcSiG1Fjw/Ma62CdKrFkDG3PXp4UC1/wzVKowFFA-0.js", "ssg:https://framerusercontent.com/modules/q6lMHlu1nbOYcSiG1Fjw/Ma62CdKrFkDG3PXp4UC1/wzVKowFFA.js", "ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js", "ssg:https://framerusercontent.com/modules/idS0JkUMoTmR0YcZUPSX/RhNQ6umDk6mVvAlxF3Cl/ZzKQcsDrP.js", "ssg:https://framerusercontent.com/modules/3Gb6lOWlu8CapR1Z8VMF/ZdaaC706nk78ZjQJwoIT/wzVKowFFA.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-157b9yp\",\"data-styles-preset\":\"EQN8M217w\",style:{\"--framer-text-alignment\":\"left\"},children:\"\u0634\u0631\u064A\u0643 \u0645\u0648\u062B\u0648\u0642 \u0644\u0644\u0639\u062F\u064A\u062F \u0645\u0646 \u0627\u0644\u062C\u0647\u0627\u062A \u0627\u0644\u062D\u0643\u0648\u0645\u064A\u0629 \u0648\u0627\u0644\u062E\u0627\u0635\u0629 \u0641\u064A \u0645\u062E\u062A\u0644\u0641 \u0623\u0646\u062D\u0627\u0621 \u0627\u0644\u0645\u0645\u0644\u0643\u0629 \u0627\u0644\u0639\u0631\u0628\u064A\u0629 \u0627\u0644\u0633\u0639\u0648\u062F\u064A\u0629\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-157b9yp\",\"data-styles-preset\":\"EQN8M217w\",style:{\"--framer-text-alignment\":\"center\"},children:\"\u0634\u0631\u064A\u0643 \u0645\u0648\u062B\u0648\u0642 \u0644\u0644\u0639\u062F\u064A\u062F \u0645\u0646 \u0627\u0644\u062C\u0647\u0627\u062A \u0627\u0644\u062D\u0643\u0648\u0645\u064A\u0629 \u0648\u0627\u0644\u062E\u0627\u0635\u0629 \u0641\u064A \u0645\u062E\u062A\u0644\u0641 \u0623\u0646\u062D\u0627\u0621 \u0627\u0644\u0645\u0645\u0644\u0643\u0629 \u0627\u0644\u0639\u0631\u0628\u064A\u0629 \u0627\u0644\u0633\u0639\u0648\u062F\u064A\u0629\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5b26096)\nimport*as localizedValues from\"./wzVKowFFA-0.js\";const valuesByLocaleId={ioW3jjFDz:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{isFunction as t,isCubicBezier as i,noopReturn as e,defaults as s,isEasingGenerator as a,isEasingList as n,interpolate as r}from\"@motionone/utils\";import{cubicBezier as h,steps as o}from\"@motionone/easing\";const l={ease:h(.25,.1,.25,1),\"ease-in\":h(.42,0,1,1),\"ease-in-out\":h(.42,0,.58,1),\"ease-out\":h(0,0,.58,1)};const u=/\\((.*?)\\)/;function getEasingFunction(s){if(t(s))return s;if(i(s))return h(...s);if(l[s])return l[s];if(s.startsWith(\"steps\")){const t=u.exec(s);if(t){const i=t[1].split(\",\");return o(parseFloat(i[0]),i[1].trim())}}return e}class Animation{constructor(t,i=[0,1],{easing:h,duration:o=s.duration,delay:l=s.delay,endDelay:u=s.endDelay,repeat:m=s.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=e;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));h=h||s.easing;if(a(h)){const t=h.createAnimation(i);h=t.easing;i=t.keyframes||i;o=t.duration||o}this.repeat=m;this.easing=n(h)?e:getEasingFunction(h);this.updateDuration(o);const d=r(i,c,n(h)?h.map(getEasingFunction):e);this.tick=i=>{var e;l=l;let s=0;s=void 0!==this.pauseTime?this.pauseTime:(i-this.startTime)*this.rate;this.t=s;s/=1e3;s=Math.max(s-l,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(s=this.totalDuration);const a=s/this.duration;let n=Math.floor(a);let r=a%1;!r&&a>=1&&(r=1);1===r&&n--;const h=n%2;(\"reverse\"===p||\"alternate\"===p&&h||\"alternate-reverse\"===p&&!h)&&(r=1-r);const o=s>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(o));t(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||s>=this.totalDuration+u);if(c){this.playState=\"finished\";null===(e=this.resolve)||void 0===e?void 0:e.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t,noopReturn as s}from\"@motionone/utils\";const n=5;function calcGeneratorVelocity(t,s,r){const a=Math.max(s-n,0);return e(r-t(a),s-a)}const r={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=r.stiffness,t=r.damping,s=r.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=r.stiffness,damping:s=r.damping,mass:n=r.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/n)/1e3;const l=calcDampingRatio(e,s,n);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const a=10;const o=1e4;function pregenerateKeyframes(e,t=s){let n;let r=a;let c=e(0);const i=[t(c.current)];while(!c.done&&r<o){c=e(r);i.push(t(c.done?c.target:c.current));void 0===n&&c.hasReachedTarget&&(n=r);r+=a}const h=r-a;1===i.length&&i.push(c.current);return{keyframes:i,duration:h/1e3,overshootDuration:(null!==n&&void 0!==n?n:h)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots=[],gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const currentTarget=RenderTarget.current();const isCanvas=currentTarget===RenderTarget.canvas||currentTarget===RenderTarget.export;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[{current:null},{current:null}];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=null;let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useLayoutEffect(()=>{frame.read(measure,false,true);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure,false,true);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...child.props?.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},child.props?.children)})});});}const isInView=isCanvas?true:useInView(parentRef);if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",willChange:!isInView?undefined:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...child.props?.style,width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},child.props?.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);}));}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);const playOrPause=useCallback(()=>{if(!animationRef.current)return;const hidden=document.hidden;if(isInView&&!hidden&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if((!isInView||hidden)&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);useEffect(()=>{playOrPause();},[isInView,hoverFactor,animateToValue,speed]);useEffect(()=>{document.addEventListener(\"visibilitychange\",playOrPause);return()=>{document.removeEventListener(\"visibilitychange\",playOrPause);};},[playOrPause]);}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas||!isInView?\"auto\":\"transform\",transform:transformer(0)},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (98a2bb2)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js\";const TickerFonts=getFonts(Ticker);const cycleOrder=[\"Y0B8M6MI1\",\"GMf3Tv754\"];const serializationHash=\"framer-TvDjG\";const variantClassNames={GMf3Tv754:\"framer-v-19043zw\",Y0B8M6MI1:\"framer-v-ng0sbe\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??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={\"Mobile Ticker\":\"GMf3Tv754\",\"Ticker - Left\":\"Y0B8M6MI1\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Y0B8M6MI1\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Y0B8M6MI1\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-ng0sbe\",className,classNames),\"data-framer-name\":\"Ticker - Left\",layoutDependency:layoutDependency,layoutId:\"Y0B8M6MI1\",ref:refBinding,style:{...style},...addPropertyOverrides({GMf3Tv754:{\"data-framer-name\":\"Mobile Ticker\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1r4gcia-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"NPqalCq3S-container\",nodeId:\"NPqalCq3S\",rendersWithMotion:true,scopeId:\"ZzKQcsDrP\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:10,overflow:false},gap:96,height:\"100%\",hoverFactor:1,id:\"NPqalCq3S\",layoutId:\"NPqalCq3S\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-lxinq1\",\"data-framer-name\":\"1. Sport\",layoutDependency:layoutDependency,layoutId:\"BlIEUrWLtZu9e08NV5\",style:{filter:\"contrast(2) invert(0)\",WebkitFilter:\"contrast(2) invert(0)\"},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-b5mbsw\",\"data-framer-name\":\"logo\",description:\"Ministry of Sports logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"BlIEUrWLtuLZIeEOia\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 201.931 64\"><path d=\"M 22.207 18.985 C 22.582 13.611 25.511 9.153 29.464 7.505 C 29.112 6.665 28.934 5.763 28.942 4.853 C 28.942 4.536 28.964 4.237 29.006 3.944 C 24.337 6.003 20.929 11.716 20.747 18.509 C 20.964 18.575 21.187 18.645 21.409 18.716 C 21.679 18.804 21.943 18.892 22.207 18.991 M 44.939 18.505 C 44.758 11.705 41.361 5.997 36.685 3.933 C 36.851 5.143 36.695 6.375 36.233 7.506 C 40.182 9.153 43.103 13.612 43.485 18.979 C 43.75 18.88 44.019 18.792 44.288 18.703 C 44.505 18.633 44.728 18.569 44.946 18.505 M 32.836 9.095 C 34.421 9.095 35.7 7.193 35.7 4.846 C 35.7 2.5 34.42 0.606 32.836 0.606 C 31.253 0.606 29.974 2.507 29.974 4.847 C 29.974 7.187 31.258 9.095 32.836 9.095 Z\" fill=\"rgb(31,42,55)\"></path><path d=\"M 60.074 29.86 C 59.727 34.097 56.437 38.22 51.503 40.262 C 51.68 40.484 51.85 40.714 52.025 40.942 C 52.154 41.13 52.284 41.318 52.418 41.505 C 58.765 39.218 63.095 34.243 63.605 29.192 C 63.33 29.323 63.046 29.435 62.755 29.526 C 61.828 29.832 60.913 29.926 60.074 29.855 M 44.928 20.046 C 50.12 18.797 55.212 20.205 57.98 23.426 C 58.673 22.836 59.477 22.389 60.344 22.112 C 60.643 22.013 60.942 21.941 61.236 21.882 C 57.857 18.099 51.422 16.627 44.946 18.504 C 44.951 18.686 44.957 18.879 44.957 19.066 C 44.957 19.395 44.946 19.718 44.935 20.041\" fill=\"rgb(0,131,198)\"></path><path d=\"M 43.52 20.451 C 43.572 20.434 43.614 20.416 43.655 20.405 C 44.073 20.273 44.496 20.153 44.921 20.046 C 44.939 19.724 44.951 19.402 44.951 19.068 C 44.951 18.88 44.951 18.692 44.94 18.505 C 44.722 18.569 44.499 18.633 44.282 18.703 C 44.012 18.792 43.742 18.886 43.478 18.979 C 43.508 19.378 43.52 19.777 43.52 20.188 L 43.52 20.446\" fill=\"rgb(31,42,55)\"></path><path d=\"M 65.589 24.511 C 65.102 23.01 62.897 22.376 60.668 23.103 C 58.439 23.825 57.018 25.638 57.517 27.139 C 58.003 28.64 60.21 29.274 62.439 28.553 C 64.668 27.825 66.081 26.018 65.594 24.511\" fill=\"rgb(0,131,198)\"></path><path d=\"M 50.946 41.981 C 53.732 46.527 53.973 51.801 51.756 55.432 C 52.533 55.908 53.208 56.531 53.745 57.268 C 53.927 57.526 54.084 57.784 54.226 58.042 C 56.777 53.661 56.196 47.084 52.413 41.505 L 51.762 41.735 C 51.491 41.823 51.221 41.898 50.945 41.981 Z M 32.79 55.667 C 36.937 61.041 43.032 63.645 48.013 62.566 C 47.802 62.345 47.604 62.112 47.421 61.867 C 46.883 61.133 46.496 60.3 46.282 59.415 C 42.129 60.401 37.166 58.524 33.699 54.429 C 33.558 54.639 33.406 54.851 33.254 55.062 C 33.107 55.267 32.948 55.467 32.796 55.672 M 48.089 56.13 C 46.805 57.057 46.887 59.35 48.259 61.25 C 49.639 63.146 51.797 63.932 53.076 63.005 C 54.36 62.072 54.279 59.779 52.899 57.885 C 51.521 55.983 49.368 55.197 48.084 56.13\" fill=\"rgb(244,196,14)\"></path><path d=\"M 13.203 41.482 C 9.478 47.043 8.921 53.566 11.455 57.924 C 11.597 57.655 11.76 57.396 11.942 57.151 C 12.47 56.414 13.14 55.79 13.912 55.315 C 11.724 51.713 11.948 46.492 14.669 41.969 C 14.415 41.897 14.163 41.819 13.912 41.735 C 13.672 41.657 13.434 41.575 13.197 41.487 M 31.898 54.411 C 28.431 58.43 23.522 60.266 19.403 59.286 C 19.193 60.173 18.804 61.007 18.26 61.738 C 18.08 61.984 17.887 62.219 17.679 62.442 C 22.624 63.51 28.661 60.952 32.797 55.667 C 32.679 55.501 32.55 55.338 32.438 55.179 C 32.25 54.927 32.068 54.669 31.905 54.411 M 17.603 56.012 C 16.319 55.085 14.161 55.865 12.781 57.767 C 11.402 59.661 11.326 61.955 12.611 62.887 C 13.884 63.814 16.043 63.028 17.421 61.133 C 18.806 59.233 18.882 56.94 17.603 56.013 Z\" fill=\"rgb(0,158,61)\"></path><path d=\"M 20.747 18.498 C 14.265 16.621 7.837 18.105 4.457 21.882 C 4.75 21.942 5.044 22.012 5.343 22.112 C 6.27 22.41 7.068 22.868 7.713 23.42 C 10.476 20.2 15.567 18.797 20.765 20.046 C 20.746 19.72 20.737 19.394 20.736 19.068 C 20.736 18.88 20.736 18.692 20.747 18.505 M 14.113 40.232 C 9.219 38.179 5.959 34.073 5.617 29.862 C 4.706 29.933 3.791 29.822 2.924 29.534 C 2.637 29.436 2.355 29.322 2.08 29.193 C 2.59 34.232 6.891 39.19 13.203 41.483 C 13.348 41.266 13.507 41.043 13.666 40.825 C 13.806 40.627 13.964 40.427 14.111 40.234 Z\" fill=\"rgb(223,8,38)\"></path><path d=\"M 22.161 20.451 C 22.161 20.363 22.155 20.275 22.155 20.193 C 22.155 19.783 22.173 19.378 22.202 18.985 C 21.938 18.886 21.668 18.797 21.398 18.709 C 21.175 18.638 20.959 18.569 20.742 18.51 C 20.73 18.691 20.73 18.886 20.73 19.073 C 20.73 19.401 20.742 19.73 20.753 20.052 C 21.175 20.151 21.591 20.276 22.02 20.41 C 22.061 20.428 22.109 20.446 22.15 20.457 M 8.177 27.134 C 8.662 25.632 7.254 23.819 5.025 23.092 C 2.796 22.37 0.59 23.004 0.098 24.504 C -0.395 26.013 1.025 27.82 3.254 28.547 C 5.483 29.269 7.683 28.636 8.175 27.134 Z\" fill=\"rgb(223,8,38)\"></path><path d=\"M 56.612 27.426 C 55.1 22.756 49.121 20.504 43.29 22.399 C 42.703 22.586 42.146 22.809 41.613 23.068 C 41.702 22.446 41.748 21.806 41.748 21.155 C 41.748 15.026 37.753 10.033 32.843 10.033 C 27.933 10.033 23.938 15.026 23.938 21.155 C 23.938 21.806 23.985 22.44 24.078 23.068 C 23.534 22.81 22.973 22.587 22.401 22.399 C 16.564 20.499 10.586 22.758 9.067 27.433 C 7.553 32.096 11.055 37.441 16.893 39.335 C 17.432 39.517 17.984 39.651 18.517 39.757 C 18.153 40.157 17.807 40.578 17.48 41.024 C 13.871 45.987 14.183 52.364 18.147 55.25 C 22.131 58.13 28.279 56.447 31.886 51.484 C 32.227 51.009 32.532 50.535 32.802 50.041 C 33.095 50.574 33.423 51.096 33.788 51.607 C 37.389 56.564 43.554 58.253 47.526 55.368 C 51.498 52.481 51.79 46.099 48.189 41.142 C 47.839 40.661 47.459 40.202 47.051 39.769 C 47.637 39.662 48.215 39.515 48.781 39.329 C 54.618 37.434 58.121 32.096 56.607 27.426 M 46.886 39.586 C 46.798 39.605 46.717 39.623 46.628 39.634 C 46.687 39.699 46.745 39.757 46.798 39.816 C 47.232 40.262 47.644 40.749 48.024 41.271 C 51.555 46.14 51.279 52.382 47.403 55.197 C 43.526 58.013 37.494 56.348 33.963 51.478 C 33.57 50.944 33.224 50.381 32.926 49.812 C 32.884 49.736 32.843 49.654 32.802 49.583 C 32.481 50.202 32.115 50.796 31.705 51.36 C 28.173 56.23 22.143 57.896 18.271 55.08 C 14.387 52.264 14.111 46.01 17.643 41.148 C 17.996 40.666 18.371 40.215 18.758 39.798 C 18.816 39.734 18.881 39.676 18.945 39.61 C 18.857 39.593 18.769 39.582 18.694 39.57 C 18.104 39.459 17.522 39.312 16.95 39.129 C 11.231 37.27 7.788 32.05 9.26 27.497 C 10.739 22.94 16.598 20.745 22.325 22.604 C 22.933 22.803 23.527 23.045 24.102 23.326 C 24.172 23.367 24.255 23.403 24.337 23.437 C 24.319 23.349 24.308 23.267 24.296 23.186 C 24.196 22.515 24.147 21.838 24.149 21.161 C 24.149 15.148 28.039 10.25 32.831 10.25 C 37.623 10.25 41.525 15.149 41.525 21.161 C 41.525 21.847 41.472 22.529 41.372 23.186 L 41.337 23.437 C 41.407 23.402 41.49 23.361 41.566 23.327 C 42.142 23.043 42.738 22.802 43.349 22.604 C 49.063 20.745 54.918 22.938 56.407 27.491 C 57.886 32.049 54.436 37.27 48.716 39.129 C 48.1 39.329 47.485 39.476 46.881 39.587\" fill=\"rgb(0,158,61)\"></path><path d=\"M 52.019 40.949 C 51.851 40.717 51.677 40.49 51.497 40.268 C 51.091 40.437 50.678 40.589 50.26 40.725 C 50.214 40.742 50.166 40.756 50.119 40.767 C 50.147 40.808 50.177 40.836 50.212 40.872 C 50.471 41.236 50.717 41.606 50.945 41.975 C 51.221 41.898 51.491 41.816 51.767 41.729 C 51.985 41.658 52.201 41.582 52.413 41.506 C 52.289 41.319 52.148 41.124 52.019 40.943\" fill=\"rgb(244,196,14)\"></path><path d=\"M 32.919 53.438 C 32.878 53.378 32.838 53.32 32.802 53.261 C 32.515 53.655 32.213 54.039 31.898 54.411 C 32.068 54.669 32.245 54.927 32.433 55.179 C 32.55 55.345 32.673 55.502 32.797 55.667 C 32.949 55.467 33.107 55.267 33.254 55.05 C 33.407 54.845 33.553 54.634 33.699 54.423 C 33.428 54.104 33.168 53.775 32.919 53.438 Z\" fill=\"rgb(0,158,61)\"></path><path d=\"M 15.426 40.725 C 14.974 40.578 14.535 40.415 14.112 40.238 C 13.96 40.431 13.806 40.625 13.666 40.831 C 13.502 41.048 13.35 41.271 13.203 41.487 C 13.443 41.576 13.684 41.657 13.918 41.74 C 14.17 41.822 14.417 41.899 14.675 41.969 C 14.927 41.551 15.197 41.144 15.485 40.749 C 15.462 40.749 15.449 40.737 15.426 40.732\" fill=\"rgb(223,8,38)\"></path><path d=\"M 30.819 30.007 C 30.908 30.43 31.224 30.77 31.647 30.87 L 31.658 30.905 L 32.132 33.123 L 31.465 33.123 L 32.134 36.232 L 31.465 36.232 L 32.134 39.347 L 33.464 39.347 L 34.133 36.232 L 33.464 36.232 L 34.133 33.122 L 33.464 33.122 L 33.945 30.865 C 34.367 30.764 34.69 30.427 34.773 30.002 C 36.075 30.394 37.671 31.403 38.509 33.932 C 38.509 33.932 40.205 29.609 36.956 27.174 C 36.432 26.784 35.847 26.485 35.224 26.289 C 36.057 26.048 37.155 26.041 38.551 26.616 C 38.551 26.616 36.99 23.502 33.618 24.382 C 33.331 24.454 33.056 24.567 32.801 24.716 C 32.546 24.569 32.272 24.456 31.987 24.382 C 28.607 23.502 27.047 26.617 27.047 26.617 C 28.449 26.048 29.54 26.055 30.374 26.289 C 29.753 26.484 29.169 26.783 28.649 27.174 C 25.398 29.609 27.093 33.932 27.093 33.932 C 27.933 31.403 29.534 30.401 30.83 30.002\" fill=\"rgb(0,158,61)\"></path><path d=\"M 44.764 38.302 C 44.664 38.308 44.582 38.308 44.499 38.314 C 42.505 38.397 40.563 38.707 38.662 39.352 C 37.379 39.786 36.164 40.401 35.054 41.176 C 34.585 41.511 34.145 41.875 33.724 42.262 C 33.664 42.321 33.646 42.35 33.724 42.414 C 34.474 43.101 35.213 43.794 35.953 44.486 C 36.034 44.562 36.052 44.526 36.093 44.45 C 36.17 44.303 36.211 44.151 36.264 43.998 C 36.34 43.758 36.434 43.523 36.616 43.341 C 36.914 43.048 37.26 42.913 37.671 42.961 C 38.052 43.007 38.375 43.406 38.387 43.794 C 38.386 44.199 38.102 44.548 37.706 44.632 C 37.408 44.691 37.149 44.621 36.897 44.479 C 36.791 44.42 36.75 44.427 36.692 44.532 C 36.598 44.708 36.593 44.873 36.721 45.043 C 36.932 45.33 37.225 45.495 37.537 45.646 C 37.688 45.724 37.8 45.735 37.941 45.588 C 38.228 45.319 38.574 45.301 38.932 45.453 C 39.232 45.594 39.422 45.897 39.42 46.228 C 39.413 46.541 39.212 46.818 38.915 46.92 C 38.357 47.118 37.835 47.031 37.313 46.808 C 36.832 46.61 36.409 46.31 36 45.987 C 35.94 45.94 35.912 45.934 35.859 46.005 C 35.506 46.474 35.066 46.833 34.479 46.978 C 34.104 47.072 33.752 47.014 33.442 46.75 C 33.031 46.415 32.995 45.894 33.354 45.506 C 33.706 45.119 34.175 45.16 34.557 45.395 C 34.704 45.478 34.787 45.642 34.766 45.811 C 34.762 45.993 34.803 46.016 34.973 45.958 C 35.097 45.914 35.203 45.829 35.272 45.717 C 35.313 45.671 35.289 45.629 35.272 45.582 C 35.075 45.239 34.828 44.926 34.539 44.655 C 34.127 44.257 33.664 43.927 33.225 43.564 C 33.101 43.459 32.972 43.353 32.85 43.242 C 32.802 43.207 32.785 43.2 32.732 43.242 C 32.257 43.681 31.746 44.063 31.26 44.491 C 30.906 44.808 30.584 45.142 30.322 45.535 C 30.244 45.646 30.25 45.717 30.344 45.811 C 30.426 45.894 30.52 45.946 30.631 45.976 C 30.726 45.993 30.791 45.958 30.819 45.869 C 30.842 45.788 30.86 45.706 30.883 45.623 C 30.914 45.474 31.025 45.354 31.171 45.312 C 31.283 45.29 31.377 45.254 31.482 45.242 C 31.975 45.172 32.291 45.489 32.415 45.882 C 32.544 46.274 32.356 46.674 31.969 46.867 C 31.594 47.048 31.158 47.055 30.777 46.884 C 30.337 46.707 29.962 46.397 29.705 45.998 C 29.664 45.929 29.64 45.934 29.576 45.981 C 29.177 46.292 28.766 46.585 28.302 46.797 C 27.869 46.99 27.423 47.107 26.947 47.066 C 26.303 47.008 26.062 46.375 26.243 45.905 C 26.519 45.213 27.282 45.23 27.651 45.612 C 27.763 45.729 27.851 45.741 27.986 45.671 C 28.32 45.512 28.649 45.342 28.86 45.031 C 28.977 44.883 28.977 44.674 28.86 44.526 C 28.808 44.449 28.737 44.415 28.643 44.462 C 28.527 44.516 28.407 44.561 28.285 44.597 C 27.78 44.767 27.446 44.544 27.258 44.081 C 27.124 43.734 27.211 43.412 27.481 43.165 C 27.746 42.919 28.062 42.878 28.397 43.007 C 28.431 43.018 28.461 43.037 28.497 43.048 C 28.895 43.224 29.177 43.506 29.3 43.939 C 29.347 44.127 29.406 44.309 29.498 44.486 C 29.523 44.538 29.546 44.55 29.599 44.503 C 30.356 43.799 31.106 43.095 31.875 42.397 C 31.934 42.344 31.911 42.315 31.864 42.28 C 31.316 41.761 30.721 41.294 30.087 40.884 C 28.461 39.839 26.696 39.182 24.819 38.777 C 23.545 38.506 22.249 38.351 20.947 38.314 C 20.911 38.314 20.87 38.325 20.823 38.285 C 21.052 38.25 21.258 38.208 21.474 38.179 C 22.426 38.047 23.39 38.013 24.349 38.08 C 25.254 38.145 26.153 38.284 27.036 38.496 C 28.349 38.807 29.57 39.324 30.732 40.003 C 31.43 40.42 32.11 40.884 32.767 41.37 C 32.861 41.447 32.896 41.382 32.954 41.341 C 33.981 40.455 35.114 39.763 36.351 39.223 C 37.446 38.753 38.595 38.422 39.772 38.238 C 40.974 38.046 42.195 38.001 43.409 38.103 C 43.826 38.136 44.241 38.193 44.652 38.273 C 44.687 38.273 44.716 38.273 44.758 38.308\" fill=\"rgb(0,158,61)\"></path><path d=\"M 93.099 30.468 C 93.099 30.468 94.659 32.245 93.533 32.245 L 91.65 32.245 C 90.653 32.245 89.303 31.811 88.5 30.468 C 87.209 30.686 86.347 30.738 85.696 30.738 C 82.493 30.738 79.448 29.149 79.448 25.511 C 79.448 21.47 82.898 20.044 86.535 20.044 C 88.019 20.044 89.151 20.126 89.849 20.232 L 89.849 26.778 C 89.849 29.096 90.547 30.468 92.271 30.468 L 93.105 30.468 Z M 87.684 21.845 C 87.198 21.739 86.687 21.71 85.99 21.71 C 83.566 21.71 81.677 22.924 81.677 25.452 C 81.677 27.981 83.777 29.007 85.96 29.007 C 86.522 29.007 87.145 28.954 87.684 28.902 Z M 83.185 16.7 C 83.185 16.026 83.695 15.463 84.37 15.463 C 84.696 15.463 85.008 15.594 85.236 15.826 C 85.465 16.059 85.59 16.374 85.583 16.7 C 85.583 17.398 85.098 17.938 84.37 17.938 C 83.642 17.938 83.186 17.375 83.186 16.7 Z M 86.499 16.7 C 86.499 16.026 87.04 15.463 87.737 15.463 C 88.435 15.463 88.922 16.002 88.922 16.7 C 88.922 17.398 88.465 17.938 87.709 17.938 C 87.01 17.938 86.494 17.375 86.494 16.7\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 92.829 30.468 L 94.771 30.468 L 94.771 25.97 L 96.9 25.188 L 96.442 30.116 C 97.276 25.347 100.911 20.15 106.596 20.15 C 109.777 20.15 113.009 22.062 113.009 25.646 C 113.009 28.774 110.451 32.245 106.11 32.245 L 93.609 32.245 Z M 106.567 21.898 C 101.88 21.898 98.836 25.752 97.681 30.463 L 105.975 30.463 C 109.073 30.463 110.714 27.875 110.744 25.939 C 110.744 24.785 110.07 21.898 106.568 21.898 Z M 105.248 17.24 C 104.55 17.24 104.034 16.648 104.034 15.972 C 104.034 15.299 104.573 14.706 105.3 14.706 C 105.975 14.706 106.485 15.246 106.485 15.974 C 106.485 16.647 105.998 17.24 105.271 17.24 L 105.241 17.24 Z M 121.679 30.468 C 121.679 30.468 123.24 32.245 122.108 32.245 L 120.36 32.245 C 118.77 32.245 116.265 31.197 116.265 27.048 L 116.265 15.464 L 118.447 14.684 L 118.447 26.78 C 118.447 29.097 119.122 30.47 120.871 30.47 L 121.679 30.47 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 121.491 37.39 C 120.793 37.39 120.306 36.828 120.306 36.124 C 120.306 35.42 120.817 34.886 121.521 34.886 C 122.225 34.886 122.706 35.426 122.706 36.124 C 122.706 36.821 122.248 37.39 121.521 37.39 Z M 121.303 30.468 C 123.028 30.468 123.891 29.096 123.891 26.778 L 123.891 20.771 L 126.072 20.014 L 126.072 27.048 C 126.072 31.197 123.726 32.245 122.113 32.245 Z M 124.829 37.39 C 124.131 37.39 123.644 36.828 123.644 36.124 C 123.644 35.42 124.154 34.886 124.882 34.886 C 125.609 34.886 126.067 35.426 126.067 36.124 C 126.067 36.821 125.58 37.39 124.852 37.39 L 124.823 37.39 Z M 136.146 30.468 C 136.146 30.468 137.706 32.245 136.574 32.245 C 134.931 32.245 133.799 31.548 133.018 30.55 L 133.018 31.383 C 133.018 35.262 131.511 37.362 127.904 37.473 L 127.634 35.748 C 129.681 35.561 131.001 35.05 130.866 30.573 L 130.866 23.246 L 133.018 22.467 L 133.018 27.746 C 133.018 29.067 134.257 30.439 135.794 30.468 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 135.769 30.468 C 137.494 30.468 138.357 29.096 138.357 26.778 L 138.357 15.463 L 140.538 14.682 L 140.538 27.049 C 140.538 31.196 138.198 32.246 136.579 32.246 L 135.769 30.47 Z M 143.766 15.463 L 145.949 14.682 L 145.949 32.246 L 143.766 32.246 Z M 161.388 32.246 C 158.179 32.246 155.651 29.876 155.651 26.074 C 155.651 22.086 158.291 19.715 161.576 19.715 C 165.025 19.715 167.342 22.22 167.342 25.857 C 167.342 30.304 164.245 32.241 161.418 32.241 L 161.388 32.241 Z M 161.494 30.603 C 163.571 30.603 165.101 28.661 165.101 25.946 C 165.101 23.927 164.104 21.364 161.517 21.364 C 158.93 21.364 157.88 23.734 157.88 26.028 C 157.88 28.643 159.364 30.61 161.464 30.61 L 161.494 30.61 Z M 159.957 17.187 C 159.258 17.187 158.772 16.625 158.772 15.921 C 158.772 15.217 159.282 14.682 159.986 14.682 C 160.69 14.682 161.171 15.223 161.171 15.921 C 161.171 16.618 160.684 17.187 159.986 17.187 Z M 162.087 15.921 C 162.087 15.245 162.626 14.682 163.324 14.682 C 164.022 14.682 164.509 15.223 164.509 15.921 C 164.509 16.618 164.052 17.187 163.295 17.187 C 162.596 17.187 162.08 16.625 162.08 15.921 M 168.903 35.748 C 170.95 35.561 172.269 35.05 172.135 30.573 L 172.135 23.246 L 174.287 22.467 L 174.287 31.383 C 174.287 35.262 172.78 37.362 169.166 37.473 L 168.896 35.748 Z M 177.521 15.463 L 179.703 14.682 L 179.703 32.246 L 177.521 32.246 Z M 181.398 35.748 C 183.445 35.561 184.766 35.05 184.63 30.573 L 184.63 23.246 L 186.783 22.467 L 186.783 31.383 C 186.783 35.261 185.276 37.362 181.662 37.473 L 181.393 35.748 Z M 185.575 19.662 C 184.877 19.662 184.39 19.1 184.39 18.396 C 184.39 17.692 184.9 17.158 185.604 17.158 C 186.308 17.158 186.79 17.698 186.79 18.396 C 186.79 19.094 186.332 19.662 185.604 19.662 Z M 196.457 35.748 C 198.557 35.449 199.471 34.804 199.606 32.246 C 198.932 32.404 198.152 32.487 197.207 32.487 C 193.54 32.487 191.335 30.035 191.335 26.451 C 191.335 22.866 193.464 20.009 196.967 20.009 C 200.874 20.009 201.871 22.49 201.871 25.641 L 201.871 31.19 C 201.871 35.068 200.416 37.385 196.726 37.466 L 196.457 35.742 Z M 193.418 26.262 C 193.447 29.6 195.33 30.791 197.512 30.791 C 198.404 30.791 199.102 30.709 199.694 30.574 L 199.694 24.836 C 199.694 23.435 199.049 21.551 196.785 21.551 C 194.52 21.551 193.335 23.704 193.418 26.269 M 90.383 41.39 C 90.869 41.432 91.268 41.626 91.58 41.977 C 91.891 42.33 92.049 42.746 92.049 43.228 L 92.049 55.341 L 90.911 55.341 L 90.911 43.228 C 90.911 42.835 90.694 42.594 90.26 42.511 C 89.832 42.43 89.579 42.623 89.485 43.086 L 87.209 54.257 C 87.13 54.593 86.948 54.897 86.687 55.124 C 86.431 55.354 86.098 55.48 85.754 55.477 C 85.405 55.48 85.065 55.361 84.792 55.142 C 84.515 54.923 84.329 54.61 84.27 54.262 L 82.012 43.093 C 81.923 42.63 81.666 42.435 81.238 42.518 C 80.803 42.6 80.587 42.835 80.587 43.233 L 80.587 55.347 L 79.448 55.347 L 79.448 43.233 C 79.448 42.746 79.607 42.329 79.917 41.984 C 80.223 41.638 80.654 41.427 81.114 41.397 C 81.613 41.344 82.047 41.455 82.422 41.731 C 82.797 42.007 83.032 42.382 83.138 42.87 L 85.385 54.057 C 85.426 54.25 85.555 54.344 85.767 54.344 C 85.96 54.344 86.077 54.25 86.119 54.057 L 88.375 42.869 C 88.474 42.381 88.716 42.001 89.091 41.73 C 89.466 41.461 89.901 41.35 90.4 41.396 M 94.859 43.228 L 93.721 43.228 L 93.721 41.515 L 94.858 41.515 L 94.858 43.228 Z M 94.859 55.336 L 93.721 55.336 L 93.721 44.999 L 94.858 44.999 L 94.858 55.335 Z M 100.654 44.777 C 101.769 44.777 102.731 45.187 103.552 46.008 C 104.362 46.818 104.767 47.785 104.767 48.906 L 104.767 55.341 L 103.647 55.341 L 103.647 48.906 C 103.657 48.111 103.339 47.347 102.766 46.795 C 102.214 46.222 101.45 45.904 100.654 45.914 C 99.833 45.914 99.117 46.208 98.531 46.794 C 97.955 47.343 97.635 48.11 97.651 48.906 L 97.651 55.341 L 96.525 55.341 L 96.525 48.906 C 96.525 47.763 96.924 46.795 97.721 46.008 C 98.531 45.187 99.505 44.777 100.649 44.777 M 107.576 43.228 L 106.439 43.228 L 106.439 41.515 L 107.576 41.515 Z M 107.576 55.336 L 106.439 55.336 L 106.439 44.999 L 107.576 44.999 L 107.576 55.335 Z M 112.17 44.776 C 112.992 44.776 113.684 45.069 114.247 45.656 C 114.834 46.226 115.127 46.912 115.127 47.721 L 115.127 48.449 L 113.977 48.449 L 113.977 47.721 C 113.977 47.222 113.801 46.801 113.455 46.449 C 113.125 46.103 112.666 45.91 112.188 45.914 C 111.695 45.914 111.278 46.084 110.921 46.431 C 110.563 46.776 110.381 47.187 110.381 47.662 C 110.381 48.431 110.744 48.959 111.473 49.24 L 113.309 49.956 C 113.842 50.158 114.299 50.521 114.616 50.994 C 114.945 51.476 115.103 52.009 115.103 52.596 C 115.103 53.112 114.975 53.593 114.722 54.039 C 114.147 55.001 113.302 55.482 112.188 55.482 C 111.367 55.482 110.675 55.201 110.111 54.632 C 109.547 54.083 109.235 53.325 109.249 52.537 L 109.249 51.809 L 110.387 51.809 L 110.387 52.537 C 110.387 53.036 110.563 53.458 110.921 53.811 C 111.273 54.163 111.695 54.338 112.182 54.338 C 112.669 54.338 113.091 54.168 113.449 53.822 C 113.807 53.475 113.988 53.065 113.988 52.59 C 113.988 51.84 113.625 51.317 112.898 51.012 L 111.062 50.284 C 110.529 50.079 110.071 49.717 109.748 49.247 C 109.43 48.78 109.262 48.227 109.267 47.662 C 109.267 47.135 109.396 46.654 109.647 46.219 C 110.222 45.257 111.068 44.776 112.182 44.776 M 117.742 41.508 L 117.742 44.77 C 117.742 44.922 117.818 44.999 117.972 44.999 L 119.655 44.999 L 119.655 46.137 L 117.972 46.137 C 117.818 46.137 117.742 46.208 117.742 46.348 L 117.742 52.614 C 117.742 53.047 117.901 53.422 118.212 53.728 C 118.522 54.039 118.899 54.191 119.332 54.191 L 119.649 54.191 L 119.649 55.329 L 119.332 55.329 C 118.564 55.329 117.919 55.065 117.39 54.538 C 116.875 54.029 116.591 53.331 116.605 52.607 L 116.605 41.496 L 117.742 41.496 Z M 125.434 45.914 L 124.69 45.914 C 124.044 45.906 123.424 46.165 122.976 46.63 C 122.513 47.093 122.279 47.662 122.279 48.331 L 122.279 55.341 L 121.14 55.341 L 121.14 48.331 C 121.14 47.358 121.486 46.53 122.173 45.844 C 122.882 45.134 123.721 44.782 124.69 44.782 L 125.434 44.782 L 125.434 45.92 Z M 131.934 58.844 L 130.777 58.844 L 131.494 55.594 C 131.506 55.549 131.495 55.5 131.464 55.465 C 131.435 55.43 131.394 55.417 131.341 55.423 C 131.282 55.427 131.223 55.436 131.165 55.447 C 131.097 55.46 131.028 55.468 130.959 55.469 C 130.455 55.469 130.004 55.306 129.599 54.984 C 129.21 54.68 128.939 54.251 128.83 53.77 L 126.935 44.999 L 128.09 44.999 L 129.944 53.528 C 130.045 54.057 130.385 54.315 130.959 54.315 C 131.494 54.315 131.833 54.045 131.975 53.511 L 133.869 44.999 L 135.037 44.999 L 131.927 58.837 Z M 145.314 44.777 C 146.793 44.777 148.054 45.304 149.11 46.355 C 150.154 47.399 150.67 48.654 150.67 50.132 C 150.67 51.61 150.148 52.872 149.11 53.91 C 148.06 54.961 146.793 55.488 145.314 55.488 C 143.837 55.488 142.575 54.961 141.537 53.91 C 140.492 52.866 139.977 51.61 139.977 50.132 C 139.977 48.653 140.499 47.399 141.537 46.355 C 142.581 45.304 143.837 44.777 145.314 44.777 Z M 145.314 45.914 C 144.141 45.914 143.144 46.325 142.323 47.146 C 141.502 47.974 141.097 48.971 141.097 50.138 C 141.097 51.306 141.507 52.274 142.323 53.112 C 143.144 53.933 144.141 54.344 145.314 54.344 C 146.488 54.344 147.497 53.933 148.307 53.112 C 149.133 52.285 149.55 51.294 149.55 50.138 C 149.55 48.982 149.133 47.979 148.307 47.146 C 147.497 46.325 146.499 45.914 145.314 45.914 Z M 155.211 42.664 L 154.894 42.664 C 154.449 42.664 154.073 42.817 153.762 43.127 C 153.451 43.438 153.299 43.808 153.299 44.242 L 153.299 44.77 C 153.299 44.922 153.375 44.999 153.527 44.999 L 155.211 44.999 L 155.211 46.12 L 153.527 46.12 C 153.375 46.12 153.299 46.196 153.299 46.348 L 153.299 55.336 L 152.161 55.336 L 152.161 44.241 C 152.161 43.49 152.425 42.857 152.952 42.328 C 153.457 41.795 154.161 41.498 154.894 41.507 L 155.211 41.507 L 155.211 42.663 Z M 163.681 41.39 C 164.643 41.39 165.482 41.743 166.198 42.441 C 166.895 43.139 167.247 43.972 167.247 44.929 L 167.247 45.779 L 166.11 45.779 L 166.11 44.929 C 166.11 44.284 165.869 43.714 165.383 43.228 C 164.938 42.765 164.323 42.506 163.681 42.511 C 163.025 42.511 162.461 42.752 161.969 43.228 C 161.505 43.714 161.27 44.277 161.27 44.929 C 161.27 45.474 161.422 45.973 161.716 46.424 C 162.015 46.877 162.408 47.217 162.895 47.45 L 164.96 48.39 C 165.645 48.694 166.226 49.191 166.632 49.821 C 167.049 50.466 167.254 51.165 167.254 51.922 C 167.254 52.895 166.902 53.728 166.204 54.426 C 165.505 55.124 164.666 55.476 163.687 55.476 C 162.739 55.49 161.827 55.11 161.171 54.426 C 160.496 53.769 160.123 52.863 160.138 51.922 L 160.138 51.071 L 161.276 51.071 L 161.276 51.921 C 161.276 52.601 161.511 53.171 161.974 53.634 C 162.438 54.098 163.012 54.333 163.687 54.333 C 164.362 54.333 164.93 54.098 165.388 53.634 C 165.875 53.171 166.115 52.596 166.115 51.921 C 166.115 51.375 165.969 50.877 165.676 50.425 C 165.393 49.983 164.988 49.632 164.509 49.416 L 162.414 48.478 C 161.737 48.163 161.164 47.663 160.76 47.034 C 160.348 46.408 160.131 45.673 160.138 44.922 C 160.138 43.949 160.484 43.122 161.171 42.435 C 161.868 41.737 162.708 41.385 163.687 41.385 M 174.077 44.777 C 175.555 44.777 176.817 45.304 177.873 46.355 C 178.916 47.399 179.433 48.654 179.433 50.132 C 179.433 51.61 178.911 52.872 177.873 53.91 C 176.834 54.948 175.555 55.488 174.077 55.488 C 172.476 55.488 171.126 54.86 170.024 53.606 C 170.006 53.564 169.965 53.553 169.9 53.576 C 169.87 53.606 169.853 53.634 169.853 53.653 L 169.853 58.844 L 168.733 58.844 L 168.733 50.056 C 168.733 48.607 169.255 47.37 170.293 46.337 C 171.338 45.292 172.593 44.777 174.071 44.777 M 174.077 45.914 C 172.904 45.914 171.906 46.325 171.085 47.146 C 170.281 47.932 169.835 49.014 169.853 50.138 C 169.853 51.306 170.264 52.274 171.085 53.112 C 171.906 53.933 172.898 54.344 174.077 54.344 C 175.256 54.344 176.259 53.933 177.069 53.112 C 177.896 52.285 178.313 51.294 178.313 50.138 C 178.313 48.982 177.896 47.979 177.069 47.146 C 176.259 46.325 175.262 45.914 174.077 45.914 Z M 186.261 44.777 C 187.738 44.777 189 45.304 190.056 46.355 C 191.101 47.399 191.617 48.654 191.617 50.132 C 191.617 51.61 191.094 52.872 190.056 53.91 C 189.017 54.948 187.738 55.488 186.261 55.488 C 184.782 55.488 183.521 54.961 182.483 53.91 C 181.439 52.866 180.922 51.61 180.922 50.132 C 180.922 48.653 181.444 47.399 182.483 46.355 C 183.527 45.304 184.782 44.777 186.261 44.777 Z M 186.261 45.914 C 185.087 45.914 184.09 46.325 183.268 47.146 C 182.464 47.932 182.019 49.014 182.037 50.138 C 182.037 51.306 182.447 52.274 183.268 53.112 C 184.09 53.933 185.081 54.344 186.261 54.344 C 187.439 54.344 188.442 53.933 189.252 53.112 C 190.08 52.285 190.496 51.294 190.496 50.138 C 190.496 48.982 190.08 47.979 189.252 47.146 C 188.442 46.325 187.446 45.914 186.261 45.914 Z M 197.4 45.914 L 196.655 45.914 C 195.987 45.914 195.418 46.155 194.943 46.63 C 194.479 47.093 194.244 47.662 194.244 48.331 L 194.244 55.341 L 193.107 55.341 L 193.107 48.331 C 193.107 47.358 193.453 46.53 194.14 45.844 C 194.849 45.134 195.688 44.782 196.655 44.782 L 197.4 44.782 L 197.4 45.92 Z M 200.023 41.508 L 200.023 44.77 C 200.023 44.922 200.099 44.999 200.252 44.999 L 201.935 44.999 L 201.935 46.137 L 200.252 46.137 C 200.099 46.137 200.023 46.208 200.023 46.348 L 200.023 52.614 C 200.023 53.047 200.181 53.422 200.492 53.728 C 200.803 54.039 201.178 54.191 201.612 54.191 L 201.929 54.191 L 201.929 55.329 L 201.612 55.329 C 200.844 55.329 200.199 55.065 199.671 54.538 C 199.155 54.029 198.871 53.331 198.884 52.607 L 198.884 41.496 L 200.023 41.496 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:11301587195,title:\"Logo\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10tgm8n\",\"data-framer-name\":\"2. Energy\",layoutDependency:layoutDependency,layoutId:\"BlIEUrWLtiTPt2bFMd\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:86,pixelHeight:64,pixelWidth:172,src:\"https://framerusercontent.com/images/eW55k9CSkSIyLxU2kYZxwhf1SN4.svg\"},className:\"framer-e6ukqg\",\"data-framer-name\":\"Energy\",layoutDependency:layoutDependency,layoutId:\"BlIEUrWLtMCigu1Hqg\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xi0rdw\",\"data-framer-name\":\"3. Communication\",layoutDependency:layoutDependency,layoutId:\"BlIEUrWLtVq6F3BQRC\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-wain9n\",\"data-framer-name\":\"Ministry logo\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:234,layoutDependency:layoutDependency,layoutId:\"BlIEUrWLtU8xnt1dUJ\",svg:'<svg width=\"234\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M51.978 44.17h-.324c-2.27 0-4.008.942-5.717 2.268a25.772 25.772 0 0 1-.353-4.36c0-1.503.118-2.77.177-3.596.648.413.825 1.238.825 1.975 0 .618-.148 1.149-.207 1.385.678-.825.884-1.65.884-2.387 0-.825-.265-1.503-.412-1.768 1.06.854 1.237 1.945 1.237 2.77 0 .176 0 .383-.03.5.207-.412.384-.942.384-1.532 0-.854-.354-1.856-1.297-2.71 1.474.353 2.063 1.709 2.063 2.77 0 .706 0 .736.03.058a2.97 2.97 0 0 0 .147-.943c0-.383-.059-.677-.177-.943-.412-1.12-1.562-1.59-2.121-1.709.147-.029.265-.03.383-.03.854 0 1.385.266 1.709.59.235.206.383.413.442.501a2.149 2.149 0 0 0-.442-1.06c-.442-.56-1.15-.826-1.857-.826-.265 0-.56.06-.795.148.353-.501.913-.678 1.444-.678.235 0 .471.059.618.147-.383-.442-.913-.677-1.385-.677-.5 0-1.06.265-1.443.825-.06-.148-.177-.266-.207-.442-.147-.265-.206-.59-.265-.884 0-.03-.03-.06-.059-.06-.03 0-.059.03-.059.06-.059.324-.176.619-.265.884-.059.176-.177.324-.236.442-.383-.56-.884-.825-1.385-.825-.5 0-1.03.235-1.384.707.176-.06.383-.148.648-.148.5 0 1.06.207 1.355.708a1.795 1.795 0 0 0-.825-.177c-.648 0-1.355.265-1.827.795-.235.266-.383.62-.412 1.061a1.39 1.39 0 0 1 .412-.5c.324-.266.825-.59 1.68-.59.147 0 .265 0 .442.03-.56.058-1.71.56-2.122 1.708a2.3 2.3 0 0 0-.177.914c0 .265.06.619.177 1.002v-.06c.03-1.06.62-2.386 2.092-2.74-.943.855-1.326 1.827-1.326 2.711 0 .62.177 1.12.383 1.562-.029-.177-.029-.383-.029-.59 0-.795.177-1.856 1.238-2.651-.177.265-.442.913-.442 1.738 0 .707.206 1.562.884 2.387-.118-.265-.236-.825-.236-1.385 0-.766.177-1.562.854-1.974.06.825.177 2.063.177 3.506 0 1.326-.059 2.83-.354 4.39-1.709-1.325-3.476-2.268-5.716-2.268h-.324c-1.15.059-2.298.383-3.123.854l-.03.03s0 .03.03.03c.795-.236 1.59-.384 2.416-.384.236 0 .471 0 .678.03 1.001.059 1.915.383 2.77.766 1.178.56 2.298 1.326 3.27 2.15-.619.502-2.71 2.506-3.389 2.86-.147-.178-.383-.325-.618-.325-.06 0-.118 0-.177.03a.797.797 0 0 0-.59.589c-.029.059-.029.147-.029.176 0 .177.06.384.177.472.236.236.471.354.766.354.177 0 .383-.06.59-.148.942-.383 2.15-1.68 3.653-3.035.148-.118.265-.236.383-.353.148.147.265.235.383.353 1.503 1.356 2.711 2.593 3.654 3.035.206.06.383.148.59.148.264 0 .5-.118.766-.354.117-.118.176-.265.176-.471 0-.06 0-.148-.03-.177a.798.798 0 0 0-.588-.59c-.06 0-.118-.03-.177-.03-.265 0-.472.148-.62.325-.677-.353-2.798-2.357-3.388-2.858 1.002-.825 2.063-1.591 3.271-2.151a9.388 9.388 0 0 1 2.77-.766c.236-.03.471-.03.678-.03.825 0 1.59.148 2.416.383l.03-.03s0-.029-.03-.029c-.825-.5-1.945-.825-3.094-.884h-.06Z\" fill=\"#fff\"/><path d=\"m0 20.155.383.324L22.041 2.475 18.888 1.12 0 20.155Z\" fill=\"url(#a)\"/><path d=\"M23.484 1.238 22.04 2.475l20.627 9.252 7.219-.884-26.402-9.605Z\" fill=\"url(#b)\"/><path d=\"m20.007 0-1.12 1.12 3.154 1.355 1.443-1.237L20.007 0Z\" fill=\"url(#c)\"/><path d=\"m25.724 13.79.53 2.063 5.186-.207-2.387-2.268-3.33.412Z\" fill=\"url(#d)\"/><path d=\"m49.797 14.94-7.13-3.213-10.431 1.268 2.74 2.534 14.821-.59Z\" fill=\"url(#e)\"/><path d=\"m23.72 15.97-.354-1.915-12.906 1.562.472.884 12.788-.53Z\" fill=\"url(#f)\"/><path d=\"m49.886 10.844-7.22.883 7.131 3.212.089-4.095Z\" fill=\"url(#g)\"/><path d=\"m10.932 16.5-1.62.03L33.708 64 31 50.947 10.931 16.5Z\" fill=\"url(#h)\"/><path d=\"m10.46 15.617-1.149.913 1.62-.03-.47-.883Z\" fill=\"url(#i)\"/><path d=\"m24.516 8.987-2.8-2.681 1.65 7.75 2.358-.266-1.208-4.803Z\" fill=\"url(#j)\"/><path d=\"m30.998 50.947 6.895 11.845-11.639-46.94-2.534.118 7.278 34.977Z\" fill=\"url(#k)\"/><path d=\"m23.366 14.055.354 1.916 2.534-.118-.53-2.063-2.358.265Z\" fill=\"url(#l)\"/><path d=\"m33.709 64 4.184-1.208-6.895-11.845L33.71 64Z\" fill=\"url(#m)\"/><path d=\"m34.976 15.529-3.536.117 32.383 31.205 3.212-1.62-32.059-29.702Z\" fill=\"url(#n)\"/><path d=\"m29.053 13.377 3.183-.383-8.752-8.103 1.032 4.096 4.537 4.39Z\" fill=\"url(#o)\"/><path d=\"m67.36 50.328 3.918-1.238-2.77-2.534-3.182 1.768 2.033 2.004Z\" fill=\"url(#p)\"/><path d=\"m32.236 12.994-3.183.383 2.387 2.27 3.536-.119-2.74-2.534Z\" fill=\"url(#q)\"/><path d=\"m23.484 4.891-1.768 1.415 2.8 2.681-1.032-4.096Z\" fill=\"url(#r)\"/><path d=\"M54.365 54.453 41.4 61.731l29.289-8.22-3.33-3.183-12.994 4.125Z\" fill=\"url(#s)\"/><path d=\"m70.689 53.51.59-4.42-3.92 1.238 3.33 3.182Z\" fill=\"url(#t)\"/><path d=\"m65.326 48.324-1.503-1.473L39.838 59.05l14.527-4.597 10.96-6.129Z\" fill=\"url(#u)\"/><path d=\"m67.035 45.23 1.473 1.326 2.24-1.267-.914-1.503-2.799 1.444Z\" fill=\"url(#v)\"/><path d=\"m80.442 39.867.943-1.944-8.987 4.567.913 1.355 7.131-3.978Z\" fill=\"url(#w)\"/><path d=\"m63.823 46.85 1.503 1.474 3.182-1.768-1.473-1.326-3.212 1.62Z\" fill=\"url(#x)\"/><path d=\"m39.838 59.05 1.562 2.68 12.965-7.278-14.527 4.597Z\" fill=\"url(#y)\"/><path d=\"m80.442 39.867-3.978 8.34 2.976 4.213 2.917-13.643-1.915 1.09Z\" fill=\"url(#z)\"/><path d=\"m82.357 38.777-.972-.854-.943 1.944 1.915-1.09Z\" fill=\"url(#A)\"/><path d=\"m73.311 43.845-2.563 1.444 4.007 6.542 1.71-3.625-3.154-4.36Z\" fill=\"url(#B)\"/><path d=\"m54.1 16.796-.56.353 16.294 26.637 2.564-1.296-18.299-25.694Z\" fill=\"url(#C)\"/><path d=\"m72.398 42.49-2.564 1.296.914 1.503 2.563-1.444-.913-1.355Z\" fill=\"url(#D)\"/><path d=\"m74.755 51.83 4.685.59-2.976-4.214-1.709 3.625Z\" fill=\"url(#E)\"/><path d=\"M97.267 47.322v-6.335h.707v6.335h-.707Zm9.518 0h.707v-6.335h-.707v6.335Zm85.981 0h.707v-6.335h-.707v6.335Zm20.214-6.335h-.707v6.335h.707v-6.335Zm-101.982 3.389v-.825c-.678-.207-1.149-.413-1.149-.943s.501-.943 1.149-1.032v-.707c-1.149.06-1.945.766-1.945 1.71 0 1.207 1.032 1.532 1.945 1.797Zm.413-2.77c.56.059 1.06.265 1.355.707l.059.118.501-.56-.059-.059c-.442-.5-1.12-.825-1.886-.884l.03.678Zm-.413 5.127c-.825-.059-1.355-.56-1.591-.825l-.059-.118-.471.56.059.059c.5.619 1.267.943 2.121 1.002v-.678h-.059Zm.413-3.035v.825c.707.236 1.267.471 1.267 1.12 0 .5-.354 1.06-1.267 1.09v.707c1.502-.059 2.062-1.002 2.062-1.827.03-1.296-1.09-1.65-2.062-1.915Zm9.723-2.71h-.707v6.334h.707v-6.335Zm.413.677h1.149c.766 0 1.267.5 1.267 1.178 0 .678-.501 1.18-1.267 1.18h-1.149v.647h1.562c1.001-.147 1.591-.854 1.591-1.886 0-1.12-.796-1.915-1.945-1.915h-1.238c.03.06.03.796.03.796Zm1.915 3.536h-.884l1.385 2.15h.943l-1.444-2.15Zm2.652-4.214h-.884l2.534 3.654v2.71h.766v-2.828l-2.416-3.536Zm2.652 3.212 2.21-3.182h-.884l-1.738 2.563.412.619Zm-35.742 2.063 2.15-5.275h-.765l-1.768 4.361.383.913Zm-2.593-5.275h-.766l2.593 6.335h.766l-2.593-6.335Zm4.479 1.827v4.508h.766v-6.335l-.766 1.827Zm-5.717-1.827v6.335h.707v-4.538l-.707-1.797Zm77.997 5.274 1.591-3.919.56-1.355h-.766l-1.768 4.361.383.913Zm1.885-3.447v4.508h.767v-6.335l-.767 1.827Zm-4.508-1.827h-.766l2.593 6.247.03.059h.766l-2.623-6.306Zm-1.208 0v6.335h.707v-4.538l-.707-1.797Zm9.017 0h-.766l.058.118 2.535 6.158.029.06h.766l-2.622-6.336Zm2.622 5.274 1.591-3.919.56-1.355h-.766l-1.768 4.361.383.913Zm1.857-3.447v4.508h.766v-6.335l-.766 1.827Zm-5.687-1.827v6.335h.707v-4.538l-.707-1.797Zm-55.161 0h-1.591v.707h1.591v-.707Zm1.592 0v.707h1.561v-.707h-1.561Zm-1.179 6.335h.707v-6.335h-.707v6.335Zm20.862-.589c-1.238-.147-2.063-1.12-2.063-2.564 0-1.443.825-2.416 2.063-2.563v-.678c-1.68.148-2.829 1.444-2.829 3.241 0 1.798 1.149 3.094 2.829 3.242v-.678Zm.442-5.805v.707c1.267.06 2.151 1.09 2.151 2.564 0 1.473-.855 2.505-2.151 2.593v.678c1.709-.06 2.946-1.385 2.946-3.242-.029-1.915-1.237-3.24-2.946-3.3Zm5.333.06v.706h2.947v-.707h-2.947Zm-.442 0h-.707v6.334h.707v-6.335Zm.442 3.447h2.858v-.708h-2.858v.708Zm11.639 1.384-.059.06c-.383.5-.943.825-1.591.825v.707c.884-.03 1.591-.383 2.21-1.12l.059-.118-.619-.354Zm-1.621-4.243c.619.03 1.268.354 1.592.825l.059.06.618-.384-.059-.117c-.559-.708-1.296-1.061-2.18-1.12v.707c0 .03-.03.03-.03.03Zm-.471 5.157c-1.267-.177-2.122-1.179-2.122-2.564 0-1.384.855-2.386 2.122-2.563v-.707c-1.709.176-2.888 1.502-2.888 3.241s1.15 3.094 2.888 3.241v-.648Zm6.453 0c-1.237-.147-2.063-1.12-2.063-2.564 0-1.443.826-2.416 2.063-2.563v-.678c-1.679.148-2.829 1.444-2.829 3.241 0 1.798 1.15 3.094 2.829 3.242v-.678Zm.472-5.805v.707c1.267.06 2.151 1.09 2.151 2.564 0 1.473-.855 2.505-2.151 2.593v.678c1.709-.06 2.946-1.385 2.946-3.242-.059-1.915-1.237-3.24-2.946-3.3Zm57.694 5.805c-1.238-.147-2.063-1.12-2.063-2.564 0-1.443.825-2.416 2.063-2.563v-.678c-1.68.148-2.829 1.444-2.829 3.241 0 1.798 1.149 3.094 2.829 3.242v-.678Zm.412-5.805v.707c1.267.06 2.151 1.09 2.151 2.564 0 1.473-.854 2.505-2.151 2.593v.678c1.709-.06 2.947-1.385 2.947-3.242 0-1.915-1.179-3.24-2.947-3.3Zm-36.007 5.717c-1.002-.06-1.532-.708-1.532-1.827v-3.86h-.766v3.89c0 1.531.825 2.504 2.298 2.563v-.766Zm1.945-5.658v3.86c0 1.09-.56 1.739-1.503 1.827v.707c1.444-.059 2.269-1.031 2.269-2.563v-3.89l-.766.06Zm14.261 5.746c-1.267-.177-2.121-1.179-2.121-2.564 0-1.384.854-2.386 2.121-2.563v-.707c-1.709.176-2.887 1.502-2.887 3.241s1.149 3.094 2.887 3.241v-.648Zm.413-5.157c.619.03 1.267.354 1.591.825l.059.06.619-.384-.059-.117c-.56-.708-1.297-1.061-2.181-1.12v.707c0 .03-.029.03-.029.03Zm1.679 4.243-.059.06c-.383.5-.943.825-1.591.825v.707c.884-.03 1.591-.383 2.21-1.12l.059-.118-.619-.354Zm-99.3-4.832h-.913l4.479 6.335h.942l-4.508-6.335Zm4.361 5.392v-5.392h-.707v4.361l.707 1.031Zm-5.156-4.449v5.392h.707v-4.36l-.707-1.032Zm107.992-.913h-1.591v.707h1.591v-.707Zm1.208 0h-.766v6.335h.707l.059-6.335Zm.413 0v.707h1.562v-.707h-1.562Zm-18.357 5.392v-5.422h-.708v4.39l.708 1.032Zm-4.391-5.422h-.884l4.479 6.335h.943l-4.538-6.335Zm-.795.943v5.392h.707v-4.36l-.707-1.032Zm36.832-.943h-.884l4.479 6.335h.943l-4.538-6.335Zm4.39 5.422v-5.422h-.707v4.361l.707 1.06Zm-5.156-4.479v5.392h.707v-4.36l-.707-1.032Zm-17.238 3.006h-1.502l-.266.707h2.092l-.324-.707Zm-.147-3.477-.383 1.001 1.945 4.833h.825l-2.387-5.834Zm-.236-.472h-.795l-2.534 6.188-.059.177h.825l2.563-6.365Zm26.137 3.389v-.825c-.678-.207-1.15-.413-1.15-.943s.501-.943 1.15-1.031v-.708c-1.15.06-1.945.766-1.945 1.71 0 1.237 1.002 1.532 1.945 1.797Zm.383-2.77c.559.059 1.06.265 1.355.707l.059.118.501-.56-.03-.059c-.442-.5-1.119-.825-1.885-.884v.678Zm-.383 5.127c-.826-.059-1.356-.56-1.592-.825l-.059-.118-.471.56.059.059c.501.619 1.267.943 2.121 1.002v-.678h-.058Zm.383-3.035v.825c.707.236 1.267.471 1.267 1.12 0 .5-.354 1.06-1.267 1.09v.707c1.502-.059 2.062-1.002 2.062-1.827.03-1.296-1.09-1.65-2.062-1.915ZM111.529 51.33h-.708v6.335h.708V51.33Zm44.523 0h-.708v6.335h.708V51.33Zm72.397 0h-.884l2.535 3.624v2.71h.707v-2.828l-2.358-3.506Zm2.682 3.182 2.239-3.182h-.884l-1.768 2.563.413.619ZM138.46 51.33h-.736l.029.117 2.534 6.159.03.059h.766l-2.623-6.335Zm2.652 5.274 1.591-3.89.56-1.384h-.766l-1.768 4.39.383.884Zm-3.83-5.274v6.335h.707v-4.538l-.707-1.797Zm5.687 1.856v4.479h.736V51.33l-.736 1.856Zm9.37-1.856h-.707v6.335h.707V51.33Zm1.974 0h-1.562v.707h1.562v-.707Zm-3.123 0h-1.591v.707h1.591v-.707Zm-23.838 5.716c-1.238-.147-2.063-1.12-2.063-2.563 0-1.444.825-2.417 2.063-2.564v-.678c-1.68.148-2.829 1.444-2.829 3.242 0 1.797 1.149 3.093 2.829 3.24v-.677Zm.442-5.805v.708c1.267.058 2.151 1.09 2.151 2.563s-.855 2.505-2.151 2.593v.678c1.709-.06 2.946-1.385 2.946-3.242-.059-1.915-1.237-3.24-2.946-3.3Zm32.294 5.805c-1.237-.147-2.062-1.12-2.062-2.563 0-1.444.825-2.417 2.062-2.564v-.678c-1.679.148-2.828 1.444-2.828 3.242 0 1.797 1.149 3.093 2.828 3.24v-.677Zm.442-5.805v.708c1.267.058 2.151 1.09 2.151 2.563s-.854 2.505-2.151 2.593v.678c1.709-.06 2.947-1.385 2.947-3.242 0-1.826-1.208-3.24-2.947-3.3Zm22.306 2.829h-2.858v.707h2.858v-.707Zm.088 2.888h-2.946v.707h2.946v-.707ZM92.376 51.83l-.413 1.002 1.915 4.833h.855l-2.357-5.834Zm.117 3.478h-1.532l-.294.736h2.121l-.294-.736Zm-.383-3.978h-.795l-2.534 6.188-.03.147h.825l2.535-6.335Zm8.487 5.392V51.33h-.707v4.39l.707 1.002Zm-4.391-5.392h-.884l4.45 6.335h.972l-4.538-6.335Zm-.766.943v5.392h.766v-4.39l-.766-1.002Zm69.157.029v5.363h.736v-4.332l-.736-1.03Zm5.186 4.478v-5.45h-.737v4.39l.737 1.06Zm-.855.885h.972l-4.567-6.335h-.854l4.42 6.305.029.03Zm33.238-.943V51.33h-.796v4.39l.796 1.002Zm-4.45-5.392h-.884l4.45 6.335h.972l-4.538-6.335Zm-.736.972v5.363h.707v-4.332l-.707-1.03Zm-78.851 4.42V51.33h-.737v4.39l.737 1.002Zm-5.157-4.42v5.363h.708v-4.332l-.708-1.03Zm4.332 5.363h.972l-4.537-6.335h-.943l4.478 6.305.03.03Zm-14.556-6.335h-.707v6.335h.707V51.33Zm1.385 0h-.884v.707h.884c1.473 0 2.416.943 2.416 2.416 0 1.473-.943 2.534-2.416 2.534h-.884v.707h.884c1.915 0 3.211-1.296 3.211-3.24-.029-1.857-1.296-3.124-3.211-3.124Zm16.117 0h-.707v6.335h.707V51.33Zm3.419 0h-2.947v.707h2.947v-.707Zm-.089 2.74h-2.858v.707h2.858v-.707Zm9.282-2.033h1.149c.766 0 1.267.5 1.267 1.178 0 .678-.501 1.18-1.267 1.18h-1.149v.647h1.562c1.001-.147 1.591-.854 1.591-1.885 0-1.12-.796-1.916-1.945-1.916h-1.238c.03.03.03.796.03.796Zm1.886 3.477h-.884l1.444 2.15h.913l-1.473-2.15Zm-2.328-4.184h-.707v6.335h.707V51.33Zm15.882 3.978h-1.503l-.324.736h2.092l-.265-.736Zm-.118-3.478-.383.973 1.915 4.862h.796l-2.328-5.834Zm-.295-.5h-.736l-2.534 6.188-.148.147h.884l2.534-6.335Zm46.468 3.418v-.678h-3.241v-2.74h-.707v3.418h3.948Zm-3.241.442h-.707v2.504h.707V55.19Zm33.709-3.242c.648.03 1.267.354 1.591.825l.059.06.619-.384-.059-.117a2.865 2.865 0 0 0-2.21-1.12v.736Zm-.442 3.035h2.77v-.618h-2.77v.618Zm2.063.442v.943c-.354.383-.943.649-1.592.678v.707c.943-.03 1.71-.383 2.299-1.031l.029-.03v-1.267h-.736Zm-2.063 1.621c-1.267-.177-2.092-1.179-2.092-2.563 0-1.385.855-2.387 2.092-2.564v-.707c-1.709.177-2.858 1.503-2.858 3.241 0 1.738 1.149 3.064 2.858 3.241v-.648Zm-10.077-.088h-2.534v.707h2.534v-.707Zm-38.512-5.628h-.707v6.335h.707V51.33Zm2.003 0h-1.561v.707h1.561v-.707Zm-3.094 0h-1.591v.707h1.591v-.707Zm4.833 0h-.707v6.335h.707V51.33Z\" fill=\"#fff\"/><path d=\"M182.836 54.07h-2.858v.707h2.858v-.707Zm0-2.74h-2.858v.707h2.858v-.707Zm12.671 0h-.708v6.335h.708V51.33Zm15.764 0h-.707v6.335h.707V51.33Zm5.952 5.716c-1.238-.147-2.063-1.12-2.063-2.563 0-1.444.825-2.417 2.063-2.564v-.678c-1.68.148-2.829 1.444-2.829 3.242 0 1.797 1.149 3.093 2.829 3.24v-.677Zm.412-5.805v.708c1.267.058 2.151 1.09 2.151 2.563s-.854 2.505-2.151 2.593v.678c1.709-.06 2.947-1.385 2.947-3.242 0-1.915-1.208-3.24-2.947-3.3Zm-11.521 5.805c-1.237-.147-2.062-1.12-2.062-2.563 0-1.444.825-2.417 2.062-2.564v-.678c-1.679.148-2.829 1.444-2.829 3.242 0 1.797 1.15 3.093 2.829 3.24v-.677Zm.442-5.805v.708c1.267.058 2.151 1.09 2.151 2.563s-.854 2.505-2.151 2.593v.678c1.709-.06 2.947-1.385 2.947-3.242-.03-1.915-1.238-3.24-2.947-3.3Zm-19.771 5.805c-1.267-.177-2.122-1.179-2.122-2.563 0-1.385.855-2.387 2.122-2.564v-.707c-1.709.177-2.888 1.503-2.888 3.241 0 1.738 1.149 3.094 2.888 3.241v-.648Zm.412-5.098c.619.03 1.267.354 1.591.825l.059.06.619-.384-.059-.117c-.56-.708-1.297-1.061-2.181-1.12v.707c0 .03-.029.03-.029.03Zm1.65 4.214-.059.059c-.383.5-.943.825-1.591.825v.707c.884-.03 1.591-.383 2.21-1.12l.059-.117-.619-.354Zm-23.749-36.037c.206.265.265.59.265 1.061v1.503h.707v-1.591c0-.59-.177-1.09-.471-1.444-.413-.501-.884-.678-1.562-.678h-3.241v.707h3.329c.413 0 .766.207.973.442Zm24.663-1.827h-.708v4.45h.708v-4.45Zm16.059 10.343h-.708v4.39h.708v-4.39Zm-17.002-11.904h-.766v1.06h.766v-1.06Zm11.462-.03h-.707v7.19h.707v-7.19Zm-6.247 7.19c.943 0 1.709-.206 2.269-.648.589-.413.766-1.179.766-1.71v-4.802h-.707v4.714c0 .619-.177 1.032-.56 1.297-.383.265-.884.412-1.473.412h-2.858l.059.707 2.504.03Zm.03-6.159h-.708v4.95h.708v-4.95Zm-93.113 0h-.707v4.95h.707v-4.95Zm53.451 12.317.059-.118-.059-.059c-.147-.117-.265-.206-.412-.324l-.059-.059-1.473 3.566h.795l1.149-3.006Zm6.041-11.786h-.707v4.45h.707v-4.45Zm-11.551 11.285c-.176.118-.265.236-.412.354l-.059.059 1.237 3.094h.825l-1.473-3.566-.118.06Zm-4.243 3.507v-5.952h-.707v5.893h.707v.059Zm8.545-3.094.266-.678c-.708-.383-1.385-.619-2.063-.619-.648 0-1.355.236-2.063.62l.266.677c.589-.383 1.149-.59 1.767-.59.649.03 1.326.266 1.827.59Zm30.085-1.797v-1.061h-.766v1.06h.766Zm-76.051-11.463h-.708v5.982h.708v-5.982Zm82.534 6.424H106.49v.707h83.271v-.707Zm.854-6.394h-.766v1.06h.766v-1.06ZM219.61 33.06h.707v-4.39h-.707v4.39Zm.707-5.982h-.766v1.061h.766v-1.06Zm5.009 1.09v-1.06h-.766v1.06h.766Zm-3.683-11.462h-.707v7.19h.707v-7.19Zm2.828 8.958c1.267 0 1.444-1.002 1.444-1.886v-5.51h-.707v5.51c0 .678-.118 1.12-.648 1.12-.118 0-.206-.03-.324-.06l-.148-.058-.265.678.148.058c.117.118.324.148.5.148Zm7.19-1.768.03-.707h-.266c-1.826 0-2.416-1.12-2.416-2.063 0-1.267 1.267-2.063 2.416-2.063h.266v-.707h-.03c-2.092 0-3.447 1.09-3.447 2.8 0 1.709 1.267 2.74 3.447 2.74Zm-5.746-7.13h-.766v1.06h.766v-1.06Zm-13.348 7.13.03-.707h-.324c-1.385 0-2.387-.825-2.387-2.063 0-1.237 1.237-2.063 2.387-2.063h.324v-.707h-.03c-2.033 0-3.388 1.15-3.388 2.8.029 1.296.913 2.74 3.388 2.74Zm3.978 1.768c1.267 0 1.444-1.002 1.444-1.886v-5.51h-.707v5.51c0 .678-.118 1.12-.648 1.12-.118 0-.207-.03-.325-.06l-.147-.058-.265.678.147.058c.118.118.324.148.501.148Zm-2.77-1.768v-5.599h-.707v5.599h.707Zm-2.21 9.164v-4.39h-.707v4.39h.707Zm.413-16.295h-.766v1.06h.766v-1.06Zm1.797 0h-.736v1.06h.766v-1.06h-.03Zm4.008 11.433h.766v-1.06h-.766v1.06Zm-.678 4.891c-.383-.383-.766-.884-.766-1.59 0-1.327 1.178-2.064 2.357-2.064h.501v-.707h-.236c-2.062 0-3.388 1.061-3.388 2.8 0 .618.177 1.149.501 1.59l1.031-.029Zm-5.54-5.981h-.766v1.06h.766v-1.06Zm-31.027 4.331c0 1.356.884 2.8 3.388 2.8h.03v-.708h-.265c-1.385 0-2.387-.825-2.387-2.062 0-1.238 1.237-2.063 2.387-2.063h.265V28.7h-.03c-1.974-.06-3.388 1.12-3.388 2.74Zm23.543 4.626h.766v-1.06h-.766v1.06Zm-33.503-1.827h.707v-7.1h-.707v7.1Zm13.79-6.04h.766v-1.06h-.766v1.06Zm0 6.04h.707V28.67h-.707v5.57Zm-21.304-.707a.538.538 0 0 0 .059-.206c0-.03.03-.059.03-.059l.029-.059a.411.411 0 0 0 .059-.177c.059-.265.148-.589.148-.884 0-.589-.177-1.12-.413-1.59-.265-.472-.707-.855-1.238-1.091-.353-.177-.707-.236-1.09-.265v.707c1.149.147 2.033 1.031 2.033 2.269 0 1.237-.825 2.092-2.033 2.21v.707c.413-.03.825-.147 1.149-.324h.03s.029-.03.059-.03l.059-.03c.059-.029.118-.058.177-.117l.058-.03c.059-.058.148-.058.177-.147.059-.03.059-.059.148-.118l.029-.03.059-.058a2.79 2.79 0 0 0 .442-.59l.029-.088Zm4.273-.442h.707v-5.952h-.707v5.952Zm-3.86.472c-.118.177-.177.383-.324.5l-.118.177h5.009v-.707h-4.567v.03Zm68.626.619v.058s-.029.06-.029.118c-.059.62-.501 1.002-1.326 1.002-.501 0-.914-.206-1.356-.442l-.147-.059-.354.649.148.058c.501.266 1.002.501 1.679.501 1.297 0 2.151-.707 2.151-1.856V28.7h-.766v5.48Zm-.442.058.03-.707h-.266c-1.826 0-2.416-1.09-2.416-2.062 0-1.267 1.267-2.063 2.416-2.063h.266V28.7h-.03c-2.092 0-3.447 1.09-3.447 2.8 0 1.679 1.267 2.74 3.447 2.74Zm-25.753 1.827h.766v-1.06h-.766v1.06Zm26.195-17.768v5.628h-.029c-.059.62-.501 1.002-1.326 1.002-.501 0-.914-.206-1.356-.442l-.147-.059-.354.649.148.058c.501.266 1.002.501 1.679.501 1.297 0 2.151-.707 2.151-1.885v-5.51l-.766.058ZM185.517 34.24h40.752v-.707h-40.752v.707Zm40.87-6.04h.766v-1.06h-.766v1.06Zm-.825 4.891h.707V28.7h-.707v4.39ZM93.613 27.11v1.06h.766v-1.06h-.766Zm-3.153-4.361c-.383-.265-.56-.678-.56-1.297v-2.15h-.707v2.268c0 .501.207 1.297.767 1.71.618.47 1.178.647 2.268.647h4.95v-.707h-5.274c-.56-.059-1.06-.206-1.444-.471Zm3.89-5.982h-.766v1.06h.766v-1.06Zm2.063 16.324h.707V28.7h-.708v4.39Zm.029-10.342h.707v-4.45h-.707v4.45Zm-3.89-5.982h-.795v1.06h.766v-1.06h.03Zm0 10.343h-.795v1.06h.766v-1.06h.03Zm10.608-3.86c.59-.413.766-1.179.766-1.71v-4.802h-.707v4.714c0 .619-.177 1.032-.56 1.297-.324.235-.795.383-1.296.412h-3.035l.059.707h2.504c.973.03 1.709-.176 2.269-.618Zm-12.7 9.841c-.383-.265-.56-.677-.56-1.296v-2.151h-.707v2.269c0 .5.207 1.267.767 1.709.618.471 1.178.648 2.268.648h4.921v-.707h-5.215c-.59-.03-1.09-.177-1.474-.472Zm39.986 1.15.029-.708h-.324c-1.827 0-2.416-1.09-2.416-2.062 0-1.267 1.267-2.063 2.416-2.063h.324V28.7h-.029c-2.092 0-3.448 1.09-3.448 2.8 0 1.708 1.297 2.74 3.448 2.74Zm.471-.06v.118c-.059.649-.56 1.032-1.355 1.032-.501 0-.914-.207-1.356-.442l-.147-.06-.354.649.148.059c.501.265 1.001.5 1.679.5 1.061 0 2.151-.176 2.151-1.443V28.7h-.707l-.059 5.48Zm-31.028-1.12V27.11h-.707v5.893h.707v.059Zm57.96-2.298a3.291 3.291 0 0 0-.324 1.385c0 1.592 1.178 2.859 2.74 2.947v-.766c-1.12-.06-2.033-1.06-2.033-2.21s.855-2.151 2.033-2.269v-.707c-.206 0-.442.03-.619.118a2.701 2.701 0 0 0-1.797 1.502Zm-.442 2.8-.029-.06h-25.312v.708h25.783l-.147-.177a3.626 3.626 0 0 0-.295-.471Zm-37.481 0-.029-.06H99.123v.708h21.245l-.118-.177c-.088-.118-.176-.324-.324-.471Zm4.361-4.155c-.353-.177-.707-.236-1.09-.265v.707c1.149.147 2.033 1.031 2.033 2.269 0 1.237-.825 2.092-2.033 2.21v.707a2.89 2.89 0 0 0 1.149-.324h.03s.029-.03.059-.03l.029-.029c.059-.03.147-.059.177-.118 0 0 .029-.03.059-.03.059-.058.147-.058.177-.147.059-.03.059-.059.176-.147l.059-.059a2.79 2.79 0 0 0 .442-.59l.059-.176a.537.537 0 0 0 .059-.206c0-.03.03-.06.03-.06l.029-.029a.412.412 0 0 0 .059-.177c.059-.265.147-.589.147-.883 0-.59-.176-1.12-.412-1.592a3.62 3.62 0 0 0-1.238-1.031Zm-3.919 1.355a3.291 3.291 0 0 0-.324 1.385c0 1.592 1.179 2.859 2.741 2.947v-.766c-1.12-.06-2.034-1.06-2.034-2.21s.855-2.151 2.034-2.269v-.707c-.207 0-.442.03-.619.118a2.768 2.768 0 0 0-1.798 1.502Z\" fill=\"#fff\"/><defs><linearGradient id=\"a\" x1=\"-21.638\" y1=\"-28.717\" x2=\"55.225\" y2=\"65.532\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".04\" stop-color=\"#00C100\"/><stop offset=\".1\" stop-color=\"#00BD00\"/><stop offset=\".17\" stop-color=\"#00B704\"/><stop offset=\".24\" stop-color=\"#00AF52\"/><stop offset=\".32\" stop-color=\"#00A58C\"/><stop offset=\".38\" stop-color=\"#009CBD\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"b\" x1=\"-1.862\" y1=\"-39.718\" x2=\"68.75\" y2=\"46.859\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".04\" stop-color=\"#00C100\"/><stop offset=\".1\" stop-color=\"#00BD00\"/><stop offset=\".17\" stop-color=\"#00B704\"/><stop offset=\".24\" stop-color=\"#00AF52\"/><stop offset=\".32\" stop-color=\"#00A58C\"/><stop offset=\".38\" stop-color=\"#009CBD\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"c\" x1=\"-8.046\" y1=\"-34.668\" x2=\"62.556\" y2=\"51.898\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".04\" stop-color=\"#00C100\"/><stop offset=\".1\" stop-color=\"#00BD00\"/><stop offset=\".17\" stop-color=\"#00B704\"/><stop offset=\".24\" stop-color=\"#00AF52\"/><stop offset=\".32\" stop-color=\"#00A58C\"/><stop offset=\".38\" stop-color=\"#009CBD\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"d\" x1=\"-20.456\" y1=\"38.272\" x2=\"63.716\" y2=\"-2.16\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".4\" stop-color=\"#009CBD\"/><stop offset=\".52\" stop-color=\"#0086AF\"/><stop offset=\".78\" stop-color=\"#004E8E\"/><stop offset=\".95\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"e\" x1=\"-18.419\" y1=\"42.514\" x2=\"65.754\" y2=\"2.082\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".4\" stop-color=\"#009CBD\"/><stop offset=\".52\" stop-color=\"#0086AF\"/><stop offset=\".78\" stop-color=\"#004E8E\"/><stop offset=\".95\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"f\" x1=\"-22.195\" y1=\"34.663\" x2=\"61.988\" y2=\"-5.77\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".4\" stop-color=\"#009CBD\"/><stop offset=\".52\" stop-color=\"#0086AF\"/><stop offset=\".78\" stop-color=\"#004E8E\"/><stop offset=\".95\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"g\" x1=\"-17.686\" y1=\"44.033\" x2=\"66.486\" y2=\"3.6\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".4\" stop-color=\"#009CBD\"/><stop offset=\".52\" stop-color=\"#0086AF\"/><stop offset=\".78\" stop-color=\"#004E8E\"/><stop offset=\".95\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"h\" x1=\"-12.641\" y1=\"56.684\" x2=\"73.7\" y2=\"15.213\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".4\" stop-color=\"#009CBD\"/><stop offset=\".5\" stop-color=\"#0082AD\"/><stop offset=\".73\" stop-color=\"#00508F\"/><stop offset=\".9\" stop-color=\"#002F7C\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"i\" x1=\"-24.123\" y1=\"32.788\" x2=\"62.218\" y2=\"-8.684\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".4\" stop-color=\"#009CBD\"/><stop offset=\".5\" stop-color=\"#0082AD\"/><stop offset=\".73\" stop-color=\"#00508F\"/><stop offset=\".9\" stop-color=\"#002F7C\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"j\" x1=\"-2.295\" y1=\"-35.577\" x2=\"62.301\" y2=\"80.381\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".17\" stop-color=\"#009CBD\"/><stop offset=\".29\" stop-color=\"#0096B9\"/><stop offset=\".46\" stop-color=\"#0083AE\"/><stop offset=\".66\" stop-color=\"#00679D\"/><stop offset=\".88\" stop-color=\"#003E84\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"k\" x1=\"-8.016\" y1=\"-32.392\" x2=\"56.58\" y2=\"83.566\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".17\" stop-color=\"#009CBD\"/><stop offset=\".29\" stop-color=\"#0096B9\"/><stop offset=\".46\" stop-color=\"#0083AE\"/><stop offset=\".66\" stop-color=\"#00679D\"/><stop offset=\".88\" stop-color=\"#003E84\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"l\" x1=\"-3.124\" y1=\"-35.118\" x2=\"61.472\" y2=\"80.839\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".17\" stop-color=\"#009CBD\"/><stop offset=\".29\" stop-color=\"#0096B9\"/><stop offset=\".46\" stop-color=\"#0083AE\"/><stop offset=\".66\" stop-color=\"#00679D\"/><stop offset=\".88\" stop-color=\"#003E84\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"m\" x1=\"-15.297\" y1=\"-28.335\" x2=\"49.298\" y2=\"87.622\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".17\" stop-color=\"#009CBD\"/><stop offset=\".29\" stop-color=\"#0096B9\"/><stop offset=\".46\" stop-color=\"#0083AE\"/><stop offset=\".66\" stop-color=\"#00679D\"/><stop offset=\".88\" stop-color=\"#003E84\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"n\" x1=\"84.1\" y1=\"57.244\" x2=\"-37.002\" y2=\"-33.664\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".34\" stop-color=\"#009CBD\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"o\" x1=\"86.356\" y1=\"54.239\" x2=\"-34.736\" y2=\"-36.67\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".34\" stop-color=\"#009CBD\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"p\" x1=\"82.499\" y1=\"59.372\" x2=\"-38.593\" y2=\"-31.537\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".34\" stop-color=\"#009CBD\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"q\" x1=\"85.871\" y1=\"54.884\" x2=\"-35.221\" y2=\"-36.024\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".34\" stop-color=\"#009CBD\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"r\" x1=\"86.585\" y1=\"53.929\" x2=\"-34.507\" y2=\"-36.98\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".34\" stop-color=\"#009CBD\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"s\" x1=\"82.318\" y1=\"45.673\" x2=\"-11.036\" y2=\"84.876\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".22\" stop-color=\"#009CBD\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"t\" x1=\"82.556\" y1=\"46.237\" x2=\"-10.798\" y2=\"85.45\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".22\" stop-color=\"#009CBD\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"u\" x1=\"87.435\" y1=\"38.752\" x2=\"-21.494\" y2=\"84.502\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".26\" stop-color=\"#009CBD\"/><stop offset=\".27\" stop-color=\"#09B\"/><stop offset=\".51\" stop-color=\"#00679D\"/><stop offset=\".72\" stop-color=\"#004287\"/><stop offset=\".89\" stop-color=\"#002B7A\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"v\" x1=\"86.997\" y1=\"37.694\" x2=\"-21.942\" y2=\"83.454\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".26\" stop-color=\"#009CBD\"/><stop offset=\".27\" stop-color=\"#09B\"/><stop offset=\".51\" stop-color=\"#00679D\"/><stop offset=\".72\" stop-color=\"#004287\"/><stop offset=\".89\" stop-color=\"#002B7A\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"w\" x1=\"86.686\" y1=\"36.951\" x2=\"-22.253\" y2=\"82.711\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".26\" stop-color=\"#009CBD\"/><stop offset=\".27\" stop-color=\"#09B\"/><stop offset=\".51\" stop-color=\"#00679D\"/><stop offset=\".72\" stop-color=\"#004287\"/><stop offset=\".89\" stop-color=\"#002B7A\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"x\" x1=\"87.117\" y1=\"37.986\" x2=\"-21.812\" y2=\"83.746\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".26\" stop-color=\"#009CBD\"/><stop offset=\".27\" stop-color=\"#09B\"/><stop offset=\".51\" stop-color=\"#00679D\"/><stop offset=\".72\" stop-color=\"#004287\"/><stop offset=\".89\" stop-color=\"#002B7A\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"y\" x1=\"88.148\" y1=\"40.43\" x2=\"-20.791\" y2=\"86.191\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".26\" stop-color=\"#009CBD\"/><stop offset=\".27\" stop-color=\"#09B\"/><stop offset=\".51\" stop-color=\"#00679D\"/><stop offset=\".72\" stop-color=\"#004287\"/><stop offset=\".89\" stop-color=\"#002B7A\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"z\" x1=\"89.354\" y1=\"42.039\" x2=\"-31.012\" y2=\"92.6\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".34\" stop-color=\"#009CBD\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"A\" x1=\"86.966\" y1=\"36.349\" x2=\"-33.4\" y2=\"86.909\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".34\" stop-color=\"#009CBD\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"B\" x1=\"88.619\" y1=\"41.703\" x2=\"-30.44\" y2=\"91.709\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".31\" stop-color=\"#009CBD\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"C\" x1=\"80.54\" y1=\"22.488\" x2=\"-38.52\" y2=\"72.494\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".31\" stop-color=\"#009CBD\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"D\" x1=\"86.842\" y1=\"37.486\" x2=\"-32.217\" y2=\"87.501\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".31\" stop-color=\"#009CBD\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient><linearGradient id=\"E\" x1=\"90.086\" y1=\"45.202\" x2=\"-28.973\" y2=\"95.207\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00C200\"/><stop offset=\".31\" stop-color=\"#009CBD\"/><stop offset=\"1\" stop-color=\"#002375\"/></linearGradient></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yyy4iv\",\"data-framer-name\":\"4. Culture\",layoutDependency:layoutDependency,layoutId:\"BlIEUrWLtLYma8TNO3\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-18o4o3z\",\"data-framer-name\":\"Saudi culturre\",fill:\"black\",intrinsicHeight:189,intrinsicWidth:300,layoutDependency:layoutDependency,layoutId:\"BlIEUrWLtpixE5NEqm\",svg:'<svg width=\"300\" height=\"189\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"m13.952 112.425-2.683-2.736-2.681 2.736 2.68 2.735 2.684-2.735Zm-6.331 0-2.683-2.736-2.684 2.736 2.684 2.735 2.683-2.735Zm51.411-.219-2.68-2.735-2.684 2.735 2.684 2.736 2.68-2.736Z\" fill=\"#fff\"/><mask id=\"b\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"-1\" y=\"-1\" width=\"302\" height=\"190\"><path d=\"M300.149-.088H-.151v189.054h300.3V-.088Z\" fill=\"#fff\"/></mask><g mask=\"url(#b)\"><path d=\"M61.518 121.86a5.567 5.567 0 0 0-7.723-2.836 6.464 6.464 0 0 0-2.1 1.73 8.635 8.635 0 0 0-1.407 2.599 9.573 9.573 0 0 0-.52 3.182 6.38 6.38 0 0 0 1.623 4.653 5.955 5.955 0 0 0 4.477 1.666 7.58 7.58 0 0 0 2.431-.386 6.562 6.562 0 0 0 2.016-1.082v3.039c0 .578-.953 1.01-2.857 1.298-1.906.304-34.419.432-38.17.432h-.978a4.752 4.752 0 0 1-3.076-.8 3.201 3.201 0 0 1-.912-2.662l.174-14.672-3.42.608v2.642a19.14 19.14 0 0 0-8.157 3.419A7.043 7.043 0 0 0 0 130.361a5.321 5.321 0 0 0 2.079 4.31 6.81 6.81 0 0 0 2.225 1.125 9.376 9.376 0 0 0 2.735.389 8.512 8.512 0 0 0 4.286-1.04c.488 3.263 2.811 4.893 6.969 4.891h.997c1.52 0 32.555-.021 33.71-.064a34.507 34.507 0 0 0 3.076-.237c.778-.095 1.55-.233 2.313-.413a9.349 9.349 0 0 0 1.796-.626 4.653 4.653 0 0 0 2.38-2.274c.528-1.386.763-2.867.69-4.349a23.29 23.29 0 0 0-1.754-10.213m-3.073 7.401a7.917 7.917 0 0 1-2.185.304 4.205 4.205 0 0 1-2.79-.824 2.991 2.991 0 0 1-.973-2.431 4.466 4.466 0 0 1 1.082-3.039 3.436 3.436 0 0 1 2.684-1.234 2.95 2.95 0 0 1 2.663 1.519 11.756 11.756 0 0 1 1.233 4.888c-.51.384-1.09.664-1.708.823m-50.861 3.155a9.975 9.975 0 0 1-1.75-.152 5.515 5.515 0 0 1-1.493-.474 2.699 2.699 0 0 1-1.018-.845 2.167 2.167 0 0 1-.371-1.298c.005-.647.245-1.27.675-1.753a6.258 6.258 0 0 1 1.823-1.429 12.23 12.23 0 0 1 2.62-1.036 18.77 18.77 0 0 1 3.073-.587l.064 6.966a9.967 9.967 0 0 1-3.647.608m106.787-15.626-2.681-2.735-2.683 2.735 2.683 2.735 2.681-2.735Zm6.319 0-2.681-2.735-2.684 2.735 2.684 2.735 2.681-2.735Zm44.187-.695-2.684-2.736-2.68 2.736 2.68 2.735 2.684-2.735Zm.474 8.317 2.684-2.735-2.684-2.736-2.68 2.736 2.68 2.735Zm-3.636-2.735-2.668-2.736-2.681 2.736 2.681 2.735 2.668-2.735Z\" fill=\"#fff\"/><path d=\"m202.576 112.725.128 21.209a1.392 1.392 0 0 1-.453 1.04 3.309 3.309 0 0 1-1.17.693 7.204 7.204 0 0 1-1.62.367c-.608.073-30.847.107-31.504.107-3.434 0-5.151-.895-5.151-2.684 0-.228.057-.851.17-1.86.112-1.009.246-2.128.392-3.343l-2.945-.347c-.058.377-.113.809-.17 1.301-.058.492-.131.979-.216 1.471-.085.492-.174.973-.259 1.45-.085.477-.161.872-.218 1.191a3.008 3.008 0 0 1-1.709 2.164c-.911.432-31.953.648-33.856.648-.863 0-1.689 0-2.467-.043-.779-.042-1.502-.073-2.165-.131a6.956 6.956 0 0 0 2.25-5.279 8.313 8.313 0 0 0-.541-3.009 7.883 7.883 0 0 0-1.471-2.431 7.028 7.028 0 0 0-2.165-1.645 5.952 5.952 0 0 0-5.236 0 7.067 7.067 0 0 0-2.164 1.645 7.867 7.867 0 0 0-1.472 2.431 8.31 8.31 0 0 0-.538 3.009 6.872 6.872 0 0 0 2.25 5.279c-.693.057-1.43.101-2.21.131-.778.031-31.272.043-32.108.043a4.653 4.653 0 0 1-3.04-.8 3.34 3.34 0 0 1-.93-2.662l.174-20.559-3.42.608.173 21.252c.061 4.038 2.413 6.057 7.055 6.057 1.614 0 32.889-.127 34.445-.386a25.942 25.942 0 0 0 4.417-1.127c1.435.504 2.912.881 4.413 1.127a28.89 28.89 0 0 0 4.763.386c1.823 0 33.068-.252 34.384-.757a5.541 5.541 0 0 0 2.836-2.127 7.147 7.147 0 0 0 6.748 2.899c1.076 0 31.725-.106 32.691-.325a7.743 7.743 0 0 0 2.596-1.082 5.89 5.89 0 0 0 1.86-1.991c.503-.932.75-1.981.714-3.039l.177-21.467-3.438.586Zm-87.763 22.376c-2.654-.865-3.981-2.293-3.981-4.285a4.126 4.126 0 0 1 1.146-2.9c.36-.374.795-.669 1.276-.866a4.157 4.157 0 0 1 3.116 0 3.71 3.71 0 0 1 1.276.866 4.092 4.092 0 0 1 1.149 2.9c0 1.99-1.327 3.418-3.982 4.285Zm96.852 4.935-.216-27.309 3.42-.608-.216 27.917h-2.988Zm30.728-6.489a6.432 6.432 0 0 1-1.991 4.954 7.74 7.74 0 0 1-5.453 1.839 7.844 7.844 0 0 1-5.583-1.796 6.787 6.787 0 0 1-1.503-2.381 6.778 6.778 0 0 1-.403-2.786 12.972 12.972 0 0 1 .608-4.003 12.006 12.006 0 0 1 1.623-3.313 7.99 7.99 0 0 1 2.383-2.249 5.462 5.462 0 0 1 2.875-.824 5.57 5.57 0 0 1 2.921.824 7.73 7.73 0 0 1 2.359 2.249 11.77 11.77 0 0 1 1.58 3.343c.4 1.341.597 2.734.587 4.134m-10.638-14.024-2.681-2.736 2.681-2.735 2.684 2.735-2.684 2.736Zm7.705 14.413c.008-.941-.102-1.88-.326-2.793a7.33 7.33 0 0 0-.93-2.207 4.76 4.76 0 0 0-1.428-1.45 3.354 3.354 0 0 0-1.824-.52 3.662 3.662 0 0 0-1.751.453 4.575 4.575 0 0 0-1.452 1.234 6.398 6.398 0 0 0-.973 1.824 6.593 6.593 0 0 0-.368 2.21 3.49 3.49 0 0 0 1.167 2.832 5.15 5.15 0 0 0 3.377.973 7.41 7.41 0 0 0 1.73-.195c.503-.11.985-.299 1.428-.562.37-.215.7-.493.976-.821.233-.27.363-.615.368-.972m-1.386-14.413-2.684-2.735 2.684-2.736 2.683 2.736-2.683 2.735Zm3.103 25.752a29.55 29.55 0 0 0 4.328-1.99 22.263 22.263 0 0 0 3.444-2.356 12.183 12.183 0 0 0 2.267-2.483c.503-.687.79-1.508.824-2.359a6.865 6.865 0 0 0-.304-1.775 19.813 19.813 0 0 0-.842-2.355 37.902 37.902 0 0 0-2.836-5.347l3.115-1.732a19.831 19.831 0 0 1 2.854 5.368 16.51 16.51 0 0 1 1.043 5.495 10.848 10.848 0 0 1-3.115 7.465 21.905 21.905 0 0 1-8.79 5.471l-1.988-3.402Zm19.868-5.236-.216-27.309 3.419-.608-.215 27.917h-2.988Zm5.368 5.237a29.765 29.765 0 0 0 4.328-1.991 22.255 22.255 0 0 0 3.441-2.359 12.233 12.233 0 0 0 2.27-2.468 4.252 4.252 0 0 0 .821-2.358 6.9 6.9 0 0 0-.304-1.775 19.891 19.891 0 0 0-.842-2.356 33.617 33.617 0 0 0-1.277-2.665 39.272 39.272 0 0 0-1.559-2.681l3.116-1.733a19.939 19.939 0 0 1 2.857 5.368 16.59 16.59 0 0 1 1.039 5.495 10.824 10.824 0 0 1-3.115 7.465 21.894 21.894 0 0 1-8.787 5.471l-1.988-3.413Zm7.924-23.89-2.684-2.735 2.684-2.736 2.681 2.736-2.681 2.735Zm11.641 23.758c6.234-.867 9.827-3.131 10.777-6.793a6.363 6.363 0 0 1-2.015.994 8.338 8.338 0 0 1-2.431.347 5.779 5.779 0 0 1-4.59-1.991 7.69 7.69 0 0 1-1.732-5.237c-.01-1.135.165-2.265.519-3.343a8.531 8.531 0 0 1 1.429-2.663 6.471 6.471 0 0 1 2.164-1.751 6.022 6.022 0 0 1 2.735-.629 5.878 5.878 0 0 1 5.259 3.04 16.387 16.387 0 0 1 1.884 8.589 12.739 12.739 0 0 1-.887 4.805 12.062 12.062 0 0 1-2.511 3.894 13.406 13.406 0 0 1-3.918 2.79 17.126 17.126 0 0 1-5.106 1.492l-1.577-3.544Zm6.881-8.957a8.046 8.046 0 0 0 2.358-.346 5.34 5.34 0 0 0 1.8-.863 11.665 11.665 0 0 0-1.277-5.28 3.517 3.517 0 0 0-2.74-1.843 3.516 3.516 0 0 0-3.062 1.235 4.916 4.916 0 0 0-1.061 3.289 3.658 3.658 0 0 0 1.061 2.814 4.088 4.088 0 0 0 2.921.994ZM1.186 155.436H4.7l7.747 13.242 7.75-13.242h3.432l1.182 25.455h-3.58l-.839-19.541-7.182 12.018h-1.824L4.33 161.514l-.878 19.389H.004l1.182-25.467Zm29.868-.125 2.735 2.735-2.735 2.735-2.736-2.735 2.736-2.735Zm-1.696 7.82h3.431v17.747h-3.431v-17.747Zm8.316 17.744v-16.62c0-.243 0-.608-.04-1.127h3.283l.119 2.671c.229-.304.508-.64.839-1.009a5.642 5.642 0 0 1 1.215-1.009c.53-.328 1.1-.584 1.696-.763a7.342 7.342 0 0 1 2.195-.304 6.328 6.328 0 0 1 5.167 2.021 8.384 8.384 0 0 1 1.678 5.496v10.638h-3.447v-10.383a5.26 5.26 0 0 0-1.067-3.647 3.892 3.892 0 0 0-3.015-1.161 4.454 4.454 0 0 0-4.06 2.191 6.958 6.958 0 0 0-.86 2.213 11.986 11.986 0 0 0-.265 2.538v8.245l-3.438.01Zm22.003-25.564 2.735 2.735-2.735 2.735-2.736-2.735 2.736-2.735Zm-1.693 7.82h3.431v17.747h-3.431v-17.747Zm9.156 13.282a7.258 7.258 0 0 0 2.293 1.52c.98.398 2.03.592 3.087.571a6.568 6.568 0 0 0 2.867-.553 1.824 1.824 0 0 0 1.146-1.735 2.129 2.129 0 0 0-.247-1.052 2.244 2.244 0 0 0-.842-.781 7.211 7.211 0 0 0-1.562-.629 45.342 45.342 0 0 0-2.431-.63 14.815 14.815 0 0 1-2.043-.607 6.748 6.748 0 0 1-1.823-1.013 4.905 4.905 0 0 1-1.298-1.519 4.396 4.396 0 0 1-.496-2.155 4.258 4.258 0 0 1 .593-2.274c.4-.656.94-1.216 1.58-1.641a7.675 7.675 0 0 1 2.237-1.012 9.568 9.568 0 0 1 2.575-.343 11.27 11.27 0 0 1 3.872.592 8.943 8.943 0 0 1 2.848 1.66l-1.872 2.364a6.904 6.904 0 0 0-2.003-1.215 7.33 7.33 0 0 0-2.806-.499 5.539 5.539 0 0 0-2.632.538 1.82 1.82 0 0 0-.994 1.754 1.825 1.825 0 0 0 1.338 1.684 21.98 21.98 0 0 0 3.45 1.051c.794.191 1.578.426 2.346.705a7.26 7.26 0 0 1 1.912 1.031c.54.415.983.943 1.297 1.547.333.689.495 1.448.475 2.213a4.444 4.444 0 0 1-.608 2.346 5.393 5.393 0 0 1-1.639 1.699 7.785 7.785 0 0 1-2.364 1.03c-.911.231-1.848.346-2.787.344a9.845 9.845 0 0 1-7.556-2.708l2.088-2.283Zm18.393-10.418h-3.207v-2.863h3.207v-5.802h3.431v5.802h5.192v2.863h-5.192v8.739a4.748 4.748 0 0 0 .669 2.939 2.33 2.33 0 0 0 1.89.799 3.842 3.842 0 0 0 1.639-.304 5.106 5.106 0 0 0 1.3-.912l1.566 2.101a7.352 7.352 0 0 1-2.274 1.547 7.26 7.26 0 0 1-2.763.477 5.16 5.16 0 0 1-4.14-1.52 7.167 7.167 0 0 1-1.318-4.772v-9.094Zm13.434 14.881v-16.638c0-.228 0-.608-.04-1.106h3.283l.119 2.863c.242-.356.509-.694.799-1.012.359-.39.768-.73 1.216-1.012a7.603 7.603 0 0 1 1.644-.782 6.552 6.552 0 0 1 2.152-.325c.352-.002.704.023 1.052.076.31.049.615.126.912.231l-.766 3.204a4.913 4.913 0 0 0-1.754-.268 4.971 4.971 0 0 0-2.043.42 4.829 4.829 0 0 0-1.616 1.167 5.63 5.63 0 0 0-1.49 3.836v9.349l-3.468-.003Zm14.577 4.353c.266.236.56.44.875.607.377.188.795.28 1.216.268.367.01.731-.083 1.049-.268.326-.21.601-.49.805-.82.268-.423.497-.87.684-1.334.219-.523.465-1.125.744-1.824l.456-1.143-7.935-17.592h3.939l5.72 13.395 5.042-13.395h3.735l-7.097 17.288a59.08 59.08 0 0 0-1.012 2.69c-.339.967-.769 1.9-1.282 2.787a7.742 7.742 0 0 1-1.866 2.198 4.37 4.37 0 0 1-2.788.878 6.069 6.069 0 0 1-2.249-.365 5.393 5.393 0 0 1-1.601-.972l1.565-2.398Zm33.245-3.818a9.386 9.386 0 0 1-3.778-.745 8.938 8.938 0 0 1-2.958-2.042 9.595 9.595 0 0 1-1.945-2.997 9.73 9.73 0 0 1 0-7.295 9.59 9.59 0 0 1 1.945-2.996 9.006 9.006 0 0 1 2.958-2.043 9.87 9.87 0 0 1 7.519 0 9.24 9.24 0 0 1 2.976 2.043 9.551 9.551 0 0 1 0 13.279 9.154 9.154 0 0 1-2.976 2.042 9.3 9.3 0 0 1-3.741.745m0-2.976a5.489 5.489 0 0 0 2.483-.553 5.849 5.849 0 0 0 1.869-1.45 6.322 6.322 0 0 0 1.164-2.06 7.207 7.207 0 0 0 0-4.736 6.41 6.41 0 0 0-1.182-2.079 6.075 6.075 0 0 0-1.872-1.471 5.346 5.346 0 0 0-2.462-.553 5.445 5.445 0 0 0-2.477.553 5.904 5.904 0 0 0-1.873 1.45 6.337 6.337 0 0 0-1.164 2.061 7.336 7.336 0 0 0-.401 2.386c0 .805.135 1.604.401 2.364a6.385 6.385 0 0 0 1.183 2.061 5.958 5.958 0 0 0 1.869 1.471 5.346 5.346 0 0 0 2.459.553m14.622-12.434h-3.207v-2.863h3.207v-1.45a8.527 8.527 0 0 1 .513-3.112c.3-.808.767-1.543 1.371-2.158a5.388 5.388 0 0 1 1.97-1.237 6.716 6.716 0 0 1 2.328-.401c.94 0 1.874.148 2.769.437a6.664 6.664 0 0 1 2.495 1.52l-1.717 2.213a4.624 4.624 0 0 0-3.015-1.183 3.112 3.112 0 0 0-2.386.955 4.764 4.764 0 0 0-.912 3.282v1.146h5.076v2.863h-5.076v14.893h-3.431l.015-14.905Zm41.525 10.424a8.948 8.948 0 0 1-1.301 1.565 11.914 11.914 0 0 1-2.128 1.66c-.909.555-1.883.997-2.899 1.316a11.671 11.671 0 0 1-3.626.535 13.061 13.061 0 0 1-5.167-.994 11.868 11.868 0 0 1-4.003-2.766 12.613 12.613 0 0 1-2.614-4.198 15.24 15.24 0 0 1 0-10.513 13.187 13.187 0 0 1 2.614-4.273 12.094 12.094 0 0 1 4.024-2.885 12.627 12.627 0 0 1 5.213-1.048 12.222 12.222 0 0 1 3.626.498c.983.291 1.924.707 2.802 1.237.751.455 1.443 1 2.061 1.623.514.517.981 1.08 1.395 1.681l-2.599 2.213a15.375 15.375 0 0 0-1.085-1.356 7.57 7.57 0 0 0-1.52-1.279 8.942 8.942 0 0 0-2.021-.955 8.416 8.416 0 0 0-2.632-.38 8.37 8.37 0 0 0-6.553 2.982 9.617 9.617 0 0 0-1.775 3.207 12.206 12.206 0 0 0-.608 3.89 11.643 11.643 0 0 0 .629 3.872 9.563 9.563 0 0 0 1.775 3.152 8.156 8.156 0 0 0 2.784 2.1 8.593 8.593 0 0 0 3.666.763 8.887 8.887 0 0 0 2.957-.438 8.565 8.565 0 0 0 2.101-1.048 8.36 8.36 0 0 0 1.41-1.24c.371-.42.687-.769.936-1.052l2.538 2.131Zm3.611-13.282h3.437v10.416a5.338 5.338 0 0 0 1.028 3.647 3.845 3.845 0 0 0 2.975 1.125 4.555 4.555 0 0 0 2.465-.608 4.921 4.921 0 0 0 1.587-1.584 6.509 6.509 0 0 0 .857-2.212 12.95 12.95 0 0 0 .246-2.538v-8.243h3.438v16.656c0 .371 0 .732.039 1.091h-3.307l-.115-2.635a13.04 13.04 0 0 1-.839.994 5.767 5.767 0 0 1-1.216.972 7.635 7.635 0 0 1-1.681.745 7.115 7.115 0 0 1-2.17.304 6.222 6.222 0 0 1-5.115-2.003 8.378 8.378 0 0 1-1.644-5.471l.015-10.656Zm24.187-7.707h-3.438v25.455h3.438v-25.455Zm6.219 10.571h-3.204v-2.863h3.204v-5.802h3.431v5.802h5.191v2.863h-5.191v8.739a4.751 4.751 0 0 0 .669 2.939 2.315 2.315 0 0 0 1.89.799 3.842 3.842 0 0 0 1.639-.304 5.098 5.098 0 0 0 1.3-.912l1.566 2.101a6.577 6.577 0 0 1-5.037 2.024 5.161 5.161 0 0 1-4.139-1.52 7.164 7.164 0 0 1-1.319-4.772v-9.094Zm12.628-2.864h3.438v10.416a5.332 5.332 0 0 0 1.027 3.647 3.845 3.845 0 0 0 2.976 1.125 4.567 4.567 0 0 0 2.462-.608 4.889 4.889 0 0 0 1.586-1.584c.42-.679.711-1.428.86-2.212.165-.836.247-1.686.246-2.538v-8.243h3.438v16.656c0 .371 0 .732.04 1.091h-3.283l-.115-2.635a13.04 13.04 0 0 1-.839.994c-.36.377-.769.704-1.216.972a7.656 7.656 0 0 1-1.681.745 7.115 7.115 0 0 1-2.17.304 6.227 6.227 0 0 1-5.115-2.003 8.373 8.373 0 0 1-1.645-5.471l-.009-10.656Zm20.799 17.745v-16.638c0-.228 0-.608-.039-1.106h3.282l.119 2.863c.242-.356.51-.694.799-1.012.36-.389.768-.73 1.216-1.012a7.603 7.603 0 0 1 1.644-.782 6.578 6.578 0 0 1 2.152-.325c.352-.002.704.023 1.052.076.31.049.616.126.912.231l-.766 3.204a5.467 5.467 0 0 0-3.793.152 4.859 4.859 0 0 0-1.62 1.167 5.64 5.64 0 0 0-1.49 3.836v9.349l-3.468-.003Zm29.12-2.597c-.286.312-.59.606-.911.882a7.85 7.85 0 0 1-1.587 1.03 12.27 12.27 0 0 1-2.289.857 11.38 11.38 0 0 1-2.996.362 10.065 10.065 0 0 1-3.775-.687 8.344 8.344 0 0 1-2.943-1.945 8.68 8.68 0 0 1-1.884-3.015 10.867 10.867 0 0 1-.672-3.894 10.116 10.116 0 0 1 .651-3.647 8.653 8.653 0 0 1 8.206-5.629 8.227 8.227 0 0 1 3.933.878 7.794 7.794 0 0 1 2.69 2.329 10.02 10.02 0 0 1 1.547 3.322c.333 1.27.5 2.579.495 3.893h-14.005a5.41 5.41 0 0 0 .514 2.176c.312.65.746 1.233 1.279 1.718a6.195 6.195 0 0 0 1.824 1.142 5.69 5.69 0 0 0 2.179.42 7.928 7.928 0 0 0 3.699-.763 7.53 7.53 0 0 0 2.1-1.489l1.945 2.06Zm-3.094-7.82a5.775 5.775 0 0 0-1.449-3.511 4.672 4.672 0 0 0-3.666-1.452 5.333 5.333 0 0 0-3.854 1.525c-.453.454-.815.99-1.064 1.581a5.13 5.13 0 0 0-.422 1.854l10.455.003Z\" fill=\"#fff\"/><path d=\"M237.606 11.658c-1.86 25.403.416 50.703-.192 76.331-.109 4.711.474 9.75.128 14.483-.04.559-.198.985-1.055.997a11.374 11.374 0 0 0-3.504 0c-.38-3.395-.234-6.021-.541-8.942a182.026 182.026 0 0 1-.347-18.54c-.091-11.9-1.1-24.012-.231-35.902a151.28 151.28 0 0 0 .128-15.416 112.58 112.58 0 0 1-.179-13.002 23.522 23.522 0 0 1 5.793-.034M26.723 4.508c2.079.203 2.99.823 3.151 3.152.24 3.483-.264 5.392.107 8.814 1.237 11.367-1.417 22.887-.228 34.257.629 6.012.024 11.416.24 17.455.304 8.972-.088 19.148-.304 29.69H1.699a27.02 27.02 0 0 1-.501-10.213c.217-1.605.295-3.224.234-4.842-.061-6.614.352-12.504.304-19.115a75.586 75.586 0 0 0-.709-11.626c-.562-3.395.304-9.334-.194-12.735C.186 35.057-.152 9.553.07 4.665c0 0 23.364-.48 26.653-.157Z\" fill=\"#EB5A3C\"/><path d=\"M78.044 10.463c-1.605-.608-1.365 1.298-1.343 2.3.018.912 0 1.502-.022 2.736-.033 2.456.177 9.158.204 11.574.049 4.067.304 7.617.234 10.824-.134 6.033-.161 12.066.085 18.096.608 15.015-.11 30.063.34 44.983.04 1.298.855 1.66 2.037 1.961l1.736.288c-.058-12.783.954-26.184.142-38.934-.337-5.316-.136-10.638-.152-15.954 0-5.115-.042-10.228.055-15.343.055-3.1.024-6.203-.076-9.3-.122-3.845.085-11.246-.951-12.261-.626-.624-1.231-.584-2.292-.98\" fill=\"#6E1946\"/><path d=\"M50.4 92.723c1.702-.04 1.37-1.3 1.355-2.313 0-.93.21-1.52.231-2.76.046-2.474-.13-9.233-.145-11.67-.028-4.101-.265-7.684-.177-10.915.167-6.08.225-12.158 0-18.237-.54-15.142.265-30.312-.106-45.36-.033-1.307-.894-1.37-2.362-1.42l-2.03.095c0 12.89.134 26.604.304 40.327.07 5.373 0 9.553 0 14.926 0 5.167.1 9.27.088 14.428 0 2.736-.124 5.748-.155 9.541-.033 3.878-.219 11.203.69 12.367a2.413 2.413 0 0 0 2.289 1\" fill=\"#91B9B4\"/><path d=\"M87.222 100.63c-1.553-.198-1.766-.897-1.714-2.678.155-5.27-.186-16.528-.742-23.424a91.602 91.602 0 0 1 .416-18.784c.194-4.25.114-8.508-.24-12.747-.033-6.964.395-12.416.365-17.112-.021-2.897-.11-5.79-.246-8.684-.128-2.699-.091-8.668-.07-9.328a10.254 10.254 0 0 1 2.47-.072 8.565 8.565 0 0 1 3.28.85c.474 3.924.625 7.879.453 11.827 0 1.909-.127 9.796 0 11.692.21 3.152.097 6.335.119 9.505.027 4.036.27 8.066.261 12.103 0 5.121-.431 10.218-.553 15.336-.231 9.423.96 21.61.86 29.483-.021 1.568.161 2.413-1.52 2.413 0 0-1.586-.195-3.14-.392\" fill=\"#EB5A3C\"/><path d=\"M228.971 96.308c.304-3.915-.526-9.973-.532-13.118 0-1.845-.215-9.48-.097-11.32.195-3.039.052-6.13.049-9.2 0-3.905.219-7.808.176-11.716-.055-4.958-.535-9.888-.708-14.842-.362-10.306 1.158-24.011.529-31.287a40.817 40.817 0 0 0-9.267-.626 111.26 111.26 0 0 0-.532 18.503c.07 4.56-.335 9.827-.243 16.565.069 5.125 1.379 11.246.847 15.389a81.64 81.64 0 0 0-.285 18.187c.833 8.632.529 22.796.638 22.984l9.425.48Z\" fill=\"#B41932\"/><path d=\"M256.213 96.516c.413-10.659.355-17.114.532-26.324.121-6.495-.912-14.735-.787-21.58.413-9.506.202-19.03-.63-28.51-.224-2.625.152-7.57.055-10.202-.067-1.763-.134-4.037-.197-5.803a43.888 43.888 0 0 0 15.279.447c10.638-2.234 28.239.067 28.239.067a17.879 17.879 0 0 1 1.161 6.972 115.354 115.354 0 0 0-.091 12.68c.252 7.253-1.104 13.663-1.104 23.909 0 6.729 1.012 11.154 1.243 15.638.237 4.61-.565 8.48-.267 15.804.185 4.51.082 16.334.155 17.42 0 0-31.689.182-38.448-.627a12.843 12.843 0 0 0-5.14.116\" fill=\"#6E1946\"/><path d=\"M198.239.253c.177 15.926.304 33.585 1.104 47.97.261 4.797.121 10.812.304 16.283.085 2.431-.338 7.294-.532 10.534-.155 2.62-.088 5.25-.025 7.873a69 69 0 0 1-.115 8.723 16.815 16.815 0 0 0-5.167 0 21.436 21.436 0 0 1-.164-6.362c.331-19.112-.997-33.072-.684-50.67.103-5.714-.082-13.516-.532-19.212a80.315 80.315 0 0 1 .386-15.385c1.807-.032 3.614.05 5.41.246\" fill=\"#FAC39B\"/><path d=\"M251.441 1.1c.492 8.207.109 13.626.264 20.692.14 6.204.827 11.495.45 18.617-.325 6.145.304 12.306.435 18.464.127 5.992.229 11.983.303 17.975.107 4.641.21 8.842.216 13.489 0 .778-.091 2.431-.085 3.219a13.6 13.6 0 0 0-3.228-.167c-2.77.258-5.563.142-8.303-.344-.991-.225-.158-16.413-.134-17.911.103-6.079.137-12.158.1-18.236-.03-6.158-.608-12.693-.723-18.845-.119-6.221.222-12.063.058-18.282-.165-6.276-.35-11.62-.514-17.896-.033-1.28 1.17-1.945 3.194-1.392 2.693.739 5.514-.143 7.961.635\" fill=\"#FF9619\"/><path d=\"M40.508 8.821a4.088 4.088 0 0 1 3.303 4.128c.052 3.006 0 5.674-.078 8.288-.08 2.927-.168 5.775-.131 8.97.158 12.993.717 25.406.137 38.864-.493 11.401.559 22.525.437 32.975-3.47-.198-7.58-.508-10.942-.669.949-19.285.344-37.546.122-57.618-.125-11.291 1.736-20.1.152-35.138 2.33-.217 4.677-.15 6.99.197\" fill=\"#6E1946\"/><path d=\"M189.552 51.659c-.24-6.87-.191-19.86.329-26.747.58-7.674-1.32-19.297-5.563-19.042-3.822-.063-7.646.07-11.455.398-2.976.152-6.778.168-9.744.423a89.85 89.85 0 0 1-10.76-.225c-6.383 0-11.881.517-18.255.526-6.176 0-13.069-.158-19.215-.623a180.773 180.773 0 0 0-18.485-1.125c-.87.024-1.365 3.924-1.538 8.702-.164 4.608-.465 14.59-.082 19.358a13.787 13.787 0 0 1 9.805-5.11 37.218 37.218 0 0 1 9.009.055 22.377 22.377 0 0 0-3.821-3.57 7.793 7.793 0 0 0-3.538-1.873c-1.632-.24-3.322-.085-4.972-.17a9.023 9.023 0 0 1 8.474-3c2.778.383 7.437 5.215 9.118 3.893 1.869-1.465 1.133-7.224 3.608-7.85 2.012-.508 3.343 7.163 4.312 8.856a14.13 14.13 0 0 1 9.289-5.383c1.906-.221 7.769.478 8.562 3.28a12.552 12.552 0 0 0-12.109 5.35 18.54 18.54 0 0 1 18.811 2.543 17.837 17.837 0 0 1 3.58 3.866 5.115 5.115 0 0 1 1.283 4.1c-2.432-.489-4.702-4.68-8.921-5.978a18.502 18.502 0 0 0-10.85.204c8.017 1.297 19.087 11.963 15.263 20.695-1.237 2.824-1.58.936-2.021-1.435a13.519 13.519 0 0 0-2.653-6.258 33.557 33.557 0 0 0-3.869-4.398 13.678 13.678 0 0 0-7.058-2.866c5.167 1.45 8.477 11.72 8.921 12.817a24.368 24.368 0 0 1 1.127 8.535c.04 1.632.174 7.294-1.896 7.835.03 0 .34-13.713-9.368-21.564a26.763 26.763 0 0 1 2.432 14.838 18.717 18.717 0 0 1-1.824 7.547c-.264.553-1.292 3.073-1.696 3.164-1.295.304-.608-7.677-.802-9.085-.24-1.741-3.383-13.516-6.687-10.638-1.675 1.468-.823 8.091-.608 11.033.253 3.62.687 8.9.751 12.526.021 6.808.46 13.61 1.313 20.364 8.629-4.647 46.603-24.103 52.026-8.055.018.508-.304.15-.304.15-3.715-5.557-13.845-2.694-18.912-1.131a129.997 129.997 0 0 0-25.835 11.853c13.435.034 34.136 0 49.476 0a6.244 6.244 0 0 0 4.488-1.902 6.23 6.23 0 0 0 1.749-4.55 269.933 269.933 0 0 1-.155-9.076c0-3.778.197-7.902.304-11.671.206-7.55-.785-12.03-1.049-19.58m-75.347 7.902c-.535 1.952-1.191 5.27-1.288 6.119-.098.848-.794 5.537-.794 5.537a1.717 1.717 0 0 1-.626-.863 29.862 29.862 0 0 1-1.52-11.2c.66-10.765 4.493-13.625 4.511-13.595-1.726-.988-5.197 3.067-7.015 5.623-2.432 3.416-2.012 5.775-2.322 11.075-1.304-.264-2.596-2.431-2.681-4.048a24.136 24.136 0 0 1 7.295-19.194 19.45 19.45 0 0 0-5.532.957 13.982 13.982 0 0 0-7.295 6.866c-3.407 6.632-1.234 14.526-1.708 21.766-.276 4.176.338 8.288.304 12.461-.03 3.152-.827 3.748 2.322 4.03a30.91 30.91 0 0 1 3.718.572 35.21 35.21 0 0 1 18.607 10.45c.833-9.663.945-18.568.945-28.267 0-3.836.632-12.048-1.924-15.328-2.556-3.28-4.386 4.863-4.988 7.036M95.987 87.776c-.167 3.748.055 6.778.122 11.149a63.434 63.434 0 0 1 9.571.303c3.538.22 7.295-.167 10.835.305-5.413-5.87-12.321-11.037-20.528-11.754m6.058-51.8a42.228 42.228 0 0 1 7.392-3.611 13.818 13.818 0 0 0-12.04 1.051c-3.343 2.128-2.221 7.979-2.656 11.736a24.059 24.059 0 0 1 7.295-9.189\" fill=\"#fff\"/><path d=\"M212.889 7.577a1.024 1.024 0 0 1 .887.994c.253 10.446.48 19.862 1.155 30.655a92.239 92.239 0 0 1-.137 15.635c-.82 6.617.867 11.984.399 18.638-.608 8.777.677 15.987.179 24.77l-10.905.24c-.912.031-1.715-.82-1.587-2.92.128-2.1-.055-11.142-.055-17.933a188.2 188.2 0 0 0 .149-20.652c-.371-3.73.517-7.693.304-11.431a508.591 508.591 0 0 1-.751-19.483c-.085-4.006 0-10.164-.118-14.1-.088-2.735.507-4.756 2.024-5.44 1.736-.778 6.489.76 8.459 1.027\" fill=\"#91B9B4\"/><path d=\"M55.48 87.671c-.11 2.535-.162 3.405-.162 4.362 0 .635.566.748 1.08 1.03.343.189 3.279.806 4.236 1.01.945.196 1.907.298 2.872.303 2.827-.048 5.623.927 8.44.663a.607.607 0 0 0 .265-.091 2.458 2.458 0 0 0 1.24-2.097c.326-2.398-.331-4.493.037-8.863.368-4.37.042-16.21.067-19.051.176-21.562-1.049-21.917-.502-38.558a79.526 79.526 0 0 0-.608-13.966 39.943 39.943 0 0 1-.547-8.586 1.64 1.64 0 0 0-1.52-1.964c-4.671-.243-14.482.505-14.482.505a24.01 24.01 0 0 0-.505 7.16c.094 2.034-.304 5.383-.304 7.42 0 2.297-.155 4.583-.052 6.878.28 6.152.447 12.312.259 18.467-.474 15.592.897 24.638.304 39.962l-.119 5.416Z\" fill=\"#FF9619\"/></g></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h300v188.966H0z\"/></clipPath></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ixcre\",\"data-framer-name\":\"5. Mineral\",layoutDependency:layoutDependency,layoutId:\"BlIEUrWLtc9Oao6xBR\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-17t0mgv\",\"data-framer-name\":\"Industry\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"BlIEUrWLtCeS9rDziq\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 171 64\"><path d=\"M 5.878 16.853 L 6.519 16.107 L 7.268 16.853 L 7.481 16.853 L 8.336 15.893 L 7.374 15.04 L 7.268 15.04 L 6.519 15.787 L 5.771 15.04 L 5.664 15.04 L 4.809 15.893 L 5.664 16.853 Z M 5.237 23.573 C 5.664 23.573 6.199 23.467 6.626 23.253 C 6.733 22.933 6.733 22.613 6.84 22.4 C 7.054 23.893 7.588 24.533 8.871 24.533 L 33.559 24.533 C 35.162 24.533 36.765 24.32 38.368 23.787 L 39.544 23.467 L 39.864 22.08 L 39.757 21.973 L 38.582 22.293 C 36.765 22.72 34.948 22.187 34.948 21.013 C 34.948 20.16 35.91 19.733 36.765 19.733 C 37.513 19.733 38.368 19.947 38.902 20.48 L 39.223 20.16 C 38.689 18.987 37.941 18.347 37.086 18.347 C 35.696 18.347 34.521 19.84 34.521 21.333 C 34.521 21.973 34.841 22.613 35.269 23.04 C 34.841 23.04 34.2 23.147 33.666 23.147 L 9.191 23.147 C 8.123 23.147 7.802 22.72 7.695 21.44 L 7.268 17.707 L 6.84 17.707 L 6.413 18.88 L 5.237 19.627 C 3.954 20.48 3.42 21.12 3.42 21.973 C 3.313 22.827 4.061 23.573 5.237 23.573 Z M 4.916 20.693 L 6.519 19.947 L 6.84 21.867 C 6.412 22.08 5.878 22.187 5.344 22.187 C 4.596 22.187 4.061 21.973 4.061 21.653 C 4.061 21.333 4.275 20.907 4.916 20.693 Z M 44.033 24.533 L 54.613 24.533 C 55.148 24.533 55.575 24.32 56.003 24 C 56.109 23.68 56.109 23.467 56.216 23.253 C 56.43 24 57.178 24.533 58.354 24.533 L 61.453 24.533 C 62.094 24.533 62.629 24.213 63.056 23.787 C 64.125 24.427 65.301 24.747 66.476 24.747 C 67.866 24.747 69.148 24.533 70.431 24 C 71.072 24.32 71.82 24.533 72.568 24.427 C 73.423 24.427 74.278 24.213 75.026 23.68 C 75.24 23.04 75.454 22.4 75.454 21.653 L 75.454 16.213 L 76.202 15.68 L 75.454 14.827 L 75.454 13.76 L 75.133 13.76 C 74.278 14.4 74.064 15.04 74.492 15.787 L 74.706 22.507 C 74.171 22.72 73.53 22.827 72.996 22.827 C 72.568 22.827 72.141 22.827 71.713 22.72 C 71.927 22.293 72.034 21.76 72.034 21.227 C 72.034 19.947 71.072 18.987 69.896 18.88 L 69.789 18.88 C 68.293 18.88 66.797 20.053 64.98 22.827 L 64.018 22.507 L 64.766 21.547 L 64.446 21.227 L 63.911 21.867 C 63.377 22.613 62.522 22.933 61.667 22.827 L 58.781 22.827 C 57.499 22.827 57.178 22.613 57.178 21.653 L 57.178 20.373 L 56.644 20.373 L 56.323 22.4 C 55.789 22.613 55.254 22.72 54.72 22.72 L 44.46 22.72 C 43.284 22.72 42.857 22.4 42.857 21.44 L 42.857 13.547 L 42.429 13.547 L 41.681 14.933 L 41.895 21.44 C 41.788 23.893 42.429 24.533 44.033 24.533 Z M 69.148 20.587 C 70.217 20.693 71.179 21.333 71.499 22.4 C 70.003 23.04 68.293 23.36 66.69 23.36 C 66.262 23.36 65.942 23.36 65.514 23.253 C 66.904 21.44 67.972 20.587 69.148 20.587 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 56.964 19.627 L 57.819 18.667 L 56.964 17.813 L 56.857 17.813 L 55.896 18.667 L 56.857 19.627 Z M 78.66 24.533 L 79.087 22.933 L 79.087 13.973 L 78.66 13.973 L 78.019 15.36 L 78.232 24.533 Z M 84.966 18.027 L 85.714 17.28 L 86.462 18.027 L 86.569 18.027 L 87.531 17.173 L 86.569 16.213 L 86.462 16.213 L 85.714 16.96 L 84.966 16.213 L 84.859 16.213 L 83.897 17.173 L 84.859 18.027 Z M 85.607 24.747 C 86.996 24.747 87.851 23.68 87.851 22.08 C 87.851 20.693 87.21 19.84 84.645 18.773 L 84.538 18.773 L 84.538 20.267 C 83.897 21.013 83.469 21.867 83.469 22.827 C 83.363 23.893 84.218 24.747 85.286 24.747 Z M 85.286 20.693 C 86.783 21.44 87.424 21.973 87.424 22.4 C 87.424 22.933 86.783 23.253 85.821 23.253 C 84.752 23.253 84.218 22.933 84.218 22.4 C 84.218 21.76 84.645 21.12 85.286 20.693 Z M 87.851 26.667 L 87.851 27.093 L 90.523 27.947 C 91.699 26.453 92.447 24.64 92.554 22.72 C 92.554 21.653 92.126 20.587 91.485 19.627 L 91.058 19.627 L 90.523 20.907 C 91.592 22.187 91.913 22.827 91.913 23.573 C 92.019 24.853 90.523 26.027 87.851 26.667 Z M 95.012 24.533 L 95.546 22.933 L 95.546 13.973 L 95.012 13.973 L 94.371 15.36 L 94.584 24.533 Z M 100.035 22.827 C 100.035 21.76 99.608 20.693 98.966 19.733 L 98.539 19.733 L 98.004 21.013 C 99.073 22.293 99.394 22.933 99.394 23.68 C 99.394 24.96 97.898 26.133 95.226 26.773 L 95.226 27.2 L 97.898 28.053 C 99.287 26.453 100.035 24.64 100.035 22.827 Z M 98.752 18.56 L 99.607 17.707 L 98.752 16.747 L 98.539 16.747 L 97.684 17.707 L 98.646 18.56 Z M 105.806 22.613 C 105.806 20.693 104.844 19.2 103.669 19.2 C 102.6 19.2 101.531 20.693 101.531 22.187 C 101.424 23.147 102.172 24 103.027 24.107 L 103.348 24.107 C 103.776 24.107 104.31 24 104.631 23.787 L 105.058 22.72 C 105.165 22.933 105.165 23.147 105.165 23.467 C 105.165 25.067 103.455 26.24 100.356 26.773 L 100.356 27.2 L 103.027 28.053 C 104.737 26.56 105.699 24.64 105.806 22.613 Z M 103.562 22.507 C 102.6 22.507 102.066 22.293 102.066 21.76 C 102.066 21.12 102.6 20.587 103.241 20.587 C 103.989 20.587 104.737 21.333 105.058 22.293 C 104.631 22.507 104.096 22.613 103.562 22.507 Z M 7.267 31.147 L 6.519 31.893 L 5.771 31.147 L 5.664 31.147 L 4.809 32.107 L 5.664 32.96 L 5.878 32.96 L 6.519 32.213 L 7.267 32.96 L 7.481 32.96 L 8.336 32.107 L 7.374 31.147 Z M 24.154 41.92 L 24.047 41.92 L 23.299 42.667 L 22.551 41.92 L 22.444 41.92 L 21.589 42.88 L 22.444 43.84 L 22.658 43.84 L 23.299 42.987 L 24.047 43.84 L 24.261 43.84 L 25.116 42.88 Z M 30.994 40.64 L 33.879 40.64 C 34.734 40.64 35.696 40.427 36.444 40 C 36.658 39.36 36.872 38.72 36.765 37.973 C 36.765 37.227 36.444 36.48 36.017 35.733 L 35.589 35.733 L 35.269 37.013 C 35.696 37.547 36.124 38.08 36.338 38.72 C 35.589 39.04 34.734 39.147 33.986 39.147 L 25.543 39.147 C 24.261 39.147 23.94 38.933 23.94 37.973 L 23.94 36.693 L 23.513 36.693 L 23.192 38.72 C 22.658 38.933 22.123 39.04 21.589 39.04 L 9.191 39.04 C 8.123 39.04 7.802 38.613 7.695 37.333 L 7.267 33.6 L 6.84 33.6 L 6.413 34.773 L 5.237 35.627 C 3.954 36.48 3.42 37.12 3.42 37.973 C 3.42 38.827 4.168 39.573 5.344 39.573 C 5.771 39.573 6.306 39.467 6.733 39.253 C 6.84 38.933 6.84 38.613 6.947 38.4 C 7.161 40 7.695 40.64 8.978 40.64 L 21.375 40.64 C 21.909 40.64 22.444 40.427 22.871 40.107 C 22.978 39.893 22.978 39.573 23.085 39.36 C 23.299 40.107 24.047 40.64 25.223 40.64 Z M 5.237 38.293 C 4.489 38.293 3.954 38.08 3.954 37.76 C 3.954 37.44 4.275 37.12 4.916 36.8 L 6.519 36.053 L 6.84 37.973 C 6.306 38.187 5.771 38.293 5.237 38.293 Z M 34.841 33.813 L 35.696 34.773 L 35.91 34.773 L 36.765 33.813 L 35.803 32.96 L 35.696 32.96 Z M 66.156 30.08 L 65.728 30.08 C 64.766 30.72 64.659 31.36 65.087 32.107 L 65.301 38.827 C 64.766 39.04 64.232 39.147 63.591 39.147 C 62.949 39.253 62.308 38.827 62.094 38.293 L 61.774 37.653 C 61.239 36.587 60.812 36.267 60.171 36.267 C 59.209 36.267 58.354 37.44 58.033 38.827 C 57.606 39.04 57.178 39.147 56.644 39.147 C 55.789 39.147 55.041 38.933 54.399 38.4 C 55.148 37.76 55.468 37.333 55.468 36.907 C 55.468 36.053 54.827 35.627 53.758 35.627 C 53.117 35.627 52.476 35.84 51.941 36.16 L 51.514 37.44 L 51.728 37.76 C 52.262 37.76 52.796 37.973 53.117 38.507 L 53.117 38.613 C 52.369 39.04 51.514 39.253 50.659 39.253 L 44.994 39.253 C 43.926 39.253 43.391 38.72 42.857 37.12 L 41.788 34.133 L 41.681 34.133 L 41.147 35.413 L 42.109 37.867 C 42.323 38.293 42.429 38.613 42.643 38.933 C 42.002 39.253 41.361 39.467 40.613 39.467 C 39.33 39.467 39.009 39.253 38.903 38.4 L 38.903 38.187 L 38.475 38.187 C 38.368 38.613 38.261 38.933 38.261 39.36 C 38.261 40.427 38.903 40.96 40.292 40.96 C 41.04 40.96 41.895 40.747 42.536 40.213 C 42.643 39.893 42.643 39.573 42.75 39.36 L 42.857 39.36 C 43.498 40.427 44.033 40.747 44.888 40.747 L 50.766 40.747 C 51.941 40.64 52.903 40.107 53.758 39.36 C 54.399 40.213 55.468 40.747 56.537 40.747 C 57.178 40.747 57.713 40.533 58.247 40.107 C 59.316 40.64 60.384 40.96 61.453 41.067 C 61.56 40.747 61.667 40.32 61.774 40 C 62.201 40.427 62.736 40.747 63.377 40.64 C 64.232 40.64 65.087 40.427 65.835 40 C 66.049 39.36 66.263 38.72 66.263 37.973 L 66.263 32.533 L 67.011 32 L 66.263 31.147 Z M 58.674 38.827 C 58.781 38.293 59.209 37.76 59.85 37.76 C 60.278 37.76 60.598 37.973 60.919 38.72 L 61.239 39.36 C 61.346 39.467 61.346 39.573 61.453 39.68 C 60.598 39.467 59.636 39.147 58.674 38.827 Z M 69.362 40.64 L 69.789 39.04 L 69.789 30.08 L 69.362 30.08 L 68.614 31.467 L 68.827 40.64 Z M 76.309 40.96 C 77.698 40.96 78.553 39.893 78.553 38.293 C 78.553 36.907 77.912 36.053 75.347 34.987 L 75.24 34.987 L 75.24 36.373 C 74.599 37.12 74.171 37.973 74.171 38.933 C 74.064 40 74.919 40.853 75.881 40.96 Z M 75.881 36.8 C 77.378 37.547 78.019 38.08 78.019 38.507 C 78.019 39.04 77.378 39.36 76.416 39.36 C 75.347 39.36 74.813 39.04 74.813 38.507 C 74.813 37.867 75.24 37.227 75.881 36.8 Z M 75.454 32.427 L 74.599 33.28 L 75.561 34.24 L 75.667 34.24 L 76.416 33.493 L 77.164 34.24 L 77.271 34.24 L 78.126 33.28 L 77.271 32.427 L 77.057 32.427 L 76.416 33.173 L 75.561 32.427 Z M 82.187 35.307 C 81.118 35.307 80.049 36.8 80.049 38.293 C 79.942 39.253 80.691 40.107 81.652 40.213 L 81.973 40.213 C 82.401 40.213 82.935 40.107 83.256 39.893 L 83.683 38.827 C 83.79 39.04 83.79 39.253 83.79 39.573 C 83.79 41.173 82.08 42.347 78.981 42.88 L 78.981 43.307 L 81.652 44.16 C 83.149 42.773 84.111 40.853 84.324 38.827 C 84.217 36.907 83.362 35.307 82.187 35.307 Z M 81.973 38.72 C 81.011 38.72 80.477 38.507 80.477 37.973 C 80.477 37.333 81.011 36.8 81.653 36.8 C 82.401 36.8 83.149 37.547 83.469 38.507 C 83.042 38.613 82.508 38.72 81.973 38.72 Z M 91.378 32.533 L 92.233 31.68 L 91.271 30.827 L 91.164 30.827 L 90.309 31.68 L 91.271 32.533 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 92.019 32.427 L 91.271 33.173 L 90.523 32.427 L 90.416 32.427 L 89.561 33.28 L 90.416 34.24 L 90.523 34.24 L 91.271 33.493 L 92.019 34.24 L 92.233 34.24 L 93.088 33.28 L 92.126 32.427 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 93.302 40.64 C 94.157 40.64 95.012 40.427 95.76 40 C 95.974 39.36 96.188 38.72 96.188 37.973 L 96.188 32.533 L 96.936 32 L 96.188 31.147 L 96.188 30.08 L 95.76 30.08 C 94.798 30.72 94.691 31.36 95.119 32.107 L 95.333 38.827 C 94.798 39.04 94.157 39.147 93.623 39.147 C 92.554 39.147 92.126 38.72 91.913 37.44 L 91.592 35.2 L 91.164 35.2 L 90.951 35.733 C 90.523 36.907 89.989 37.227 89.454 37.227 C 88.813 37.12 88.172 36.8 87.851 36.16 L 87.424 36.16 L 86.889 37.44 C 87.851 38.293 88.279 39.04 88.279 39.573 C 88.279 40.853 86.783 41.92 84.111 42.56 L 84.111 42.987 L 86.783 43.84 C 87.958 42.347 88.706 40.533 88.813 38.72 L 88.813 38.613 L 89.241 38.613 C 89.989 38.613 90.63 38.08 90.844 37.013 L 90.951 37.867 C 91.485 40.107 92.019 40.747 93.302 40.64 Z M 99.714 39.04 L 99.714 30.08 L 99.287 30.08 L 98.646 31.467 L 98.859 40.64 L 99.287 40.64 Z M 100.676 42.773 L 100.676 43.2 L 103.348 44.053 C 104.844 42.667 105.806 40.747 106.02 38.72 C 106.02 36.8 105.058 35.307 103.882 35.307 C 102.814 35.307 101.745 36.8 101.745 38.293 C 101.638 39.253 102.386 40.107 103.348 40.213 L 103.669 40.213 C 104.096 40.213 104.631 40.107 104.951 39.893 L 105.379 38.827 C 105.486 39.04 105.486 39.253 105.486 39.573 C 105.379 41.067 103.669 42.24 100.676 42.773 Z M 103.776 38.72 C 102.814 38.72 102.279 38.507 102.279 37.973 C 102.279 37.333 102.814 36.8 103.455 36.8 C 104.203 36.8 104.951 37.547 105.272 38.507 C 104.737 38.613 104.203 38.72 103.776 38.72 Z M 7.481 47.68 L 7.909 47.467 L 7.909 47.36 L 6.733 47.36 L 6.733 47.573 L 5.771 49.92 L 4.596 47.36 L 3.42 47.36 L 3.42 47.467 L 3.848 47.68 L 3.848 50.56 L 3.42 50.773 L 3.42 50.88 L 4.809 50.88 L 4.809 50.773 L 4.168 50.56 L 4.168 47.787 L 5.344 50.453 L 5.451 50.773 L 5.664 50.773 L 5.771 50.453 L 6.947 47.787 L 6.947 50.56 L 6.413 50.773 L 6.413 50.88 L 7.909 50.88 L 7.909 50.773 L 7.481 50.56 Z M 9.191 48.32 L 8.336 48.427 L 8.336 48.64 L 8.657 48.747 L 8.657 50.56 L 8.229 50.773 L 8.229 50.88 L 9.512 50.88 L 9.512 50.773 L 9.191 50.667 Z M 9.191 47.253 C 9.191 47.04 8.978 46.933 8.871 46.933 C 8.657 46.933 8.55 47.147 8.55 47.253 C 8.657 47.467 8.764 47.573 8.978 47.467 C 9.084 47.467 9.191 47.36 9.191 47.253 Z M 12.397 49.173 C 12.397 48.427 12.184 48.213 11.649 48.213 C 11.329 48.213 11.008 48.427 10.794 48.747 L 10.687 48.213 L 9.939 48.533 L 9.939 48.747 L 10.26 48.853 L 10.26 50.667 L 9.939 50.773 L 9.939 50.987 L 11.222 50.987 L 11.222 50.773 L 10.901 50.667 L 10.901 48.96 C 11.115 48.747 11.329 48.747 11.542 48.64 C 11.863 48.64 11.97 48.853 12.077 49.28 L 12.077 50.667 L 11.756 50.773 L 11.756 50.987 L 12.825 50.987 L 12.825 50.773 L 12.504 50.667 Z M 13.894 48.32 L 13.039 48.427 L 13.039 48.64 L 13.359 48.747 L 13.359 50.56 L 13.039 50.773 L 13.039 50.88 L 14.321 50.88 L 14.321 50.773 L 13.894 50.667 Z M 14.001 47.253 C 13.894 47.04 13.68 46.933 13.466 46.933 C 13.359 46.933 13.253 47.04 13.253 47.147 C 13.359 47.36 13.466 47.467 13.68 47.36 C 13.787 47.467 13.894 47.36 14.001 47.253 Z M 15.924 49.493 L 15.711 49.387 C 15.39 49.28 15.283 49.067 15.283 48.96 C 15.283 48.747 15.497 48.64 15.604 48.64 C 15.711 48.64 15.924 48.64 16.031 48.747 L 16.245 49.28 L 16.459 49.28 L 16.459 48.533 C 16.245 48.427 16.031 48.32 15.711 48.32 C 15.176 48.32 14.749 48.64 14.749 49.173 C 14.749 49.493 14.963 49.707 15.283 49.92 L 15.497 50.027 C 15.924 50.24 16.031 50.347 16.031 50.56 C 16.031 50.773 15.818 50.987 15.604 50.987 C 15.39 50.987 15.283 50.987 15.176 50.88 L 14.856 50.24 L 14.642 50.24 L 14.749 50.987 C 14.963 51.093 15.283 51.2 15.497 51.2 C 16.031 51.2 16.459 50.88 16.566 50.347 C 16.566 49.92 16.352 49.707 15.924 49.493 Z M 18.062 50.667 C 17.848 50.667 17.741 50.667 17.741 50.24 L 17.741 48.747 L 18.489 48.747 L 18.489 48.427 L 17.741 48.427 L 17.741 47.68 L 17.528 47.68 L 17.207 48.32 L 16.779 48.427 L 16.779 48.64 L 17.207 48.64 L 17.207 50.347 C 17.207 50.667 17.314 50.987 17.741 50.987 C 18.062 50.987 18.276 50.88 18.489 50.773 L 18.489 50.667 Z M 20.306 48.213 C 20.093 48.213 19.986 48.32 19.772 48.64 L 19.558 48.96 L 19.558 48.32 L 18.81 48.64 L 18.81 48.853 L 19.131 48.96 L 19.131 50.773 L 18.81 50.88 L 18.81 51.093 L 20.199 51.093 L 20.199 50.88 L 19.665 50.773 L 19.665 49.28 L 19.986 48.96 L 20.413 49.173 C 20.52 49.067 20.627 48.96 20.627 48.747 C 20.734 48.427 20.627 48.32 20.306 48.213 C 20.413 48.213 20.413 48.213 20.306 48.213 Z M 22.551 48.533 L 22.871 48.64 L 22.23 50.453 L 21.589 48.64 L 22.016 48.533 L 22.016 48.32 L 20.734 48.32 L 20.734 48.533 L 20.947 48.64 L 21.909 51.2 L 21.589 51.947 C 21.589 51.84 21.482 51.733 21.268 51.733 C 21.161 51.733 20.947 51.84 20.947 52.053 C 20.947 52.267 21.161 52.373 21.268 52.373 C 21.589 52.373 21.696 52.16 21.909 51.627 L 23.085 48.64 L 23.299 48.533 L 23.299 48.32 L 22.337 48.32 L 22.337 48.533 Z M 25.971 48.213 C 25.223 48.213 24.688 48.853 24.688 49.6 C 24.688 50.24 25.116 50.88 25.864 50.88 L 25.971 50.88 C 26.719 50.88 27.253 50.24 27.253 49.493 C 27.36 48.853 26.826 48.213 26.184 48.213 Z M 26.077 50.773 C 25.543 50.773 25.329 50.133 25.222 49.493 C 25.116 48.853 25.436 48.533 25.864 48.533 C 26.291 48.533 26.612 48.96 26.612 49.707 C 26.719 50.347 26.398 50.773 26.077 50.773 Z M 29.177 46.827 C 28.429 46.933 27.894 47.573 28.001 48.213 L 27.574 48.32 L 27.574 48.533 L 28.001 48.533 L 28.001 50.56 L 27.681 50.667 L 27.681 50.88 L 29.07 50.88 L 29.07 50.667 L 28.536 50.56 L 28.536 48.64 L 29.284 48.64 L 29.284 48.32 L 28.536 48.32 L 28.536 47.893 C 28.536 47.253 28.749 47.04 29.07 47.04 C 29.177 47.04 29.284 47.04 29.284 47.147 L 29.391 47.573 L 29.497 47.573 C 29.604 47.573 29.818 47.467 29.818 47.36 C 29.925 47.147 29.604 46.827 29.177 46.827 Z M 31.742 47.68 L 32.169 47.467 L 32.169 47.36 L 30.673 47.36 L 30.673 47.467 L 31.101 47.68 L 31.101 50.56 L 30.673 50.773 L 30.673 50.88 L 32.169 50.88 L 32.169 50.773 L 31.742 50.56 Z M 35.055 49.173 C 35.055 48.427 34.841 48.213 34.307 48.213 C 33.986 48.213 33.666 48.427 33.452 48.747 L 33.345 48.213 L 32.597 48.533 L 32.597 48.747 L 32.917 48.853 L 32.917 50.667 L 32.597 50.773 L 32.597 50.987 L 33.772 50.987 L 33.772 50.773 L 33.452 50.667 L 33.452 48.96 C 33.666 48.747 33.879 48.747 34.093 48.64 C 34.414 48.64 34.521 48.853 34.627 49.28 L 34.627 50.667 L 34.307 50.773 L 34.307 50.987 L 35.482 50.987 L 35.482 50.773 L 35.162 50.667 Z M 38.154 46.827 L 37.086 46.933 L 37.086 47.147 L 37.62 47.253 L 37.62 48.32 C 37.513 48.32 37.299 48.213 37.193 48.213 C 36.444 48.213 35.803 48.853 35.803 49.707 C 35.696 50.347 36.231 50.88 36.765 50.987 L 36.872 50.987 C 37.193 50.987 37.513 50.88 37.62 50.56 L 37.727 50.987 L 38.475 50.88 L 38.475 50.667 L 38.048 50.56 Z M 37.62 50.453 C 37.513 50.56 37.299 50.56 37.192 50.56 C 36.551 50.56 36.337 50.027 36.337 49.387 C 36.337 48.747 36.658 48.427 37.086 48.427 C 37.299 48.427 37.513 48.533 37.62 48.747 Z M 41.254 48.32 L 40.292 48.427 L 40.292 48.64 L 40.719 48.747 L 40.719 50.453 C 40.612 50.56 40.399 50.667 40.185 50.667 C 39.864 50.667 39.651 50.453 39.651 50.027 L 39.651 48.32 L 38.689 48.427 L 38.689 48.64 L 39.116 48.747 L 39.116 50.133 C 39.116 50.773 39.437 51.093 39.864 51.093 C 40.185 51.093 40.506 50.88 40.719 50.667 L 40.933 51.093 L 41.788 50.987 L 41.788 50.773 L 41.361 50.667 Z M 43.284 49.493 L 43.071 49.387 C 42.75 49.28 42.643 49.067 42.643 48.96 C 42.643 48.747 42.857 48.64 43.071 48.64 C 43.177 48.64 43.284 48.64 43.391 48.747 L 43.605 49.28 L 43.819 49.28 L 43.819 48.533 C 43.605 48.427 43.391 48.32 43.071 48.32 C 42.536 48.32 42.109 48.64 42.109 49.173 C 42.109 49.493 42.322 49.707 42.643 49.92 L 42.857 50.027 C 43.284 50.24 43.391 50.347 43.391 50.56 C 43.391 50.773 43.177 50.987 42.964 50.987 C 42.75 50.987 42.643 50.987 42.536 50.88 L 42.216 50.24 L 42.002 50.24 L 42.109 50.987 C 42.322 51.093 42.643 51.2 42.857 51.2 C 43.391 51.2 43.819 50.88 43.926 50.347 C 43.926 49.92 43.712 49.707 43.284 49.493 Z M 45.422 50.667 C 45.208 50.667 45.101 50.667 45.101 50.24 L 45.101 48.747 L 45.849 48.747 L 45.849 48.427 L 45.101 48.427 L 45.101 47.68 L 44.888 47.68 L 44.567 48.32 L 44.139 48.427 L 44.139 48.64 L 44.567 48.64 L 44.567 50.347 C 44.567 50.667 44.674 50.987 45.101 50.987 C 45.422 50.987 45.636 50.88 45.849 50.773 L 45.849 50.667 Z M 47.666 48.213 C 47.453 48.213 47.346 48.32 47.132 48.64 L 47.025 48.96 L 47.025 48.32 L 46.277 48.64 L 46.277 48.853 L 46.598 48.96 L 46.598 50.773 L 46.277 50.88 L 46.277 51.093 L 47.666 51.093 L 47.666 50.88 L 47.025 50.667 L 47.025 49.173 L 47.346 48.853 L 47.773 49.067 C 47.88 48.96 47.987 48.853 47.987 48.64 C 48.094 48.427 47.987 48.32 47.666 48.213 C 47.773 48.213 47.773 48.213 47.666 48.213 Z M 49.911 48.533 L 50.231 48.64 L 49.59 50.453 L 48.949 48.64 L 49.376 48.533 L 49.376 48.32 L 48.094 48.32 L 48.094 48.533 L 48.308 48.64 L 49.269 51.2 L 48.949 51.947 C 48.949 51.84 48.842 51.733 48.628 51.733 C 48.521 51.733 48.308 51.84 48.308 52.053 C 48.308 52.267 48.521 52.373 48.628 52.373 C 48.949 52.373 49.056 52.16 49.269 51.627 L 50.445 48.64 L 50.659 48.533 L 50.659 48.32 L 49.697 48.32 L 49.697 48.533 Z M 54.079 50.56 L 54.079 49.067 C 54.079 48.533 53.865 48.213 53.224 48.213 C 52.583 48.213 52.155 48.64 52.155 48.853 C 52.155 48.96 52.262 49.067 52.476 49.067 L 52.689 49.067 L 52.689 48.533 C 52.796 48.427 52.903 48.427 53.01 48.427 C 53.331 48.427 53.544 48.64 53.544 49.067 L 53.544 49.28 L 53.01 49.387 C 52.476 49.493 52.155 49.707 52.155 50.133 C 52.155 50.453 52.476 50.773 52.796 50.773 C 53.117 50.773 53.331 50.56 53.544 50.347 C 53.544 50.56 53.651 50.773 53.972 50.773 C 54.186 50.773 54.399 50.667 54.506 50.667 L 54.506 50.453 L 54.293 50.453 C 54.079 50.667 54.079 50.667 54.079 50.56 Z M 53.544 50.347 C 53.437 50.453 53.331 50.56 53.117 50.56 C 52.903 50.56 52.689 50.453 52.689 50.24 C 52.689 50.027 52.796 49.92 53.117 49.813 L 53.544 49.707 Z M 57.285 49.173 C 57.285 48.427 57.071 48.213 56.537 48.213 C 56.216 48.213 55.896 48.427 55.682 48.747 L 55.575 48.32 L 54.827 48.64 L 54.827 48.853 L 55.148 48.96 L 55.148 50.773 L 54.827 50.88 L 54.827 51.093 L 56.003 51.093 L 56.003 50.88 L 55.682 50.773 L 55.682 49.067 C 55.896 48.853 56.109 48.853 56.323 48.747 C 56.644 48.747 56.858 48.96 56.858 49.387 L 56.858 50.773 L 56.537 50.88 L 56.537 51.093 L 57.713 51.093 L 57.713 50.88 L 57.392 50.773 Z M 60.384 46.827 L 59.316 46.933 L 59.316 47.147 L 59.85 47.253 L 59.85 48.32 C 59.743 48.32 59.529 48.213 59.422 48.213 C 58.674 48.213 58.033 48.853 58.033 49.707 C 57.926 50.347 58.461 50.88 58.995 50.987 L 59.102 50.987 C 59.422 50.987 59.743 50.88 59.85 50.56 L 59.957 50.987 L 60.705 50.88 L 60.705 50.667 L 60.277 50.56 L 60.277 46.827 Z M 59.85 50.453 C 59.743 50.56 59.529 50.56 59.422 50.56 C 58.781 50.56 58.567 50.027 58.567 49.387 C 58.567 48.747 58.888 48.427 59.316 48.427 C 59.529 48.427 59.743 48.533 59.85 48.747 Z M 66.369 47.68 L 66.797 47.467 L 66.797 47.36 L 65.514 47.36 L 65.514 47.573 L 64.552 49.92 L 63.377 47.36 L 62.201 47.36 L 62.201 47.467 L 62.736 47.68 L 62.629 50.56 L 62.201 50.773 L 62.201 50.88 L 63.591 50.88 L 63.591 50.773 L 62.949 50.56 L 63.056 47.787 L 64.232 50.453 L 64.339 50.773 L 64.552 50.773 L 64.659 50.453 L 65.728 47.787 L 65.728 50.56 L 65.301 50.773 L 65.301 50.88 L 66.797 50.88 L 66.797 50.773 L 66.369 50.56 Z M 67.331 47.253 C 67.331 47.467 67.545 47.573 67.652 47.573 C 67.866 47.573 67.973 47.36 67.973 47.253 C 67.973 47.04 67.759 46.933 67.652 46.933 C 67.545 46.827 67.331 47.04 67.331 47.253 Z M 67.972 48.32 L 67.117 48.427 L 67.117 48.64 L 67.438 48.747 L 67.438 50.56 L 67.117 50.773 L 67.117 50.88 L 68.4 50.88 L 68.4 50.773 L 67.972 50.667 Z M 71.179 49.173 C 71.179 48.427 70.965 48.213 70.431 48.213 C 70.11 48.213 69.789 48.427 69.576 48.747 L 69.469 48.32 L 68.721 48.64 L 68.721 48.853 L 69.041 48.96 L 69.041 50.773 L 68.721 50.88 L 68.721 51.093 L 70.003 51.093 L 70.003 50.88 L 69.683 50.773 L 69.683 49.067 C 69.896 48.853 70.11 48.853 70.324 48.747 C 70.644 48.747 70.858 48.96 70.858 49.387 L 70.858 50.773 L 70.538 50.88 L 70.538 51.093 L 71.606 51.093 L 71.606 50.88 L 71.286 50.773 Z M 73.316 50.56 C 72.782 50.56 72.354 50.133 72.354 49.493 L 74.171 49.493 C 74.171 48.747 73.851 48.32 73.209 48.32 C 72.461 48.32 71.927 48.96 71.927 49.707 L 71.927 49.813 C 71.927 50.453 72.354 51.093 72.996 51.093 C 73.53 51.093 73.957 50.88 74.171 50.347 L 74.064 50.133 C 73.851 50.453 73.637 50.56 73.316 50.56 Z M 73.103 48.533 C 73.423 48.533 73.637 48.853 73.637 49.28 L 72.461 49.28 C 72.354 48.853 72.675 48.533 73.103 48.533 Z M 76.202 48.213 C 75.988 48.213 75.881 48.32 75.667 48.64 L 75.454 48.96 L 75.347 48.32 L 74.599 48.64 L 74.599 48.853 L 74.919 48.96 L 74.919 50.773 L 74.599 50.88 L 74.599 51.093 L 75.988 51.093 L 75.988 50.88 L 75.454 50.773 L 75.454 49.28 L 75.774 48.96 L 76.202 49.173 C 76.309 49.067 76.416 48.96 76.416 48.747 C 76.522 48.427 76.416 48.32 76.202 48.213 C 76.309 48.213 76.202 48.213 76.202 48.213 Z M 78.66 50.56 L 78.66 49.067 C 78.66 48.533 78.446 48.213 77.805 48.213 C 77.271 48.213 76.736 48.64 76.736 48.853 C 76.736 48.96 76.843 49.067 77.057 49.067 L 77.271 49.067 L 77.271 48.533 C 77.378 48.427 77.484 48.427 77.591 48.427 C 77.912 48.427 78.126 48.64 78.126 49.067 L 78.126 49.28 L 77.591 49.387 C 77.057 49.493 76.736 49.707 76.736 50.133 C 76.736 50.453 77.057 50.773 77.378 50.773 C 77.698 50.773 77.912 50.56 78.126 50.347 C 78.126 50.56 78.233 50.773 78.553 50.773 C 78.767 50.773 78.981 50.667 79.088 50.667 L 79.088 50.453 L 78.874 50.453 C 78.767 50.667 78.66 50.667 78.66 50.56 Z M 78.126 50.347 C 78.019 50.453 77.912 50.56 77.698 50.56 C 77.484 50.56 77.271 50.453 77.271 50.24 C 77.271 50.027 77.377 49.92 77.698 49.813 L 78.126 49.707 Z M 80.263 46.827 L 79.408 47.04 L 79.408 47.253 L 79.729 47.36 L 79.729 50.667 L 79.408 50.773 L 79.408 50.88 L 80.691 50.88 L 80.691 50.773 L 80.263 50.667 Z M 84.218 49.173 C 84.645 49.067 84.966 48.747 85.073 48.213 C 85.073 47.68 84.538 47.253 83.469 47.253 L 82.187 47.253 L 82.187 47.467 L 82.614 47.573 L 82.614 50.56 L 82.187 50.667 L 82.187 50.88 L 83.683 50.88 L 83.683 50.667 L 83.256 50.56 L 83.256 49.28 L 83.683 49.28 L 83.897 49.6 L 84.752 50.88 L 85.714 50.88 L 85.714 50.667 L 85.286 50.56 Z M 83.576 49.067 L 83.149 49.067 L 83.149 47.467 C 83.897 47.467 84.324 47.787 84.324 48.32 C 84.324 48.747 84.004 49.067 83.576 49.067 Z M 87.103 50.56 C 86.569 50.56 86.141 50.133 86.141 49.493 L 87.958 49.493 C 87.958 48.747 87.637 48.32 86.996 48.32 C 86.248 48.32 85.607 48.96 85.714 49.707 L 85.714 49.813 C 85.714 50.453 86.141 51.093 86.889 51.093 C 87.424 51.093 87.851 50.773 88.065 50.347 L 87.851 50.133 C 87.744 50.453 87.424 50.56 87.103 50.56 Z M 86.889 48.533 C 87.21 48.533 87.424 48.853 87.424 49.28 L 86.248 49.28 C 86.248 48.853 86.462 48.533 86.889 48.533 Z M 89.775 49.493 L 89.561 49.387 C 89.241 49.28 89.134 49.067 89.134 48.96 C 89.134 48.747 89.348 48.64 89.454 48.64 C 89.561 48.64 89.775 48.64 89.882 48.747 L 90.096 49.28 L 90.309 49.28 L 90.309 48.533 C 90.096 48.427 89.882 48.32 89.561 48.32 C 89.027 48.32 88.599 48.64 88.599 49.067 C 88.599 49.387 88.813 49.6 89.134 49.813 L 89.348 49.92 C 89.775 50.133 89.882 50.24 89.882 50.453 C 89.882 50.667 89.668 50.88 89.454 50.88 C 89.241 50.88 89.134 50.88 89.027 50.773 L 88.706 50.027 L 88.493 50.027 L 88.599 50.773 C 88.813 50.88 89.134 50.987 89.348 50.987 C 89.882 50.987 90.309 50.667 90.416 50.133 C 90.416 49.92 90.203 49.707 89.775 49.493 Z M 92.126 48.213 C 91.378 48.213 90.844 48.853 90.844 49.6 C 90.844 50.24 91.271 50.88 92.019 50.88 L 92.126 50.88 C 92.874 50.88 93.409 50.24 93.409 49.493 C 93.516 48.853 92.981 48.213 92.34 48.213 Z M 92.233 50.773 C 91.699 50.773 91.485 50.133 91.378 49.493 C 91.378 48.853 91.592 48.533 92.019 48.533 C 92.447 48.533 92.767 48.96 92.767 49.707 C 92.874 50.347 92.554 50.773 92.233 50.773 Z M 96.187 48.32 L 95.226 48.427 L 95.226 48.64 L 95.653 48.747 L 95.653 50.453 C 95.546 50.56 95.332 50.667 95.119 50.667 C 94.798 50.667 94.584 50.453 94.584 50.027 L 94.584 48.32 L 93.622 48.427 L 93.622 48.64 L 94.05 48.747 L 94.05 50.133 C 94.05 50.773 94.371 51.093 94.798 51.093 C 95.119 51.093 95.439 50.88 95.653 50.667 L 95.867 51.093 L 96.615 50.987 L 96.615 50.773 L 96.187 50.56 Z M 98.432 48.213 C 98.218 48.213 98.111 48.32 97.898 48.64 L 97.684 48.96 L 97.684 48.32 L 96.936 48.64 L 96.936 48.853 L 97.256 48.96 L 97.256 50.773 L 96.936 50.88 L 96.936 51.093 L 98.325 51.093 L 98.325 50.88 L 97.791 50.773 L 97.791 49.28 L 98.111 48.96 L 98.539 49.173 C 98.646 49.067 98.753 48.96 98.753 48.747 C 98.753 48.427 98.646 48.32 98.432 48.213 C 98.539 48.213 98.432 48.213 98.432 48.213 Z M 100.356 50.56 C 99.821 50.56 99.394 50.027 99.394 49.493 C 99.394 48.96 99.714 48.533 100.142 48.533 C 100.249 48.533 100.356 48.533 100.463 48.64 L 100.569 49.173 L 100.783 49.173 C 100.997 49.173 101.104 49.067 101.104 48.853 C 101.104 48.533 100.783 48.32 100.249 48.32 C 99.501 48.32 98.859 48.96 98.859 49.813 C 98.753 50.453 99.287 50.987 99.928 51.093 L 100.035 51.093 C 100.463 51.093 100.89 50.88 101.104 50.453 L 100.997 50.347 C 100.89 50.453 100.676 50.56 100.356 50.56 Z M 102.921 50.56 C 102.386 50.56 101.959 50.133 101.959 49.493 L 103.776 49.493 C 103.776 48.747 103.455 48.32 102.814 48.32 C 102.066 48.32 101.424 48.96 101.531 49.707 L 101.531 49.813 C 101.531 50.453 101.959 51.093 102.707 51.093 L 102.814 51.093 C 103.348 51.093 103.776 50.773 103.883 50.347 L 103.669 50.133 C 103.455 50.453 103.241 50.56 102.921 50.56 Z M 102.6 48.533 C 102.921 48.533 103.134 48.853 103.134 49.28 L 101.959 49.28 C 101.959 48.853 102.279 48.533 102.6 48.533 Z M 105.486 49.493 L 105.272 49.387 C 104.951 49.28 104.844 49.067 104.844 48.96 C 104.844 48.747 105.058 48.64 105.165 48.64 C 105.272 48.64 105.379 48.64 105.486 48.747 L 105.806 49.067 L 106.02 49.067 L 106.02 48.32 C 105.806 48.213 105.593 48.107 105.272 48.107 C 104.738 48.107 104.31 48.427 104.31 48.96 C 104.31 49.28 104.524 49.493 104.844 49.707 L 105.058 49.813 C 105.486 50.027 105.593 50.133 105.593 50.347 C 105.593 50.56 105.379 50.773 105.165 50.773 C 104.951 50.773 104.844 50.773 104.738 50.667 L 104.417 50.027 L 104.203 50.027 L 104.31 50.773 C 104.524 50.88 104.844 50.987 105.058 50.987 C 105.593 50.987 106.02 50.667 106.127 50.133 C 106.127 49.92 106.02 49.707 105.486 49.493 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 120.128 23.893 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 152.297 55.04 C 152.404 55.04 152.618 54.933 152.831 54.933 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 167.687 34.24 C 167.473 37.44 166.084 43.413 164.374 46.187 C 162.877 48.533 157.854 52.907 153.579 54.613 C 151.442 55.467 148.877 54.293 147.381 53.333 L 147.274 53.333 C 147.06 53.227 146.739 53.013 146.633 52.907 C 146.312 52.693 146.098 52.587 146.098 52.587 C 145.671 52.267 145.243 51.947 144.923 51.627 L 144.602 51.307 C 144.495 51.2 144.388 51.093 144.174 50.987 L 143.64 50.453 L 143.106 49.92 L 142.464 49.387 L 141.609 48.533 C 148.022 47.147 158.068 43.2 163.626 39.147 C 165.87 37.547 167.366 35.84 167.687 34.24 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 167.58 34.133 L 167.58 34.24 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 153.259 54.72 C 153.152 54.72 152.938 54.827 152.831 54.933 L 152.297 55.04 C 152.19 55.04 152.083 55.147 151.869 55.147 L 150.907 55.147 C 147.701 55.467 138.51 54.187 132.846 51.52 L 132.632 51.413 L 132.418 51.307 C 130.922 50.56 129.532 49.493 128.464 48.213 C 124.616 43.413 119.807 31.68 119.914 24.96 C 120.021 23.893 120.341 22.827 120.982 21.867 L 121.089 21.76 C 121.089 21.653 121.196 21.653 121.196 21.547 C 122.265 19.947 123.654 18.667 125.257 17.6 C 127.074 26.667 133.059 40.107 141.289 48.427 L 142.144 49.28 C 142.464 49.6 142.892 50.027 143.319 50.347 L 143.854 50.88 C 143.961 50.987 144.067 51.093 144.281 51.2 L 144.602 51.52 C 145.029 51.84 145.457 52.16 145.778 52.48 C 145.778 52.48 145.991 52.587 146.312 52.8 C 146.526 52.907 146.739 53.12 147.06 53.227 C 148.663 54.293 151.228 55.467 153.259 54.72 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 120.128 23.893 C 120.128 24.213 120.021 24.64 120.021 24.853 C 120.128 24.64 120.128 24.32 120.128 23.893 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 120.021 25.067 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 120.128 23.893 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 167.58 34.133 L 167.58 34.24 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 167.58 34.24 C 167.366 35.84 165.763 37.547 163.412 39.253 C 159.671 37.867 156.037 35.947 152.831 33.6 C 144.068 27.307 138.403 16.747 131.029 16.213 C 128.998 16.107 126.968 16.64 125.257 17.813 C 123.654 18.88 122.265 20.16 121.196 21.76 C 121.196 21.867 121.089 21.867 121.089 21.973 L 120.983 22.08 C 120.448 23.04 120.021 24.107 119.914 25.173 L 119.914 24.96 C 119.914 24.64 119.914 24.32 120.021 24 L 120.021 23.893 C 121.089 16.747 128.464 8.64 134.556 8.853 C 141.823 9.067 148.129 17.707 153.793 22.933 C 158.709 27.413 162.557 29.333 165.015 30.933 C 166.832 31.893 167.687 32.747 167.58 34.24 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:11578057392,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m798ky\",\"data-framer-name\":\"6. Concuil\",layoutDependency:layoutDependency,layoutId:\"BlIEUrWLtdmK1_3AAc\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-h6ued3\",\"data-framer-name\":\"logo6\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"BlIEUrWLtjMqRmjY4U\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 128 64\"><path d=\"M 54.281 56.304 L 55.702 56.304 L 55.702 63.358 L 54.281 63.358 L 54.281 60.268 L 51.459 60.268 L 51.459 63.358 L 50.036 63.358 L 50.036 56.303 L 51.456 56.303 L 51.456 59.155 L 54.278 59.155 Z M 61.462 59.99 C 61.537 60.368 61.573 60.752 61.571 61.137 L 61.571 61.179 L 57.975 61.179 C 57.985 61.371 58.033 61.559 58.115 61.732 C 58.192 61.891 58.301 62.032 58.435 62.147 C 58.57 62.26 58.724 62.347 58.891 62.403 C 59.074 62.464 59.266 62.494 59.459 62.492 C 59.765 62.492 60.068 62.441 60.357 62.342 C 60.644 62.241 60.922 62.113 61.184 61.958 L 61.184 63.063 C 60.919 63.22 60.627 63.329 60.322 63.39 C 60.017 63.448 59.707 63.477 59.397 63.477 C 59.006 63.483 58.618 63.425 58.246 63.305 C 57.928 63.198 57.638 63.019 57.399 62.782 C 57.161 62.545 56.981 62.257 56.873 61.94 C 56.746 61.569 56.686 61.18 56.693 60.789 C 56.69 60.427 56.74 60.066 56.838 59.718 C 56.929 59.401 57.082 59.105 57.288 58.847 C 57.494 58.593 57.756 58.391 58.054 58.257 C 58.39 58.104 58.754 58.029 59.122 58.039 C 59.309 58.039 59.498 58.054 59.684 58.081 C 59.871 58.109 60.054 58.159 60.23 58.226 C 60.586 58.356 60.89 58.598 61.097 58.916 C 61.196 59.077 61.279 59.248 61.342 59.426 C 61.406 59.612 61.456 59.801 61.492 59.995 L 61.46 59.99 Z M 60.307 60.252 C 60.302 60.088 60.277 59.926 60.232 59.768 C 60.189 59.628 60.12 59.498 60.029 59.384 C 59.939 59.271 59.823 59.181 59.69 59.124 C 59.537 59.058 59.372 59.027 59.206 59.031 C 59.038 59.029 58.872 59.06 58.716 59.124 C 58.426 59.237 58.198 59.47 58.092 59.764 C 58.032 59.92 57.998 60.085 57.987 60.252 L 60.308 60.252 Z M 66.949 60.174 L 66.949 61.771 C 66.949 62.3 66.98 62.825 67.017 63.363 L 65.82 63.363 C 65.82 63.235 65.794 63.106 65.783 62.979 C 65.77 62.851 65.764 62.723 65.762 62.595 C 65.683 62.736 65.581 62.865 65.464 62.979 C 65.232 63.203 64.944 63.362 64.631 63.44 C 64.476 63.48 64.317 63.502 64.156 63.5 C 63.929 63.501 63.704 63.466 63.488 63.397 C 63.278 63.332 63.081 63.23 62.906 63.098 C 62.736 62.966 62.596 62.8 62.495 62.611 C 62.388 62.409 62.334 62.183 62.338 61.955 C 62.338 61.79 62.356 61.624 62.395 61.463 C 62.498 61.085 62.742 60.759 63.077 60.555 C 63.268 60.443 63.471 60.357 63.685 60.3 C 63.906 60.243 64.134 60.205 64.362 60.191 C 64.601 60.191 64.83 60.166 65.057 60.166 L 65.725 60.166 C 65.729 59.987 65.706 59.809 65.656 59.637 C 65.615 59.505 65.541 59.385 65.441 59.289 C 65.33 59.195 65.199 59.129 65.057 59.097 C 64.885 59.056 64.709 59.037 64.532 59.039 C 64.243 59.036 63.955 59.086 63.683 59.184 C 63.406 59.282 63.147 59.424 62.917 59.606 L 62.87 58.455 C 63.459 58.197 64.095 58.063 64.738 58.06 C 65.33 58.02 65.914 58.207 66.37 58.587 C 66.772 59.022 66.974 59.606 66.925 60.197 Z M 65.694 60.965 L 64.873 60.965 C 64.726 60.965 64.581 60.981 64.436 61.008 C 64.29 61.035 64.15 61.086 64.022 61.161 C 63.758 61.294 63.593 61.567 63.6 61.863 C 63.597 61.968 63.624 62.072 63.68 62.161 C 63.732 62.241 63.801 62.309 63.883 62.358 C 63.968 62.41 64.061 62.446 64.159 62.464 C 64.447 62.531 64.75 62.499 65.018 62.373 C 65.171 62.293 65.303 62.177 65.402 62.035 C 65.503 61.889 65.577 61.727 65.62 61.556 C 65.669 61.371 65.694 61.181 65.694 60.992 Z M 68.286 63.366 L 69.644 63.366 L 69.644 55.789 L 68.286 55.789 Z M 73.316 62.411 C 73.211 62.429 73.104 62.438 72.997 62.437 C 72.892 62.441 72.788 62.417 72.695 62.369 C 72.616 62.324 72.549 62.261 72.5 62.185 C 72.449 62.105 72.412 62.016 72.39 61.924 C 72.371 61.824 72.361 61.723 72.361 61.621 L 72.361 59.155 L 73.566 59.155 L 73.566 58.16 L 72.361 58.16 L 72.361 56.687 L 71.003 57.121 L 71.003 61.801 C 70.998 62.043 71.034 62.284 71.112 62.514 C 71.239 62.914 71.544 63.233 71.939 63.377 C 72.169 63.455 72.411 63.493 72.652 63.49 C 72.816 63.49 72.985 63.482 73.158 63.466 C 73.326 63.448 73.492 63.415 73.653 63.366 L 73.616 62.295 C 73.523 62.351 73.422 62.39 73.316 62.411 Z M 78.864 58.629 C 78.718 58.443 78.53 58.296 78.314 58.199 C 78.059 58.089 77.783 58.035 77.506 58.042 C 77.184 58.039 76.866 58.11 76.577 58.249 C 76.288 58.389 76.043 58.603 75.867 58.871 L 75.848 58.871 L 75.848 55.802 L 74.494 55.802 L 74.494 63.376 L 75.848 63.376 L 75.848 60.831 C 75.848 60.635 75.87 60.439 75.91 60.247 C 75.946 60.053 76.011 59.865 76.105 59.692 C 76.195 59.526 76.319 59.383 76.469 59.27 C 76.636 59.157 76.835 59.099 77.037 59.105 C 77.205 59.099 77.372 59.136 77.521 59.212 C 77.659 59.302 77.76 59.438 77.808 59.595 C 77.865 59.754 77.899 59.918 77.908 60.087 L 77.908 63.363 L 79.262 63.363 L 79.262 60.079 C 79.263 59.806 79.23 59.532 79.162 59.269 C 79.103 59.035 78.998 58.815 78.851 58.624 Z M 82.135 63.363 L 83.556 63.363 L 83.556 56.304 L 82.135 56.304 Z M 89.321 58.605 C 89.174 58.422 88.985 58.277 88.771 58.181 C 88.516 58.07 88.24 58.016 87.963 58.023 C 87.631 58.018 87.303 58.087 87.003 58.226 C 86.708 58.373 86.452 58.587 86.255 58.85 L 86.231 58.85 L 86.231 58.142 L 84.944 58.142 L 84.944 63.348 L 86.302 63.348 L 86.302 60.8 C 86.302 60.603 86.322 60.41 86.359 60.216 C 86.397 60.023 86.464 59.835 86.558 59.66 C 86.653 59.493 86.784 59.349 86.942 59.239 C 87.109 59.125 87.308 59.067 87.51 59.074 C 87.678 59.068 87.844 59.105 87.994 59.181 C 88.131 59.271 88.232 59.407 88.276 59.565 C 88.336 59.721 88.37 59.885 88.381 60.052 L 88.381 63.332 L 89.731 63.332 L 89.731 60.048 C 89.734 59.775 89.701 59.503 89.634 59.239 C 89.578 59.003 89.472 58.782 89.324 58.59 Z M 94.196 60.724 C 94.084 60.608 93.955 60.512 93.812 60.439 C 93.672 60.367 93.528 60.304 93.379 60.252 C 93.236 60.203 93.091 60.158 92.945 60.118 C 92.815 60.082 92.687 60.038 92.561 59.987 C 92.462 59.948 92.371 59.892 92.293 59.821 C 92.226 59.756 92.189 59.665 92.193 59.572 C 92.189 59.473 92.215 59.376 92.266 59.292 C 92.315 59.22 92.379 59.16 92.453 59.116 C 92.533 59.07 92.62 59.039 92.711 59.024 C 92.804 59.005 92.898 58.996 92.992 58.997 C 93.406 58.992 93.818 59.068 94.203 59.219 L 94.292 58.204 C 93.81 58.076 93.314 58.01 92.816 58.009 C 92.557 58.007 92.299 58.037 92.048 58.1 C 91.813 58.156 91.595 58.252 91.395 58.387 C 91.205 58.515 91.047 58.686 90.935 58.886 C 90.811 59.112 90.75 59.366 90.758 59.623 C 90.755 59.801 90.782 59.979 90.839 60.148 C 90.886 60.288 90.96 60.418 91.053 60.532 C 91.143 60.634 91.248 60.722 91.365 60.792 C 91.608 60.924 91.865 61.028 92.132 61.1 L 92.516 61.206 C 92.622 61.24 92.725 61.281 92.827 61.329 C 92.91 61.368 92.983 61.426 93.04 61.498 C 93.078 61.545 93.103 61.601 93.114 61.659 C 93.121 61.717 93.121 61.776 93.114 61.835 C 93.117 61.938 93.089 62.04 93.033 62.127 C 92.976 62.207 92.903 62.275 92.819 62.327 C 92.73 62.378 92.634 62.415 92.535 62.437 C 92.435 62.46 92.334 62.472 92.232 62.472 C 91.764 62.472 91.303 62.355 90.892 62.128 L 90.813 63.24 C 91.064 63.308 91.32 63.365 91.579 63.404 C 91.834 63.443 92.09 63.461 92.347 63.461 C 92.613 63.461 92.881 63.43 93.14 63.369 C 93.39 63.318 93.629 63.218 93.843 63.079 C 94.047 62.945 94.217 62.765 94.342 62.553 C 94.475 62.313 94.541 62.041 94.533 61.766 C 94.538 61.557 94.503 61.349 94.43 61.153 C 94.37 60.996 94.28 60.853 94.164 60.731 Z M 99.006 60.681 C 99.005 60.879 98.986 61.077 98.952 61.271 C 98.918 61.467 98.854 61.656 98.761 61.832 C 98.67 62.001 98.538 62.145 98.377 62.25 C 98.206 62.363 98.003 62.419 97.798 62.411 C 97.633 62.415 97.469 62.37 97.33 62.28 C 97.194 62.187 97.092 62.053 97.038 61.897 C 96.989 61.775 96.963 61.645 96.96 61.513 L 96.938 61.129 L 96.938 61.011 C 96.934 60.971 96.934 60.932 96.938 60.892 L 96.938 58.114 L 95.58 58.114 L 95.58 61.403 C 95.58 61.673 95.613 61.943 95.685 62.203 C 95.747 62.439 95.856 62.659 96.006 62.853 C 96.151 63.039 96.339 63.188 96.554 63.285 C 96.805 63.396 97.079 63.449 97.353 63.443 C 97.681 63.447 98.009 63.374 98.304 63.227 C 98.604 63.087 98.866 62.876 99.072 62.614 L 99.072 63.319 L 100.352 63.319 L 100.352 58.115 L 99.002 58.115 Z M 104.426 57.996 C 104.24 57.996 104.056 58.038 103.889 58.121 C 103.719 58.203 103.568 58.318 103.444 58.46 C 103.341 58.58 103.248 58.71 103.163 58.844 C 103.083 58.982 103.028 59.134 103.003 59.292 L 102.984 59.292 L 102.984 58.106 L 101.821 58.106 L 101.821 63.313 L 103.176 63.313 L 103.176 60.969 C 103.176 60.812 103.176 60.658 103.218 60.5 C 103.238 60.346 103.271 60.193 103.318 60.044 C 103.359 59.907 103.422 59.778 103.505 59.66 C 103.586 59.547 103.691 59.453 103.813 59.384 C 103.953 59.311 104.11 59.275 104.268 59.281 C 104.373 59.281 104.476 59.289 104.581 59.305 C 104.683 59.316 104.783 59.345 104.876 59.392 L 104.876 58.031 C 104.807 58.017 104.738 58.006 104.668 58 L 104.46 58 Z M 110.004 60.135 L 110.004 61.732 C 110.004 62.263 110.035 62.787 110.069 63.324 L 108.876 63.324 C 108.876 63.198 108.845 63.067 108.834 62.94 C 108.822 62.815 108.834 62.679 108.834 62.556 L 108.811 62.556 C 108.653 62.839 108.418 63.071 108.132 63.224 C 107.848 63.378 107.531 63.46 107.208 63.461 C 106.981 63.461 106.758 63.427 106.544 63.358 C 106.334 63.294 106.136 63.192 105.961 63.059 C 105.789 62.928 105.648 62.762 105.547 62.572 C 105.441 62.37 105.388 62.144 105.392 61.916 C 105.392 61.751 105.411 61.585 105.45 61.424 C 105.489 61.261 105.558 61.107 105.653 60.969 C 105.779 60.785 105.943 60.63 106.134 60.516 C 106.323 60.403 106.527 60.318 106.74 60.263 C 106.961 60.204 107.189 60.166 107.419 60.152 C 107.653 60.152 107.882 60.129 108.113 60.129 L 108.777 60.129 C 108.781 59.949 108.758 59.77 108.708 59.598 C 108.666 59.466 108.592 59.346 108.492 59.25 C 108.383 59.154 108.251 59.088 108.108 59.058 C 107.938 59.017 107.763 58.997 107.587 59 C 107.297 58.999 107.01 59.047 106.735 59.147 C 106.459 59.246 106.2 59.388 105.968 59.568 L 105.926 58.418 C 106.218 58.288 106.523 58.19 106.835 58.121 C 107.151 58.056 107.472 58.023 107.795 58.023 C 108.383 57.982 108.965 58.171 109.421 58.548 C 109.826 58.982 110.029 59.567 109.982 60.158 L 110.004 60.137 Z M 108.745 60.926 L 107.959 60.926 C 107.812 60.926 107.664 60.942 107.518 60.969 C 107.374 60.996 107.235 61.048 107.108 61.122 C 106.986 61.188 106.883 61.283 106.805 61.398 C 106.722 61.524 106.681 61.673 106.686 61.824 C 106.683 61.929 106.71 62.033 106.763 62.124 C 106.816 62.202 106.885 62.269 106.966 62.319 C 107.051 62.37 107.145 62.407 107.242 62.427 C 107.342 62.449 107.443 62.461 107.545 62.461 C 107.739 62.466 107.932 62.422 108.105 62.334 C 108.259 62.255 108.39 62.139 108.489 61.997 C 108.592 61.852 108.666 61.689 108.708 61.516 C 108.757 61.333 108.781 61.144 108.78 60.955 Z M 115.681 58.587 C 115.536 58.403 115.349 58.257 115.136 58.16 C 114.881 58.05 114.605 57.997 114.327 58.004 C 113.996 57.998 113.668 58.068 113.367 58.207 C 113.071 58.352 112.815 58.566 112.62 58.832 L 112.593 58.832 L 112.593 58.123 L 111.313 58.123 L 111.313 63.327 L 112.671 63.327 L 112.671 60.781 C 112.671 60.585 112.69 60.391 112.727 60.197 C 112.763 60.002 112.829 59.815 112.923 59.642 C 113.016 59.473 113.149 59.33 113.307 59.22 C 113.473 59.106 113.673 59.048 113.875 59.055 C 114.043 59.049 114.209 59.086 114.359 59.163 C 114.494 59.254 114.594 59.389 114.641 59.545 C 114.7 59.701 114.735 59.867 114.741 60.032 L 114.741 63.313 L 116.091 63.313 L 116.091 60.029 C 116.095 59.756 116.061 59.483 115.991 59.219 C 115.934 58.983 115.829 58.763 115.681 58.571 Z M 120.286 62.316 C 120.112 62.359 119.934 62.383 119.755 62.384 C 119.536 62.39 119.319 62.342 119.123 62.245 C 118.949 62.153 118.798 62.022 118.681 61.863 C 118.563 61.7 118.478 61.516 118.428 61.321 C 118.322 60.91 118.322 60.479 118.428 60.068 C 118.478 59.878 118.564 59.7 118.681 59.542 C 118.792 59.382 118.939 59.251 119.11 59.158 C 119.3 59.062 119.511 59.015 119.724 59.02 C 119.883 59.02 120.041 59.035 120.197 59.058 C 120.353 59.083 120.504 59.136 120.642 59.216 L 120.763 58.142 C 120.552 58.076 120.335 58.031 120.116 58.007 C 119.895 57.983 119.674 57.97 119.452 57.968 C 119.085 57.961 118.72 58.032 118.381 58.176 C 118.078 58.301 117.808 58.494 117.591 58.74 C 117.373 58.989 117.204 59.28 117.101 59.595 C 116.986 59.941 116.93 60.305 116.931 60.669 C 116.928 61.044 116.986 61.415 117.101 61.771 C 117.204 62.091 117.373 62.388 117.596 62.64 C 117.819 62.889 118.094 63.084 118.402 63.213 C 118.751 63.354 119.124 63.422 119.502 63.416 C 119.721 63.416 119.952 63.416 120.184 63.382 C 120.411 63.357 120.634 63.31 120.852 63.243 L 120.795 62.119 C 120.63 62.193 120.459 62.252 120.284 62.295 L 120.284 62.316 Z M 126.2 59.926 C 126.238 60.118 126.264 60.313 126.28 60.508 C 126.295 60.703 126.303 60.891 126.303 61.072 L 126.303 61.114 L 122.708 61.114 C 122.721 61.306 122.77 61.494 122.855 61.666 C 123.006 61.989 123.286 62.233 123.626 62.338 C 123.809 62.397 124.001 62.427 124.193 62.427 C 124.499 62.427 124.802 62.377 125.09 62.277 C 125.379 62.177 125.657 62.049 125.919 61.893 L 125.919 62.998 C 125.652 63.156 125.36 63.266 125.056 63.324 C 124.752 63.382 124.444 63.411 124.135 63.412 C 123.745 63.418 123.356 63.36 122.985 63.24 C 122.665 63.133 122.374 62.954 122.134 62.718 C 121.896 62.481 121.717 62.192 121.608 61.874 C 121.483 61.503 121.423 61.114 121.428 60.724 C 121.425 60.361 121.475 60.001 121.577 59.653 C 121.666 59.336 121.817 59.039 122.021 58.782 C 122.229 58.528 122.491 58.326 122.789 58.192 C 123.124 58.039 123.489 57.964 123.856 57.973 C 124.044 57.973 124.233 57.989 124.419 58.015 C 124.606 58.043 124.789 58.093 124.965 58.16 C 125.137 58.226 125.301 58.316 125.448 58.429 C 125.599 58.546 125.729 58.688 125.832 58.85 C 125.932 59.011 126.014 59.183 126.077 59.361 C 126.142 59.547 126.194 59.735 126.23 59.929 L 126.199 59.926 Z M 125.045 60.187 C 125.039 60.022 125.012 59.86 124.964 59.703 C 124.921 59.563 124.852 59.433 124.761 59.319 C 124.672 59.206 124.557 59.117 124.427 59.058 C 124.274 58.993 124.109 58.961 123.943 58.966 C 123.775 58.963 123.608 58.995 123.453 59.06 C 123.164 59.175 122.939 59.408 122.832 59.7 C 122.771 59.856 122.735 60.02 122.724 60.187 Z M 6.645 62.142 C 6.514 62.181 6.38 62.213 6.244 62.235 C 5.981 62.279 5.715 62.304 5.448 62.308 C 5.104 62.312 4.762 62.247 4.444 62.116 C 3.855 61.879 3.401 61.395 3.202 60.792 C 3.09 60.47 3.034 60.132 3.036 59.792 C 3.033 59.451 3.088 59.112 3.197 58.789 C 3.297 58.493 3.454 58.217 3.662 57.981 C 3.867 57.747 4.121 57.559 4.405 57.435 C 4.717 57.297 5.058 57.23 5.399 57.236 L 5.821 57.236 C 5.95 57.247 6.078 57.268 6.205 57.294 C 6.464 57.359 6.713 57.459 6.945 57.592 L 7.045 56.4 C 6.795 56.311 6.538 56.241 6.278 56.189 C 6.012 56.135 5.74 56.108 5.468 56.108 C 5.027 56.106 4.587 56.155 4.157 56.254 C 3.764 56.344 3.39 56.5 3.052 56.718 C 2.722 56.935 2.439 57.215 2.22 57.544 C 1.975 57.918 1.806 58.335 1.72 58.774 C 1.681 58.954 1.65 59.137 1.628 59.32 C 1.583 59.762 1.591 60.207 1.652 60.647 C 1.719 61.129 1.897 61.589 2.173 61.989 C 2.318 62.194 2.491 62.38 2.688 62.537 C 3.072 62.854 3.517 63.089 3.995 63.227 C 4.232 63.298 4.472 63.348 4.716 63.377 C 4.972 63.405 5.228 63.421 5.484 63.419 C 5.754 63.419 6.025 63.401 6.294 63.363 C 6.562 63.328 6.827 63.273 7.087 63.198 L 7.029 62.016 C 6.915 62.069 6.797 62.111 6.676 62.142 Z M 12.38 58.736 C 12.624 58.985 12.809 59.281 12.93 59.607 C 13.062 59.966 13.128 60.347 13.122 60.731 C 13.128 61.109 13.059 61.484 12.922 61.835 C 12.798 62.156 12.607 62.446 12.361 62.687 C 12.114 62.925 11.82 63.109 11.498 63.227 C 11.145 63.358 10.771 63.423 10.395 63.419 C 10.018 63.424 9.645 63.357 9.292 63.224 C 8.972 63.103 8.68 62.917 8.434 62.679 C 8.191 62.437 8 62.147 7.874 61.827 C 7.738 61.478 7.67 61.106 7.674 60.731 C 7.67 60.349 7.736 59.969 7.87 59.611 C 7.989 59.286 8.175 58.989 8.414 58.74 C 8.657 58.494 8.948 58.302 9.269 58.176 C 9.628 58.036 10.009 57.968 10.393 57.973 C 10.779 57.968 11.161 58.036 11.522 58.171 C 11.845 58.296 12.138 58.488 12.38 58.736 Z M 11.648 61.221 C 11.687 61.006 11.706 60.789 11.706 60.571 C 11.706 60.371 11.68 60.172 11.628 59.979 C 11.578 59.802 11.497 59.635 11.387 59.487 C 11.28 59.345 11.141 59.229 10.981 59.15 C 10.8 59.062 10.6 59.019 10.398 59.025 C 10.2 59.022 10.004 59.066 9.826 59.155 C 9.676 59.241 9.545 59.358 9.442 59.498 C 9.33 59.648 9.246 59.816 9.193 59.995 C 9.139 60.182 9.112 60.376 9.113 60.571 L 9.113 60.869 C 9.113 61.003 9.155 61.137 9.179 61.253 C 9.199 61.374 9.235 61.495 9.282 61.609 C 9.33 61.72 9.392 61.824 9.466 61.921 C 9.548 62.027 9.653 62.116 9.769 62.185 C 9.86 62.247 9.961 62.294 10.068 62.322 C 10.175 62.346 10.285 62.358 10.395 62.358 C 10.622 62.368 10.848 62.313 11.045 62.2 C 11.205 62.097 11.337 61.956 11.429 61.79 C 11.529 61.61 11.598 61.415 11.629 61.211 Z M 17.383 60.628 C 17.383 60.825 17.363 61.023 17.325 61.218 C 17.293 61.414 17.229 61.603 17.138 61.779 C 17.045 61.946 16.913 62.089 16.754 62.196 C 16.581 62.309 16.377 62.366 16.17 62.358 C 16.006 62.362 15.844 62.316 15.707 62.227 C 15.57 62.133 15.467 61.998 15.41 61.843 C 15.364 61.72 15.339 61.591 15.335 61.46 L 15.335 60.958 C 15.333 60.918 15.333 60.878 15.335 60.837 L 15.335 58.06 L 13.98 58.06 L 13.98 61.348 C 13.98 61.62 14.013 61.888 14.085 62.15 C 14.147 62.384 14.256 62.604 14.403 62.798 C 14.55 62.985 14.739 63.134 14.954 63.232 C 15.204 63.341 15.476 63.396 15.75 63.388 C 16.08 63.393 16.406 63.319 16.704 63.174 C 17.005 63.034 17.268 62.823 17.472 62.561 L 17.494 62.561 L 17.494 63.266 L 18.775 63.266 L 18.775 58.06 L 17.425 58.06 L 17.383 60.627 Z M 24.495 58.544 C 24.349 58.36 24.161 58.214 23.947 58.118 C 23.691 58.008 23.415 57.955 23.137 57.962 C 22.806 57.957 22.479 58.027 22.178 58.165 C 21.884 58.312 21.627 58.526 21.429 58.789 L 21.407 58.789 L 21.407 58.081 L 20.115 58.081 L 20.115 63.285 L 21.468 63.285 L 21.468 60.739 C 21.468 60.542 21.49 60.347 21.531 60.155 C 21.566 59.961 21.632 59.773 21.726 59.6 C 21.819 59.431 21.952 59.287 22.11 59.178 C 22.277 59.065 22.475 59.007 22.676 59.013 C 22.844 59.007 23.011 59.044 23.16 59.12 C 23.298 59.21 23.399 59.346 23.447 59.503 C 23.504 59.659 23.538 59.824 23.547 59.99 L 23.547 63.271 L 24.902 63.271 L 24.902 59.987 C 24.902 59.714 24.871 59.44 24.802 59.177 C 24.745 58.941 24.639 58.72 24.49 58.529 Z M 29.095 62.274 C 28.92 62.317 28.741 62.34 28.561 62.342 C 28.343 62.348 28.127 62.3 27.932 62.203 C 27.757 62.111 27.606 61.981 27.49 61.821 C 27.373 61.658 27.287 61.474 27.237 61.279 C 27.131 60.868 27.131 60.437 27.237 60.026 C 27.288 59.836 27.374 59.658 27.49 59.5 C 27.6 59.34 27.746 59.208 27.916 59.116 C 28.108 59.02 28.32 58.973 28.535 58.978 C 28.691 58.978 28.847 58.992 29.003 59.016 C 29.159 59.039 29.312 59.094 29.451 59.172 L 29.574 58.1 C 29.363 58.034 29.145 57.989 28.925 57.965 C 28.705 57.941 28.483 57.928 28.261 57.926 C 27.894 57.919 27.53 57.99 27.192 58.134 C 26.889 58.26 26.617 58.453 26.398 58.697 C 26.179 58.947 26.012 59.237 25.906 59.553 C 25.793 59.899 25.738 60.262 25.742 60.627 C 25.737 61.001 25.794 61.373 25.906 61.729 C 26.014 62.049 26.182 62.345 26.405 62.598 C 26.627 62.848 26.902 63.043 27.211 63.171 C 27.561 63.312 27.935 63.38 28.311 63.374 C 28.53 63.374 28.756 63.374 28.995 63.34 C 29.221 63.315 29.445 63.268 29.662 63.201 L 29.604 62.077 C 29.44 62.151 29.27 62.21 29.095 62.253 Z M 30.587 63.251 L 31.941 63.251 L 31.941 58.045 L 30.587 58.045 Z M 33.391 63.251 L 34.749 63.251 L 34.749 55.675 L 33.391 55.675 Z M 31.28 55.92 C 30.973 55.921 30.705 56.128 30.626 56.424 C 30.546 56.721 30.676 57.034 30.942 57.187 C 31.208 57.341 31.544 57.297 31.761 57.08 C 31.956 56.886 32.014 56.593 31.909 56.339 C 31.804 56.085 31.555 55.92 31.28 55.92 Z M 40.323 58.081 C 41.051 58.046 41.759 58.322 42.271 58.84 C 42.784 59.358 43.051 60.07 43.008 60.797 C 43.042 61.515 42.769 62.215 42.257 62.72 C 41.744 63.225 41.041 63.487 40.323 63.443 C 39.605 63.487 38.902 63.224 38.39 62.718 C 37.877 62.213 37.604 61.514 37.638 60.795 C 37.594 60.068 37.861 59.356 38.374 58.837 C 38.886 58.319 39.595 58.043 40.323 58.079 Z M 40.323 62.411 C 41.347 62.411 41.616 61.495 41.616 60.639 C 41.616 59.852 41.197 59.105 40.323 59.105 C 39.449 59.105 39.037 59.871 39.037 60.639 C 39.037 61.482 39.305 62.411 40.323 62.411 Z M 44.58 57.481 L 44.58 58.199 L 43.595 58.199 L 43.595 59.173 L 44.58 59.173 L 44.58 63.324 L 45.916 63.324 L 45.916 59.172 L 47.067 59.172 L 47.067 58.199 L 45.916 58.199 L 45.916 57.563 C 45.916 57.179 46.053 56.795 46.503 56.795 C 46.708 56.796 46.909 56.859 47.077 56.976 L 47.188 55.87 C 46.867 55.799 46.54 55.762 46.211 55.76 C 45.156 55.76 44.58 56.478 44.58 57.502 M 4.227 53.721 C 4.071 53.652 3.947 53.527 3.877 53.371 C 3.813 53.207 3.813 53.025 3.877 52.861 C 3.912 52.783 3.96 52.712 4.02 52.65 C 4.142 52.527 4.31 52.46 4.483 52.463 C 4.747 52.459 4.986 52.617 5.086 52.861 C 5.158 53.023 5.158 53.209 5.086 53.371 C 5.051 53.448 5.005 53.518 4.948 53.579 C 4.826 53.703 4.659 53.773 4.485 53.771 C 4.396 53.772 4.309 53.755 4.227 53.721 Z M 5.762 53.721 C 5.843 53.755 5.93 53.772 6.018 53.771 C 6.192 53.773 6.36 53.704 6.483 53.579 C 6.541 53.518 6.588 53.448 6.623 53.371 C 6.688 53.207 6.688 53.025 6.623 52.861 C 6.589 52.783 6.542 52.712 6.483 52.65 C 6.36 52.527 6.193 52.46 6.019 52.463 C 5.755 52.459 5.516 52.617 5.417 52.861 C 5.344 53.023 5.344 53.209 5.417 53.371 C 5.451 53.448 5.497 53.518 5.554 53.579 C 5.614 53.639 5.684 53.687 5.762 53.721 Z M 36.066 42.267 L 37.378 42.267 L 37.378 49.631 L 27.309 49.631 C 26.907 49.638 26.505 49.598 26.112 49.513 C 25.804 49.452 25.513 49.321 25.264 49.129 C 25.14 49.291 24.98 49.423 24.796 49.513 C 24.57 49.615 24.323 49.664 24.075 49.655 L 11.392 49.655 C 11.2 49.654 11.009 49.625 10.825 49.567 C 10.642 49.51 10.473 49.415 10.331 49.286 C 10.179 49.15 10.059 48.983 9.978 48.796 C 9.884 48.562 9.839 48.312 9.847 48.059 L 9.847 46.525 C 9.672 46.524 9.498 46.538 9.325 46.567 C 9.186 46.594 9.054 46.652 8.941 46.739 C 8.826 46.842 8.741 46.975 8.696 47.123 C 8.635 47.323 8.609 47.529 8.615 47.736 L 8.615 49.271 C 8.615 49.611 8.535 49.945 8.386 50.249 C 8.228 50.577 8.003 50.866 7.725 51.102 C 7.413 51.364 7.054 51.57 6.667 51.703 C 6.211 51.862 5.73 51.938 5.246 51.929 C 4.804 51.937 4.362 51.888 3.932 51.784 C 3.592 51.703 3.265 51.573 2.961 51.4 C 2.708 51.258 2.48 51.075 2.285 50.86 C 2.117 50.672 1.973 50.463 1.861 50.238 C 1.682 49.882 1.585 49.49 1.577 49.091 C 1.577 48.894 1.595 48.698 1.634 48.504 C 1.705 48.122 1.835 47.754 2.018 47.412 C 2.106 47.255 2.206 47.107 2.313 46.965 L 3.364 47.533 C 3.211 47.743 3.1 47.98 3.035 48.231 C 2.993 48.356 2.961 48.485 2.941 48.615 C 2.894 48.868 2.894 49.128 2.941 49.381 C 3.001 49.668 3.136 49.933 3.333 50.149 C 3.458 50.282 3.603 50.391 3.764 50.476 C 3.96 50.579 4.169 50.654 4.388 50.697 C 4.669 50.76 4.959 50.788 5.246 50.783 C 5.537 50.786 5.824 50.747 6.103 50.663 C 6.333 50.594 6.55 50.487 6.743 50.345 C 6.903 50.224 7.034 50.069 7.127 49.892 C 7.217 49.731 7.264 49.551 7.265 49.367 L 7.265 47.636 C 7.22 47.04 7.427 46.451 7.836 46.014 C 8.333 45.615 8.964 45.422 9.6 45.473 L 11.186 45.473 L 11.186 47.694 C 11.183 47.845 11.191 47.996 11.208 48.147 C 11.219 48.238 11.248 48.327 11.292 48.407 C 11.325 48.464 11.379 48.505 11.442 48.523 C 11.52 48.545 11.598 48.554 11.676 48.554 L 20.215 48.554 C 20.11 48.33 20.036 48.093 19.996 47.849 C 19.969 47.657 19.936 47.467 19.898 47.277 C 19.86 47.098 19.8 46.924 19.72 46.759 C 19.646 46.609 19.539 46.477 19.406 46.375 C 19.256 46.272 19.077 46.221 18.896 46.23 L 18.635 46.23 L 18.309 46.277 C 18.076 46.323 17.848 46.39 17.627 46.475 L 17.627 45.413 C 17.864 45.34 18.106 45.278 18.345 45.225 C 18.61 45.167 18.882 45.14 19.153 45.143 C 19.414 45.143 19.675 45.186 19.92 45.275 C 20.138 45.354 20.341 45.477 20.511 45.638 C 20.672 45.799 20.802 45.988 20.894 46.196 C 20.998 46.419 21.07 46.656 21.106 46.901 C 21.137 47.112 21.17 47.315 21.201 47.507 C 21.228 47.678 21.265 47.85 21.312 48.017 C 21.342 48.142 21.39 48.264 21.459 48.373 C 21.498 48.452 21.578 48.504 21.666 48.507 L 23.583 48.507 C 23.682 48.51 23.78 48.498 23.875 48.47 C 23.95 48.45 24.016 48.409 24.067 48.351 C 24.122 48.286 24.16 48.208 24.178 48.125 C 24.203 48.006 24.215 47.885 24.212 47.764 L 24.212 46.448 L 25.544 46.448 L 25.544 47.944 C 25.55 48.036 25.55 48.128 25.544 48.22 C 25.73 48.329 25.934 48.404 26.146 48.439 C 26.349 48.476 26.554 48.498 26.76 48.507 C 26.96 47.99 27.217 47.496 27.526 47.035 C 27.704 46.773 27.901 46.525 28.113 46.291 C 28.33 46.055 28.571 45.843 28.831 45.657 C 29.09 45.471 29.374 45.323 29.674 45.217 C 29.986 45.103 30.317 45.045 30.65 45.048 C 31.006 45.04 31.358 45.109 31.685 45.251 C 31.966 45.381 32.212 45.574 32.406 45.815 C 32.601 46.064 32.743 46.353 32.824 46.658 C 32.918 47.001 32.965 47.355 32.963 47.71 L 32.963 48.504 L 36.032 48.504 Z M 31.669 47.813 C 31.675 47.544 31.642 47.276 31.571 47.017 C 31.522 46.828 31.433 46.652 31.308 46.501 C 31.207 46.378 31.075 46.282 30.926 46.225 C 30.539 46.087 30.111 46.126 29.755 46.333 C 29.51 46.47 29.287 46.645 29.092 46.848 C 28.873 47.073 28.678 47.324 28.516 47.594 C 28.342 47.88 28.198 48.184 28.087 48.5 L 31.674 48.5 Z M 38.728 49.623 L 40.062 49.623 L 40.062 42.271 L 38.732 42.271 Z M 46.4 45.128 C 46.522 45.252 46.689 45.322 46.864 45.32 C 47.127 45.324 47.366 45.166 47.466 44.922 C 47.538 44.759 47.538 44.574 47.466 44.411 C 47.364 44.166 47.124 44.007 46.859 44.007 C 46.593 44.008 46.354 44.169 46.254 44.415 C 46.153 44.661 46.211 44.943 46.4 45.129 Z M 50.025 48.067 C 49.998 47.873 49.963 47.679 49.918 47.488 C 49.875 47.299 49.827 47.112 49.772 46.926 C 49.719 46.751 49.669 46.583 49.616 46.436 L 48.318 46.82 C 48.452 47.138 48.554 47.469 48.624 47.806 C 48.66 47.967 48.69 48.12 48.71 48.262 C 48.726 48.381 48.735 48.5 48.737 48.62 C 48.773 49.176 48.608 49.728 48.272 50.173 C 47.9 50.563 47.371 50.764 46.834 50.721 C 46.571 50.727 46.31 50.68 46.066 50.583 C 45.628 50.406 45.281 50.059 45.104 49.62 C 45.012 49.392 44.966 49.148 44.969 48.902 C 44.969 48.774 44.978 48.646 44.997 48.52 C 45.012 48.39 45.034 48.262 45.065 48.136 C 45.095 48.013 45.133 47.892 45.181 47.775 C 45.223 47.666 45.276 47.563 45.337 47.463 L 44.271 46.87 C 44.172 47.029 44.084 47.195 44.002 47.365 C 43.922 47.545 43.85 47.729 43.788 47.917 C 43.726 48.103 43.679 48.292 43.642 48.485 C 43.542 49.028 43.59 49.587 43.781 50.104 C 43.906 50.444 44.107 50.754 44.368 51.01 C 44.655 51.284 44.998 51.497 45.373 51.634 C 45.832 51.796 46.319 51.874 46.807 51.865 C 47.273 51.873 47.736 51.793 48.172 51.626 C 48.556 51.476 48.902 51.247 49.189 50.952 C 49.47 50.658 49.687 50.307 49.822 49.923 C 50.032 49.335 50.093 48.703 49.998 48.086 Z M 73.783 43.982 C 73.84 44.043 73.911 44.091 73.989 44.123 C 74.068 44.157 74.155 44.174 74.242 44.172 C 74.416 44.177 74.585 44.108 74.707 43.982 C 74.831 43.86 74.901 43.693 74.899 43.518 C 74.897 43.157 74.604 42.865 74.243 42.863 C 73.978 42.863 73.739 43.024 73.638 43.269 C 73.537 43.515 73.594 43.797 73.783 43.984 Z M 82.935 49.633 L 72.312 49.633 C 71.91 49.639 71.508 49.599 71.115 49.513 C 70.806 49.452 70.516 49.321 70.267 49.129 C 70.144 49.29 69.986 49.422 69.804 49.513 C 69.576 49.615 69.329 49.664 69.079 49.655 L 59.742 49.655 C 59.278 49.598 58.847 49.388 58.518 49.057 C 58.33 49.259 58.104 49.421 57.851 49.533 C 57.563 49.658 57.252 49.719 56.938 49.712 C 56.539 49.719 56.143 49.643 55.775 49.489 C 55.64 49.426 55.512 49.351 55.391 49.263 C 55.286 49.184 55.184 49.101 55.085 49.013 C 54.782 49.438 54.283 49.68 53.762 49.655 L 52.806 49.655 C 52.556 49.661 52.307 49.619 52.069 49.533 C 51.877 49.46 51.706 49.341 51.57 49.186 C 51.434 49.031 51.335 48.848 51.28 48.649 C 51.216 48.423 51.185 48.189 51.188 47.955 L 51.188 42.304 L 52.519 42.304 L 52.519 47.675 C 52.516 47.816 52.528 47.958 52.556 48.097 C 52.576 48.191 52.615 48.281 52.672 48.359 C 52.719 48.421 52.784 48.471 52.859 48.496 C 52.946 48.522 53.037 48.535 53.128 48.534 L 53.604 48.534 C 53.762 48.537 53.916 48.49 54.046 48.401 C 54.181 48.297 54.279 48.151 54.322 47.986 C 54.452 47.513 54.644 47.059 54.893 46.636 C 55.071 46.337 55.297 46.071 55.561 45.846 C 55.757 45.674 55.985 45.543 56.233 45.462 C 56.653 45.338 57.101 45.341 57.52 45.47 C 58.093 45.644 58.564 46.056 58.813 46.601 C 58.966 46.928 59.047 47.283 59.052 47.644 C 59.052 47.744 59.044 47.842 59.028 47.941 C 59.015 48.039 58.994 48.136 58.966 48.231 L 59.091 48.289 C 59.454 48.44 59.846 48.518 60.241 48.52 L 68.627 48.52 C 68.724 48.522 68.821 48.509 68.914 48.481 C 68.99 48.462 69.058 48.421 69.109 48.362 C 69.164 48.297 69.201 48.219 69.218 48.136 C 69.247 48.018 69.259 47.897 69.256 47.775 L 69.256 46.459 L 70.586 46.459 L 70.586 48.231 C 70.772 48.343 70.976 48.418 71.188 48.45 C 71.391 48.487 71.594 48.51 71.797 48.52 C 71.999 48.002 72.256 47.508 72.565 47.046 C 72.743 46.784 72.94 46.536 73.152 46.302 C 73.369 46.068 73.609 45.854 73.87 45.669 C 74.131 45.482 74.416 45.335 74.718 45.228 C 75.03 45.114 75.358 45.056 75.689 45.059 C 76.044 45.05 76.397 45.12 76.724 45.262 C 77.004 45.392 77.251 45.585 77.445 45.827 C 77.638 46.077 77.782 46.364 77.866 46.67 C 77.958 47.013 78.004 47.366 78.002 47.722 L 78.002 48.515 L 81.619 48.515 L 81.619 42.267 L 82.95 42.267 L 82.935 49.631 Z M 57.709 48.059 C 57.812 47.791 57.815 47.495 57.717 47.226 C 57.673 47.088 57.605 46.959 57.517 46.843 C 57.427 46.723 57.315 46.621 57.186 46.544 C 56.904 46.376 56.551 46.389 56.281 46.575 C 56.131 46.678 56.001 46.807 55.899 46.957 C 55.784 47.134 55.69 47.322 55.618 47.519 C 55.536 47.73 55.473 47.948 55.43 48.17 C 55.493 48.225 55.56 48.272 55.633 48.308 C 55.848 48.412 56.075 48.489 56.309 48.535 C 56.577 48.591 56.854 48.586 57.119 48.52 C 57.247 48.489 57.366 48.431 57.47 48.351 C 57.568 48.271 57.645 48.168 57.694 48.052 Z M 76.628 47.806 C 76.635 47.537 76.602 47.268 76.532 47.007 C 76.48 46.82 76.392 46.645 76.271 46.494 C 76.169 46.37 76.038 46.275 75.888 46.217 C 75.502 46.079 75.075 46.119 74.721 46.325 C 74.474 46.463 74.249 46.636 74.054 46.84 C 73.837 47.068 73.643 47.318 73.478 47.586 C 73.307 47.874 73.163 48.177 73.049 48.492 L 76.636 48.492 L 76.628 47.805 Z M 84.238 49.617 L 85.57 49.617 L 85.57 42.263 L 84.238 42.263 L 84.238 49.616 Z M 117.229 51.339 C 117.264 51.257 117.281 51.17 117.279 51.081 C 117.283 50.817 117.124 50.578 116.88 50.479 C 116.717 50.407 116.532 50.407 116.369 50.479 C 116.291 50.51 116.22 50.557 116.162 50.618 C 116.037 50.74 115.968 50.907 115.97 51.081 C 115.966 51.345 116.124 51.585 116.369 51.684 C 116.532 51.756 116.717 51.756 116.88 51.684 C 117.037 51.619 117.162 51.495 117.229 51.339 Z M 122.407 48.972 C 122.107 49.399 121.609 49.641 121.088 49.612 L 106.212 49.612 C 105.915 49.619 105.62 49.581 105.338 49.497 C 105.112 49.426 104.897 49.324 104.699 49.194 C 104.629 49.272 104.548 49.339 104.459 49.394 C 104.396 49.433 104.33 49.467 104.262 49.497 C 104.056 49.575 103.836 49.614 103.614 49.609 L 102.59 49.609 C 102.295 49.616 102 49.577 101.716 49.494 C 101.491 49.423 101.277 49.321 101.079 49.191 C 100.954 49.322 100.802 49.426 100.635 49.497 C 100.426 49.575 100.205 49.613 99.982 49.609 L 99.756 49.609 C 99.445 49.614 99.137 49.566 98.843 49.467 C 98.587 49.377 98.348 49.248 98.132 49.083 C 98.012 49.246 97.854 49.378 97.672 49.467 C 97.446 49.57 97.199 49.618 96.951 49.608 L 96.729 49.608 C 96.303 49.611 95.882 49.517 95.497 49.333 C 95.433 49.689 95.31 50.032 95.134 50.348 C 94.962 50.652 94.737 50.921 94.47 51.144 C 94.189 51.369 93.871 51.542 93.529 51.653 C 93.143 51.779 92.739 51.84 92.333 51.834 C 91.845 51.844 91.358 51.766 90.897 51.603 C 90.523 51.466 90.181 51.253 89.893 50.978 C 89.633 50.724 89.433 50.415 89.307 50.073 C 89.123 49.563 89.074 49.015 89.164 48.481 C 89.239 48.081 89.368 47.694 89.548 47.33 C 89.625 47.159 89.714 46.993 89.817 46.836 L 90.878 47.429 C 90.756 47.638 90.664 47.864 90.607 48.1 C 90.544 48.351 90.512 48.609 90.51 48.868 C 90.508 49.114 90.554 49.357 90.644 49.586 C 90.82 50.025 91.168 50.373 91.607 50.549 C 91.852 50.646 92.113 50.693 92.375 50.686 C 92.913 50.73 93.441 50.529 93.813 50.139 C 94.15 49.692 94.316 49.139 94.278 48.581 C 94.277 48.463 94.267 48.345 94.25 48.228 C 94.25 48.086 94.203 47.931 94.171 47.771 C 94.133 47.603 94.089 47.437 94.039 47.273 C 93.99 47.107 93.93 46.944 93.86 46.786 L 95.156 46.402 L 95.282 46.807 C 95.326 46.954 95.366 47.104 95.41 47.26 C 95.452 47.418 95.482 47.58 95.513 47.741 C 95.544 47.902 95.566 48.059 95.586 48.212 C 95.88 48.372 96.208 48.457 96.54 48.465 C 96.638 48.468 96.735 48.456 96.829 48.428 C 96.904 48.409 96.973 48.368 97.024 48.309 C 97.079 48.243 97.117 48.165 97.135 48.081 C 97.161 47.963 97.173 47.843 97.171 47.722 L 97.171 45.946 L 98.501 45.946 L 98.501 48.151 C 98.676 48.25 98.861 48.328 99.053 48.386 C 99.225 48.437 99.401 48.464 99.579 48.465 C 99.678 48.468 99.777 48.456 99.871 48.428 C 99.947 48.409 100.015 48.367 100.066 48.309 C 100.12 48.242 100.158 48.165 100.177 48.081 C 100.203 47.963 100.214 47.843 100.212 47.722 L 100.212 45.412 L 101.543 45.412 L 101.543 48.278 C 101.716 48.35 101.899 48.401 102.083 48.431 C 102.282 48.467 102.484 48.485 102.686 48.485 L 103.269 48.485 C 103.367 48.488 103.464 48.475 103.557 48.446 C 103.633 48.428 103.702 48.387 103.753 48.328 C 103.806 48.261 103.844 48.184 103.863 48.101 C 103.889 47.983 103.901 47.862 103.899 47.741 L 103.899 42.235 L 105.222 42.235 L 105.222 48.278 C 105.396 48.35 105.577 48.401 105.762 48.431 C 105.961 48.467 106.163 48.485 106.365 48.485 L 117.719 48.485 C 117.669 48.381 117.627 48.273 117.595 48.162 C 117.551 48.038 117.52 47.909 117.501 47.778 C 117.471 47.587 117.438 47.397 117.401 47.207 C 117.364 47.028 117.304 46.854 117.225 46.689 C 117.151 46.539 117.043 46.408 116.911 46.306 C 116.761 46.203 116.582 46.152 116.4 46.16 L 116.14 46.16 L 115.812 46.206 C 115.579 46.254 115.351 46.32 115.13 46.406 L 115.13 45.412 C 115.367 45.34 115.606 45.278 115.848 45.225 C 116.112 45.168 116.383 45.141 116.653 45.143 C 116.922 45.14 117.19 45.184 117.443 45.275 C 117.662 45.354 117.861 45.477 118.03 45.638 C 118.191 45.799 118.322 45.988 118.414 46.196 C 118.517 46.419 118.587 46.656 118.625 46.901 C 118.656 47.112 118.687 47.315 118.72 47.507 C 118.75 47.678 118.786 47.848 118.829 48.017 C 118.861 48.142 118.911 48.262 118.978 48.373 C 119.015 48.452 119.093 48.503 119.18 48.507 L 119.867 48.507 C 120.414 48.507 120.957 48.464 121.494 48.373 C 121.629 48.27 121.727 48.124 121.77 47.959 C 121.9 47.486 122.092 47.034 122.341 46.612 C 122.49 46.311 122.685 46.035 122.921 45.796 C 123.117 45.624 123.345 45.493 123.592 45.412 C 124.013 45.288 124.462 45.29 124.881 45.42 C 125.453 45.596 125.922 46.008 126.171 46.551 C 126.327 46.877 126.408 47.233 126.408 47.594 C 126.408 47.856 126.361 48.117 126.27 48.362 C 126.18 48.605 126.043 48.827 125.868 49.018 C 125.682 49.213 125.459 49.369 125.212 49.475 C 124.926 49.594 124.619 49.653 124.31 49.647 C 123.913 49.653 123.518 49.577 123.152 49.424 C 123.017 49.361 122.888 49.286 122.768 49.199 C 122.66 49.121 122.556 49.038 122.457 48.949 Z M 123.036 47.494 C 122.955 47.706 122.892 47.924 122.849 48.147 C 122.91 48.202 122.978 48.248 123.052 48.286 C 123.153 48.337 123.258 48.379 123.365 48.415 C 123.484 48.454 123.604 48.487 123.726 48.512 C 123.994 48.567 124.271 48.562 124.536 48.496 C 124.664 48.466 124.783 48.409 124.886 48.328 C 124.986 48.249 125.064 48.146 125.112 48.028 C 125.214 47.76 125.216 47.465 125.118 47.196 C 125.075 47.058 125.008 46.928 124.92 46.812 C 124.83 46.692 124.718 46.59 124.589 46.512 C 124.307 46.346 123.954 46.358 123.684 46.544 C 123.534 46.647 123.404 46.777 123.301 46.928 C 123.186 47.103 123.092 47.291 123.02 47.488\" fill=\"rgb(255, 255, 255)\"></path><g><defs><linearGradient id=\"idss10839736089_2g-1471285540\" x1=\"0\" x2=\"1\" y1=\"0.4975124378109453\" y2=\"0.5024875621890547\"><stop offset=\"0\" stop-color=\"rgb(0,94,184)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(64,193,172)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 19.503 14.434 L 19.503 24.67 C 19.504 25.897 19.01 27.073 18.132 27.931 C 17.262 28.796 16.077 29.271 14.85 29.246 C 12.329 29.174 10.328 27.102 10.341 24.581 L 10.341 22.091 C 10.341 17.854 6.906 14.42 2.669 14.42 L 1.545 14.42 L 1.545 24.517 C 1.527 31.895 7.452 37.913 14.829 38.01 L 14.907 38.01 C 18.441 38.026 21.835 36.631 24.336 34.135 C 26.867 31.636 28.287 28.225 28.279 24.668 L 28.279 22.089 C 28.279 20.055 27.47 18.103 26.031 16.665 C 24.593 15.226 22.641 14.418 20.606 14.419 Z M 11.486 8.297 C 11.603 10.036 12.987 11.423 14.726 11.543 C 15.726 11.608 16.705 11.239 17.413 10.531 C 18.121 9.822 18.49 8.843 18.426 7.844 C 18.307 6.105 16.921 4.721 15.182 4.605 L 14.956 4.605 C 13.998 4.611 13.086 5.011 12.433 5.711 C 11.78 6.411 11.444 7.349 11.504 8.304 Z M 102.662 8.304 C 102.78 10.046 104.167 11.433 105.909 11.551 C 107.354 11.644 108.705 10.832 109.301 9.513 C 109.898 8.194 109.616 6.644 108.592 5.62 C 107.996 5.023 107.202 4.664 106.36 4.61 L 106.135 4.61 C 105.175 4.611 104.257 5.009 103.599 5.71 C 102.942 6.41 102.604 7.352 102.664 8.311 L 102.664 8.304 Z M 118.142 14.416 L 94.15 14.416 C 89.556 14.416 85.832 18.139 85.83 22.732 L 85.83 25.033 L 81.808 25.033 C 81.713 20.936 78.364 17.664 74.265 17.666 L 73.054 17.666 L 73.054 23.711 C 72.979 24.452 72.356 25.017 71.611 25.019 L 68.461 25.019 C 68.067 18.529 62.688 13.466 56.186 13.465 C 49.683 13.467 44.305 18.529 43.91 25.019 L 40.596 25.019 C 39.948 25.019 39.741 24.862 39.691 24.812 C 39.641 24.762 39.488 24.596 39.488 23.661 L 39.488 9.199 C 39.488 4.962 36.053 1.527 31.816 1.527 L 30.692 1.527 L 30.692 25.878 C 30.692 28.179 31.21 29.91 32.226 31.06 C 33.243 32.211 34.969 32.859 37.248 32.859 L 42.123 32.859 C 42.432 32.862 42.741 32.848 43.049 32.816 L 43.431 32.785 C 44.107 32.732 44.773 32.598 45.418 32.384 C 45.537 32.342 45.66 32.3 45.779 32.25 C 48.02 35.842 51.961 38.019 56.195 38.004 C 58.47 38.008 60.702 37.38 62.64 36.19 L 62.796 36.09 L 62.97 35.98 C 64.502 35.022 65.802 33.734 66.775 32.211 C 66.894 32.258 67.013 32.304 67.134 32.342 C 67.628 32.506 68.133 32.623 68.649 32.695 C 68.862 32.729 69.076 32.757 69.295 32.776 C 69.802 32.813 70.32 32.837 70.829 32.844 L 72.671 32.844 C 73.883 32.844 74.685 32.802 75.553 32.721 C 76.271 32.662 76.967 32.45 77.598 32.1 C 78.228 32.45 78.924 32.662 79.646 32.721 C 80.512 32.802 81.563 32.844 82.771 32.844 L 118.135 32.844 C 122.728 32.844 126.453 29.121 126.455 24.528 L 126.455 22.659 C 126.425 18.08 122.701 14.385 118.122 14.392 Z M 61.518 26.128 C 61.337 28.783 59.222 30.896 56.567 31.076 L 56.22 31.076 C 54.753 31.074 53.352 30.466 52.349 29.394 C 51.347 28.323 50.833 26.885 50.928 25.42 C 51.107 22.765 53.221 20.651 55.877 20.472 C 57.396 20.38 58.882 20.944 59.957 22.021 C 61.032 23.099 61.594 24.585 61.499 26.104 Z M 117.206 25.931 L 95.21 25.931 C 94.378 25.962 93.596 25.535 93.17 24.82 C 92.745 24.104 92.745 23.213 93.17 22.497 C 93.596 21.781 94.378 21.355 95.21 21.385 L 117.206 21.385 C 117.809 21.385 118.388 21.625 118.815 22.052 C 119.241 22.479 119.481 23.058 119.48 23.661 C 119.466 24.915 118.439 25.92 117.186 25.909 Z\" fill=\"url(#idss10839736089_2g-1471285540)\"></path></g></svg>',svgContentId:10839736089,withExternalLayout:true})})],speed:75,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({GMf3Tv754:{gap:0,speed:100}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-TvDjG.framer-1q65crq, .framer-TvDjG .framer-1q65crq { display: block; }\",\".framer-TvDjG.framer-ng0sbe { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-TvDjG .framer-1r4gcia-container { flex: 1 0 0px; height: 96px; position: relative; width: 1px; }\",\".framer-TvDjG .framer-lxinq1, .framer-TvDjG .framer-10tgm8n, .framer-TvDjG .framer-xi0rdw, .framer-TvDjG .framer-1yyy4iv, .framer-TvDjG .framer-ixcre, .framer-TvDjG .framer-1m798ky { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 96px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 276px; }\",\".framer-TvDjG .framer-b5mbsw { flex: none; height: 64px; position: relative; width: 202px; }\",\".framer-TvDjG .framer-e6ukqg { flex: none; height: 64px; overflow: visible; position: relative; width: 172px; }\",\".framer-TvDjG .framer-wain9n { aspect-ratio: 3.65625 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); position: relative; width: 234px; }\",\".framer-TvDjG .framer-18o4o3z { aspect-ratio: 1.5873015873015872 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 96px); position: relative; width: 152px; }\",\".framer-TvDjG .framer-17t0mgv { flex: none; height: 64px; position: relative; width: 171px; }\",\".framer-TvDjG .framer-h6ued3 { flex: none; height: 64px; position: relative; width: 128px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 96\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"GMf3Tv754\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerZzKQcsDrP=withCSS(Component,css,\"framer-TvDjG\");export default FramerZzKQcsDrP;FramerZzKQcsDrP.displayName=\"Logo Ticker\";FramerZzKQcsDrP.defaultProps={height:96,width:1200};addPropertyControls(FramerZzKQcsDrP,{variant:{options:[\"Y0B8M6MI1\",\"GMf3Tv754\"],optionTitles:[\"Ticker - Left\",\"Mobile Ticker\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerZzKQcsDrP,[{explicitInter:true,fonts:[]},...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZzKQcsDrP\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"96\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GMf3Tv754\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ZzKQcsDrP.map", "// Generated by Framer (5b26096)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/5IkWXdOdI1A7I2a921GF/9Drq8mKZsoubN2f3X01g/EQN8M217w.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/q6lMHlu1nbOYcSiG1Fjw/Ma62CdKrFkDG3PXp4UC1/wzVKowFFA.js\";import COMPONENT_TAG from\"https://framerusercontent.com/modules/1XBX10YjS7cIrPhk9l5l/MqJZSIncNxj2G9p7c5u6/S7h5IcQef.js\";import LogoTicker from\"https://framerusercontent.com/modules/idS0JkUMoTmR0YcZUPSX/RhNQ6umDk6mVvAlxF3Cl/ZzKQcsDrP.js\";const COMPONENT_TAGFonts=getFonts(COMPONENT_TAG);const LogoTickerFonts=getFonts(LogoTicker);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"KZ_PwhzJS\",\"isSoAS9BW\",\"a2yG_i9KN\"];const serializationHash=\"framer-HfgFn\";const variantClassNames={a2yG_i9KN:\"framer-v-1yjgvnv\",isSoAS9BW:\"framer-v-skg7ro\",KZ_PwhzJS:\"framer-v-15e2lv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:.1,duration:1,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:64};const transition2={bounce:.2,delay:0,duration:.4,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={\"EN - Desktop\":\"KZ_PwhzJS\",\"EN - MOBILE\":\"a2yG_i9KN\",\"EN - Tablet\":\"isSoAS9BW\"};const getProps=({height,id,tag,width,...props})=>{return{...props,EeDJhInXi:tag??props.EeDJhInXi??\"Trusted Partner for over 70 Companies and Ministries across Saudi Arabia\",variant:humanReadableVariantMap[props.variant]??props.variant??\"KZ_PwhzJS\"};};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,EeDJhInXi,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"KZ_PwhzJS\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"a2yG_i9KN\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"a2yG_i9KN\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-15e2lv\",className,classNames),\"data-framer-appear-id\":\"15e2lv\",\"data-framer-name\":\"EN - Desktop\",layoutDependency:layoutDependency,layoutId:\"KZ_PwhzJS\",optimized:true,ref:refBinding,style:{...style},...addPropertyOverrides({a2yG_i9KN:{\"data-framer-name\":\"EN - MOBILE\"},isSoAS9BW:{\"data-framer-name\":\"EN - Tablet\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-144)/2+0+0),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-31yutd-container\",layoutDependency:layoutDependency,layoutId:\"rkjE7nnOo-container\",nodeId:\"rkjE7nnOo\",rendersWithMotion:true,scopeId:\"wzVKowFFA\",children:/*#__PURE__*/_jsx(COMPONENT_TAG,{cizn9nezr:EeDJhInXi,height:\"100%\",id:\"rkjE7nnOo\",layoutId:\"rkjE7nnOo\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-v3r8zo\",layoutDependency:layoutDependency,layoutId:\"gXbJezty4\",children:isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-157b9yp\",\"data-styles-preset\":\"EQN8M217w\",style:{\"--framer-text-alignment\":\"left\"},children:\"Trusted Partner for over 70 Companies and Ministries across Saudi Arabia\"})}),className:\"framer-aurw7i\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hJebGA9W1\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({a2yG_i9KN:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-157b9yp\",\"data-styles-preset\":\"EQN8M217w\",style:{\"--framer-text-alignment\":\"center\"},children:\"Trusted Partner for over 70 Companies and Ministries across Saudi Arabia\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ym03ae\",\"data-framer-name\":\"Logos\",layoutDependency:layoutDependency,layoutId:\"vGkKYVjyV\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-144)/2+16+32)+0+0,...addPropertyOverrides({a2yG_i9KN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-208)/2+80+32)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hmoew5-container\",layoutDependency:layoutDependency,layoutId:\"r3tGIeDSq-container\",nodeId:\"r3tGIeDSq\",rendersWithMotion:true,scopeId:\"wzVKowFFA\",children:/*#__PURE__*/_jsx(LogoTicker,{height:\"100%\",id:\"r3tGIeDSq\",layoutId:\"r3tGIeDSq\",style:{width:\"100%\"},variant:\"Y0B8M6MI1\",width:\"100%\",...addPropertyOverrides({a2yG_i9KN:{variant:\"GMf3Tv754\"},isSoAS9BW:{variant:\"GMf3Tv754\"}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HfgFn.framer-1i1h19e, .framer-HfgFn .framer-1i1h19e { display: block; }\",\".framer-HfgFn.framer-15e2lv { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-HfgFn .framer-31yutd-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-HfgFn .framer-v3r8zo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; min-height: 28px; overflow: visible; padding: 0px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-HfgFn .framer-aurw7i { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-HfgFn .framer-ym03ae { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-HfgFn .framer-1hmoew5-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-HfgFn.framer-v-skg7ro.framer-15e2lv { width: 810px; }\",\".framer-HfgFn.framer-v-skg7ro .framer-31yutd-container { order: 0; }\",\".framer-HfgFn.framer-v-skg7ro .framer-ym03ae { order: 1; }\",\".framer-HfgFn.framer-v-1yjgvnv.framer-15e2lv { width: 390px; }\",\".framer-HfgFn.framer-v-1yjgvnv .framer-v3r8zo { min-height: unset; order: 0; }\",\".framer-HfgFn.framer-v-1yjgvnv .framer-ym03ae { order: 2; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 112\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"isSoAS9BW\":{\"layout\":[\"fixed\",\"auto\"]},\"a2yG_i9KN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"EeDJhInXi\":\"tag\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerwzVKowFFA=withCSS(Component,css,\"framer-HfgFn\");export default FramerwzVKowFFA;FramerwzVKowFFA.displayName=\"EN & AR\";FramerwzVKowFFA.defaultProps={height:112,width:1200};addPropertyControls(FramerwzVKowFFA,{variant:{options:[\"KZ_PwhzJS\",\"isSoAS9BW\",\"a2yG_i9KN\"],optionTitles:[\"EN - Desktop\",\"EN - Tablet\",\"EN - MOBILE\"],title:\"Variant\",type:ControlType.Enum},EeDJhInXi:{defaultValue:\"Trusted Partner for over 70 Companies and Ministries across Saudi Arabia\",displayTextArea:false,placeholder:\"Trusted Partner for over 70 Companies and Ministries across Saudi Arabia\",title:\"Tag\",type:ControlType.String}});addFonts(FramerwzVKowFFA,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...COMPONENT_TAGFonts,...LogoTickerFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwzVKowFFA\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"EeDJhInXi\\\":\\\"tag\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"112\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"isSoAS9BW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"a2yG_i9KN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["wzVKowFFA_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v0", "p", "x", "motion", "v1", "__FramerMetadata__", "valuesByLocaleId", "wzVKowFFA_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "noopReturn", "e", "velocityPerSecond", "calcBezier", "n", "e", "i", "binarySubdivide", "r", "c", "u", "a", "s", "cubicBezier", "o", "noopReturn", "getTForX", "t", "l", "cubicBezier", "__rest", "e", "t", "r", "o", "n", "e", "t", "r", "n", "calcGeneratorVelocity", "s", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "t", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "f", "l", "g", "glide", "d", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "noopReturn", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "t", "n", "createGeneratorEasing", "e", "t", "n", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "t", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "currentTarget", "RenderTarget", "isCanvas", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "fe", "frame", "resize", "contentSize", "child", "index", "ref", "p", "LayoutGroup", "q", "isInView", "useInView", "i", "childIndex", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "ue", "playOrPause", "hidden", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "TickerFonts", "getFonts", "Ticker", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "ComponentViewportProvider", "SmartComponentScopedContainer", "SVG", "Image2", "css", "FramerZzKQcsDrP", "withCSS", "ZzKQcsDrP_default", "addPropertyControls", "ControlType", "addFonts", "COMPONENT_TAGFonts", "getFonts", "S7h5IcQef_default", "LogoTickerFonts", "ZzKQcsDrP_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "tag", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "EeDJhInXi", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "getLocalizedValue", "css", "FramerwzVKowFFA", "withCSS", "wzVKowFFA_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
