@univerjs-pro/ink-ui 1.0.0-insiders.20260707-70502d7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +53 -0
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/de-DE.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/cjs/locale/id-ID.js +1 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -0
- package/lib/cjs/locale/ko-KR.js +1 -0
- package/lib/cjs/locale/pl-PL.js +1 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/sk-SK.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-HK.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/es/index.js +1 -0
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -0
- package/lib/es/locale/de-DE.js +1 -0
- package/lib/es/locale/en-US.js +1 -0
- package/lib/es/locale/es-ES.js +1 -0
- package/lib/es/locale/fa-IR.js +1 -0
- package/lib/es/locale/fr-FR.js +1 -0
- package/lib/es/locale/id-ID.js +1 -0
- package/lib/es/locale/it-IT.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -0
- package/lib/es/locale/ko-KR.js +1 -0
- package/lib/es/locale/pl-PL.js +1 -0
- package/lib/es/locale/pt-BR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -0
- package/lib/es/locale/sk-SK.js +1 -0
- package/lib/es/locale/vi-VN.js +1 -0
- package/lib/es/locale/zh-CN.js +1 -0
- package/lib/es/locale/zh-HK.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -0
- package/lib/index.css +288 -0
- package/lib/index.js +1 -0
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -0
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/es-ES.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/fr-FR.js +1 -0
- package/lib/locale/id-ID.js +1 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -0
- package/lib/locale/ko-KR.js +1 -0
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/sk-SK.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-HK.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/types/config/config.d.ts +5 -0
- package/lib/types/index.d.ts +6 -0
- package/lib/types/locale/ar-SA.d.ts +3 -0
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/de-DE.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +15 -0
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/fr-FR.d.ts +3 -0
- package/lib/types/locale/id-ID.d.ts +3 -0
- package/lib/types/locale/it-IT.d.ts +3 -0
- package/lib/types/locale/ja-JP.d.ts +3 -0
- package/lib/types/locale/ko-KR.d.ts +3 -0
- package/lib/types/locale/pl-PL.d.ts +3 -0
- package/lib/types/locale/pt-BR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +3 -0
- package/lib/types/locale/sk-SK.d.ts +3 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-CN.d.ts +3 -0
- package/lib/types/locale/zh-HK.d.ts +3 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/types/plugin.d.ts +16 -0
- package/lib/types/services/ink-outside-interaction.service.d.ts +14 -0
- package/lib/types/services/ink-ui-state.service.d.ts +37 -0
- package/lib/types/services/ink-ui.service.d.ts +8 -0
- package/lib/types/views/InkBrushToolIcon.d.ts +4 -0
- package/lib/types/views/InkColorWheelIcon.d.ts +4 -0
- package/lib/types/views/InkDarkBrushToolIcon.d.ts +4 -0
- package/lib/types/views/InkDarkEraserToolIcon.d.ts +4 -0
- package/lib/types/views/InkDarkHighlighterToolIcon.d.ts +4 -0
- package/lib/types/views/InkDarkPenToolIcon.d.ts +4 -0
- package/lib/types/views/InkEraserToolIcon.d.ts +4 -0
- package/lib/types/views/InkFloatingToolbar.d.ts +34 -0
- package/lib/types/views/InkFloatingToolbarContainer.d.ts +1 -0
- package/lib/types/views/InkIcons.d.ts +6 -0
- package/lib/types/views/InkPenToolIcon.d.ts +4 -0
- package/lib/types/views/InkSmudgeToolIcon.d.ts +4 -0
- package/lib/types/views/InkWidthLevel1Icon.d.ts +4 -0
- package/lib/types/views/InkWidthLevel2Icon.d.ts +4 -0
- package/lib/types/views/InkWidthLevel3Icon.d.ts +4 -0
- package/lib/types/views/InkWidthLevel4Icon.d.ts +4 -0
- package/lib/types/views/InkWidthLevel5Icon.d.ts +4 -0
- package/lib/umd/index.js +1 -0
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/fr-FR.js +1 -0
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -0
- package/lib/umd/locale/ko-KR.js +1 -0
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/sk-SK.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +88 -0
package/README.md
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# @univerjs-pro/ink-ui
|
|
2
|
+
|
|
3
|
+
[](https://npmjs.com/package/@univerjs-pro/ink-ui)
|
|
4
|
+
[](https://npmjs.com/package/@univerjs-pro/ink-ui)
|
|
5
|
+
|
|
6
|
+
`@univerjs-pro/ink-ui` provides ink toolbar and UI state integration for Univer.
|
|
7
|
+
|
|
8
|
+
## Package Overview
|
|
9
|
+
|
|
10
|
+
| Package | UMD global | CSS | Locales | Facade entry |
|
|
11
|
+
| --- | --- | :---: | :---: | :---: |
|
|
12
|
+
| `@univerjs-pro/ink-ui` | `UniverProInkUi` | Yes | Yes | No |
|
|
13
|
+
|
|
14
|
+
## Capabilities
|
|
15
|
+
|
|
16
|
+
- Registers ink UI state services for active sessions, selected tool, stroke style, and host interaction state.
|
|
17
|
+
- Provides outside interaction handling so ink sessions can commit or cancel consistently when focus changes.
|
|
18
|
+
- Mounts the ink floating toolbar into the Univer UI content layer.
|
|
19
|
+
- Works with host adapters from `@univerjs-pro/ink` so board and other hosts can provide concrete insertion behavior.
|
|
20
|
+
- Exposes localized UI text for ink controls.
|
|
21
|
+
|
|
22
|
+
## Installation
|
|
23
|
+
|
|
24
|
+
```sh
|
|
25
|
+
pnpm add @univerjs-pro/ink-ui
|
|
26
|
+
# or
|
|
27
|
+
npm install @univerjs-pro/ink-ui
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
Keep all `@univerjs/*` and `@univerjs-pro/*` packages on the same version.
|
|
31
|
+
|
|
32
|
+
## Usage
|
|
33
|
+
|
|
34
|
+
```ts
|
|
35
|
+
import '@univerjs-pro/ink-ui/lib/index.css';
|
|
36
|
+
import EnUS from '@univerjs-pro/ink-ui/locale/en-US';
|
|
37
|
+
import { UniverInkPlugin } from '@univerjs-pro/ink';
|
|
38
|
+
import { UniverInkUIPlugin } from '@univerjs-pro/ink-ui';
|
|
39
|
+
|
|
40
|
+
univer.registerPlugin(UniverInkPlugin);
|
|
41
|
+
univer.registerPlugin(UniverInkUIPlugin);
|
|
42
|
+
|
|
43
|
+
// Merge EnUS into your Univer locale map when this package contributes UI text.
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
## Integration Notes
|
|
47
|
+
|
|
48
|
+
Register `@univerjs-pro/ink` before this package. A host package must provide an ink adapter for concrete drawing behavior; for board scenarios this is wired through `@univerjs-pro/boards-ui`.
|
|
49
|
+
|
|
50
|
+
## Resources
|
|
51
|
+
|
|
52
|
+
- [Documentation](https://docs.univer.ai/guides/pro)
|
|
53
|
+
- [NPM package](https://npmjs.com/package/@univerjs-pro/ink-ui)
|
package/lib/cjs/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0xedd005=_0x3aa8;(function(_0x590ad9,_0x54bd81){const _0x502621=_0x3aa8,_0x21a934=_0x590ad9();while(!![]){try{const _0x4222ff=-parseInt(_0x502621(0x26c))/0x1+parseInt(_0x502621(0x3d8))/0x2+-parseInt(_0x502621(0x36b))/0x3*(-parseInt(_0x502621(0x22f))/0x4)+-parseInt(_0x502621(0x329))/0x5+-parseInt(_0x502621(0x344))/0x6+parseInt(_0x502621(0x362))/0x7*(-parseInt(_0x502621(0x34b))/0x8)+parseInt(_0x502621(0x3b0))/0x9;if(_0x4222ff===_0x54bd81)break;else _0x21a934['push'](_0x21a934['shift']());}catch(_0x36349a){_0x21a934['push'](_0x21a934['shift']());}}}(_0x4192,0x7c654),Object[_0xedd005(0x268)](exports,Symbol[_0xedd005(0x228)],{'value':_0xedd005(0x27e)}));let e=require('@univerjs-pro/ink'),t=require('@univerjs-pro/license'),n=require('@univerjs/core'),r=require('@univerjs/ui'),i=require('rxjs'),a=require('@univerjs-pro/shape-editor-ui'),o=require('@univerjs/design'),s=require('@univerjs/icons'),c=require('react'),l=require('react/jsx-runtime');var u=_0xedd005(0x23c),d=_0xedd005(0x2c0);const f={};function p(_0x16f3c0){'@babel/helpers - typeof';const _0x16c4ef=_0xedd005;return p=typeof Symbol==_0x16c4ef(0x267)&&typeof Symbol['iterator']==_0x16c4ef(0x1ff)?function(_0x3e8d5a){return typeof _0x3e8d5a;}:function(_0x1f63dc){const _0x57b24c=_0x16c4ef;return _0x1f63dc&&typeof Symbol==_0x57b24c(0x267)&&_0x1f63dc[_0x57b24c(0x2ee)]===Symbol&&_0x1f63dc!==Symbol[_0x57b24c(0x27f)]?_0x57b24c(0x1ff):typeof _0x1f63dc;},p(_0x16f3c0);}function m(_0x833907,_0x279af4){const _0x2fa5d2=_0xedd005;if(p(_0x833907)!=_0x2fa5d2(0x20e)||!_0x833907)return _0x833907;var _0x45fd87=_0x833907[Symbol[_0x2fa5d2(0x237)]];if(_0x45fd87!==void 0x0){var _0x5a89f0=_0x45fd87[_0x2fa5d2(0x38c)](_0x833907,_0x279af4||'default');if(p(_0x5a89f0)!=_0x2fa5d2(0x20e))return _0x5a89f0;throw TypeError(_0x2fa5d2(0x217));}return(_0x279af4==='string'?String:Number)(_0x833907);}function h(_0x3957aa){const _0x125f6b=_0xedd005;var _0xb8d634=m(_0x3957aa,_0x125f6b(0x36a));return p(_0xb8d634)=='symbol'?_0xb8d634:_0xb8d634+'';}function g(_0x55d575,_0x4cf744,_0x2f7fd9){const _0x566f74=_0xedd005;return(_0x4cf744=h(_0x4cf744))in _0x55d575?Object[_0x566f74(0x268)](_0x55d575,_0x4cf744,{'value':_0x2f7fd9,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x55d575[_0x4cf744]=_0x2f7fd9,_0x55d575;}const _=(0x0,n[_0xedd005(0x325)])('ink-ui.state.service'),v={'pen':{'color':_0xedd005(0x31a),'width':0x2,'opacity':0x1},'brush':{'color':_0xedd005(0x31a),'width':0x4,'opacity':0x1},'highlighter':{'color':_0xedd005(0x255),'width':0xe,'opacity':0.45},'eraser':{'color':_0xedd005(0x21b),'width':0x18,'opacity':0x1}};function y(_0x53189d){const _0x131543=_0xedd005;return _0x53189d===_0x131543(0x2f9)||_0x53189d===_0x131543(0x278)||_0x53189d===_0x131543(0x2f6)?_0x53189d:_0x131543(0x353);}var b=class extends n[_0xedd005(0x3e2)]{constructor(..._0x41dec1){const _0x13be90=_0xedd005;super(..._0x41dec1),g(this,_0x13be90(0x3f4),new i[(_0x13be90(0x3b7))]({'active':!0x1,'toolbarVisible':!0x1,'tool':_0x13be90(0x353),...v[_0x13be90(0x353)],'session':null})),g(this,_0x13be90(0x3b2),this[_0x13be90(0x3f4)][_0x13be90(0x213)]());}[_0xedd005(0x22b)](){const _0x4e510b=_0xedd005;this[_0x4e510b(0x3f4)]['complete'](),super[_0x4e510b(0x22b)]();}['getState'](){const _0x670cc4=_0xedd005;return this[_0x670cc4(0x3f4)][_0x670cc4(0x3c6)]();}[_0xedd005(0x3e6)](_0x2ce1e5){const _0x149486=_0xedd005;let _0x4cdad7=y(_0x2ce1e5[_0x149486(0x20b)]);this[_0x149486(0x3f4)]['next']({...this[_0x149486(0x2e3)](),...v[_0x4cdad7],'active':!0x0,'toolbarVisible':!0x0,'tool':_0x4cdad7,'session':{'unitId':_0x2ce1e5['unitId'],'subUnitId':_0x2ce1e5[_0x149486(0x34e)]}});}['cancelInkMode'](){const _0xe3a60c=_0xedd005;this[_0xe3a60c(0x3f4)][_0xe3a60c(0x296)]({...this[_0xe3a60c(0x2e3)](),'active':!0x1,'toolbarVisible':!0x1,'session':null});}['selectTool'](_0x3af3b3){const _0x230c3f=_0xedd005;this[_0x230c3f(0x3f4)][_0x230c3f(0x296)]({...this['getState'](),...v[_0x3af3b3],'tool':_0x3af3b3});}[_0xedd005(0x279)](_0x4fff9d){const _0x5a79fa=_0xedd005;!Number[_0x5a79fa(0x292)](_0x4fff9d)||_0x4fff9d<=0x0||this['_state$'][_0x5a79fa(0x296)]({...this['getState'](),'width':_0x4fff9d});}['setColor'](_0xa98d90){const _0x32b698=_0xedd005;_0xa98d90&&this[_0x32b698(0x3f4)][_0x32b698(0x296)]({...this[_0x32b698(0x2e3)](),'color':_0xa98d90});}};function x(_0x3acb27,_0x5cfb94){return function(_0x4b62ec,_0x5897db){_0x5cfb94(_0x4b62ec,_0x5897db,_0x3acb27);};}function S(_0x3ae2f7,_0x57dc47,_0x595f97,_0x1dfa9b){const _0x5bc278=_0xedd005;var _0x345454=arguments['length'],_0x23c3bf=_0x345454<0x3?_0x57dc47:_0x1dfa9b===null?_0x1dfa9b=Object[_0x5bc278(0x3f7)](_0x57dc47,_0x595f97):_0x1dfa9b,_0x116151;if(typeof Reflect=='object'&&typeof Reflect[_0x5bc278(0x2bf)]==_0x5bc278(0x267))_0x23c3bf=Reflect['decorate'](_0x3ae2f7,_0x57dc47,_0x595f97,_0x1dfa9b);else{for(var _0xdf7b49=_0x3ae2f7[_0x5bc278(0x328)]-0x1;_0xdf7b49>=0x0;_0xdf7b49--)(_0x116151=_0x3ae2f7[_0xdf7b49])&&(_0x23c3bf=(_0x345454<0x3?_0x116151(_0x23c3bf):_0x345454>0x3?_0x116151(_0x57dc47,_0x595f97,_0x23c3bf):_0x116151(_0x57dc47,_0x595f97))||_0x23c3bf);}return _0x345454>0x3&&_0x23c3bf&&Object[_0x5bc278(0x268)](_0x57dc47,_0x595f97,_0x23c3bf),_0x23c3bf;}const C=(0x0,n[_0xedd005(0x325)])(_0xedd005(0x23f)),w=['[data-ink-floating-toolbar=\x22true\x22]',_0xedd005(0x3bf),_0xedd005(0x384)];function _0x3aa8(_0x574ba8,_0x51f29e){_0x574ba8=_0x574ba8-0x1e9;const _0x419287=_0x4192();let _0x3aa8fd=_0x419287[_0x574ba8];return _0x3aa8fd;}function T(_0x43f721,_0x480a9f){const _0x55adcb=_0xedd005;return _0x43f721[_0x55adcb(0x216)](_0x461202=>_0x461202===_0x480a9f||_0x461202 instanceof Node&&_0x480a9f[_0x55adcb(0x2ed)](_0x461202));}function E(_0x6b294,_0x41be2d){const _0x4cf814=_0xedd005;return _0x6b294[_0x4cf814(0x216)](_0x22c2d4=>_0x22c2d4 instanceof Element&&!!_0x22c2d4[_0x4cf814(0x273)](_0x41be2d));}let D=class extends n['Disposable']{constructor(_0x3d8faa){const _0x2e7545=_0xedd005;if(super(),this[_0x2e7545(0x245)]=_0x3d8faa,g(this,_0x2e7545(0x35c),new Set()),typeof window<'u'){let _0x54f83d=_0x2ba782=>this['_handlePointerDown'](_0x2ba782);window['addEventListener']('pointerdown',_0x54f83d,{'capture':!0x0}),this[_0x2e7545(0x38d)]((0x0,n[_0x2e7545(0x2e7)])(()=>window['removeEventListener'](_0x2e7545(0x368),_0x54f83d,{'capture':!0x0})));}}['registerInteractiveRegion'](_0x542142){const _0x2b5ca3=_0xedd005;return _0x542142['dataset']['inkInteractiveRegion']=_0x2b5ca3(0x1f0),this[_0x2b5ca3(0x35c)][_0x2b5ca3(0x3b1)](_0x542142),(0x0,n[_0x2b5ca3(0x2e7)])(()=>{const _0x4749e3=_0x2b5ca3;this[_0x4749e3(0x35c)][_0x4749e3(0x236)](_0x542142),_0x542142['dataset'][_0x4749e3(0x215)]===_0x4749e3(0x1f0)&&delete _0x542142[_0x4749e3(0x2c2)][_0x4749e3(0x215)];});}[_0xedd005(0x1fd)](_0x11acfe){const _0x1758a5=_0xedd005;if(!this[_0x1758a5(0x245)][_0x1758a5(0x2e3)]()[_0x1758a5(0x3da)])return;let _0x5af036=typeof _0x11acfe[_0x1758a5(0x26f)]==_0x1758a5(0x267)?_0x11acfe[_0x1758a5(0x26f)]():_0x11acfe['target']?[_0x11acfe[_0x1758a5(0x324)]]:[];if(!w[_0x1758a5(0x216)](_0x45666b=>E(_0x5af036,_0x45666b))){for(let _0x369c27 of this[_0x1758a5(0x35c)])if(T(_0x5af036,_0x369c27))return;this[_0x1758a5(0x245)][_0x1758a5(0x229)]();}}};D=S([x(0x0,_)],D);let O=class{constructor(_0x30c190){const _0x201d4f=_0xedd005;this[_0x201d4f(0x245)]=_0x30c190;}['beginInkMode'](_0x45c750){const _0x4bacc0=_0xedd005;return this['_stateService'][_0x4bacc0(0x3e6)](_0x45c750),!0x0;}[_0xedd005(0x229)](){const _0x385d12=_0xedd005;this[_0x385d12(0x245)][_0x385d12(0x229)]();}};O=S([x(0x0,_)],O);function k(_0x57ec06){const _0x37397=_0xedd005;return(0x0,l[_0x37397(0x3d7)])(_0x37397(0x391),{'width':'30','height':'105','viewBox':_0x37397(0x23d),'fill':'none','xmlns':'http://www.w3.org/2000/svg','aria-hidden':_0x37397(0x1f0),..._0x57ec06,'children':[(0x0,l[_0x37397(0x28c)])(_0x37397(0x3f5),{'id':_0x37397(0x2c5),'style':{'maskType':'luminance'},'maskUnits':_0x37397(0x320),'x':'0','y':'0','width':'30','height':'105','children':(0x0,l[_0x37397(0x28c)])('rect',{'width':'30','height':_0x37397(0x356),'fill':_0x37397(0x2cc)})}),(0x0,l['jsx'])('g',{'mask':_0x37397(0x2ac),'children':(0x0,l[_0x37397(0x3d7)])('g',{'filter':_0x37397(0x3ee),'children':[(0x0,l[_0x37397(0x28c)])(_0x37397(0x3ae),{'x':_0x37397(0x379),'y':'53','width':'19','height':'52','fill':_0x37397(0x300)}),(0x0,l[_0x37397(0x28c)])('path',{'fillRule':_0x37397(0x3c2),'clipRule':_0x37397(0x3c2),'d':_0x37397(0x2a0),'fill':'url(#paint1_linear_2_2784)'}),(0x0,l['jsx'])(_0x37397(0x388),{'fillRule':_0x37397(0x3c2),'clipRule':_0x37397(0x3c2),'d':'M14.0291\x2015.9346C14.2793\x2014.9207\x2015.7207\x2014.9207\x2015.9709\x2015.9346L24.2088\x2049.3199C24.4022\x2050.1037\x2024.5\x2050.9082\x2024.5\x2051.7155V54H5.5L5.5\x2051.7155C5.5\x2050.9082\x205.59778\x2050.1037\x205.7912\x2049.3199L14.0291\x2015.9346Z','fill':'url(#paint2_linear_2_2784)'}),(0x0,l[_0x37397(0x28c)])(_0x37397(0x388),{'fillRule':_0x37397(0x3c2),'clipRule':_0x37397(0x3c2),'d':'M15.9701\x2015.8803C15.7177\x2014.8704\x2014.2823\x2014.8704\x2014.0299\x2015.8803L12\x2023.9998H18L15.9701\x2015.8803ZM24.5\x2053.9998H5.5V55.9998H24.5V53.9998Z','fill':_0x37397(0x1ea)}),(0x0,l['jsx'])('mask',{'id':'mask1_2_2784','style':{'maskType':_0x37397(0x365)},'maskUnits':'userSpaceOnUse','x':'5','y':'15','width':'20','height':'41','children':(0x0,l['jsx'])(_0x37397(0x388),{'fillRule':'evenodd','clipRule':'evenodd','d':_0x37397(0x339),'fill':'white'})}),(0x0,l['jsxs'])('g',{'mask':'url(#mask1_2_2784)','children':[(0x0,l[_0x37397(0x28c)])(_0x37397(0x3ae),{'y':'15','width':'30','height':'47','fill':_0x37397(0x28d)}),(0x0,l[_0x37397(0x28c)])(_0x37397(0x3ae),{'x':_0x37397(0x379),'y':'14.5','width':'19','height':'47','fill':_0x37397(0x2d9)})]})]})}),(0x0,l[_0x37397(0x3d7)])(_0x37397(0x31d),{'children':[(0x0,l[_0x37397(0x3d7)])('filter',{'id':_0x37397(0x2f4),'x':'-2','y':'-2','width':'34','height':_0x37397(0x37a),'filterUnits':_0x37397(0x320),'colorInterpolationFilters':'sRGB','children':[(0x0,l[_0x37397(0x28c)])('feFlood',{'floodOpacity':'0','result':_0x37397(0x3ea)}),(0x0,l[_0x37397(0x28c)])(_0x37397(0x21d),{'in':_0x37397(0x331),'type':_0x37397(0x39e),'values':_0x37397(0x39d),'result':'hardAlpha'}),(0x0,l['jsx'])(_0x37397(0x350),{}),(0x0,l[_0x37397(0x28c)])('feGaussianBlur',{'stdDeviation':'1'}),(0x0,l[_0x37397(0x28c)])('feColorMatrix',{'type':_0x37397(0x39e),'values':_0x37397(0x37f)}),(0x0,l[_0x37397(0x28c)])(_0x37397(0x2de),{'mode':_0x37397(0x2e9),'in2':_0x37397(0x3ea),'result':_0x37397(0x306)}),(0x0,l[_0x37397(0x28c)])('feBlend',{'mode':_0x37397(0x2e9),'in':_0x37397(0x3ba),'in2':_0x37397(0x306),'result':_0x37397(0x224)})]}),(0x0,l[_0x37397(0x3d7)])('linearGradient',{'id':_0x37397(0x3c9),'x1':_0x37397(0x393),'y1':'48.1683','x2':_0x37397(0x379),'y2':_0x37397(0x3bc),'gradientUnits':'userSpaceOnUse','children':[(0x0,l['jsx'])(_0x37397(0x3ec),{'stopColor':'#DADADA'}),(0x0,l[_0x37397(0x28c)])(_0x37397(0x3ec),{'offset':_0x37397(0x1ed),'stopColor':_0x37397(0x318)}),(0x0,l[_0x37397(0x28c)])(_0x37397(0x3ec),{'offset':_0x37397(0x343),'stopColor':_0x37397(0x24b)}),(0x0,l[_0x37397(0x28c)])(_0x37397(0x3ec),{'offset':'0.749878','stopColor':_0x37397(0x3ad)}),(0x0,l[_0x37397(0x28c)])(_0x37397(0x3ec),{'offset':'0.911778','stopColor':_0x37397(0x29b)}),(0x0,l[_0x37397(0x28c)])(_0x37397(0x3ec),{'offset':_0x37397(0x219),'stopColor':'#E4E4E4'}),(0x0,l['jsx'])(_0x37397(0x3ec),{'offset':'1','stopColor':_0x37397(0x319)})]}),(0x0,l['jsxs'])('linearGradient',{'id':'paint1_linear_2_2784','x1':_0x37397(0x393),'y1':'8.09744','x2':_0x37397(0x379),'y2':_0x37397(0x333),'gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x37397(0x28c)])(_0x37397(0x3ec),{'stopColor':_0x37397(0x32c)}),(0x0,l[_0x37397(0x28c)])(_0x37397(0x3ec),{'offset':_0x37397(0x1ed),'stopColor':_0x37397(0x318)}),(0x0,l[_0x37397(0x28c)])(_0x37397(0x3ec),{'offset':'0.445105','stopColor':_0x37397(0x24b)}),(0x0,l[_0x37397(0x28c)])(_0x37397(0x3ec),{'offset':_0x37397(0x39a),'stopColor':_0x37397(0x3ad)}),(0x0,l[_0x37397(0x28c)])('stop',{'offset':_0x37397(0x2ec),'stopColor':'#DCDDDC'}),(0x0,l[_0x37397(0x28c)])(_0x37397(0x3ec),{'offset':_0x37397(0x219),'stopColor':_0x37397(0x319)}),(0x0,l[_0x37397(0x28c)])(_0x37397(0x3ec),{'offset':'1','stopColor':_0x37397(0x319)})]}),(0x0,l['jsxs'])(_0x37397(0x30e),{'id':_0x37397(0x392),'x1':_0x37397(0x205),'y1':'43.4603','x2':_0x37397(0x3c0),'y2':_0x37397(0x28b),'gradientUnits':_0x37397(0x320),'children':[(0x0,l[_0x37397(0x28c)])(_0x37397(0x3ec),{'stopColor':'white','stopOpacity':_0x37397(0x3a5)}),(0x0,l[_0x37397(0x28c)])(_0x37397(0x3ec),{'offset':'1','stopOpacity':_0x37397(0x30b)})]}),(0x0,l[_0x37397(0x3d7)])(_0x37397(0x30e),{'id':_0x37397(0x2cd),'x1':_0x37397(0x379),'y1':'61.5','x2':'24.5','y2':_0x37397(0x39f),'gradientUnits':_0x37397(0x320),'children':[(0x0,l[_0x37397(0x28c)])(_0x37397(0x3ec),{'stopOpacity':_0x37397(0x32a)}),(0x0,l[_0x37397(0x28c)])('stop',{'offset':_0x37397(0x249),'stopColor':_0x37397(0x2cc),'stopOpacity':'0.249973'}),(0x0,l[_0x37397(0x28c)])(_0x37397(0x3ec),{'offset':_0x37397(0x3f9),'stopColor':_0x37397(0x2cc),'stopOpacity':_0x37397(0x22a)}),(0x0,l['jsx'])(_0x37397(0x3ec),{'offset':'1','stopOpacity':_0x37397(0x310)})]})]})]});}function A(_0x9745a6){const _0x1e0fd6=_0xedd005;return(0x0,l['jsxs'])(_0x1e0fd6(0x391),{'width':'30','height':'30','viewBox':_0x1e0fd6(0x2b9),'fill':'none','xmlns':_0x1e0fd6(0x395),'aria-hidden':_0x1e0fd6(0x1f0),..._0x9745a6,'children':[(0x0,l[_0x1e0fd6(0x28c)])('g',{'clipPath':'url(#ink-color-wheel-angular-clip)','children':(0x0,l['jsx'])(_0x1e0fd6(0x29f),{'x':'0','y':'0','width':'30','height':'30','children':(0x0,l[_0x1e0fd6(0x28c)])(_0x1e0fd6(0x3dc),{'style':{'background':'conic-gradient(from\x2090deg,\x20rgba(232,\x2067,\x2061,\x201)\x200deg,\x20rgba(102,\x2070,\x20232,\x201)\x2090deg,\x20rgba(85,\x20177,\x2068,\x201)\x20178.19deg,\x20rgba(203,\x20196,\x2067,\x201)\x20271.735deg,\x20rgba(232,\x2067,\x2061,\x201)\x20360deg)','height':_0x1e0fd6(0x355),'opacity':0x1,'width':_0x1e0fd6(0x355)}})})}),(0x0,l[_0x1e0fd6(0x28c)])(_0x1e0fd6(0x3ae),{'x':'30','width':'30','height':'30','transform':_0x1e0fd6(0x2c1),'fill':_0x1e0fd6(0x2db)}),(0x0,l[_0x1e0fd6(0x3d7)])(_0x1e0fd6(0x31d),{'children':[(0x0,l['jsx'])(_0x1e0fd6(0x308),{'id':'ink-color-wheel-angular-clip','children':(0x0,l[_0x1e0fd6(0x28c)])(_0x1e0fd6(0x3ae),{'x':'30','width':'30','height':'30','transform':'rotate(90\x2030\x200)'})}),(0x0,l[_0x1e0fd6(0x3d7)])(_0x1e0fd6(0x2c4),{'id':_0x1e0fd6(0x315),'cx':'0','cy':'0','r':'1','gradientUnits':'userSpaceOnUse','gradientTransform':_0x1e0fd6(0x3d1),'children':[(0x0,l[_0x1e0fd6(0x28c)])(_0x1e0fd6(0x3ec),{'stopColor':'white','stopOpacity':_0x1e0fd6(0x2cf)}),(0x0,l[_0x1e0fd6(0x28c)])('stop',{'offset':'1','stopColor':_0x1e0fd6(0x318),'stopOpacity':_0x1e0fd6(0x3a7)})]})]})]});}function j(_0x27aa69){const _0x3ee848=_0xedd005;return(0x0,l[_0x3ee848(0x3d7)])(_0x3ee848(0x391),{'width':'30','height':_0x3ee848(0x356),'viewBox':_0x3ee848(0x23d),'fill':_0x3ee848(0x262),'xmlns':_0x3ee848(0x395),'aria-hidden':_0x3ee848(0x1f0),..._0x27aa69,'children':[(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x3f5),{'id':_0x3ee848(0x1f3),'style':{'maskType':_0x3ee848(0x365)},'maskUnits':'userSpaceOnUse','x':'0','y':'0','width':'30','height':'105','children':(0x0,l['jsx'])('rect',{'width':'30','height':_0x3ee848(0x356),'fill':'white'})}),(0x0,l[_0x3ee848(0x3d7)])('g',{'mask':'url(#mask0_0_1443)','children':[(0x0,l[_0x3ee848(0x3d7)])('g',{'filter':_0x3ee848(0x2a5),'children':[(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x3ae),{'x':_0x3ee848(0x379),'y':'52','width':'19','height':'53','fill':_0x3ee848(0x33f)}),(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x388),{'fillRule':_0x3ee848(0x3c2),'clipRule':_0x3ee848(0x3c2),'d':_0x3ee848(0x366),'fill':_0x3ee848(0x2f8)}),(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x388),{'fillRule':_0x3ee848(0x3c2),'clipRule':_0x3ee848(0x3c2),'d':_0x3ee848(0x366),'fill':_0x3ee848(0x394)}),(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x388),{'fillRule':_0x3ee848(0x3c2),'clipRule':_0x3ee848(0x3c2),'d':_0x3ee848(0x366),'fill':'url(#paint3_linear_0_1443)'})]}),(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x388),{'fillRule':'evenodd','clipRule':_0x3ee848(0x3c2),'d':'M15.9701\x2015.8803C15.7177\x2014.8704\x2014.2823\x2014.8704\x2014.0299\x2015.8803L12\x2023.9998H18L15.9701\x2015.8803ZM24.5\x2053.9998H5.5V58.4998H24.5V53.9998Z','fill':_0x3ee848(0x1ea)}),(0x0,l['jsx'])(_0x3ee848(0x3f5),{'id':_0x3ee848(0x36e),'style':{'maskType':_0x3ee848(0x365)},'maskUnits':_0x3ee848(0x320),'x':'5','y':'15','width':'20','height':'44','children':(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x388),{'fillRule':'evenodd','clipRule':_0x3ee848(0x3c2),'d':_0x3ee848(0x2e4),'fill':_0x3ee848(0x2cc)})}),(0x0,l[_0x3ee848(0x3d7)])('g',{'mask':_0x3ee848(0x2d0),'children':[(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x3ae),{'y':'15','width':'30','height':'47','fill':_0x3ee848(0x2cc)}),(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x3ae),{'x':_0x3ee848(0x379),'y':_0x3ee848(0x316),'width':'19','height':'47','fill':'url(#paint4_linear_0_1443)'})]})]}),(0x0,l[_0x3ee848(0x3d7)])(_0x3ee848(0x31d),{'children':[(0x0,l['jsxs'])(_0x3ee848(0x334),{'id':_0x3ee848(0x2ae),'x':_0x3ee848(0x257),'y':_0x3ee848(0x3cf),'width':'23','height':_0x3ee848(0x2dd),'filterUnits':_0x3ee848(0x320),'colorInterpolationFilters':_0x3ee848(0x2b4),'children':[(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x32f),{'floodOpacity':'0','result':_0x3ee848(0x3ea)}),(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x21d),{'in':_0x3ee848(0x331),'type':_0x3ee848(0x39e),'values':_0x3ee848(0x39d),'result':'hardAlpha'}),(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x350),{}),(0x0,l[_0x3ee848(0x28c)])('feGaussianBlur',{'stdDeviation':'1'}),(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x21d),{'type':_0x3ee848(0x39e),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.251939\x200'}),(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x2de),{'mode':_0x3ee848(0x2e9),'in2':_0x3ee848(0x3ea),'result':_0x3ee848(0x203)}),(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x2de),{'mode':_0x3ee848(0x2e9),'in':'SourceGraphic','in2':_0x3ee848(0x203),'result':_0x3ee848(0x224)})]}),(0x0,l[_0x3ee848(0x3d7)])(_0x3ee848(0x30e),{'id':_0x3ee848(0x1fb),'x1':_0x3ee848(0x3eb),'y1':'104.625','x2':_0x3ee848(0x393),'y2':_0x3ee848(0x357),'gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x3ee848(0x28c)])('stop',{'stopColor':'#2F3132'}),(0x0,l[_0x3ee848(0x28c)])('stop',{'offset':'0.0722478','stopColor':_0x3ee848(0x369)}),(0x0,l['jsx'])('stop',{'offset':_0x3ee848(0x22c),'stopColor':_0x3ee848(0x21f)}),(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x3ec),{'offset':_0x3ee848(0x3f0),'stopColor':_0x3ee848(0x3e1)}),(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x3ec),{'offset':_0x3ee848(0x3c4),'stopColor':_0x3ee848(0x383)}),(0x0,l['jsx'])(_0x3ee848(0x3ec),{'offset':_0x3ee848(0x2b1),'stopColor':_0x3ee848(0x294)}),(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x3ec),{'offset':_0x3ee848(0x29e),'stopColor':'#232425'}),(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x3ec),{'offset':_0x3ee848(0x352),'stopColor':_0x3ee848(0x272)}),(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x3ec),{'offset':'1','stopColor':_0x3ee848(0x3dd)})]}),(0x0,l[_0x3ee848(0x3d7)])('linearGradient',{'id':_0x3ee848(0x3a6),'x1':_0x3ee848(0x3eb),'y1':_0x3ee848(0x21c),'x2':'24.5','y2':_0x3ee848(0x21c),'gradientUnits':_0x3ee848(0x320),'children':[(0x0,l[_0x3ee848(0x28c)])('stop',{'stopColor':_0x3ee848(0x39b)}),(0x0,l['jsx'])(_0x3ee848(0x3ec),{'offset':_0x3ee848(0x3e8),'stopColor':_0x3ee848(0x369)}),(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x3ec),{'offset':_0x3ee848(0x22c),'stopColor':'#181A1A'}),(0x0,l['jsx'])(_0x3ee848(0x3ec),{'offset':_0x3ee848(0x3f0),'stopColor':_0x3ee848(0x3e1)}),(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x3ec),{'offset':'0.575612','stopColor':_0x3ee848(0x383)}),(0x0,l[_0x3ee848(0x28c)])('stop',{'offset':_0x3ee848(0x2b1),'stopColor':_0x3ee848(0x294)}),(0x0,l[_0x3ee848(0x28c)])('stop',{'offset':_0x3ee848(0x29e),'stopColor':_0x3ee848(0x256)}),(0x0,l['jsx'])('stop',{'offset':_0x3ee848(0x352),'stopColor':'#292A2B'}),(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x3ec),{'offset':'1','stopColor':_0x3ee848(0x3dd)})]}),(0x0,l[_0x3ee848(0x3d7)])('linearGradient',{'id':_0x3ee848(0x30d),'x1':_0x3ee848(0x397),'y1':'59.5457','x2':_0x3ee848(0x3cb),'y2':_0x3ee848(0x2bb),'gradientUnits':_0x3ee848(0x320),'children':[(0x0,l['jsx'])(_0x3ee848(0x3ec),{'stopColor':_0x3ee848(0x21f),'stopOpacity':'0.01'}),(0x0,l['jsx'])('stop',{'offset':_0x3ee848(0x2b1),'stopColor':_0x3ee848(0x294),'stopOpacity':_0x3ee848(0x28a)}),(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x3ec),{'offset':_0x3ee848(0x29e),'stopColor':'#232425'}),(0x0,l[_0x3ee848(0x28c)])('stop',{'offset':_0x3ee848(0x352),'stopColor':'#292A2B'}),(0x0,l['jsx'])(_0x3ee848(0x3ec),{'offset':'1','stopColor':_0x3ee848(0x3dd)})]}),(0x0,l[_0x3ee848(0x3d7)])(_0x3ee848(0x30e),{'id':_0x3ee848(0x2e6),'x1':'8.95261','y1':_0x3ee848(0x354),'x2':'23.3094','y2':_0x3ee848(0x238),'gradientUnits':_0x3ee848(0x320),'children':[(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x3ec),{'stopColor':_0x3ee848(0x39b)}),(0x0,l['jsx'])(_0x3ee848(0x3ec),{'offset':'0.0722478','stopColor':_0x3ee848(0x369)}),(0x0,l[_0x3ee848(0x28c)])('stop',{'offset':_0x3ee848(0x22c),'stopColor':_0x3ee848(0x21f)}),(0x0,l['jsx'])('stop',{'offset':'1','stopColor':_0x3ee848(0x3dd),'stopOpacity':_0x3ee848(0x3a7)})]}),(0x0,l[_0x3ee848(0x3d7)])('linearGradient',{'id':_0x3ee848(0x307),'x1':_0x3ee848(0x379),'y1':_0x3ee848(0x39f),'x2':_0x3ee848(0x393),'y2':_0x3ee848(0x39f),'gradientUnits':_0x3ee848(0x320),'children':[(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x3ec),{'stopOpacity':'0.102218'}),(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x3ec),{'offset':_0x3ee848(0x249),'stopColor':'white','stopOpacity':_0x3ee848(0x2a6)}),(0x0,l[_0x3ee848(0x28c)])(_0x3ee848(0x3ec),{'offset':_0x3ee848(0x3f9),'stopColor':_0x3ee848(0x2cc),'stopOpacity':_0x3ee848(0x22a)}),(0x0,l['jsx'])(_0x3ee848(0x3ec),{'offset':'1','stopOpacity':_0x3ee848(0x310)})]})]})]});}function ee(_0x2688fc){const _0x27554f=_0xedd005;return(0x0,l[_0x27554f(0x3d7)])(_0x27554f(0x391),{'width':'30','height':_0x27554f(0x377),'viewBox':_0x27554f(0x3cd),'fill':_0x27554f(0x262),'xmlns':_0x27554f(0x395),'aria-hidden':_0x27554f(0x1f0),..._0x2688fc,'children':[(0x0,l[_0x27554f(0x28c)])('mask',{'id':_0x27554f(0x209),'style':{'maskType':_0x27554f(0x365)},'maskUnits':_0x27554f(0x320),'x':'0','y':'0','width':'30','height':_0x27554f(0x356),'children':(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x3ae),{'width':'30','height':_0x27554f(0x356),'fill':'white'})}),(0x0,l[_0x27554f(0x28c)])('g',{'mask':_0x27554f(0x34c)}),(0x0,l[_0x27554f(0x28c)])('g',{'filter':_0x27554f(0x387),'children':(0x0,l['jsxs'])('g',{'clipPath':_0x27554f(0x359),'children':[(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x3ae),{'x':_0x27554f(0x379),'y':'33','width':'19','height':'72','fill':_0x27554f(0x2ea)}),(0x0,l[_0x27554f(0x28c)])('path',{'fillRule':_0x27554f(0x3c2),'clipRule':_0x27554f(0x3c2),'d':_0x27554f(0x3b4),'fill':_0x27554f(0x244)}),(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x388),{'fillRule':_0x27554f(0x3c2),'clipRule':'evenodd','d':'M15\x2016C23.7632\x2016\x2024.25\x2022.0541\x2024.25\x2022.0541V48H5.75V22.0541C5.75\x2022.0541\x206.23684\x2016\x2015\x2016Z','fill':_0x27554f(0x21e)}),(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x388),{'fillRule':_0x27554f(0x3c2),'clipRule':_0x27554f(0x3c2),'d':_0x27554f(0x2b0),'fill':_0x27554f(0x293)}),(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x388),{'fillRule':_0x27554f(0x3c2),'clipRule':'evenodd','d':_0x27554f(0x2b0),'fill':_0x27554f(0x2d2)}),(0x0,l[_0x27554f(0x28c)])('g',{'filter':'url(#filter1_d_0_1397)','children':(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x388),{'fillRule':'evenodd','clipRule':_0x27554f(0x3c2),'d':_0x27554f(0x338),'fill':'url(#paint5_linear_0_1397)'})})]})}),(0x0,l[_0x27554f(0x3d7)])(_0x27554f(0x31d),{'children':[(0x0,l['jsxs'])(_0x27554f(0x334),{'id':_0x27554f(0x2c7),'x':'3','y':'14','width':'24','height':'93','filterUnits':_0x27554f(0x320),'colorInterpolationFilters':'sRGB','children':[(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x32f),{'floodOpacity':'0','result':'BackgroundImageFix'}),(0x0,l[_0x27554f(0x28c)])('feColorMatrix',{'in':_0x27554f(0x331),'type':'matrix','values':_0x27554f(0x39d),'result':_0x27554f(0x335)}),(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x350),{}),(0x0,l[_0x27554f(0x28c)])('feGaussianBlur',{'stdDeviation':'1'}),(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x21d),{'type':_0x27554f(0x39e),'values':_0x27554f(0x1f1)}),(0x0,l['jsx'])(_0x27554f(0x2de),{'mode':'normal','in2':_0x27554f(0x3ea),'result':_0x27554f(0x33a)}),(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x2de),{'mode':'normal','in':_0x27554f(0x3ba),'in2':_0x27554f(0x33a),'result':'shape'})]}),(0x0,l[_0x27554f(0x3d7)])(_0x27554f(0x334),{'id':_0x27554f(0x201),'x':_0x27554f(0x379),'y':'33','width':'19','height':_0x27554f(0x2d1),'filterUnits':_0x27554f(0x320),'colorInterpolationFilters':_0x27554f(0x2b4),'children':[(0x0,l['jsx'])(_0x27554f(0x32f),{'floodOpacity':'0','result':_0x27554f(0x3ea)}),(0x0,l[_0x27554f(0x28c)])('feColorMatrix',{'in':_0x27554f(0x331),'type':'matrix','values':_0x27554f(0x39d),'result':_0x27554f(0x335)}),(0x0,l[_0x27554f(0x28c)])('feOffset',{'dy':_0x27554f(0x3d4)}),(0x0,l['jsx'])(_0x27554f(0x21d),{'type':'matrix','values':_0x27554f(0x1f1)}),(0x0,l['jsx'])(_0x27554f(0x2de),{'mode':_0x27554f(0x2e9),'in2':_0x27554f(0x3ea),'result':_0x27554f(0x33a)}),(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x2de),{'mode':_0x27554f(0x2e9),'in':'SourceGraphic','in2':_0x27554f(0x33a),'result':_0x27554f(0x224)})]}),(0x0,l[_0x27554f(0x3d7)])('linearGradient',{'id':_0x27554f(0x2e2),'x1':_0x27554f(0x3eb),'y1':_0x27554f(0x210),'x2':_0x27554f(0x393),'y2':_0x27554f(0x210),'gradientUnits':_0x27554f(0x320),'children':[(0x0,l[_0x27554f(0x28c)])('stop',{'stopColor':_0x27554f(0x39b)}),(0x0,l[_0x27554f(0x28c)])('stop',{'offset':_0x27554f(0x3e8),'stopColor':'#1C1D1E'}),(0x0,l['jsx'])(_0x27554f(0x3ec),{'offset':_0x27554f(0x22c),'stopColor':_0x27554f(0x21f)}),(0x0,l[_0x27554f(0x28c)])('stop',{'offset':'0.380181','stopColor':_0x27554f(0x3e1)}),(0x0,l['jsx'])('stop',{'offset':_0x27554f(0x3c4),'stopColor':_0x27554f(0x383)}),(0x0,l['jsx'])(_0x27554f(0x3ec),{'offset':'0.805495','stopColor':_0x27554f(0x294)}),(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x3ec),{'offset':_0x27554f(0x29e),'stopColor':_0x27554f(0x256)}),(0x0,l[_0x27554f(0x28c)])('stop',{'offset':_0x27554f(0x352),'stopColor':_0x27554f(0x272)}),(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x3ec),{'offset':'1','stopColor':_0x27554f(0x3dd)})]}),(0x0,l['jsxs'])(_0x27554f(0x30e),{'id':_0x27554f(0x2d8),'x1':_0x27554f(0x305),'y1':_0x27554f(0x265),'x2':_0x27554f(0x24e),'y2':_0x27554f(0x265),'gradientUnits':_0x27554f(0x320),'children':[(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x3ec),{'stopColor':_0x27554f(0x2cb)}),(0x0,l['jsx'])(_0x27554f(0x3ec),{'offset':_0x27554f(0x3a0),'stopColor':_0x27554f(0x266)}),(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x3ec),{'offset':_0x27554f(0x2aa),'stopColor':_0x27554f(0x266)}),(0x0,l[_0x27554f(0x28c)])('stop',{'offset':_0x27554f(0x3a4),'stopColor':'#D9807F'}),(0x0,l[_0x27554f(0x28c)])('stop',{'offset':'1','stopColor':_0x27554f(0x32b)})]}),(0x0,l['jsxs'])(_0x27554f(0x30e),{'id':_0x27554f(0x200),'x1':_0x27554f(0x26a),'y1':'16','x2':_0x27554f(0x26a),'y2':_0x27554f(0x214),'gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x3ec),{'stopColor':_0x27554f(0x348)}),(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x3ec),{'offset':'1','stopColor':_0x27554f(0x380),'stopOpacity':'0.01'})]}),(0x0,l[_0x27554f(0x3d7)])(_0x27554f(0x30e),{'id':_0x27554f(0x361),'x1':_0x27554f(0x3b5),'y1':_0x27554f(0x3f1),'x2':'7.5','y2':_0x27554f(0x3f1),'gradientUnits':_0x27554f(0x320),'children':[(0x0,l[_0x27554f(0x28c)])('stop',{'stopColor':'#D8918F'}),(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x3ec),{'offset':_0x27554f(0x3a0),'stopColor':_0x27554f(0x266)}),(0x0,l['jsx'])(_0x27554f(0x3ec),{'offset':_0x27554f(0x2aa),'stopColor':'#F79E9D'}),(0x0,l[_0x27554f(0x28c)])('stop',{'offset':_0x27554f(0x3a4),'stopColor':_0x27554f(0x33b)}),(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x3ec),{'offset':'1','stopColor':'#DB9191'})]}),(0x0,l[_0x27554f(0x3d7)])(_0x27554f(0x30e),{'id':_0x27554f(0x321),'x1':_0x27554f(0x3b6),'y1':'35','x2':_0x27554f(0x3b6),'y2':'35.9307','gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x3ec),{'stopColor':'#D27977'}),(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x3ec),{'offset':'1','stopColor':_0x27554f(0x380),'stopOpacity':_0x27554f(0x3a7)})]}),(0x0,l['jsxs'])(_0x27554f(0x30e),{'id':_0x27554f(0x2f3),'x1':'5.76888','y1':_0x27554f(0x25b),'x2':_0x27554f(0x393),'y2':_0x27554f(0x25b),'gradientUnits':_0x27554f(0x320),'children':[(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x3ec),{'stopColor':'#2F3132'}),(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x3ec),{'offset':'0.0722478','stopColor':_0x27554f(0x369)}),(0x0,l['jsx'])(_0x27554f(0x3ec),{'offset':_0x27554f(0x22c),'stopColor':'#181A1A'}),(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x3ec),{'offset':_0x27554f(0x3f0),'stopColor':_0x27554f(0x3e1)}),(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x3ec),{'offset':_0x27554f(0x3c4),'stopColor':_0x27554f(0x383)}),(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x3ec),{'offset':'0.805495','stopColor':_0x27554f(0x294)}),(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x3ec),{'offset':_0x27554f(0x29e),'stopColor':_0x27554f(0x256)}),(0x0,l[_0x27554f(0x28c)])('stop',{'offset':_0x27554f(0x352),'stopColor':_0x27554f(0x272)}),(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x3ec),{'offset':'1','stopColor':_0x27554f(0x3dd)})]}),(0x0,l[_0x27554f(0x28c)])('clipPath',{'id':_0x27554f(0x31b),'children':(0x0,l[_0x27554f(0x28c)])(_0x27554f(0x3ae),{'width':'20','height':'89','fill':_0x27554f(0x2cc),'transform':_0x27554f(0x3d9)})})]})]});}function M(_0x1a513f){const _0x530a67=_0xedd005;return(0x0,l[_0x530a67(0x3d7)])(_0x530a67(0x391),{'width':'30','height':_0x530a67(0x356),'viewBox':_0x530a67(0x23d),'fill':_0x530a67(0x262),'xmlns':'http://www.w3.org/2000/svg','aria-hidden':'true',..._0x1a513f,'children':[(0x0,l['jsx'])(_0x530a67(0x3f5),{'id':_0x530a67(0x38b),'style':{'maskType':_0x530a67(0x365)},'maskUnits':'userSpaceOnUse','x':'0','y':'0','width':'30','height':_0x530a67(0x356),'children':(0x0,l[_0x530a67(0x28c)])('rect',{'width':'30','height':'105','fill':_0x530a67(0x2cc)})}),(0x0,l[_0x530a67(0x3d7)])('g',{'mask':_0x530a67(0x284),'children':[(0x0,l[_0x530a67(0x3d7)])('g',{'filter':'url(#filter0_d_0_1425)','children':[(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x388),{'fillRule':'evenodd','clipRule':_0x530a67(0x3c2),'d':_0x530a67(0x375),'fill':_0x530a67(0x37b)}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3f5),{'id':_0x530a67(0x33d),'style':{'maskType':_0x530a67(0x365)},'maskUnits':'userSpaceOnUse','x':'5','y':'26','width':'20','height':'80','children':(0x0,l[_0x530a67(0x28c)])('path',{'fillRule':_0x530a67(0x3c2),'clipRule':'evenodd','d':_0x530a67(0x375),'fill':_0x530a67(0x2cc)})}),(0x0,l[_0x530a67(0x3d7)])('g',{'mask':_0x530a67(0x23b),'children':[(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x388),{'fillRule':_0x530a67(0x3c2),'clipRule':'evenodd','d':'M9\x2042H21L24.5\x2052H5.5L9\x2042Z','fill':_0x530a67(0x1ef)}),(0x0,l[_0x530a67(0x28c)])('path',{'fillRule':_0x530a67(0x3c2),'clipRule':_0x530a67(0x3c2),'d':_0x530a67(0x2a9),'fill':_0x530a67(0x349)}),(0x0,l[_0x530a67(0x28c)])('rect',{'x':'9','y':_0x530a67(0x35a),'width':'12','height':_0x530a67(0x277),'fill':'url(#paint3_linear_0_1425)'})]})]}),(0x0,l['jsx'])('path',{'fillRule':_0x530a67(0x3c2),'clipRule':_0x530a67(0x3c2),'d':_0x530a67(0x288),'fill':_0x530a67(0x39c)}),(0x0,l[_0x530a67(0x28c)])('mask',{'id':'mask2_0_1425','style':{'maskType':_0x530a67(0x365)},'maskUnits':_0x530a67(0x320),'x':'5','y':'15','width':'20','height':'51','children':(0x0,l[_0x530a67(0x28c)])('path',{'fillRule':_0x530a67(0x3c2),'clipRule':_0x530a67(0x3c2),'d':_0x530a67(0x288),'fill':_0x530a67(0x2cc)})}),(0x0,l['jsxs'])('g',{'mask':_0x530a67(0x2df),'children':[(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3ae),{'y':'12','width':'30','height':'62','fill':'#FED031'}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3ae),{'x':_0x530a67(0x379),'y':'14.5','width':'19','height':'57','fill':'url(#paint4_linear_0_1425)'})]})]}),(0x0,l['jsxs'])(_0x530a67(0x31d),{'children':[(0x0,l[_0x530a67(0x3d7)])(_0x530a67(0x334),{'id':_0x530a67(0x221),'x':_0x530a67(0x257),'y':_0x530a67(0x393),'width':'23','height':'83','filterUnits':_0x530a67(0x320),'colorInterpolationFilters':_0x530a67(0x2b4),'children':[(0x0,l['jsx'])(_0x530a67(0x32f),{'floodOpacity':'0','result':_0x530a67(0x3ea)}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x21d),{'in':'SourceAlpha','type':_0x530a67(0x39e),'values':_0x530a67(0x39d),'result':'hardAlpha'}),(0x0,l['jsx'])(_0x530a67(0x350),{}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3fa),{'stdDeviation':'1'}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x21d),{'type':_0x530a67(0x39e),'values':_0x530a67(0x27b)}),(0x0,l['jsx'])('feBlend',{'mode':_0x530a67(0x2e9),'in2':_0x530a67(0x3ea),'result':_0x530a67(0x3be)}),(0x0,l['jsx'])(_0x530a67(0x2de),{'mode':_0x530a67(0x2e9),'in':'SourceGraphic','in2':_0x530a67(0x3be),'result':'shape'})]}),(0x0,l[_0x530a67(0x3d7)])(_0x530a67(0x30e),{'id':_0x530a67(0x2d6),'x1':_0x530a67(0x3eb),'y1':_0x530a67(0x223),'x2':_0x530a67(0x393),'y2':'104.941','gradientUnits':_0x530a67(0x320),'children':[(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3ec),{'stopColor':_0x530a67(0x39b)}),(0x0,l['jsx'])(_0x530a67(0x3ec),{'offset':_0x530a67(0x3e8),'stopColor':'#1C1D1E'}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3ec),{'offset':_0x530a67(0x22c),'stopColor':_0x530a67(0x21f)}),(0x0,l[_0x530a67(0x28c)])('stop',{'offset':_0x530a67(0x3f0),'stopColor':_0x530a67(0x3e1)}),(0x0,l['jsx'])('stop',{'offset':'0.575612','stopColor':_0x530a67(0x383)}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3ec),{'offset':_0x530a67(0x2b1),'stopColor':_0x530a67(0x294)}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3ec),{'offset':_0x530a67(0x29e),'stopColor':'#232425'}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3ec),{'offset':'0.963934','stopColor':_0x530a67(0x272)}),(0x0,l['jsx'])(_0x530a67(0x3ec),{'offset':'1','stopColor':_0x530a67(0x3dd)})]}),(0x0,l[_0x530a67(0x3d7)])(_0x530a67(0x30e),{'id':_0x530a67(0x3d3),'x1':_0x530a67(0x3e4),'y1':'55.3071','x2':_0x530a67(0x25d),'y2':_0x530a67(0x3c8),'gradientUnits':_0x530a67(0x320),'children':[(0x0,l['jsx'])(_0x530a67(0x3ec),{'stopColor':_0x530a67(0x21f),'stopOpacity':'0.01'}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3ec),{'offset':_0x530a67(0x2b1),'stopColor':'#3C3D3E','stopOpacity':'0.171137'}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3ec),{'offset':_0x530a67(0x29e),'stopColor':_0x530a67(0x256)}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3ec),{'offset':_0x530a67(0x352),'stopColor':_0x530a67(0x272)}),(0x0,l['jsx'])(_0x530a67(0x3ec),{'offset':'1','stopColor':_0x530a67(0x3dd)})]}),(0x0,l[_0x530a67(0x3d7)])(_0x530a67(0x30e),{'id':_0x530a67(0x1f4),'x1':'4.9106','y1':_0x530a67(0x3a2),'x2':_0x530a67(0x2f7),'y2':_0x530a67(0x3b3),'gradientUnits':_0x530a67(0x320),'children':[(0x0,l[_0x530a67(0x28c)])('stop',{'stopColor':'#2F3132'}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3ec),{'offset':_0x530a67(0x3e8),'stopColor':_0x530a67(0x369)}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3ec),{'offset':_0x530a67(0x22c),'stopColor':_0x530a67(0x21f)}),(0x0,l['jsx'])(_0x530a67(0x3ec),{'offset':'1','stopColor':_0x530a67(0x3dd),'stopOpacity':'0.01'})]}),(0x0,l['jsxs'])(_0x530a67(0x30e),{'id':'paint3_linear_0_1425','x1':'9.16982','y1':_0x530a67(0x346),'x2':'21','y2':'41.8903','gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3ec),{'stopColor':'#2F3132'}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3ec),{'offset':'0.0722478','stopColor':_0x530a67(0x369)}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3ec),{'offset':'0.195905','stopColor':'#181A1A'}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3ec),{'offset':_0x530a67(0x3f0),'stopColor':_0x530a67(0x3e1)}),(0x0,l['jsx'])('stop',{'offset':_0x530a67(0x3c4),'stopColor':_0x530a67(0x383)}),(0x0,l['jsx'])(_0x530a67(0x3ec),{'offset':_0x530a67(0x2b1),'stopColor':_0x530a67(0x294)}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3ec),{'offset':_0x530a67(0x29e),'stopColor':_0x530a67(0x256)}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3ec),{'offset':'0.963934','stopColor':'#292A2B'}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3ec),{'offset':'1','stopColor':'#2F3031'})]}),(0x0,l[_0x530a67(0x3d7)])('linearGradient',{'id':_0x530a67(0x363),'x1':_0x530a67(0x379),'y1':_0x530a67(0x2b2),'x2':'24.5','y2':_0x530a67(0x2b2),'gradientUnits':_0x530a67(0x320),'children':[(0x0,l['jsx'])('stop',{'stopOpacity':'0.102218'}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3ec),{'offset':_0x530a67(0x249),'stopColor':_0x530a67(0x2cc),'stopOpacity':_0x530a67(0x2a6)}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3ec),{'offset':_0x530a67(0x3f9),'stopColor':'white','stopOpacity':_0x530a67(0x22a)}),(0x0,l[_0x530a67(0x28c)])(_0x530a67(0x3ec),{'offset':'1','stopOpacity':_0x530a67(0x310)})]})]})]});}function N(_0x5c00ca){const _0x2d86c7=_0xedd005;return(0x0,l['jsxs'])('svg',{'width':'30','height':_0x2d86c7(0x356),'viewBox':_0x2d86c7(0x23d),'fill':_0x2d86c7(0x262),'xmlns':_0x2d86c7(0x395),'aria-hidden':_0x2d86c7(0x1f0),..._0x5c00ca,'children':[(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x3f5),{'id':_0x2d86c7(0x35d),'style':{'maskType':_0x2d86c7(0x365)},'maskUnits':'userSpaceOnUse','x':'0','y':'0','width':'30','height':'105','children':(0x0,l[_0x2d86c7(0x28c)])('rect',{'width':'30','height':_0x2d86c7(0x356),'fill':_0x2d86c7(0x2cc)})}),(0x0,l[_0x2d86c7(0x3d7)])('g',{'mask':_0x2d86c7(0x312),'children':[(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x3f5),{'id':'mask1_0_1451','style':{'maskType':_0x2d86c7(0x365)},'maskUnits':_0x2d86c7(0x320),'x':'0','y':'0','width':'30','height':'105','children':(0x0,l[_0x2d86c7(0x28c)])('rect',{'width':'30','height':_0x2d86c7(0x356),'fill':_0x2d86c7(0x2cc)})}),(0x0,l[_0x2d86c7(0x28c)])('g',{'mask':_0x2d86c7(0x20a),'children':(0x0,l[_0x2d86c7(0x3d7)])('g',{'filter':_0x2d86c7(0x220),'children':[(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x388),{'fillRule':_0x2d86c7(0x3c2),'clipRule':'evenodd','d':'M12.9991\x2018.6987C13.1108\x2017.7306\x2013.9305\x2017\x2014.9051\x2017C15.8796\x2017\x2016.6994\x2017.7306\x2016.8111\x2018.6987L17.4701\x2024.41H12.3401L12.9991\x2018.6987Z','fill':_0x2d86c7(0x2b7)}),(0x0,l['jsxs'])('g',{'filter':_0x2d86c7(0x1fa),'children':[(0x0,l[_0x2d86c7(0x28c)])('path',{'fillRule':_0x2d86c7(0x3c2),'clipRule':_0x2d86c7(0x3c2),'d':_0x2d86c7(0x37c),'fill':'url(#paint1_linear_0_1451)'}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x388),{'fillRule':_0x2d86c7(0x3c2),'clipRule':_0x2d86c7(0x3c2),'d':'M11.7701\x2024.41H18.0401L21.4601\x2046.07H8.3501L11.7701\x2024.41Z','fill':_0x2d86c7(0x233)})]}),(0x0,l[_0x2d86c7(0x3d7)])('g',{'filter':'url(#filter2_d_0_1451)','children':[(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x388),{'fillRule':_0x2d86c7(0x3c2),'clipRule':_0x2d86c7(0x3c2),'d':_0x2d86c7(0x241),'fill':_0x2d86c7(0x37d)}),(0x0,l[_0x2d86c7(0x28c)])('path',{'fillRule':_0x2d86c7(0x3c2),'clipRule':'evenodd','d':_0x2d86c7(0x241),'fill':_0x2d86c7(0x303)})]})]})})]}),(0x0,l[_0x2d86c7(0x3d7)])('defs',{'children':[(0x0,l['jsxs'])(_0x2d86c7(0x334),{'id':_0x2d86c7(0x25c),'x':_0x2d86c7(0x231),'y':'16','width':_0x2d86c7(0x1f9),'height':'89.78','filterUnits':'userSpaceOnUse','colorInterpolationFilters':_0x2d86c7(0x2b4),'children':[(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x32f),{'floodOpacity':'0','result':'BackgroundImageFix'}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x21d),{'in':_0x2d86c7(0x331),'type':_0x2d86c7(0x39e),'values':_0x2d86c7(0x39d),'result':_0x2d86c7(0x335)}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x350),{}),(0x0,l[_0x2d86c7(0x28c)])('feGaussianBlur',{'stdDeviation':'0.5'}),(0x0,l[_0x2d86c7(0x28c)])('feColorMatrix',{'type':_0x2d86c7(0x39e),'values':_0x2d86c7(0x1f5)}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x2de),{'mode':'normal','in2':_0x2d86c7(0x3ea),'result':'effect1_dropShadow_0_1451'}),(0x0,l['jsx'])(_0x2d86c7(0x2de),{'mode':_0x2d86c7(0x2e9),'in':_0x2d86c7(0x3ba),'in2':_0x2d86c7(0x2bd),'result':_0x2d86c7(0x224)})]}),(0x0,l[_0x2d86c7(0x3d7)])(_0x2d86c7(0x334),{'id':_0x2d86c7(0x3de),'x':_0x2d86c7(0x2c6),'y':_0x2d86c7(0x2c8),'width':'15.1101','height':_0x2d86c7(0x372),'filterUnits':_0x2d86c7(0x320),'colorInterpolationFilters':_0x2d86c7(0x2b4),'children':[(0x0,l[_0x2d86c7(0x28c)])('feFlood',{'floodOpacity':'0','result':_0x2d86c7(0x3ea)}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x21d),{'in':_0x2d86c7(0x331),'type':'matrix','values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':_0x2d86c7(0x335)}),(0x0,l['jsx'])(_0x2d86c7(0x350),{'dy':'-1'}),(0x0,l['jsx'])('feGaussianBlur',{'stdDeviation':_0x2d86c7(0x204)}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x21d),{'type':'matrix','values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.747897\x200'}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x2de),{'mode':'normal','in2':_0x2d86c7(0x3ea),'result':'effect1_dropShadow_0_1451'}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x2de),{'mode':_0x2d86c7(0x2e9),'in':_0x2d86c7(0x3ba),'in2':_0x2d86c7(0x2bd),'result':_0x2d86c7(0x224)})]}),(0x0,l[_0x2d86c7(0x3d7)])(_0x2d86c7(0x334),{'id':_0x2d86c7(0x347),'x':'4.5','y':_0x2d86c7(0x30f),'width':_0x2d86c7(0x1f9),'height':_0x2d86c7(0x2e8),'filterUnits':_0x2d86c7(0x320),'colorInterpolationFilters':'sRGB','children':[(0x0,l['jsx'])(_0x2d86c7(0x32f),{'floodOpacity':'0','result':'BackgroundImageFix'}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x21d),{'in':_0x2d86c7(0x331),'type':_0x2d86c7(0x39e),'values':_0x2d86c7(0x39d),'result':_0x2d86c7(0x335)}),(0x0,l[_0x2d86c7(0x28c)])('feOffset',{'dy':'-1'}),(0x0,l['jsx'])('feGaussianBlur',{'stdDeviation':'0.5'}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x21d),{'type':_0x2d86c7(0x39e),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.752404\x200'}),(0x0,l[_0x2d86c7(0x28c)])('feBlend',{'mode':'normal','in2':'BackgroundImageFix','result':_0x2d86c7(0x2bd)}),(0x0,l['jsx'])(_0x2d86c7(0x2de),{'mode':'normal','in':_0x2d86c7(0x3ba),'in2':_0x2d86c7(0x2bd),'result':'shape'})]}),(0x0,l[_0x2d86c7(0x3d7)])(_0x2d86c7(0x30e),{'id':'paint0_linear_0_1451','x1':_0x2d86c7(0x299),'y1':_0x2d86c7(0x398),'x2':_0x2d86c7(0x28e),'y2':_0x2d86c7(0x398),'gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x3ec),{'stopColor':_0x2d86c7(0x202)}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x3ec),{'offset':_0x2d86c7(0x327),'stopColor':_0x2d86c7(0x326)}),(0x0,l[_0x2d86c7(0x28c)])('stop',{'offset':_0x2d86c7(0x22d),'stopColor':_0x2d86c7(0x3f8)}),(0x0,l[_0x2d86c7(0x28c)])('stop',{'offset':'1','stopColor':'#313131'})]}),(0x0,l[_0x2d86c7(0x3d7)])(_0x2d86c7(0x30e),{'id':_0x2d86c7(0x340),'x1':_0x2d86c7(0x330),'y1':_0x2d86c7(0x287),'x2':'21.1319','y2':_0x2d86c7(0x2a1),'gradientUnits':_0x2d86c7(0x320),'children':[(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x3ec),{'stopColor':_0x2d86c7(0x2a2)}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x3ec),{'offset':_0x2d86c7(0x2fa),'stopColor':_0x2d86c7(0x3aa)}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x3ec),{'offset':'0.584408','stopColor':_0x2d86c7(0x24c)}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x3ec),{'offset':_0x2d86c7(0x373),'stopColor':'#7A7A7A'}),(0x0,l['jsx'])('stop',{'offset':'0.999639','stopColor':'#4F4F4F'})]}),(0x0,l[_0x2d86c7(0x3d7)])(_0x2d86c7(0x30e),{'id':_0x2d86c7(0x3ef),'x1':_0x2d86c7(0x282),'y1':'29.1023','x2':'10.2276','y2':'29.4576','gradientUnits':_0x2d86c7(0x320),'children':[(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x3ec),{'stopColor':_0x2d86c7(0x1e9)}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x3ec),{'offset':_0x2d86c7(0x332),'stopColor':_0x2d86c7(0x32e)}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x3ec),{'offset':_0x2d86c7(0x26e),'stopColor':_0x2d86c7(0x2a7)}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x3ec),{'offset':_0x2d86c7(0x31f),'stopColor':_0x2d86c7(0x251),'stopOpacity':_0x2d86c7(0x3a7)}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x3ec),{'offset':'1','stopColor':_0x2d86c7(0x2cc),'stopOpacity':_0x2d86c7(0x3a7)})]}),(0x0,l[_0x2d86c7(0x3d7)])(_0x2d86c7(0x30e),{'id':_0x2d86c7(0x38e),'x1':'5.7662','y1':_0x2d86c7(0x2f2),'x2':_0x2d86c7(0x2ff),'y2':_0x2d86c7(0x2f2),'gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x2d86c7(0x28c)])('stop',{'stopColor':'#2F3132'}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x3ec),{'offset':_0x2d86c7(0x3e8),'stopColor':'#1C1D1E'}),(0x0,l['jsx'])(_0x2d86c7(0x3ec),{'offset':_0x2d86c7(0x22c),'stopColor':_0x2d86c7(0x21f)}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x3ec),{'offset':'0.380181','stopColor':_0x2d86c7(0x3e1)}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x3ec),{'offset':_0x2d86c7(0x3c4),'stopColor':_0x2d86c7(0x383)}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x3ec),{'offset':'0.805495','stopColor':_0x2d86c7(0x294)}),(0x0,l['jsx'])('stop',{'offset':_0x2d86c7(0x29e),'stopColor':'#232425'}),(0x0,l['jsx'])(_0x2d86c7(0x3ec),{'offset':_0x2d86c7(0x352),'stopColor':_0x2d86c7(0x272)}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x3ec),{'offset':'1','stopColor':_0x2d86c7(0x3dd)})]}),(0x0,l['jsxs'])(_0x2d86c7(0x30e),{'id':_0x2d86c7(0x29a),'x1':_0x2d86c7(0x2d7),'y1':_0x2d86c7(0x275),'x2':'25.4602','y2':_0x2d86c7(0x24f),'gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x3ec),{'stopColor':'#181A1A','stopOpacity':_0x2d86c7(0x3a7)}),(0x0,l['jsx'])(_0x2d86c7(0x3ec),{'offset':_0x2d86c7(0x3f0),'stopColor':'#252627','stopOpacity':_0x2d86c7(0x3a7)}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x3ec),{'offset':_0x2d86c7(0x3c4),'stopColor':_0x2d86c7(0x383),'stopOpacity':_0x2d86c7(0x3a7)}),(0x0,l[_0x2d86c7(0x28c)])(_0x2d86c7(0x3ec),{'offset':_0x2d86c7(0x2b1),'stopColor':_0x2d86c7(0x294),'stopOpacity':_0x2d86c7(0x3a7)}),(0x0,l[_0x2d86c7(0x28c)])('stop',{'offset':_0x2d86c7(0x29e),'stopColor':_0x2d86c7(0x256)}),(0x0,l[_0x2d86c7(0x28c)])('stop',{'offset':_0x2d86c7(0x352),'stopColor':'#292A2B'}),(0x0,l['jsx'])(_0x2d86c7(0x3ec),{'offset':'1','stopColor':'#2F3031'})]})]})]});}function P(_0x4f8097){const _0x5be96f=_0xedd005;return(0x0,l[_0x5be96f(0x3d7)])(_0x5be96f(0x391),{'width':'30','height':_0x5be96f(0x356),'viewBox':'0\x200\x2030\x20105','fill':_0x5be96f(0x262),'xmlns':'http://www.w3.org/2000/svg','aria-hidden':_0x5be96f(0x1f0),..._0x4f8097,'children':[(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x3f5),{'id':_0x5be96f(0x3d2),'style':{'maskType':_0x5be96f(0x365)},'maskUnits':_0x5be96f(0x320),'x':'0','y':'0','width':'30','height':_0x5be96f(0x356),'children':(0x0,l['jsx'])(_0x5be96f(0x3ae),{'width':'30','height':_0x5be96f(0x356),'fill':_0x5be96f(0x2cc)})}),(0x0,l[_0x5be96f(0x28c)])('g',{'mask':_0x5be96f(0x2b6),'children':(0x0,l[_0x5be96f(0x3d7)])('g',{'filter':'url(#filter0_d_0_1593)','children':[(0x0,l[_0x5be96f(0x28c)])('rect',{'x':_0x5be96f(0x379),'y':'33','width':'19','height':'72','fill':'url(#paint0_linear_0_1593)'}),(0x0,l[_0x5be96f(0x28c)])('path',{'fillRule':_0x5be96f(0x3c2),'clipRule':_0x5be96f(0x3c2),'d':_0x5be96f(0x3b4),'fill':'url(#paint1_linear_0_1593)'}),(0x0,l[_0x5be96f(0x28c)])('path',{'fillRule':_0x5be96f(0x3c2),'clipRule':_0x5be96f(0x3c2),'d':_0x5be96f(0x3b4),'fill':_0x5be96f(0x358)}),(0x0,l['jsx'])(_0x5be96f(0x388),{'fillRule':_0x5be96f(0x3c2),'clipRule':_0x5be96f(0x3c2),'d':'M20.5\x2036V46H9.5V36H20.5Z','fill':_0x5be96f(0x314)}),(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x388),{'fillRule':_0x5be96f(0x3c2),'clipRule':'evenodd','d':'M20.5\x2036V46H9.5V36H20.5Z','fill':_0x5be96f(0x27a)}),(0x0,l[_0x5be96f(0x28c)])('g',{'filter':'url(#filter1_d_0_1593)','children':(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x388),{'fillRule':_0x5be96f(0x3c2),'clipRule':_0x5be96f(0x3c2),'d':_0x5be96f(0x336),'fill':_0x5be96f(0x311)})})]})}),(0x0,l[_0x5be96f(0x3d7)])(_0x5be96f(0x31d),{'children':[(0x0,l['jsxs'])('filter',{'id':_0x5be96f(0x2d5),'x':_0x5be96f(0x257),'y':'14','width':'23','height':'93','filterUnits':'userSpaceOnUse','colorInterpolationFilters':_0x5be96f(0x2b4),'children':[(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x32f),{'floodOpacity':'0','result':_0x5be96f(0x3ea)}),(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x21d),{'in':_0x5be96f(0x331),'type':_0x5be96f(0x39e),'values':_0x5be96f(0x39d),'result':_0x5be96f(0x335)}),(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x350),{}),(0x0,l['jsx'])(_0x5be96f(0x3fa),{'stdDeviation':'1'}),(0x0,l[_0x5be96f(0x28c)])('feColorMatrix',{'type':_0x5be96f(0x39e),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.25\x200'}),(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x2de),{'mode':_0x5be96f(0x2e9),'in2':'BackgroundImageFix','result':'effect1_dropShadow_0_1593'}),(0x0,l['jsx'])(_0x5be96f(0x2de),{'mode':_0x5be96f(0x2e9),'in':_0x5be96f(0x3ba),'in2':_0x5be96f(0x3df),'result':_0x5be96f(0x224)})]}),(0x0,l[_0x5be96f(0x3d7)])(_0x5be96f(0x334),{'id':_0x5be96f(0x30a),'x':_0x5be96f(0x379),'y':'33','width':'19','height':_0x5be96f(0x2d1),'filterUnits':_0x5be96f(0x320),'colorInterpolationFilters':_0x5be96f(0x2b4),'children':[(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x32f),{'floodOpacity':'0','result':_0x5be96f(0x3ea)}),(0x0,l['jsx'])(_0x5be96f(0x21d),{'in':_0x5be96f(0x331),'type':_0x5be96f(0x39e),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':_0x5be96f(0x335)}),(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x350),{'dy':_0x5be96f(0x3d4)}),(0x0,l[_0x5be96f(0x28c)])('feColorMatrix',{'type':_0x5be96f(0x39e),'values':_0x5be96f(0x1f1)}),(0x0,l[_0x5be96f(0x28c)])('feBlend',{'mode':'normal','in2':_0x5be96f(0x3ea),'result':_0x5be96f(0x3df)}),(0x0,l['jsx'])(_0x5be96f(0x2de),{'mode':_0x5be96f(0x2e9),'in':_0x5be96f(0x3ba),'in2':_0x5be96f(0x3df),'result':_0x5be96f(0x224)})]}),(0x0,l[_0x5be96f(0x3d7)])(_0x5be96f(0x30e),{'id':_0x5be96f(0x3e9),'x1':_0x5be96f(0x393),'y1':'26.3099','x2':_0x5be96f(0x379),'y2':_0x5be96f(0x351),'gradientUnits':_0x5be96f(0x320),'children':[(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x3ec),{'stopColor':_0x5be96f(0x32c)}),(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x3ec),{'offset':_0x5be96f(0x1ed),'stopColor':_0x5be96f(0x318)}),(0x0,l['jsx'])(_0x5be96f(0x3ec),{'offset':'0.445105','stopColor':_0x5be96f(0x24b)}),(0x0,l['jsx'])(_0x5be96f(0x3ec),{'offset':_0x5be96f(0x39a),'stopColor':_0x5be96f(0x3ad)}),(0x0,l[_0x5be96f(0x28c)])('stop',{'offset':_0x5be96f(0x2ec),'stopColor':_0x5be96f(0x29b)}),(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x3ec),{'offset':_0x5be96f(0x219),'stopColor':'#E4E4E4'}),(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x3ec),{'offset':'1','stopColor':_0x5be96f(0x319)})]}),(0x0,l[_0x5be96f(0x3d7)])(_0x5be96f(0x30e),{'id':'paint1_linear_0_1593','x1':_0x5be96f(0x305),'y1':'18.1711','x2':'5.75','y2':_0x5be96f(0x265),'gradientUnits':_0x5be96f(0x320),'children':[(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x3ec),{'stopColor':_0x5be96f(0x2cb)}),(0x0,l[_0x5be96f(0x28c)])('stop',{'offset':'0.250256','stopColor':_0x5be96f(0x266)}),(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x3ec),{'offset':_0x5be96f(0x2aa),'stopColor':'#F79E9D'}),(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x3ec),{'offset':_0x5be96f(0x3a4),'stopColor':_0x5be96f(0x33b)}),(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x3ec),{'offset':'1','stopColor':'#DB9191'})]}),(0x0,l['jsxs'])('linearGradient',{'id':_0x5be96f(0x276),'x1':_0x5be96f(0x26a),'y1':'16','x2':'14.2826','y2':_0x5be96f(0x214),'gradientUnits':_0x5be96f(0x320),'children':[(0x0,l[_0x5be96f(0x28c)])('stop',{'stopColor':_0x5be96f(0x348)}),(0x0,l['jsx'])(_0x5be96f(0x3ec),{'offset':'1','stopColor':_0x5be96f(0x380),'stopOpacity':'0.01'})]}),(0x0,l['jsxs'])(_0x5be96f(0x30e),{'id':'paint3_linear_0_1593','x1':_0x5be96f(0x206),'y1':'36.6785','x2':_0x5be96f(0x3e0),'y2':'36.6785','gradientUnits':_0x5be96f(0x320),'children':[(0x0,l[_0x5be96f(0x28c)])('stop',{'stopColor':_0x5be96f(0x2cb)}),(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x3ec),{'offset':_0x5be96f(0x3a0),'stopColor':_0x5be96f(0x266)}),(0x0,l['jsx'])('stop',{'offset':_0x5be96f(0x2aa),'stopColor':_0x5be96f(0x266)}),(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x3ec),{'offset':_0x5be96f(0x3a4),'stopColor':'#D9807F'}),(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x3ec),{'offset':'1','stopColor':_0x5be96f(0x32b)})]}),(0x0,l[_0x5be96f(0x3d7)])(_0x5be96f(0x30e),{'id':_0x5be96f(0x374),'x1':_0x5be96f(0x27c),'y1':'36','x2':_0x5be96f(0x27c),'y2':_0x5be96f(0x2c9),'gradientUnits':_0x5be96f(0x320),'children':[(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x3ec),{'stopColor':_0x5be96f(0x348)}),(0x0,l['jsx'])(_0x5be96f(0x3ec),{'offset':'1','stopColor':_0x5be96f(0x380),'stopOpacity':_0x5be96f(0x3a7)})]}),(0x0,l[_0x5be96f(0x3d7)])(_0x5be96f(0x30e),{'id':_0x5be96f(0x38f),'x1':_0x5be96f(0x393),'y1':_0x5be96f(0x31c),'x2':_0x5be96f(0x379),'y2':'31.5133','gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x3ec),{'stopColor':_0x5be96f(0x32c)}),(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x3ec),{'offset':_0x5be96f(0x1ed),'stopColor':_0x5be96f(0x318)}),(0x0,l['jsx'])('stop',{'offset':_0x5be96f(0x343),'stopColor':_0x5be96f(0x24b)}),(0x0,l['jsx'])(_0x5be96f(0x3ec),{'offset':_0x5be96f(0x39a),'stopColor':_0x5be96f(0x3ad)}),(0x0,l[_0x5be96f(0x28c)])('stop',{'offset':'0.911778','stopColor':_0x5be96f(0x29b)}),(0x0,l[_0x5be96f(0x28c)])(_0x5be96f(0x3ec),{'offset':_0x5be96f(0x219),'stopColor':_0x5be96f(0x319)}),(0x0,l['jsx'])(_0x5be96f(0x3ec),{'offset':'1','stopColor':_0x5be96f(0x319)})]})]})]});}function F(_0x8be32c){const _0x5cf801=_0xedd005;return(0x0,l[_0x5cf801(0x3d7)])(_0x5cf801(0x391),{'width':'30','height':'105','viewBox':'0\x200\x2030\x20105','fill':_0x5cf801(0x262),'xmlns':_0x5cf801(0x395),'aria-hidden':_0x5cf801(0x1f0),..._0x8be32c,'children':[(0x0,l[_0x5cf801(0x28c)])('mask',{'id':_0x5cf801(0x33e),'style':{'maskType':_0x5cf801(0x365)},'maskUnits':_0x5cf801(0x320),'x':'0','y':'0','width':'30','height':_0x5cf801(0x356),'children':(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x3ae),{'width':'30','height':'105','fill':_0x5cf801(0x2cc)})}),(0x0,l[_0x5cf801(0x28c)])('g',{'mask':'url(#mask0_0_1646)','children':(0x0,l[_0x5cf801(0x3d7)])('g',{'filter':_0x5cf801(0x2be),'children':[(0x0,l['jsx'])(_0x5cf801(0x388),{'fillRule':_0x5cf801(0x3c2),'clipRule':_0x5cf801(0x3c2),'d':_0x5cf801(0x3e7),'fill':_0x5cf801(0x385)}),(0x0,l['jsxs'])('g',{'filter':'url(#filter1_d_0_1646)','children':[(0x0,l['jsx'])('path',{'fillRule':_0x5cf801(0x3c2),'clipRule':'evenodd','d':_0x5cf801(0x37c),'fill':_0x5cf801(0x2eb)}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x388),{'fillRule':_0x5cf801(0x3c2),'clipRule':'evenodd','d':_0x5cf801(0x37c),'fill':_0x5cf801(0x35b)})]}),(0x0,l[_0x5cf801(0x28c)])('g',{'filter':_0x5cf801(0x3a9),'children':(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x388),{'fillRule':_0x5cf801(0x3c2),'clipRule':_0x5cf801(0x3c2),'d':'M8.35\x2046.07H21.46C22.6822\x2050.2254\x2023.874\x2059.5658\x2024.31\x2074.57V104.78H5.5L5.5\x2074.57C5.93601\x2059.5658\x207.12783\x2050.2254\x208.35\x2046.07Z','fill':_0x5cf801(0x239)})})]})}),(0x0,l[_0x5cf801(0x3d7)])(_0x5cf801(0x31d),{'children':[(0x0,l[_0x5cf801(0x3d7)])('filter',{'id':_0x5cf801(0x317),'x':_0x5cf801(0x231),'y':'16','width':_0x5cf801(0x1f9),'height':_0x5cf801(0x341),'filterUnits':_0x5cf801(0x320),'colorInterpolationFilters':_0x5cf801(0x2b4),'children':[(0x0,l[_0x5cf801(0x28c)])('feFlood',{'floodOpacity':'0','result':_0x5cf801(0x3ea)}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x21d),{'in':_0x5cf801(0x331),'type':_0x5cf801(0x39e),'values':_0x5cf801(0x39d),'result':_0x5cf801(0x335)}),(0x0,l['jsx'])(_0x5cf801(0x350),{}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x3fa),{'stdDeviation':_0x5cf801(0x204)}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x21d),{'type':'matrix','values':_0x5cf801(0x1f5)}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x2de),{'mode':_0x5cf801(0x2e9),'in2':'BackgroundImageFix','result':_0x5cf801(0x360)}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x2de),{'mode':_0x5cf801(0x2e9),'in':_0x5cf801(0x3ba),'in2':'effect1_dropShadow_0_1646','result':_0x5cf801(0x224)})]}),(0x0,l['jsxs'])(_0x5cf801(0x334),{'id':_0x5cf801(0x323),'x':_0x5cf801(0x2c6),'y':_0x5cf801(0x2c8),'width':_0x5cf801(0x364),'height':_0x5cf801(0x372),'filterUnits':_0x5cf801(0x320),'colorInterpolationFilters':_0x5cf801(0x2b4),'children':[(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x32f),{'floodOpacity':'0','result':'BackgroundImageFix'}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x21d),{'in':_0x5cf801(0x331),'type':_0x5cf801(0x39e),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':'hardAlpha'}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x350),{'dy':'-1'}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x3fa),{'stdDeviation':_0x5cf801(0x204)}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x21d),{'type':_0x5cf801(0x39e),'values':_0x5cf801(0x2e0)}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x2de),{'mode':_0x5cf801(0x2e9),'in2':'BackgroundImageFix','result':_0x5cf801(0x360)}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x2de),{'mode':_0x5cf801(0x2e9),'in':_0x5cf801(0x3ba),'in2':'effect1_dropShadow_0_1646','result':_0x5cf801(0x224)})]}),(0x0,l[_0x5cf801(0x3d7)])(_0x5cf801(0x334),{'id':'filter2_d_0_1646','x':_0x5cf801(0x231),'y':_0x5cf801(0x30f),'width':'20.8101','height':_0x5cf801(0x2e8),'filterUnits':'userSpaceOnUse','colorInterpolationFilters':'sRGB','children':[(0x0,l[_0x5cf801(0x28c)])('feFlood',{'floodOpacity':'0','result':_0x5cf801(0x3ea)}),(0x0,l[_0x5cf801(0x28c)])('feColorMatrix',{'in':_0x5cf801(0x331),'type':_0x5cf801(0x39e),'values':_0x5cf801(0x39d),'result':'hardAlpha'}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x350),{'dy':'-1'}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x3fa),{'stdDeviation':_0x5cf801(0x204)}),(0x0,l['jsx'])(_0x5cf801(0x21d),{'type':'matrix','values':_0x5cf801(0x2e0)}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x2de),{'mode':'normal','in2':_0x5cf801(0x3ea),'result':'effect1_dropShadow_0_1646'}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x2de),{'mode':_0x5cf801(0x2e9),'in':_0x5cf801(0x3ba),'in2':'effect1_dropShadow_0_1646','result':_0x5cf801(0x224)})]}),(0x0,l[_0x5cf801(0x3d7)])('linearGradient',{'id':_0x5cf801(0x2a8),'x1':_0x5cf801(0x299),'y1':_0x5cf801(0x398),'x2':'17.4701','y2':_0x5cf801(0x398),'gradientUnits':_0x5cf801(0x320),'children':[(0x0,l['jsx'])(_0x5cf801(0x3ec),{'stopColor':_0x5cf801(0x234)}),(0x0,l['jsx'])(_0x5cf801(0x3ec),{'offset':'0.218117','stopColor':'#767B7F'}),(0x0,l[_0x5cf801(0x28c)])('stop',{'offset':'0.640132','stopColor':_0x5cf801(0x3db)}),(0x0,l['jsx'])(_0x5cf801(0x3ec),{'offset':'1','stopColor':_0x5cf801(0x3f3)})]}),(0x0,l[_0x5cf801(0x3d7)])(_0x5cf801(0x30e),{'id':_0x5cf801(0x3a8),'x1':_0x5cf801(0x330),'y1':_0x5cf801(0x287),'x2':'21.1319','y2':_0x5cf801(0x2a1),'gradientUnits':_0x5cf801(0x320),'children':[(0x0,l['jsx'])(_0x5cf801(0x3ec),{'stopColor':'#A6A29E'}),(0x0,l['jsx'])('stop',{'offset':'0.155077','stopColor':_0x5cf801(0x240)}),(0x0,l['jsx'])('stop',{'offset':'0.584408','stopColor':_0x5cf801(0x302)}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x3ec),{'offset':_0x5cf801(0x373),'stopColor':_0x5cf801(0x3cc)}),(0x0,l[_0x5cf801(0x28c)])('stop',{'offset':_0x5cf801(0x3ab),'stopColor':_0x5cf801(0x25f)})]}),(0x0,l[_0x5cf801(0x3d7)])(_0x5cf801(0x30e),{'id':'paint2_linear_0_1646','x1':'19.7616','y1':_0x5cf801(0x2e5),'x2':_0x5cf801(0x3c5),'y2':_0x5cf801(0x1f2),'gradientUnits':_0x5cf801(0x320),'children':[(0x0,l['jsx'])(_0x5cf801(0x3ec),{'stopColor':_0x5cf801(0x2b8),'stopOpacity':_0x5cf801(0x297)}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x3ec),{'offset':_0x5cf801(0x3bd),'stopColor':'#EDEDED'}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x3ec),{'offset':_0x5cf801(0x290),'stopColor':_0x5cf801(0x251),'stopOpacity':_0x5cf801(0x3a7)}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x3ec),{'offset':'1','stopColor':_0x5cf801(0x2cc),'stopOpacity':_0x5cf801(0x3a7)})]}),(0x0,l['jsxs'])(_0x5cf801(0x30e),{'id':_0x5cf801(0x3e5),'x1':_0x5cf801(0x2ff),'y1':_0x5cf801(0x20c),'x2':'5.5','y2':_0x5cf801(0x20c),'gradientUnits':_0x5cf801(0x320),'children':[(0x0,l['jsx'])('stop',{'stopColor':'#DADADA'}),(0x0,l[_0x5cf801(0x28c)])('stop',{'offset':_0x5cf801(0x230),'stopColor':_0x5cf801(0x318)}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x3ec),{'offset':_0x5cf801(0x2e1),'stopColor':'white'}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x3ec),{'offset':_0x5cf801(0x3e3),'stopColor':'#DFE0DF'}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x3ec),{'offset':_0x5cf801(0x36f),'stopColor':_0x5cf801(0x29b)}),(0x0,l[_0x5cf801(0x28c)])(_0x5cf801(0x3ec),{'offset':'1','stopColor':_0x5cf801(0x2cc)})]})]})]});}function I(_0x27375a){const _0x23deae=_0xedd005;return(0x0,l[_0x23deae(0x3d7)])(_0x23deae(0x391),{'width':'30','height':'105','viewBox':_0x23deae(0x23d),'fill':'none','xmlns':_0x23deae(0x395),'aria-hidden':_0x23deae(0x1f0),..._0x27375a,'children':[(0x0,l['jsx'])(_0x23deae(0x3f5),{'id':_0x23deae(0x2ef),'style':{'maskType':_0x23deae(0x365)},'maskUnits':_0x23deae(0x320),'x':'0','y':'0','width':'30','height':_0x23deae(0x356),'children':(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ae),{'width':'30','height':_0x23deae(0x356),'fill':_0x23deae(0x2cc)})}),(0x0,l[_0x23deae(0x3d7)])('g',{'mask':_0x23deae(0x3c7),'children':[(0x0,l[_0x23deae(0x3d7)])('g',{'filter':'url(#filter0_d_0_1618)','children':[(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x388),{'fillRule':_0x23deae(0x3c2),'clipRule':'evenodd','d':_0x23deae(0x375),'fill':_0x23deae(0x3c3)}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3f5),{'id':_0x23deae(0x250),'style':{'maskType':_0x23deae(0x365)},'maskUnits':_0x23deae(0x320),'x':'5','y':'26','width':'20','height':'80','children':(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x388),{'fillRule':_0x23deae(0x3c2),'clipRule':_0x23deae(0x3c2),'d':_0x23deae(0x375),'fill':'white'})}),(0x0,l[_0x23deae(0x3d7)])('g',{'mask':_0x23deae(0x208),'children':[(0x0,l['jsx'])(_0x23deae(0x388),{'fillRule':'evenodd','clipRule':'evenodd','d':_0x23deae(0x2a9),'fill':_0x23deae(0x21a)}),(0x0,l['jsx'])(_0x23deae(0x388),{'fillRule':_0x23deae(0x3c2),'clipRule':_0x23deae(0x3c2),'d':_0x23deae(0x2a9),'fill':_0x23deae(0x226)}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x388),{'fillRule':_0x23deae(0x3c2),'clipRule':_0x23deae(0x3c2),'d':_0x23deae(0x2a9),'fill':_0x23deae(0x24d)}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ae),{'x':'9','y':_0x23deae(0x35a),'width':'12','height':'15.5','fill':'url(#paint3_linear_0_1618)'})]})]}),(0x0,l[_0x23deae(0x28c)])('path',{'fillRule':_0x23deae(0x3c2),'clipRule':'evenodd','d':_0x23deae(0x37e),'fill':_0x23deae(0x39c)}),(0x0,l[_0x23deae(0x28c)])('mask',{'id':_0x23deae(0x34d),'style':{'maskType':_0x23deae(0x365)},'maskUnits':_0x23deae(0x320),'x':'5','y':'15','width':'20','height':'46','children':(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x388),{'fillRule':_0x23deae(0x3c2),'clipRule':'evenodd','d':'M24.5\x2055V60.5H5.5V55H24.5ZM19.9636\x2015.5522C19.9876\x2015.6117\x2020\x2015.6753\x2020\x2015.7394V26.5H10V20.9112C9.99998\x2020.8043\x2010.0342\x2020.7003\x2010.0976\x2020.6143C10.7888\x2019.6775\x2011.7563\x2018.8515\x2013\x2018.1364C14.2127\x2017.4391\x2016.3169\x2016.4855\x2019.3127\x2015.2758C19.5687\x2015.1723\x2019.8602\x2015.2961\x2019.9636\x2015.5522Z','fill':_0x23deae(0x2cc)})}),(0x0,l[_0x23deae(0x3d7)])('g',{'mask':'url(#mask2_0_1618)','children':[(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ae),{'y':'12','width':'30','height':'62','fill':_0x23deae(0x2a4)}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ae),{'x':'5.5','y':_0x23deae(0x316),'width':'19','height':'57','fill':_0x23deae(0x1eb)})]})]}),(0x0,l[_0x23deae(0x3d7)])('defs',{'children':[(0x0,l[_0x23deae(0x3d7)])('filter',{'id':_0x23deae(0x2dc),'x':'3.5','y':_0x23deae(0x393),'width':'23','height':'83','filterUnits':_0x23deae(0x320),'colorInterpolationFilters':_0x23deae(0x2b4),'children':[(0x0,l[_0x23deae(0x28c)])('feFlood',{'floodOpacity':'0','result':'BackgroundImageFix'}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x21d),{'in':'SourceAlpha','type':'matrix','values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':'hardAlpha'}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x350),{}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3fa),{'stdDeviation':'1'}),(0x0,l[_0x23deae(0x28c)])('feColorMatrix',{'type':'matrix','values':_0x23deae(0x27b)}),(0x0,l['jsx'])(_0x23deae(0x2de),{'mode':_0x23deae(0x2e9),'in2':'BackgroundImageFix','result':_0x23deae(0x2ce)}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x2de),{'mode':_0x23deae(0x2e9),'in':_0x23deae(0x3ba),'in2':_0x23deae(0x2ce),'result':_0x23deae(0x224)})]}),(0x0,l[_0x23deae(0x3d7)])(_0x23deae(0x30e),{'id':_0x23deae(0x386),'x1':_0x23deae(0x393),'y1':_0x23deae(0x2ad),'x2':'5.5','y2':_0x23deae(0x2ad),'gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'stopColor':_0x23deae(0x32c)}),(0x0,l['jsx'])('stop',{'offset':_0x23deae(0x1ed),'stopColor':_0x23deae(0x318)}),(0x0,l['jsx'])('stop',{'offset':_0x23deae(0x343),'stopColor':_0x23deae(0x24b)}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'offset':_0x23deae(0x39a),'stopColor':_0x23deae(0x3ad)}),(0x0,l['jsx'])(_0x23deae(0x3ec),{'offset':_0x23deae(0x2ec),'stopColor':_0x23deae(0x29b)}),(0x0,l['jsx'])(_0x23deae(0x3ec),{'offset':_0x23deae(0x219),'stopColor':'#E4E4E4'}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'offset':'1','stopColor':'#E4E4E4'})]}),(0x0,l[_0x23deae(0x3d7)])(_0x23deae(0x30e),{'id':'paint1_linear_0_1618','x1':'17.978','y1':_0x23deae(0x2b3),'x2':_0x23deae(0x3d6),'y2':_0x23deae(0x301),'gradientUnits':_0x23deae(0x320),'children':[(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'stopColor':'#DADADA'}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'offset':_0x23deae(0x1ed),'stopColor':'#F5F5F5'}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'offset':_0x23deae(0x343),'stopColor':_0x23deae(0x24b)}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'offset':_0x23deae(0x39a),'stopColor':'#E1E1E1'}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'offset':_0x23deae(0x2ec),'stopColor':_0x23deae(0x29b),'stopOpacity':_0x23deae(0x3a7)}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'offset':_0x23deae(0x219),'stopColor':_0x23deae(0x319),'stopOpacity':_0x23deae(0x3a7)}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'offset':'1','stopColor':_0x23deae(0x319),'stopOpacity':_0x23deae(0x3a7)})]}),(0x0,l[_0x23deae(0x3d7)])('linearGradient',{'id':_0x23deae(0x264),'x1':'30.295','y1':_0x23deae(0x313),'x2':_0x23deae(0x2af),'y2':_0x23deae(0x342),'gradientUnits':_0x23deae(0x320),'children':[(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'stopColor':'#DADADA','stopOpacity':_0x23deae(0x3a7)}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'offset':_0x23deae(0x1ed),'stopColor':_0x23deae(0x318),'stopOpacity':_0x23deae(0x3a7)}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'offset':_0x23deae(0x281),'stopColor':'#FAF7F7','stopOpacity':_0x23deae(0x3a7)}),(0x0,l['jsx'])(_0x23deae(0x3ec),{'offset':_0x23deae(0x243),'stopColor':_0x23deae(0x3ad)}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'offset':'0.964727','stopColor':_0x23deae(0x29b)}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'offset':'1','stopColor':'#E4E4E4'}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'offset':'1','stopColor':'#E4E4E4'})]}),(0x0,l[_0x23deae(0x3d7)])(_0x23deae(0x30e),{'id':'paint3_linear_0_1618','x1':'21','y1':_0x23deae(0x261),'x2':'9','y2':_0x23deae(0x261),'gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'stopColor':_0x23deae(0x32c)}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'offset':_0x23deae(0x1ed),'stopColor':_0x23deae(0x318)}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'offset':_0x23deae(0x343),'stopColor':_0x23deae(0x24b)}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'offset':_0x23deae(0x39a),'stopColor':_0x23deae(0x3ad)}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'offset':_0x23deae(0x2ec),'stopColor':_0x23deae(0x29b)}),(0x0,l['jsx'])(_0x23deae(0x3ec),{'offset':_0x23deae(0x219),'stopColor':_0x23deae(0x319)}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'offset':'1','stopColor':_0x23deae(0x319)})]}),(0x0,l[_0x23deae(0x3d7)])('linearGradient',{'id':_0x23deae(0x291),'x1':_0x23deae(0x379),'y1':_0x23deae(0x2b2),'x2':_0x23deae(0x393),'y2':_0x23deae(0x2b2),'gradientUnits':_0x23deae(0x320),'children':[(0x0,l[_0x23deae(0x28c)])('stop',{'stopOpacity':_0x23deae(0x32a)}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'offset':_0x23deae(0x249),'stopColor':'white','stopOpacity':_0x23deae(0x2a6)}),(0x0,l['jsx'])(_0x23deae(0x3ec),{'offset':_0x23deae(0x3f9),'stopColor':_0x23deae(0x2cc),'stopOpacity':_0x23deae(0x22a)}),(0x0,l[_0x23deae(0x28c)])(_0x23deae(0x3ec),{'offset':'1','stopOpacity':_0x23deae(0x310)})]})]})]});}function L(_0x278bc0){const _0x5985f0=_0xedd005;return(0x0,l[_0x5985f0(0x28c)])(_0x5985f0(0x391),{'width':'21','height':'22','viewBox':'0\x200\x2021\x2022','fill':'none','xmlns':'http://www.w3.org/2000/svg','aria-hidden':_0x5985f0(0x1f0),..._0x278bc0,'children':(0x0,l['jsx'])(_0x5985f0(0x388),{'fillRule':_0x5985f0(0x3c2),'clipRule':_0x5985f0(0x3c2),'d':'M6.07705\x200.197445C7.38981\x201.20701\x204.02148\x206.03315\x203.45693\x207.71262C2.89238\x209.3921\x201.60039\x2012.4519\x203.87953\x2012.6304C6.15867\x2012.8089\x208.56155\x207.71263\x2011.8494\x208.28764C14.107\x208.68246\x2013.609\x2013.3788\x2015.3042\x2016.2769C17.4487\x2019.943\x2020.501\x2019.943\x2020.501\x2021.2611C20.501\x2023.3019\x2015.1983\x2019.8771\x2013.525\x2016.5571C11.8518\x2013.2372\x2012.6009\x2011.2633\x2011.154\x2010.7376C9.70714\x2010.2119\x208.42272\x2014.9732\x203.87953\x2014.9732C-0.0516641\x2014.9732\x20-0.63741\x2011.727\x200.543057\x206.93492C1.72352\x202.14285\x204.76429\x20-0.812116\x206.07705\x200.197445Z','fill':'currentColor'})});}function R(_0x4f04b4){const _0x3addd3=_0xedd005;return(0x0,l[_0x3addd3(0x28c)])(_0x3addd3(0x391),{'width':'22','height':'24','viewBox':_0x3addd3(0x242),'fill':'none','xmlns':_0x3addd3(0x395),'aria-hidden':_0x3addd3(0x1f0),..._0x4f04b4,'children':(0x0,l[_0x3addd3(0x28c)])(_0x3addd3(0x388),{'fillRule':_0x3addd3(0x3c2),'clipRule':_0x3addd3(0x3c2),'d':_0x3addd3(0x2f0),'fill':_0x3addd3(0x232)})});}function z(_0x58edbe){const _0x348ec6=_0xedd005;return(0x0,l[_0x348ec6(0x28c)])('svg',{'width':'23','height':'25','viewBox':_0x348ec6(0x3a3),'fill':_0x348ec6(0x262),'xmlns':_0x348ec6(0x395),'aria-hidden':'true',..._0x58edbe,'children':(0x0,l[_0x348ec6(0x28c)])('path',{'fillRule':_0x348ec6(0x3c2),'clipRule':'evenodd','d':_0x348ec6(0x34f),'fill':_0x348ec6(0x232)})});}function B(_0x126676){const _0x5cb58e=_0xedd005;return(0x0,l['jsx'])(_0x5cb58e(0x391),{'width':'23','height':'26','viewBox':_0x5cb58e(0x32d),'fill':'none','xmlns':_0x5cb58e(0x395),'aria-hidden':_0x5cb58e(0x1f0),..._0x126676,'children':(0x0,l[_0x5cb58e(0x28c)])('path',{'fillRule':'evenodd','clipRule':_0x5cb58e(0x3c2),'d':_0x5cb58e(0x27d),'fill':_0x5cb58e(0x232)})});}function V(_0x1d4c0e){const _0x4e7675=_0xedd005;return(0x0,l['jsx'])(_0x4e7675(0x391),{'width':'24','height':'26','viewBox':_0x4e7675(0x2fd),'fill':_0x4e7675(0x262),'xmlns':_0x4e7675(0x395),'aria-hidden':_0x4e7675(0x1f0),..._0x1d4c0e,'children':(0x0,l[_0x4e7675(0x28c)])(_0x4e7675(0x388),{'fillRule':_0x4e7675(0x3c2),'clipRule':_0x4e7675(0x3c2),'d':_0x4e7675(0x23e),'fill':_0x4e7675(0x232)})});}const H=[{'labelKey':_0xedd005(0x353),'tool':'pen','icon':F,'darkIcon':N},{'labelKey':'brush','tool':_0xedd005(0x2f9),'icon':k,'darkIcon':j},{'labelKey':_0xedd005(0x278),'tool':_0xedd005(0x278),'icon':I,'darkIcon':M},{'labelKey':'eraser','tool':'eraser','icon':P,'darkIcon':ee}],U={'pen':_0xedd005(0x225),'brush':_0xedd005(0x20d),'highlighter':'ink-ui.toolbar.highlighter','eraser':_0xedd005(0x1fe)},W=0x30*H[_0xedd005(0x328)]+0x6*(H[_0xedd005(0x328)]-0x1),G={'rootClassName':_0xedd005(0x2fc),'controlTooltipAnchorClassName':_0xedd005(0x309),'dividerClassName':_0xedd005(0x3fb),'controlGroupClassName':'univer-flex\x20univer-h-10\x20univer-items-center\x20univer-gap-3','controlSlotClassName':'univer-flex\x20univer-h-12\x20univer-items-center','panelMinWidthClassName':_0xedd005(0x26b),'widthPresetListClassName':_0xedd005(0x399),'colorWheelClassName':_0xedd005(0x34a),'closeIconClassName':_0xedd005(0x211),'colorPickerPopoverClassName':_0xedd005(0x35e),'colorPanelWidthClassName':'univer-w-[244px]','widthPanelWidthClassName':_0xedd005(0x2bc)},K=[{'value':0x2,'icon':L},{'value':0x4,'icon':R},{'value':0x8,'icon':z},{'value':0xe,'icon':B},{'value':0x18,'icon':V}];function q(_0x2e7de0){const _0x20dfe0=_0xedd005;return['univer-appearance-none',_0x20dfe0(0x25a),_0x2e7de0?_0x20dfe0(0x36c):'']['join']('\x20');}function J(_0x354ecd){const _0x499b1d=_0xedd005;var _0x4efaae;return(_0x4efaae=K[_0x499b1d(0x286)](_0x376aec=>_0x376aec[_0x499b1d(0x235)]===_0x354ecd))==null?K[0x0]:_0x4efaae;}function Y(_0x35594f){const _0x30590a=_0xedd005;let _0x3632d1=_0x35594f[_0x30590a(0x3b9)];return(0x0,l[_0x30590a(0x28c)])(_0x30590a(0x3ce),{'aria-hidden':_0x30590a(0x1f0),'className':'univer-flex\x20univer-h-8\x20univer-w-8\x20univer-items-center\x20univer-justify-center\x20univer-text-gray-900\x20dark:!univer-text-gray-100','children':(0x0,l[_0x30590a(0x28c)])(_0x3632d1,{'className':_0x30590a(0x31e)})});}function X(_0x500b51){const _0x5b4777=_0xedd005;return(0x0,l[_0x5b4777(0x28c)])(o[_0x5b4777(0x25e)],{'title':_0x500b51[_0x5b4777(0x22e)],'placement':_0x5b4777(0x3ca),'visible':_0x500b51[_0x5b4777(0x2c3)],'onVisibleChange':_0x500b51[_0x5b4777(0x2da)],'asChild':!0x0,'children':(0x0,l[_0x5b4777(0x28c)])('span',{'className':G[_0x5b4777(0x274)],'data-ink-toolbar-control-tooltip-anchor':'true','style':{'height':0x30,'width':0x28},'children':(0x0,l[_0x5b4777(0x28c)])(o['Button'],{'aria-label':_0x500b51[_0x5b4777(0x22e)],'className':(0x0,o['clsx'])(_0x5b4777(0x26d),_0x500b51[_0x5b4777(0x3da)]?_0x5b4777(0x227):''),'data-ink-toolbar-control':_0x500b51['control'],'size':_0x5b4777(0x382),'style':{'height':0x28,'lineHeight':0x0,'minWidth':0x28,'width':0x28},'type':_0x5b4777(0x389),'variant':_0x5b4777(0x254),'onMouseDown':_0x187324=>{const _0x52cc4d=_0x5b4777;_0x187324[_0x52cc4d(0x2ab)](),_0x187324['preventDefault']();},'onClick':_0x500b51[_0x5b4777(0x2a3)],'children':_0x500b51[_0x5b4777(0x304)]})})});}function Z(_0x54c4a9){const _0x5aa6bb=_0xedd005;let {tool:_0x28a2b1,color:_0x5588a7,width:_0x13d9bf,onSelectTool:_0x22ee71,onSetWidth:_0x2820f1,onSetColor:_0x7f9a4c,onClose:_0x16f67b}=_0x54c4a9,_0x4cb762=J(_0x13d9bf),[_0x4fa52c,_0x55ae83]=(0x0,c[_0x5aa6bb(0x337)])(null),[_0x338da2,_0x26ff8b]=(0x0,c['useState'])(null),_0x43c0db=(0x0,r['useDependency'])(n[_0x5aa6bb(0x3d0)]);function _0x14a7f5(_0x11b8cc,_0x3882d3){_0x26ff8b(null),_0x55ae83(_0x104352=>_0x3882d3?_0x11b8cc:_0x104352===_0x11b8cc?null:_0x104352);}function _0x14c162(_0x51eca0,_0x5a0af5){_0x26ff8b(_0x2e7560=>_0x5a0af5?_0x4fa52c===_0x51eca0?null:_0x51eca0:_0x2e7560===_0x51eca0?null:_0x2e7560);}return(0x0,l['jsxs'])(_0x5aa6bb(0x3dc),{'className':G[_0x5aa6bb(0x3a1)],'data-ink-floating-toolbar':_0x5aa6bb(0x1f0),'style':{'bottom':0x14,'height':0x30,'paddingLeft':0x14,'paddingRight':0x14,'zIndex':0x186a0},'children':[(0x0,l[_0x5aa6bb(0x28c)])(_0x5aa6bb(0x1f7),{'children':_0x5aa6bb(0x207)}),(0x0,l['jsx'])('div',{'className':_0x5aa6bb(0x222),'style':{'width':W},'aria-hidden':_0x5aa6bb(0x1f0)}),(0x0,l[_0x5aa6bb(0x28c)])(_0x5aa6bb(0x3dc),{'className':_0x5aa6bb(0x36d),'style':{'height':0x60,'left':0x14,'position':_0x5aa6bb(0x280),'width':W},'children':H[_0x5aa6bb(0x283)]((_0x16b01a,_0x5d0e6e)=>{const _0x37ab0c=_0x5aa6bb;let _0x1447e5=_0x16b01a['icon'],_0x3b079e=_0x16b01a[_0x37ab0c(0x2fb)],_0x337005=_0x28a2b1===_0x16b01a[_0x37ab0c(0x20b)],_0x55a980=_0x43c0db['t'](U[_0x16b01a[_0x37ab0c(0x3bb)]]),_0x1f92ee=(_0x337005?0xf:0x23)+'px',_0xcd706={'bottom':0x0,'height':0x60,'left':_0x5d0e6e*0x36,'position':_0x37ab0c(0x280),'width':0x30},_0x332d4a={'--ink-tool-offset':_0x1f92ee,'height':0x60,'position':_0x37ab0c(0x1f6),'width':0x30};return(0x0,l[_0x37ab0c(0x28c)])(_0x37ab0c(0x3dc),{'data-ink-tool-tooltip-anchor':_0x37ab0c(0x1f0),'style':_0xcd706,'children':(0x0,l[_0x37ab0c(0x28c)])(o[_0x37ab0c(0x25e)],{'title':_0x55a980,'placement':_0x37ab0c(0x3ca),'asChild':!0x0,'children':(0x0,l[_0x37ab0c(0x28c)])(_0x37ab0c(0x389),{'aria-label':_0x55a980,'aria-pressed':_0x337005,'className':q(_0x337005),'style':_0x332d4a,'type':'button','onClick':()=>_0x22ee71(_0x16b01a['tool']),'onMouseEnter':_0x24b463=>{const _0x2df951=_0x37ab0c;_0x337005||_0x24b463[_0x2df951(0x396)][_0x2df951(0x1f7)][_0x2df951(0x30c)]('--ink-tool-offset',_0x2df951(0x322));},'onMouseLeave':_0x4ff260=>{const _0xb80a09=_0x37ab0c;_0x337005||_0x4ff260[_0xb80a09(0x396)]['style']['setProperty'](_0xb80a09(0x2b5),_0xb80a09(0x370));},'children':(0x0,l[_0x37ab0c(0x3d7)])(_0x37ab0c(0x3ce),{'className':_0x37ab0c(0x3af),'style':{'bottom':0x0,'transform':'translateX(-50%)\x20translateY(var(--ink-tool-offset))'},'children':[(0x0,l[_0x37ab0c(0x28c)])(_0x1447e5,{'className':_0x37ab0c(0x2fe)}),(0x0,l[_0x37ab0c(0x28c)])(_0x3b079e,{'className':'ink-tool-icon-dark\x20univer-hidden\x20univer-w-auto\x20univer-drop-shadow-lg'})]})})})},_0x16b01a[_0x37ab0c(0x20b)]);})}),(0x0,l[_0x5aa6bb(0x28c)])(_0x5aa6bb(0x3dc),{'className':G[_0x5aa6bb(0x248)]}),(0x0,l[_0x5aa6bb(0x3d7)])('div',{'className':G[_0x5aa6bb(0x29d)],'children':[(0x0,l['jsx'])(o[_0x5aa6bb(0x289)],{'open':_0x4fa52c===_0x5aa6bb(0x252),'onOpenChange':_0x2fe816=>_0x14a7f5('width',_0x2fe816),'overlay':(0x0,l[_0x5aa6bb(0x28c)])(a['ShapeFloatingToolbarMenuPanel'],{'className':G[_0x5aa6bb(0x253)],'minWidthClassName':G['panelMinWidthClassName'],'children':(0x0,l[_0x5aa6bb(0x28c)])(_0x5aa6bb(0x3dc),{'className':G['widthPresetListClassName'],'children':K[_0x5aa6bb(0x283)](_0x3a6cdf=>{const _0x19936e=_0x5aa6bb;let _0x32af67=_0x3a6cdf[_0x19936e(0x3b9)],_0xd8add7=_0x3a6cdf[_0x19936e(0x235)]===_0x13d9bf;return(0x0,l[_0x19936e(0x28c)])(o[_0x19936e(0x381)],{'aria-label':_0x43c0db['t'](_0x19936e(0x3fc),String(_0x3a6cdf[_0x19936e(0x235)])),'aria-pressed':_0xd8add7,'className':(0x0,o['clsx'])(_0x19936e(0x38a),_0xd8add7?_0x19936e(0x2d4):''),'size':_0x19936e(0x382),'type':'button','variant':'ghost','onClick':()=>{const _0x2c37d7=_0x19936e;_0x2820f1(_0x3a6cdf[_0x2c37d7(0x235)]),_0x55ae83(null);},'children':(0x0,l['jsx'])(_0x32af67,{'className':'univer-block'})},_0x3a6cdf[_0x19936e(0x235)]);})})}),'children':(0x0,l['jsx'])(_0x5aa6bb(0x3ce),{'className':G[_0x5aa6bb(0x298)],'children':(0x0,l[_0x5aa6bb(0x3d7)])(X,{'label':_0x43c0db['t'](_0x5aa6bb(0x376)),'control':'width','tooltipVisible':_0x4fa52c==='width'?!0x1:_0x338da2===_0x5aa6bb(0x252),'onTooltipVisibleChange':_0x5e310e=>_0x14c162('width',_0x5e310e),'children':[(0x0,l[_0x5aa6bb(0x28c)])(Y,{'icon':_0x4cb762[_0x5aa6bb(0x3b9)]}),(0x0,l[_0x5aa6bb(0x28c)])(s['MoreDownIcon'],{})]})})}),(0x0,l[_0x5aa6bb(0x28c)])(o['Dropdown'],{'open':_0x4fa52c===_0x5aa6bb(0x258),'className':G['colorPickerPopoverClassName'],'data-ink-floating-toolbar-popup':_0x5aa6bb(0x1f0),'onOpenChange':_0x683bb7=>_0x14a7f5(_0x5aa6bb(0x258),_0x683bb7),'overlay':(0x0,l[_0x5aa6bb(0x28c)])(_0x5aa6bb(0x3dc),{'className':G[_0x5aa6bb(0x295)],'children':(0x0,l[_0x5aa6bb(0x28c)])(o[_0x5aa6bb(0x269)],{'value':_0x5588a7,'onChange':_0x7f9a4c})}),'children':(0x0,l['jsx'])('span',{'className':G[_0x5aa6bb(0x298)],'children':(0x0,l[_0x5aa6bb(0x3d7)])(X,{'label':_0x43c0db['t'](_0x5aa6bb(0x345)),'control':'color','tooltipVisible':_0x4fa52c==='color'?!0x1:_0x338da2===_0x5aa6bb(0x258),'onTooltipVisibleChange':_0x198957=>_0x14c162(_0x5aa6bb(0x258),_0x198957),'children':[(0x0,l[_0x5aa6bb(0x28c)])(A,{'className':G[_0x5aa6bb(0x1ec)]}),(0x0,l[_0x5aa6bb(0x28c)])(s[_0x5aa6bb(0x29c)],{})]})})})]}),(0x0,l[_0x5aa6bb(0x28c)])(_0x5aa6bb(0x3dc),{'className':G['controlSlotClassName'],'children':(0x0,l[_0x5aa6bb(0x28c)])(X,{'label':_0x43c0db['t'](_0x5aa6bb(0x24a)),'control':_0x5aa6bb(0x35f),'tooltipVisible':_0x338da2===_0x5aa6bb(0x35f),'onTooltipVisibleChange':_0x51e86a=>_0x14c162(_0x5aa6bb(0x35f),_0x51e86a),'onClick':_0x16f67b,'children':(0x0,l[_0x5aa6bb(0x28c)])(s[_0x5aa6bb(0x212)],{'className':G[_0x5aa6bb(0x371)],'aria-hidden':_0x5aa6bb(0x1f0)})})})]});}function Q(){const _0x4fda9f=_0xedd005;let _0x1a005c=(0x0,r[_0x4fda9f(0x259)])(_),_0x6599b0=(0x0,r[_0x4fda9f(0x3ac)])(()=>_0x1a005c[_0x4fda9f(0x3b2)],_0x1a005c[_0x4fda9f(0x2e3)](),!0x1,[_0x1a005c]);return _0x6599b0[_0x4fda9f(0x2f1)]?(0x0,l['jsx'])(Z,{'color':_0x6599b0[_0x4fda9f(0x258)],'tool':_0x6599b0['tool'],'width':_0x6599b0[_0x4fda9f(0x252)],'onClose':()=>_0x1a005c[_0x4fda9f(0x229)](),'onSetColor':_0x5b1d54=>_0x1a005c['setColor'](_0x5b1d54),'onSetWidth':_0x5f3406=>_0x1a005c[_0x4fda9f(0x279)](_0x5f3406),'onSelectTool':_0x92c159=>_0x1a005c[_0x4fda9f(0x2ca)](_0x92c159)}):null;}let $=class extends n['Plugin']{constructor(_0x1c06af=f,_0x549097,_0x25c0a8,_0xf75622){const _0x119e0b=_0xedd005;super(),this[_0x119e0b(0x23a)]=_0x1c06af,this[_0x119e0b(0x2d3)]=_0x549097,this['_uiPartsService']=_0x25c0a8,this[_0x119e0b(0x247)]=_0xf75622;let {..._0x199e60}=(0x0,n[_0x119e0b(0x271)])({},f,this[_0x119e0b(0x23a)]);this[_0x119e0b(0x247)][_0x119e0b(0x378)](_0x119e0b(0x1f8),_0x199e60);}['onStarting'](){const _0x12de0a=_0xedd005;[[O],[_,{'useClass':b}],[C,{'useClass':D}]][_0x12de0a(0x2ba)](_0x8321fe=>this[_0x12de0a(0x2d3)][_0x12de0a(0x3b1)](_0x8321fe)),this[_0x12de0a(0x38d)](this[_0x12de0a(0x2f5)]['registerComponent'](r[_0x12de0a(0x3b8)]['CONTENT'],()=>(0x0,r[_0x12de0a(0x33c)])(Q,this[_0x12de0a(0x2d3)])));}};function _0x4192(){const _0x5e45c1=['width','widthPanelWidthClassName','ghost','#ffe928','#232425','3.5','color','useDependency','univer-border-0\x20univer-bg-transparent\x20univer-p-0\x20univer-shadow-none\x20univer-outline-none','48.8868','filter0_d_0_1451','21.2245','Tooltip','#E9E8E8','UNIVER_INK_UI_PLUGIN','25.0598','none','UNIVER_UNKNOWN','paint2_linear_0_1618','18.1711','#F79E9D','function','defineProperty','ColorPicker','14.2826','univer-min-w-0','193909AXHsZT','univer-relative\x20univer-flex\x20univer-items-center\x20univer-justify-center\x20univer-rounded-full\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-700\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20hover:univer-text-gray-900\x20dark:!univer-text-gray-100\x20dark:hover:!univer-bg-gray-800','0.210116','composedPath','UniverUIPlugin','merge','#292A2B','closest','controlTooltipAnchorClassName','105.528','paint2_linear_0_1593','15.5','highlighter','setWidth','url(#paint4_linear_0_1593)','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.254261\x200','14.5734','M10.0312\x200.376683C11.4131\x201.20128\x2012.5419\x204.59816\x2011.0355\x207.20195C9.27202\x2010.2501\x206.9852\x2011.3292\x208.1889\x2011.9326C9.59927\x2012.6395\x209.35713\x208.55786\x2013.7211\x209.1553C18.2482\x209.77506\x2016.3536\x2014.4796\x2018.0488\x2017.3777C20.1933\x2021.0438\x2022.6376\x2021.191\x2022.6958\x2022.5076C22.8744\x2026.549\x2017.835\x2025.7466\x2014.942\x2021.9716C12.0489\x2018.1967\x2013.5203\x2017.0294\x2012.0735\x2016.5037C10.6266\x2015.9779\x2011.7659\x2020.1505\x206.51162\x2020.1505C0.224897\x2020.1505\x20-0.745681\x2012.75\x200.434786\x207.9579C1.61525\x203.16584\x207.13302\x20-1.35275\x2010.0312\x200.376683Z','Module','prototype','absolute','0.548318','19.7616','map','url(#mask0_0_1425)','UniverInkPlugin','find','56.9','M24.5\x2055V66H5.5V55H24.5ZM19.9636\x2015.5522C19.9876\x2015.6117\x2020\x2015.6753\x2020\x2015.7394V26.5H10V20.9112C9.99998\x2020.8043\x2010.0342\x2020.7003\x2010.0976\x2020.6143C10.7888\x2019.6775\x2011.7563\x2018.8515\x2013\x2018.1364C14.2127\x2017.4391\x2016.3169\x2016.4855\x2019.3127\x2015.2758C19.5687\x2015.1723\x2019.8602\x2015.2961\x2019.9636\x2015.5522Z','Dropdown','0.171137','43.2814','jsx','black','17.4701','UniverLicensePlugin','0.469628','paint4_linear_0_1618','isFinite','url(#paint3_linear_0_1397)','#3C3D3E','colorPanelWidthClassName','next','0.309277','controlSlotClassName','12.3401','paint4_linear_0_1451','#DCDDDC','MoreDownIcon','controlGroupClassName','0.920119','foreignObject','M14.0291\x2015.9346C14.2793\x2014.9207\x2015.7207\x2014.9207\x2015.9709\x2015.9346L24.2088\x2049.3199C24.4022\x2050.1037\x2024.5\x2050.9082\x2024.5\x2051.7155V54H5.5L5.5\x2051.7155C5.5\x2050.9082\x205.59778\x2050.1037\x205.7912\x2049.3199L14.0291\x2015.9346Z','57.327','#323131','onClick','#FED031','url(#filter0_d_0_1443)','0.249973','#787878','paint0_linear_0_1646','M9\x2042H21L24.5\x2052H5.5L9\x2042Z','0.486065','stopPropagation','url(#mask0_2_2784)','19.1595','filter0_d_0_1443','21.1391','M22.5\x2035V47H7.5V35H22.5Z','0.805495','71.5','42.2475','sRGB','--ink-tool-offset','url(#mask0_0_1593)','url(#paint0_linear_0_1451)','#838383','0\x200\x2030\x2030','forEach','58.5702','univer-w-[284px]','effect1_dropShadow_0_1451','url(#filter0_d_0_1646)','decorate','1.0.0-insiders.20260707-70502d7','rotate(90\x2030\x200)','dataset','tooltipVisible','radialGradient','mask0_2_2784','7.3501','filter0_d_0_1397','22.41','36.7756','selectTool','#D8918F','white','paint3_linear_2_2784','effect1_dropShadow_0_1618','0.80201','url(#mask1_0_1443)','16.2','url(#paint4_linear_0_1397)','_injector','univer-bg-primary-50\x20univer-text-primary-600\x20dark:!univer-bg-gray-800','filter0_d_0_1593','paint0_linear_0_1425','6.14427','paint1_linear_0_1397','url(#paint3_linear_2_2784)','onTooltipVisibleChange','url(#ink-color-wheel-radial)','filter0_d_0_1618','93.8258','feBlend','url(#mask2_0_1425)','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.5\x200','0.447724','paint0_linear_0_1397','getState','M15.9701\x2015.8803C15.7177\x2014.8704\x2014.2823\x2014.8704\x2014.0299\x2015.8803L12\x2023.9998H18L15.9701\x2015.8803ZM24.5\x2053.9998H5.5V58.4998H24.5V53.9998Z','29.1023','paint3_linear_0_1443','toDisposable','60.71','normal','url(#paint0_linear_0_1397)','url(#paint1_linear_0_1646)','0.911778','contains','constructor','mask0_0_1618','M7.34865\x200.407767C8.73052\x201.23236\x208.94049\x203.18121\x207.4341\x205.785C5.67061\x208.8332\x203.45699\x2012.8496\x204.71364\x2013.2991C7.11551\x2014.158\x209.37215\x208.74575\x2012.6835\x209.12447C16.1383\x209.51959\x2014.4431\x2014.2156\x2016.1383\x2017.1138C18.2828\x2020.7798\x2021.2769\x2020.7813\x2021.3351\x2022.098C21.5137\x2026.1394\x2016.7787\x2022.7794\x2013.8856\x2019.0045C10.9925\x2015.2295\x2013.1948\x2013.3002\x2011.7479\x2012.7745C10.301\x2012.2487\x209.25683\x2016.8136\x204.71364\x2016.8136C-0.415879\x2016.8136\x20-0.577595\x2012.3002\x200.602872\x207.5081C1.78334\x202.71603\x204.45045\x20-1.32166\x207.34865\x200.407767Z','toolbarVisible','104.365','paint5_linear_0_1397','filter0_d_2_2784','_uiPartsService','eraser','10.9996','url(#paint1_linear_0_1443)','brush','0.155077','darkIcon','\x0a\x20\x20\x20\x20\x20\x20univer-fixed\x20univer-left-1/2\x20univer-flex\x20univer--translate-x-1/2\x0a\x20\x20\x20\x20\x20\x20univer-items-center\x20univer-gap-3\x20univer-rounded-full\x20univer-border\x20univer-border-gray-200\x20univer-bg-white\x0a\x20\x20\x20\x20\x20\x20univer-overflow-visible\x20univer-pb-0\x20univer-pt-0\x20univer-shadow-2xl\x0a\x20\x20\x20\x20\x20\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900\x0a\x20\x20\x20\x20','0\x200\x2024\x2026','ink-tool-icon-light\x20univer-block\x20univer-w-auto\x20univer-drop-shadow-lg','24.31','url(#paint0_linear_2_2784)','51.9337','#DDDEDE','url(#paint4_linear_0_1451)','children','24.25','effect1_dropShadow_2_2784','paint4_linear_0_1443','clipPath','univer-flex\x20univer-items-center\x20univer-justify-center','filter1_d_0_1593','0.249891','setProperty','paint2_linear_0_1443','linearGradient','44.07','0.1','url(#paint5_linear_0_1593)','url(#mask0_0_1451)','48.3125','url(#paint3_linear_0_1593)','ink-color-wheel-radial','14.5','filter0_d_0_1646','#F5F5F5','#E4E4E4','#f54a45','clip0_0_1397','31.5133','defs','univer-block','0.375877','userSpaceOnUse','paint4_linear_0_1397','27px','filter1_d_0_1646','target','createIdentifier','#1E2023','0.266834','length','2242470NLArZZ','0.102218','#DB9191','#DADADA','0\x200\x2023\x2026','#1B1C1E','feFlood','7.99795','SourceAlpha','0.0907455','8.09744','filter','hardAlpha','M24.5\x2033H5.5V49H24.5V33ZM18.7791\x2037.4645C19.1596\x2037.845\x2019.1596\x2038.4619\x2018.7791\x2038.8424L16.6397\x2040.9819L18.6885\x2043.0307C19.079\x2043.4212\x2019.079\x2044.0544\x2018.6885\x2044.4449C18.2979\x2044.8354\x2017.6648\x2044.8354\x2017.2743\x2044.4449L15.2255\x2042.3961L13.086\x2044.5355C12.7055\x2044.916\x2012.0886\x2044.916\x2011.7081\x2044.5355C11.3275\x2044.155\x2011.3275\x2043.5381\x2011.7081\x2043.1576L13.8475\x2041.0181L11.7987\x2038.9693C11.4082\x2038.5788\x2011.4082\x2037.9456\x2011.7987\x2037.5551C12.1892\x2037.1646\x2012.8224\x2037.1646\x2013.2129\x2037.5551L15.2617\x2039.6039L17.4012\x2037.4645C17.7817\x2037.084\x2018.3986\x2037.084\x2018.7791\x2037.4645Z','useState','M24.5\x2033V49H5.5V33H24.5ZM18.7791\x2037.4645C18.4279\x2037.1132\x2017.8752\x2037.0862\x2017.493\x2037.3834L17.4012\x2037.4645L15.2617\x2039.6041L13.2129\x2037.5551C12.8224\x2037.1646\x2012.1892\x2037.1646\x2011.7987\x2037.5551C11.4382\x2037.9156\x2011.4105\x2038.4828\x2011.7155\x2038.8751L11.7987\x2038.9693L13.8477\x2041.0181L11.7081\x2043.1576C11.3275\x2043.5381\x2011.3275\x2044.155\x2011.7081\x2044.5355C12.0593\x2044.8868\x2012.612\x2044.9138\x2012.9942\x2044.6166L13.086\x2044.5355L15.2257\x2042.3961L17.2743\x2044.4449C17.6648\x2044.8354\x2018.2979\x2044.8354\x2018.6885\x2044.4449C19.049\x2044.0844\x2019.0767\x2043.5172\x2018.7717\x2043.1249L18.6885\x2043.0307L16.6397\x2040.9821L18.7791\x2038.8424C19.1596\x2038.4619\x2019.1596\x2037.845\x2018.7791\x2037.4645Z','M15.9701\x2015.8803C15.7177\x2014.8704\x2014.2823\x2014.8704\x2014.0299\x2015.8803L12\x2023.9998H18L15.9701\x2015.8803ZM24.5\x2053.9998H5.5V55.9998H24.5V53.9998Z','effect1_dropShadow_0_1397','#D9807F','connectInjector','mask1_0_1425','mask0_0_1646','url(#paint0_linear_0_1443)','paint1_linear_0_1451','89.78','36.3384','0.445105','6055494gfsdUq','ink-ui.toolbar.colorPicker','41.8903','filter2_d_0_1451','#D27977','url(#paint2_linear_0_1425)','univer-block\x20univer-size-[30px]\x20univer-rounded-full','24WmdcoV','url(#mask0_0_1397)','mask2_0_1618','subUnitId','M8.91098\x200.36897C10.2928\x201.19357\x2010.8827\x204.23424\x209.3763\x206.83803C7.61281\x209.88622\x204.77107\x2012.544\x205.97477\x2013.1474C7.38514\x2013.8543\x208.99567\x208.70698\x2013.3597\x209.30442C17.8867\x209.92418\x2015.2333\x2014.4719\x2016.9286\x2017.37C19.0731\x2021.0361\x2022.2621\x2021.2852\x2022.3202\x2022.6019C22.4988\x2026.6433\x2016.9846\x2024.4584\x2014.0915\x2020.6834C11.1984\x2016.9084\x2013.4065\x2015.0902\x2011.9596\x2014.5645C10.5127\x2014.0387\x2010.9664\x2018.5665\x205.71212\x2018.5665C-0.574598\x2018.5665\x20-0.574597\x2012.8733\x200.605869\x208.08126C1.78634\x203.2892\x206.01278\x20-1.36046\x208.91098\x200.36897Z','feOffset','26.3099','0.963934','pen','50.5317','100%','105','104.625','url(#paint2_linear_0_1593)','url(#clip0_0_1397)','26.5','url(#paint2_linear_0_1646)','_interactiveRegions','mask0_0_1451','univer-rounded-lg\x20univer-p-3\x20!univer-shadow-none','close','effect1_dropShadow_0_1646','paint3_linear_0_1397','68551uYpnTA','paint4_linear_0_1425','15.1101','luminance','M14.0291\x2015.9346C14.2793\x2014.9207\x2015.7207\x2014.9207\x2015.9709\x2015.9346L23.9176\x2048.1397C24.3044\x2049.7075\x2024.5\x2051.3163\x2024.5\x2052.9311V54H5.5V52.9311C5.5\x2051.3163\x205.69556\x2049.7075\x206.08241\x2048.1397L14.0291\x2015.9346Z','DependentOn','pointerdown','#1C1D1E','string','135003GdXTBR','univer-z-10','univer-absolute\x20univer-bottom-0\x20univer-overflow-hidden','mask1_0_1443','0.887284','35px','closeIconClassName','23.66','0.745733','paint4_linear_0_1593','M9\x2027.5C9\x2026.9477\x209.44772\x2026.5\x2010\x2026.5L20\x2026.5C20.5523\x2026.5\x2021\x2026.9477\x2021\x2027.5V42.0409C21\x2042.6475\x2021.1104\x2043.2489\x2021.3257\x2043.816L24.1743\x2051.3174C24.3896\x2051.8844\x2024.5\x2052.4859\x2024.5\x2053.0924V105.5H5.5V53.0924C5.5\x2052.4859\x205.61036\x2051.8844\x205.82569\x2051.3174L8.67431\x2043.816C8.88964\x2043.2489\x209\x2042.6475\x209\x2042.0409V27.5Z','ink-ui.toolbar.widthSelector','107','setConfig','5.5','109','url(#paint0_linear_0_1425)','M11.7701\x2024.41H18.0401L21.4601\x2046.07H8.3501L11.7701\x2024.41Z','url(#paint3_linear_0_1451)','M24.5\x2055V60.5H5.5V55H24.5ZM19.9636\x2015.5522C19.9876\x2015.6117\x2020\x2015.6753\x2020\x2015.7394V26.5H10V20.9112C9.99998\x2020.8043\x2010.0342\x2020.7003\x2010.0976\x2020.6143C10.7888\x2019.6775\x2011.7563\x2018.8515\x2013\x2018.1364C14.2127\x2017.4391\x2016.3169\x2016.4855\x2019.3127\x2015.2758C19.5687\x2015.1723\x2019.8602\x2015.2961\x2019.9636\x2015.5522Z','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.251939\x200','#525252','Button','small','#38393A','[data-ink-interactive-region=\x22true\x22]','url(#paint0_linear_0_1646)','paint0_linear_0_1618','url(#filter0_d_0_1397)','path','button','univer-flex\x20univer-size-10\x20univer-items-center\x20univer-justify-center\x20univer-rounded-md\x20univer-p-0\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-100\x20dark:hover:!univer-bg-gray-800','mask0_0_1425','call','disposeWithMe','paint3_linear_0_1451','paint5_linear_0_1593','InkUIService','svg','paint2_linear_2_2784','24.5','url(#paint2_linear_0_1443)','http://www.w3.org/2000/svg','currentTarget','2.8635','28.115','univer-flex\x20univer-items-center\x20univer-gap-2','0.749878','#2F3132','#BD10E0','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','matrix','61.5','0.250256','rootClassName','49.089','0\x200\x2023\x2025','0.837945','0.119892','paint1_linear_0_1443','0.01','paint1_linear_0_1646','url(#filter2_d_0_1646)','#121213','0.999639','useObservable','#E1E1E1','rect','univer-pointer-events-none\x20univer-absolute\x20univer-left-1/2\x20univer-block\x20univer-transition-transform\x20univer-duration-200\x20univer-ease-out','12592611yvCcAU','add','state$','55.8091','M15\x2016C23.7632\x2016\x2024.25\x2022.0541\x2024.25\x2022.0541V48H5.75V22.0541C5.75\x2022.0541\x206.23684\x2016\x2015\x2016Z','22.5','14.4183','BehaviorSubject','BuiltInUIPart','icon','SourceGraphic','labelKey','48.1683','0.139436','effect1_dropShadow_0_1425','[data-ink-floating-toolbar-popup=\x22true\x22]','22.7082','IUIPartsService','evenodd','url(#paint0_linear_0_1618)','0.575612','10.2276','getValue','url(#mask0_0_1618)','45.6223','paint0_linear_2_2784','top','21.6039','#F0F0F0','0\x200\x2030\x20107','span','13.1742','LocaleService','translate(45\x2015)\x20rotate(90)\x20scale(15)','mask0_0_1593','paint1_linear_0_1425','0.2','version','9.24166','jsxs','412726BAmxAW','translate(5\x2016)','active','#ECECED','div','#2F3031','filter1_d_0_1451','effect1_dropShadow_0_1593','9.5','#252627','Disposable','0.802592','11.7063','paint3_linear_0_1646','beginInkMode','M12.9991\x2018.6987C13.1108\x2017.7306\x2013.9305\x2017\x2014.9051\x2017C15.8796\x2017\x2016.6994\x2017.7306\x2016.8111\x2018.6987L17.4701\x2024.41H12.3401L12.9991\x2018.6987Z','0.0722478','paint0_linear_0_1593','BackgroundImageFix','5.76888','stop','InkUIStateService','url(#filter0_d_2_2784)','paint2_linear_0_1451','0.380181','35.8142','UniverInkUIPlugin','#BEBFC1','_state$','mask','pluginName','getOwnPropertyDescriptor','#6F6F6F','0.68608','feGaussianBlur','univer-h-8\x20univer-w-px\x20univer-bg-gray-200\x20dark:!univer-bg-gray-700','ink-ui.toolbar.widthValue','#5B5B5B','#E731AA','url(#paint4_linear_0_1618)','colorWheelClassName','0.169003','Injector','url(#paint1_linear_0_1425)','true','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.25\x200','29.4576','mask0_0_1443','paint2_linear_0_1425','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.253333\x200','relative','style','ink-ui.config','20.8101','url(#filter1_d_0_1451)','paint0_linear_0_1443','IConfigService','_handlePointerDown','ink-ui.toolbar.eraser','symbol','paint2_linear_0_1397','filter1_d_0_1397','#353434','effect1_dropShadow_0_1443','0.5','19.2128','20.5','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.univer-dark\x20[data-ink-floating-toolbar=\x22true\x22]\x20.ink-tool-icon-light,\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.dark\x20[data-ink-floating-toolbar=\x22true\x22]\x20.ink-tool-icon-light\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20none\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.univer-dark\x20[data-ink-floating-toolbar=\x22true\x22]\x20.ink-tool-icon-dark,\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.dark\x20[data-ink-floating-toolbar=\x22true\x22]\x20.ink-tool-icon-dark\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20block\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','url(#mask1_0_1618)','mask0_0_1397','url(#mask1_0_1451)','tool','40.6148','ink-ui.toolbar.brush','object','UniverInstanceType','104.491','univer-size-5','CloseIcon','asObservable','18.4818','inkInteractiveRegion','some','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','packageName','0.973543','#E6E6E6','#ffffff','53.7028','feColorMatrix','url(#paint2_linear_0_1397)','#181A1A','url(#filter0_d_0_1451)','filter0_d_0_1425','univer-shrink-0','104.941','shape','ink-ui.toolbar.pen','url(#paint1_linear_0_1618)','univer-bg-gray-100\x20univer-text-gray-900\x20dark:!univer-bg-gray-800','toStringTag','cancelInkMode','0.247214','dispose','0.195905','0.640132','label','52KQvBkc','0.157806','4.5','currentColor','url(#paint2_linear_0_1451)','#C5C4C3','value','delete','toPrimitive','51.3388','url(#paint3_linear_0_1646)','_config','url(#mask1_0_1425)','@univerjs-pro/ink-ui','0\x200\x2030\x20105','M9.5567\x200.207516C12.4416\x201.20683\x2013.2813\x204.65797\x2011.8145\x207.2894C10.5169\x209.61718\x2010.1693\x2010.0953\x2010.506\x2010.3199C11.0302\x2010.6695\x2010.9859\x208.38336\x2014.3047\x208.9075C19.6963\x209.75899\x2018.0789\x2013.8433\x2019.6963\x2016.4862C21.8633\x2020.0273\x2023.739\x2019.5258\x2023.739\x2022.6172C23.739\x2026.6634\x2018.1634\x2025.512\x2014.6706\x2022.2692C11.1778\x2019.0264\x2012.9351\x2017.5548\x2012.0113\x2017.1972C11.0874\x2016.8397\x2011.5238\x2020.5528\x206.26945\x2020.5528C-0.017271\x2020.5528\x20-0.703395\x2012.8463\x200.477071\x208.05424C1.65754\x203.26218\x206.06666\x20-1.00142\x209.5567\x200.207516Z','ink-ui.outside-interaction.service','#626567','M8.35\x2046.07H21.46C22.6822\x2050.2254\x2023.874\x2059.5658\x2024.31\x2074.57V104.78H5.5L5.5\x2074.57C5.93601\x2059.5658\x207.12783\x2050.2254\x208.35\x2046.07Z','0\x200\x2022\x2024','0.856298','url(#paint1_linear_0_1397)','_stateService','type','_configService','dividerClassName','0.598084','ink-ui.toolbar.exitInkMode','#FAF7F7','#6A6B6B','url(#paint2_linear_0_1618)','5.75','105.286','mask1_0_1618','#EFEFEF'];_0x4192=function(){return _0x5e45c1;};return _0x4192();}g($,_0xedd005(0x3f6),_0xedd005(0x260)),g($,_0xedd005(0x218),u),g($,_0xedd005(0x3d5),d),g($,_0xedd005(0x246),n[_0xedd005(0x20f)][_0xedd005(0x263)]),$=S([(0x0,n[_0xedd005(0x367)])(t[_0xedd005(0x28f)],e[_0xedd005(0x285)],r[_0xedd005(0x270)]),x(0x1,(0x0,n['Inject'])(n[_0xedd005(0x1ee)])),x(0x2,r[_0xedd005(0x3c1)]),x(0x3,n[_0xedd005(0x1fc)])],$),exports['IInkOutsideInteractionService']=C,exports['IInkUIStateService']=_,Object[_0xedd005(0x268)](exports,_0xedd005(0x390),{'enumerable':!0x0,'get':function(){return O;}}),exports[_0xedd005(0x3ed)]=b,Object[_0xedd005(0x268)](exports,_0xedd005(0x3f2),{'enumerable':!0x0,'get':function(){return $;}});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x2f9f29=_0x2af1;(function(_0x3bbd6f,_0x1c65f3){const _0x43cfdd=_0x2af1,_0x9a46ff=_0x3bbd6f();while(!![]){try{const _0x15f560=parseInt(_0x43cfdd(0x1ee))/0x1+parseInt(_0x43cfdd(0x1ed))/0x2*(parseInt(_0x43cfdd(0x1ef))/0x3)+parseInt(_0x43cfdd(0x1e9))/0x4*(parseInt(_0x43cfdd(0x1f9))/0x5)+-parseInt(_0x43cfdd(0x1f8))/0x6+-parseInt(_0x43cfdd(0x1f3))/0x7+-parseInt(_0x43cfdd(0x1eb))/0x8*(parseInt(_0x43cfdd(0x1f0))/0x9)+parseInt(_0x43cfdd(0x1f5))/0xa;if(_0x15f560===_0x1c65f3)break;else _0x9a46ff['push'](_0x9a46ff['shift']());}catch(_0x40bf09){_0x9a46ff['push'](_0x9a46ff['shift']());}}}(_0x25dc,0x5b7d2));const e={'ink-ui':{'toolbar':{'pen':_0x2f9f29(0x1f4),'brush':_0x2f9f29(0x1fa),'highlighter':_0x2f9f29(0x1ec),'eraser':_0x2f9f29(0x1f1),'widthSelector':_0x2f9f29(0x1f7),'widthValue':_0x2f9f29(0x1ea),'colorPicker':_0x2f9f29(0x1f6),'exitInkMode':'الخروج\x20من\x20وضع\x20الحبر'}}};function _0x2af1(_0x406c41,_0x1e1865){_0x406c41=_0x406c41-0x1e9;const _0x25dc27=_0x25dc();let _0x2af145=_0x25dc27[_0x406c41];return _0x2af145;}module[_0x2f9f29(0x1f2)]=e;function _0x25dc(){const _0x28d8ea=['6062140aSdKqS','منتقي\x20لون\x20الحبر','محدد\x20عرض\x20الحبر','2798064OkWHMh','1820aCozkF','فرشاة','748gCWJvP','عرض\x20الحبر\x20{0}','23168mPaTSf','قلم\x20تمييز','145538OHLHkP','160735dUSLyS','6uMbsmV','162UlVFnk','ممحاة','exports','611415Lroocq','قلم'];_0x25dc=function(){return _0x28d8ea;};return _0x25dc();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x51b561=_0x42fd;function _0x4742(){const _0x518a42=['13333280dWJium','exports','Gruix\x20de\x20tinta\x20{0}','49188vTLauB','1965201rOeAdC','1466488YIlDfa','2869220xQXmVS','216UYOThc','598127JQNEkZ','3959190smpDgr','Bolígraf','Surt\x20del\x20mode\x20de\x20tinta','6zNfXVF','Pinzell','Ressaltador','2XZuirr','Selector\x20de\x20color\x20de\x20tinta'];_0x4742=function(){return _0x518a42;};return _0x4742();}function _0x42fd(_0x1b52c5,_0x3dbb27){_0x1b52c5=_0x1b52c5-0xa1;const _0x474260=_0x4742();let _0x42fd89=_0x474260[_0x1b52c5];return _0x42fd89;}(function(_0x298ce9,_0x47b290){const _0x31f8e6=_0x42fd,_0x10e1d4=_0x298ce9();while(!![]){try{const _0x2771ac=-parseInt(_0x31f8e6(0xa9))/0x1*(-parseInt(_0x31f8e6(0xb0))/0x2)+-parseInt(_0x31f8e6(0xa8))/0x3*(parseInt(_0x31f8e6(0xa4))/0x4)+-parseInt(_0x31f8e6(0xa7))/0x5*(parseInt(_0x31f8e6(0xad))/0x6)+-parseInt(_0x31f8e6(0xa5))/0x7+-parseInt(_0x31f8e6(0xa6))/0x8+parseInt(_0x31f8e6(0xaa))/0x9+parseInt(_0x31f8e6(0xa1))/0xa;if(_0x2771ac===_0x47b290)break;else _0x10e1d4['push'](_0x10e1d4['shift']());}catch(_0x478bcb){_0x10e1d4['push'](_0x10e1d4['shift']());}}}(_0x4742,0x6d653));const e={'ink-ui':{'toolbar':{'pen':_0x51b561(0xab),'brush':_0x51b561(0xae),'highlighter':_0x51b561(0xaf),'eraser':'Esborrador','widthSelector':'Selector\x20de\x20gruix\x20de\x20tinta','widthValue':_0x51b561(0xa3),'colorPicker':_0x51b561(0xb1),'exitInkMode':_0x51b561(0xac)}}};module[_0x51b561(0xa2)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x3bf8(_0xd52f94,_0x130de0){_0xd52f94=_0xd52f94-0x114;const _0x21c078=_0x21c0();let _0x3bf8e8=_0x21c078[_0xd52f94];return _0x3bf8e8;}const _0x29c48b=_0x3bf8;function _0x21c0(){const _0x4f87d2=['Tintenbreite\x20auswählen','Tintenbreite\x20{0}','2922NlSRLV','5126592YCVata','164388rkkGkO','2080ZoSXiU','21lbujFd','3993129tNlTRl','Tintenmodus\x20beenden','Radierer','1466242lDZIct','exports','347532OGXTnP','Pinsel','3491012FYRILu'];_0x21c0=function(){return _0x4f87d2;};return _0x21c0();}(function(_0x96e7c,_0x2a1105){const _0x5ec4d0=_0x3bf8,_0x77a0ba=_0x96e7c();while(!![]){try{const _0x1889bb=-parseInt(_0x5ec4d0(0x11b))/0x1+parseInt(_0x5ec4d0(0x121))/0x2+-parseInt(_0x5ec4d0(0x11d))/0x3*(parseInt(_0x5ec4d0(0x114))/0x4)+-parseInt(_0x5ec4d0(0x11c))/0x5*(-parseInt(_0x5ec4d0(0x119))/0x6)+parseInt(_0x5ec4d0(0x116))/0x7+-parseInt(_0x5ec4d0(0x11a))/0x8+parseInt(_0x5ec4d0(0x11e))/0x9;if(_0x1889bb===_0x2a1105)break;else _0x77a0ba['push'](_0x77a0ba['shift']());}catch(_0x326c6d){_0x77a0ba['push'](_0x77a0ba['shift']());}}}(_0x21c0,0x7174d));const e={'ink-ui':{'toolbar':{'pen':'Stift','brush':_0x29c48b(0x115),'highlighter':'Textmarker','eraser':_0x29c48b(0x120),'widthSelector':_0x29c48b(0x117),'widthValue':_0x29c48b(0x118),'colorPicker':'Tintenfarbe\x20auswählen','exitInkMode':_0x29c48b(0x11f)}}};module[_0x29c48b(0x122)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x5bc3a8=_0x5502;function _0x5502(_0x41017c,_0x344cf1){_0x41017c=_0x41017c-0x1de;const _0x55c3be=_0x55c3();let _0x5502dd=_0x55c3be[_0x41017c];return _0x5502dd;}(function(_0x44a36b,_0xb4b52b){const _0x107066=_0x5502,_0x188016=_0x44a36b();while(!![]){try{const _0x33b3d6=parseInt(_0x107066(0x1de))/0x1*(parseInt(_0x107066(0x1ea))/0x2)+parseInt(_0x107066(0x1e5))/0x3+-parseInt(_0x107066(0x1ed))/0x4+-parseInt(_0x107066(0x1ee))/0x5*(parseInt(_0x107066(0x1ec))/0x6)+parseInt(_0x107066(0x1e4))/0x7+parseInt(_0x107066(0x1eb))/0x8+parseInt(_0x107066(0x1e2))/0x9*(-parseInt(_0x107066(0x1e0))/0xa);if(_0x33b3d6===_0xb4b52b)break;else _0x188016['push'](_0x188016['shift']());}catch(_0x33479f){_0x188016['push'](_0x188016['shift']());}}}(_0x55c3,0xb1f53));function _0x55c3(){const _0x23896e=['6MSyDJm','5696160zSeipl','4438820VmbWbg','Exit\x20ink\x20mode','17OwcNHG','Highlighter','10BGhQGH','exports','3623769opkFPl','Eraser','5010131qmLBEb','351510TWroGz','Ink\x20width\x20{0}','Ink\x20width\x20selector','Ink\x20color\x20picker','Brush','136482gLjrJE','11602880wWnUgI'];_0x55c3=function(){return _0x23896e;};return _0x55c3();}const e={'ink-ui':{'toolbar':{'pen':'Pen','brush':_0x5bc3a8(0x1e9),'highlighter':_0x5bc3a8(0x1df),'eraser':_0x5bc3a8(0x1e3),'widthSelector':_0x5bc3a8(0x1e7),'widthValue':_0x5bc3a8(0x1e6),'colorPicker':_0x5bc3a8(0x1e8),'exitInkMode':_0x5bc3a8(0x1ef)}}};module[_0x5bc3a8(0x1e1)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x5eca23=_0x33c2;(function(_0x5c427e,_0x4b41da){const _0x5c6039=_0x33c2,_0x2d424f=_0x5c427e();while(!![]){try{const _0x4e1db9=parseInt(_0x5c6039(0x172))/0x1+-parseInt(_0x5c6039(0x16b))/0x2*(-parseInt(_0x5c6039(0x174))/0x3)+parseInt(_0x5c6039(0x16c))/0x4*(parseInt(_0x5c6039(0x170))/0x5)+-parseInt(_0x5c6039(0x169))/0x6*(parseInt(_0x5c6039(0x166))/0x7)+parseInt(_0x5c6039(0x177))/0x8+parseInt(_0x5c6039(0x173))/0x9+-parseInt(_0x5c6039(0x167))/0xa;if(_0x4e1db9===_0x4b41da)break;else _0x2d424f['push'](_0x2d424f['shift']());}catch(_0x4b382a){_0x2d424f['push'](_0x2d424f['shift']());}}}(_0x54e7,0x9ee63));const e={'ink-ui':{'toolbar':{'pen':_0x5eca23(0x171),'brush':_0x5eca23(0x16e),'highlighter':_0x5eca23(0x168),'eraser':_0x5eca23(0x175),'widthSelector':_0x5eca23(0x16f),'widthValue':'Grosor\x20de\x20tinta\x20{0}','colorPicker':_0x5eca23(0x16a),'exitInkMode':_0x5eca23(0x16d)}}};function _0x33c2(_0x3420fe,_0x2e45e1){_0x3420fe=_0x3420fe-0x166;const _0x54e723=_0x54e7();let _0x33c27b=_0x54e723[_0x3420fe];return _0x33c27b;}module[_0x5eca23(0x176)]=e;function _0x54e7(){const _0x5719ba=['885281eIZNim','2690739BQUFVU','9Napvrf','Borrador','exports','10337720sTqvlO','7MchCZB','19458120SUoCXn','Resaltador','1753506bwoPSd','Selector\x20de\x20color\x20de\x20tinta','215684IMYdXJ','28GQHXCT','Salir\x20del\x20modo\x20de\x20tinta','Pincel','Selector\x20de\x20grosor\x20de\x20tinta','63515lkGyLF','Pluma'];_0x54e7=function(){return _0x5719ba;};return _0x54e7();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x5878(){const _0x162635=['9EcREyI','1316982LINwFv','ضخامت\x20جوهر\x20{0}','قلم','خروج\x20از\x20حالت\x20جوهر','6028374crmgvO','قلممو','10QWwTMP','70lpnyAz','8112570YOzQLl','6316WpoEVX','147599Eicbzc','هایلایتر','7844928OrcqmL','21nFyHIc','انتخاب\x20رنگ\x20جوهر','2470464GDCapE'];_0x5878=function(){return _0x162635;};return _0x5878();}function _0x30d5(_0x4ed7dc,_0x22a76c){_0x4ed7dc=_0x4ed7dc-0xec;const _0x587869=_0x5878();let _0x30d560=_0x587869[_0x4ed7dc];return _0x30d560;}const _0x4bed8a=_0x30d5;(function(_0xe62f7c,_0x4ac9c5){const _0x5bf76a=_0x30d5,_0x1f6296=_0xe62f7c();while(!![]){try{const _0x550eb7=parseInt(_0x5bf76a(0xf6))/0x1*(parseInt(_0x5bf76a(0xf2))/0x2)+parseInt(_0x5bf76a(0xfb))/0x3+parseInt(_0x5bf76a(0xf5))/0x4*(-parseInt(_0x5bf76a(0xf3))/0x5)+-parseInt(_0x5bf76a(0xec))/0x6*(parseInt(_0x5bf76a(0xf9))/0x7)+parseInt(_0x5bf76a(0xf8))/0x8*(parseInt(_0x5bf76a(0xfc))/0x9)+-parseInt(_0x5bf76a(0xf4))/0xa+-parseInt(_0x5bf76a(0xf0))/0xb;if(_0x550eb7===_0x4ac9c5)break;else _0x1f6296['push'](_0x1f6296['shift']());}catch(_0x718123){_0x1f6296['push'](_0x1f6296['shift']());}}}(_0x5878,0x7a9c3));const e={'ink-ui':{'toolbar':{'pen':_0x4bed8a(0xee),'brush':_0x4bed8a(0xf1),'highlighter':_0x4bed8a(0xf7),'eraser':'پاککن','widthSelector':'انتخاب\x20ضخامت\x20جوهر','widthValue':_0x4bed8a(0xed),'colorPicker':_0x4bed8a(0xfa),'exitInkMode':_0x4bed8a(0xef)}}};module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x573108=_0x5a5d;function _0x1577(){const _0x25b623=['4109885iEtuSV','Pinceau','899357tiPdME','Sélecteur\x20d’épaisseur\x20de\x20l’encre','4515872GnQNht','Stylo','6lfgSMS','Quitter\x20le\x20mode\x20encre','872182oHUgsP','5959206klSBqx','16sUnAaw','1763262wbBOtA','952812kcQOzY','exports','Surligneur'];_0x1577=function(){return _0x25b623;};return _0x1577();}function _0x5a5d(_0x326078,_0x4e189e){_0x326078=_0x326078-0x12c;const _0x1577ce=_0x1577();let _0x5a5da8=_0x1577ce[_0x326078];return _0x5a5da8;}(function(_0x120519,_0x184d35){const _0x436b73=_0x5a5d,_0x232771=_0x120519();while(!![]){try{const _0x47e9db=-parseInt(_0x436b73(0x139))/0x1+parseInt(_0x436b73(0x130))/0x2*(-parseInt(_0x436b73(0x12e))/0x3)+parseInt(_0x436b73(0x12c))/0x4+parseInt(_0x436b73(0x137))/0x5+parseInt(_0x436b73(0x131))/0x6+parseInt(_0x436b73(0x134))/0x7*(-parseInt(_0x436b73(0x132))/0x8)+-parseInt(_0x436b73(0x133))/0x9;if(_0x47e9db===_0x184d35)break;else _0x232771['push'](_0x232771['shift']());}catch(_0x23ad46){_0x232771['push'](_0x232771['shift']());}}}(_0x1577,0xabfc9));const e={'ink-ui':{'toolbar':{'pen':_0x573108(0x12d),'brush':_0x573108(0x138),'highlighter':_0x573108(0x136),'eraser':'Gomme','widthSelector':_0x573108(0x13a),'widthValue':'Épaisseur\x20de\x20l’encre\x20{0}','colorPicker':'Sélecteur\x20de\x20couleur\x20de\x20l’encre','exitInkMode':_0x573108(0x12f)}}};module[_0x573108(0x135)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x30180e=_0x4038;(function(_0x238362,_0x2af1e0){const _0x59012d=_0x4038,_0x545ed3=_0x238362();while(!![]){try{const _0x1f90b1=-parseInt(_0x59012d(0x1e4))/0x1+-parseInt(_0x59012d(0x1ed))/0x2*(-parseInt(_0x59012d(0x1e3))/0x3)+-parseInt(_0x59012d(0x1e8))/0x4*(-parseInt(_0x59012d(0x1de))/0x5)+-parseInt(_0x59012d(0x1ec))/0x6+parseInt(_0x59012d(0x1e6))/0x7+parseInt(_0x59012d(0x1ee))/0x8*(parseInt(_0x59012d(0x1e7))/0x9)+parseInt(_0x59012d(0x1e2))/0xa*(-parseInt(_0x59012d(0x1e9))/0xb);if(_0x1f90b1===_0x2af1e0)break;else _0x545ed3['push'](_0x545ed3['shift']());}catch(_0x517c4b){_0x545ed3['push'](_0x545ed3['shift']());}}}(_0x25a3,0xe043d));const e={'ink-ui':{'toolbar':{'pen':_0x30180e(0x1e5),'brush':'Kuas','highlighter':'Penyorot','eraser':_0x30180e(0x1e0),'widthSelector':_0x30180e(0x1df),'widthValue':_0x30180e(0x1ea),'colorPicker':_0x30180e(0x1e1),'exitInkMode':_0x30180e(0x1ef)}}};function _0x4038(_0x2aa1ab,_0x437046){_0x2aa1ab=_0x2aa1ab-0x1de;const _0x25a3cf=_0x25a3();let _0x4038e5=_0x25a3cf[_0x2aa1ab];return _0x4038e5;}module[_0x30180e(0x1eb)]=e;function _0x25a3(){const _0x25e888=['Pemilih\x20ketebalan\x20tinta','Penghapus','Pemilih\x20warna\x20tinta','10HPsumz','593979BWPPpO','724363sreEHi','Pena','4887015BfiiYG','2663964wLmCWs','4oZLytc','11528539bWamPI','Ketebalan\x20tinta\x20{0}','exports','9318492mPFfzQ','18CoAlUL','16jncwrr','Keluar\x20dari\x20mode\x20tinta','5860045rwmBwS'];_0x25a3=function(){return _0x25e888;};return _0x25a3();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x4886(){const _0x43dcc4=['1694JLgktO','exports','6222629dWIhAA','839196MNxaER','5192000dkBNIl','9YNDzeu','5026176EIjenM','Selettore\x20colore\x20inchiostro','Penna','447xLqrko','Pennello','Gomma','Spessore\x20inchiostro\x20{0}','Evidenziatore','347100kreKUz','15965464DoBKFe','Esci\x20dalla\x20modalità\x20inchiostro'];_0x4886=function(){return _0x43dcc4;};return _0x4886();}function _0x2cda(_0x1ae841,_0x227212){_0x1ae841=_0x1ae841-0xfb;const _0x488676=_0x4886();let _0x2cda80=_0x488676[_0x1ae841];return _0x2cda80;}const _0x5d0ab0=_0x2cda;(function(_0x4b7e0a,_0x58fbf8){const _0x4bff11=_0x2cda,_0x5a7b25=_0x4b7e0a();while(!![]){try{const _0x4553d6=parseInt(_0x4bff11(0x100))/0x1*(-parseInt(_0x4bff11(0x108))/0x2)+-parseInt(_0x4bff11(0x105))/0x3+parseInt(_0x4bff11(0x10b))/0x4+-parseInt(_0x4bff11(0xfb))/0x5+parseInt(_0x4bff11(0xfd))/0x6+-parseInt(_0x4bff11(0x10a))/0x7+parseInt(_0x4bff11(0x106))/0x8*(parseInt(_0x4bff11(0xfc))/0x9);if(_0x4553d6===_0x58fbf8)break;else _0x5a7b25['push'](_0x5a7b25['shift']());}catch(_0x25e021){_0x5a7b25['push'](_0x5a7b25['shift']());}}}(_0x4886,0x97bd2));const e={'ink-ui':{'toolbar':{'pen':_0x5d0ab0(0xff),'brush':_0x5d0ab0(0x101),'highlighter':_0x5d0ab0(0x104),'eraser':_0x5d0ab0(0x102),'widthSelector':'Selettore\x20spessore\x20inchiostro','widthValue':_0x5d0ab0(0x103),'colorPicker':_0x5d0ab0(0xfe),'exitInkMode':_0x5d0ab0(0x107)}}};module[_0x5d0ab0(0x109)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x2abf03=_0x3761;(function(_0x2aa4a2,_0xf02acd){const _0x466348=_0x3761,_0x1a8bd6=_0x2aa4a2();while(!![]){try{const _0x1a8f17=-parseInt(_0x466348(0x1bf))/0x1*(parseInt(_0x466348(0x1c8))/0x2)+-parseInt(_0x466348(0x1c5))/0x3+-parseInt(_0x466348(0x1cc))/0x4+-parseInt(_0x466348(0x1c7))/0x5+-parseInt(_0x466348(0x1c0))/0x6+-parseInt(_0x466348(0x1cb))/0x7+-parseInt(_0x466348(0x1c3))/0x8*(-parseInt(_0x466348(0x1cd))/0x9);if(_0x1a8f17===_0xf02acd)break;else _0x1a8bd6['push'](_0x1a8bd6['shift']());}catch(_0x531a5){_0x1a8bd6['push'](_0x1a8bd6['shift']());}}}(_0x3396,0x5828b));function _0x3396(){const _0x31bfaf=['消しゴム','1273648yIfdaJ','インク幅\x20{0}','1870905Actvxg','ブラシ','2045190BOrOvo','1790BkgPbB','インクモードを終了','蛍光ペン','1570037cpjEGA','1486488MWMowt','135KTAglg','インク色セレクター','インク幅セレクター','428wxNDEk','92070Jyfqhb','exports'];_0x3396=function(){return _0x31bfaf;};return _0x3396();}const e={'ink-ui':{'toolbar':{'pen':'ペン','brush':_0x2abf03(0x1c6),'highlighter':_0x2abf03(0x1ca),'eraser':_0x2abf03(0x1c2),'widthSelector':_0x2abf03(0x1be),'widthValue':_0x2abf03(0x1c4),'colorPicker':_0x2abf03(0x1bd),'exitInkMode':_0x2abf03(0x1c9)}}};function _0x3761(_0x456fed,_0x482785){_0x456fed=_0x456fed-0x1bd;const _0x339672=_0x3396();let _0x3761b0=_0x339672[_0x456fed];return _0x3761b0;}module[_0x2abf03(0x1c1)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x43f4eb=_0x31d7;function _0x50c8(){const _0x13b3e5=['148pHwHRb','1866SxSWgZ','9546515iOMWJH','지우개','45poajrJ','5116800jqOnuE','5190AqvsUE','2216844nvdOhN','12971gIgkfY','잉크\x20색상\x20선택','잉크\x20두께\x20선택','11127880RFFjdR','exports','1893792nJfzvX'];_0x50c8=function(){return _0x13b3e5;};return _0x50c8();}(function(_0x51ac92,_0x4daeff){const _0x46a946=_0x31d7,_0x4287b8=_0x51ac92();while(!![]){try{const _0x3d3636=-parseInt(_0x46a946(0x14e))/0x1*(parseInt(_0x46a946(0x148))/0x2)+-parseInt(_0x46a946(0x14d))/0x3+-parseInt(_0x46a946(0x14f))/0x4+parseInt(_0x46a946(0x14a))/0x5+-parseInt(_0x46a946(0x149))/0x6*(parseInt(_0x46a946(0x150))/0x7)+parseInt(_0x46a946(0x147))/0x8*(parseInt(_0x46a946(0x14c))/0x9)+parseInt(_0x46a946(0x153))/0xa;if(_0x3d3636===_0x4daeff)break;else _0x4287b8['push'](_0x4287b8['shift']());}catch(_0x5bf4d8){_0x4287b8['push'](_0x4287b8['shift']());}}}(_0x50c8,0xf09d5));function _0x31d7(_0x2a95c1,_0x4405d7){_0x2a95c1=_0x2a95c1-0x146;const _0x50c845=_0x50c8();let _0x31d763=_0x50c845[_0x2a95c1];return _0x31d763;}const e={'ink-ui':{'toolbar':{'pen':'펜','brush':'브러시','highlighter':'형광펜','eraser':_0x43f4eb(0x14b),'widthSelector':_0x43f4eb(0x152),'widthValue':'잉크\x20두께\x20{0}','colorPicker':_0x43f4eb(0x151),'exitInkMode':'잉크\x20모드\x20종료'}}};module[_0x43f4eb(0x146)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x205d(){const _0x44cc8f=['Pędzel','10iAjaTs','Gumka','16512166keJvmF','1293sHHWkP','88TFRAUS','74080lRpCEx','1102865wCqoAf','Selektor\x20koloru\x20pisma','Wyjdź\x20z\x20trybu\x20pisma\x20odręcznego','6662sTtffh','Szerokość\x20pisma\x20{0}','44537172HxVUyF','12BffzOl','6112024bjJuHu','Zakreślacz','9oYkhFS','1795269mYuTCv'];_0x205d=function(){return _0x44cc8f;};return _0x205d();}const _0x77c6d7=_0x427c;function _0x427c(_0x4061d9,_0x2548e1){_0x4061d9=_0x4061d9-0xdf;const _0x205dbf=_0x205d();let _0x427c76=_0x205dbf[_0x4061d9];return _0x427c76;}(function(_0x3feb4d,_0x127b92){const _0x2b035b=_0x427c,_0x34ea6b=_0x3feb4d();while(!![]){try{const _0x234aef=-parseInt(_0x2b035b(0xe9))/0x1+-parseInt(_0x2b035b(0xec))/0x2*(-parseInt(_0x2b035b(0xe6))/0x3)+parseInt(_0x2b035b(0xe7))/0x4*(-parseInt(_0x2b035b(0xe8))/0x5)+-parseInt(_0x2b035b(0xef))/0x6*(parseInt(_0x2b035b(0xe1))/0x7)+-parseInt(_0x2b035b(0xf0))/0x8*(parseInt(_0x2b035b(0xe0))/0x9)+parseInt(_0x2b035b(0xe3))/0xa*(-parseInt(_0x2b035b(0xe5))/0xb)+parseInt(_0x2b035b(0xee))/0xc;if(_0x234aef===_0x127b92)break;else _0x34ea6b['push'](_0x34ea6b['shift']());}catch(_0x4d60e2){_0x34ea6b['push'](_0x34ea6b['shift']());}}}(_0x205d,0xe58c8));const e={'ink-ui':{'toolbar':{'pen':'Pióro','brush':_0x77c6d7(0xe2),'highlighter':_0x77c6d7(0xdf),'eraser':_0x77c6d7(0xe4),'widthSelector':'Selektor\x20szerokości\x20pisma','widthValue':_0x77c6d7(0xed),'colorPicker':_0x77c6d7(0xea),'exitInkMode':_0x77c6d7(0xeb)}}};module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x435b(_0x11f77c,_0x3ced16){_0x11f77c=_0x11f77c-0xe9;const _0x2977b6=_0x2977();let _0x435b5c=_0x2977b6[_0x11f77c];return _0x435b5c;}const _0xb8465=_0x435b;function _0x2977(){const _0x24488a=['882051NwffMd','Marca-texto','3163490hrRmgG','299540iQBpSR','6167XhYKQm','1247592GwIReV','1NqRcBn','Espessura\x20da\x20tinta\x20{0}','Seletor\x20de\x20cor\x20da\x20tinta','2442QxjgDr','3799740FarJsx','Pincel','Sair\x20do\x20modo\x20de\x20tinta','833666JluQGU','27QbKwhf'];_0x2977=function(){return _0x24488a;};return _0x2977();}(function(_0x110882,_0x5e35ae){const _0x57b9a2=_0x435b,_0x708cba=_0x110882();while(!![]){try{const _0x3cf306=-parseInt(_0x57b9a2(0xf7))/0x1*(-parseInt(_0x57b9a2(0xef))/0x2)+parseInt(_0x57b9a2(0xf1))/0x3+-parseInt(_0x57b9a2(0xf4))/0x4+parseInt(_0x57b9a2(0xf3))/0x5+-parseInt(_0x57b9a2(0xeb))/0x6*(-parseInt(_0x57b9a2(0xf5))/0x7)+-parseInt(_0x57b9a2(0xf6))/0x8+-parseInt(_0x57b9a2(0xf0))/0x9*(parseInt(_0x57b9a2(0xec))/0xa);if(_0x3cf306===_0x5e35ae)break;else _0x708cba['push'](_0x708cba['shift']());}catch(_0x1b26dd){_0x708cba['push'](_0x708cba['shift']());}}}(_0x2977,0x50e5f));const e={'ink-ui':{'toolbar':{'pen':'Caneta','brush':_0xb8465(0xed),'highlighter':_0xb8465(0xf2),'eraser':'Borracha','widthSelector':'Seletor\x20de\x20espessura\x20da\x20tinta','widthValue':_0xb8465(0xe9),'colorPicker':_0xb8465(0xea),'exitInkMode':_0xb8465(0xee)}}};module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x15830f=_0x33ac;(function(_0x56856a,_0x5d060c){const _0xdb174=_0x33ac,_0x25aef5=_0x56856a();while(!![]){try{const _0x319fa4=parseInt(_0xdb174(0x176))/0x1+-parseInt(_0xdb174(0x17e))/0x2*(parseInt(_0xdb174(0x171))/0x3)+-parseInt(_0xdb174(0x174))/0x4+parseInt(_0xdb174(0x175))/0x5*(-parseInt(_0xdb174(0x170))/0x6)+-parseInt(_0xdb174(0x17d))/0x7+parseInt(_0xdb174(0x17b))/0x8+parseInt(_0xdb174(0x17c))/0x9;if(_0x319fa4===_0x5d060c)break;else _0x25aef5['push'](_0x25aef5['shift']());}catch(_0x48f684){_0x25aef5['push'](_0x25aef5['shift']());}}}(_0x12c0,0xde027));const e={'ink-ui':{'toolbar':{'pen':_0x15830f(0x177),'brush':_0x15830f(0x17a),'highlighter':'Маркер','eraser':_0x15830f(0x172),'widthSelector':_0x15830f(0x173),'widthValue':_0x15830f(0x178),'colorPicker':_0x15830f(0x179),'exitInkMode':'Выйти\x20из\x20режима\x20рукописного\x20ввода'}}};function _0x33ac(_0x1c033c,_0x50d912){_0x1c033c=_0x1c033c-0x16f;const _0x12c05b=_0x12c0();let _0x33acd8=_0x12c05b[_0x1c033c];return _0x33acd8;}module[_0x15830f(0x16f)]=e;function _0x12c0(){const _0x341f81=['Кисть','6054888LWfXIK','20582172KGCSBF','3642107ivozoR','1916xoRtZS','exports','28824orRFDh','117eSuWmz','Ластик','Выбор\x20толщины\x20линии','5887892GlmMRc','1305gCpPFk','1149062pdHLNm','Перо','Толщина\x20линии\x20{0}','Выбор\x20цвета\x20чернил'];_0x12c0=function(){return _0x341f81;};return _0x12c0();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x866c73=_0x4206;(function(_0x34c178,_0x515c14){const _0x100f1d=_0x4206,_0x1ed7f5=_0x34c178();while(!![]){try{const _0x44625a=parseInt(_0x100f1d(0xb2))/0x1*(-parseInt(_0x100f1d(0xba))/0x2)+parseInt(_0x100f1d(0xc1))/0x3*(-parseInt(_0x100f1d(0xc2))/0x4)+parseInt(_0x100f1d(0xc0))/0x5+parseInt(_0x100f1d(0xb3))/0x6+-parseInt(_0x100f1d(0xbd))/0x7+-parseInt(_0x100f1d(0xbe))/0x8+parseInt(_0x100f1d(0xbf))/0x9;if(_0x44625a===_0x515c14)break;else _0x1ed7f5['push'](_0x1ed7f5['shift']());}catch(_0x31388e){_0x1ed7f5['push'](_0x1ed7f5['shift']());}}}(_0x4bb4,0x54310));function _0x4206(_0x232d4a,_0x54b24e){_0x232d4a=_0x232d4a-0xb2;const _0x4bb40d=_0x4bb4();let _0x420643=_0x4bb40d[_0x232d4a];return _0x420643;}const e={'ink-ui':{'toolbar':{'pen':_0x866c73(0xb6),'brush':_0x866c73(0xb8),'highlighter':_0x866c73(0xb9),'eraser':_0x866c73(0xc3),'widthSelector':_0x866c73(0xbc),'widthValue':_0x866c73(0xb4),'colorPicker':_0x866c73(0xb7),'exitInkMode':_0x866c73(0xb5)}}};function _0x4bb4(){const _0x29b25c=['Výber\x20farby\x20rukopisu','Štetec','Zvýrazňovač','107034dxroMV','exports','Výber\x20hrúbky\x20rukopisu','1686783TgPzbb','4084608wExvyO','13752252Wzffpf','2735950gGAtay','27xRAydE','304244tunmqQ','Guma','9XNcjCO','1124262daMLAW','Hrúbka\x20rukopisu\x20{0}','Ukončiť\x20režim\x20rukopisu','Pero'];_0x4bb4=function(){return _0x29b25c;};return _0x4bb4();}module[_0x866c73(0xbb)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x3369(_0x414b2d,_0x2171f6){_0x414b2d=_0x414b2d-0xd1;const _0x4618e8=_0x4618();let _0x336904=_0x4618e8[_0x414b2d];return _0x336904;}function _0x4618(){const _0x463b7=['228RfITYr','Thoát\x20chế\x20độ\x20mực','2758572MeWVjE','exports','469aCyJmS','11ZnnMEh','2VtyfBk','Bút\x20đánh\x20dấu','Bút','Tẩy','64304oeUesD','22501070LUMCjw','3823488PBZEDQ','39519fpvnCX','885940YMBFxX','4593205SwxCkM','Cọ\x20vẽ'];_0x4618=function(){return _0x463b7;};return _0x4618();}const _0x59a819=_0x3369;(function(_0x404604,_0x1811eb){const _0x1e9f0f=_0x3369,_0x2ceaeb=_0x404604();while(!![]){try{const _0x1c574c=parseInt(_0x1e9f0f(0xd4))/0x1*(-parseInt(_0x1e9f0f(0xdd))/0x2)+parseInt(_0x1e9f0f(0xd3))/0x3*(-parseInt(_0x1e9f0f(0xd7))/0x4)+parseInt(_0x1e9f0f(0xd5))/0x5+-parseInt(_0x1e9f0f(0xd9))/0x6+-parseInt(_0x1e9f0f(0xdb))/0x7*(parseInt(_0x1e9f0f(0xe1))/0x8)+parseInt(_0x1e9f0f(0xd2))/0x9+-parseInt(_0x1e9f0f(0xd1))/0xa*(-parseInt(_0x1e9f0f(0xdc))/0xb);if(_0x1c574c===_0x1811eb)break;else _0x2ceaeb['push'](_0x2ceaeb['shift']());}catch(_0x3b567b){_0x2ceaeb['push'](_0x2ceaeb['shift']());}}}(_0x4618,0xea007));const e={'ink-ui':{'toolbar':{'pen':_0x59a819(0xdf),'brush':_0x59a819(0xd6),'highlighter':_0x59a819(0xde),'eraser':_0x59a819(0xe0),'widthSelector':'Bộ\x20chọn\x20độ\x20dày\x20nét\x20mực','widthValue':'Độ\x20dày\x20nét\x20mực\x20{0}','colorPicker':'Bộ\x20chọn\x20màu\x20mực','exitInkMode':_0x59a819(0xd8)}}};module[_0x59a819(0xda)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x47d1c5=_0x149d;function _0x165a(){const _0x195a48=['763973OzXCkP','退出画笔模式','406fDmWxA','6PNJcST','10602460tYiLUD','画笔粗细','画笔颜色','30222yPoTZi','570120aTvThu','3131FrGkUG','2229608lVofEa','荧光笔','3njJMQi','850400ArRmXA','136VLzibO','粗细\x20{0}'];_0x165a=function(){return _0x195a48;};return _0x165a();}(function(_0x4c5a47,_0x3d806b){const _0x44d65b=_0x149d,_0x5adfb2=_0x4c5a47();while(!![]){try{const _0x4af818=-parseInt(_0x44d65b(0x145))/0x1*(-parseInt(_0x44d65b(0x14e))/0x2)+parseInt(_0x44d65b(0x148))/0x3*(-parseInt(_0x44d65b(0x146))/0x4)+-parseInt(_0x44d65b(0x144))/0x5+-parseInt(_0x44d65b(0x14f))/0x6*(parseInt(_0x44d65b(0x14c))/0x7)+parseInt(_0x44d65b(0x14a))/0x8*(-parseInt(_0x44d65b(0x143))/0x9)+-parseInt(_0x44d65b(0x149))/0xa+parseInt(_0x44d65b(0x150))/0xb;if(_0x4af818===_0x3d806b)break;else _0x5adfb2['push'](_0x5adfb2['shift']());}catch(_0x209535){_0x5adfb2['push'](_0x5adfb2['shift']());}}}(_0x165a,0xa539a));function _0x149d(_0x5aeec8,_0x39bc78){_0x5aeec8=_0x5aeec8-0x141;const _0x165a7b=_0x165a();let _0x149d8a=_0x165a7b[_0x5aeec8];return _0x149d8a;}const e={'ink-ui':{'toolbar':{'pen':'钢笔','brush':'画笔','highlighter':_0x47d1c5(0x147),'eraser':'橡皮擦','widthSelector':_0x47d1c5(0x141),'widthValue':_0x47d1c5(0x14b),'colorPicker':_0x47d1c5(0x142),'exitInkMode':_0x47d1c5(0x14d)}}};module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x315408=_0x2082;(function(_0x1641cc,_0x5938cd){const _0x43107f=_0x2082,_0x73cc2f=_0x1641cc();while(!![]){try{const _0x1cc0a0=-parseInt(_0x43107f(0x132))/0x1+-parseInt(_0x43107f(0x135))/0x2+parseInt(_0x43107f(0x12e))/0x3*(-parseInt(_0x43107f(0x12c))/0x4)+parseInt(_0x43107f(0x12a))/0x5+-parseInt(_0x43107f(0x128))/0x6+parseInt(_0x43107f(0x134))/0x7*(parseInt(_0x43107f(0x12b))/0x8)+parseInt(_0x43107f(0x12f))/0x9;if(_0x1cc0a0===_0x5938cd)break;else _0x73cc2f['push'](_0x73cc2f['shift']());}catch(_0x428776){_0x73cc2f['push'](_0x73cc2f['shift']());}}}(_0x3926,0x6beaf));function _0x3926(){const _0x187bae=['465342dthPwO','1270710nQAXaf','畫筆顏色','216490PAqxLH','1819912HZHvZc','1145536rAJtnO','粗細\x20{0}','3SRqcBQ','16057170uMSqna','橡皮擦','退出畫筆模式','882046cXCsrG','exports','7JtlJRd'];_0x3926=function(){return _0x187bae;};return _0x3926();}const e={'ink-ui':{'toolbar':{'pen':'鋼筆','brush':'畫筆','highlighter':'螢光筆','eraser':_0x315408(0x130),'widthSelector':'畫筆粗細','widthValue':_0x315408(0x12d),'colorPicker':_0x315408(0x129),'exitInkMode':_0x315408(0x131)}}};function _0x2082(_0x42d70b,_0x46d961){_0x42d70b=_0x42d70b-0x128;const _0x3926fe=_0x3926();let _0x2082ed=_0x3926fe[_0x42d70b];return _0x2082ed;}module[_0x315408(0x133)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x1e3aab=_0x2417;function _0x3525(){const _0x20a350=['420400JfVrDW','3PtpaVi','357ygmioH','4XyjuJj','4089970DEnUgp','90649kLThyI','粗細\x20{0}','exports','橡皮擦','畫筆粗細','795616lrJWqF','189HTtcHh','100xGqZyf','1152173OrbIek','8754RAfChy','11042364wbqcAS'];_0x3525=function(){return _0x20a350;};return _0x3525();}(function(_0x5bd97b,_0x1b012d){const _0x4f9c2a=_0x2417,_0x312c44=_0x5bd97b();while(!![]){try{const _0xf7987f=parseInt(_0x4f9c2a(0x1e5))/0x1+-parseInt(_0x4f9c2a(0x1da))/0x2*(-parseInt(_0x4f9c2a(0x1e1))/0x3)+-parseInt(_0x4f9c2a(0x1e3))/0x4*(parseInt(_0x4f9c2a(0x1e4))/0x5)+parseInt(_0x4f9c2a(0x1de))/0x6*(-parseInt(_0x4f9c2a(0x1e2))/0x7)+parseInt(_0x4f9c2a(0x1e0))/0x8*(parseInt(_0x4f9c2a(0x1db))/0x9)+parseInt(_0x4f9c2a(0x1dc))/0xa*(-parseInt(_0x4f9c2a(0x1dd))/0xb)+parseInt(_0x4f9c2a(0x1df))/0xc;if(_0xf7987f===_0x1b012d)break;else _0x312c44['push'](_0x312c44['shift']());}catch(_0xc41168){_0x312c44['push'](_0x312c44['shift']());}}}(_0x3525,0x8bbd3));function _0x2417(_0x396e02,_0x2eead8){_0x396e02=_0x396e02-0x1da;const _0x3525ab=_0x3525();let _0x2417ff=_0x3525ab[_0x396e02];return _0x2417ff;}const e={'ink-ui':{'toolbar':{'pen':'鋼筆','brush':'畫筆','highlighter':'螢光筆','eraser':_0x1e3aab(0x1e8),'widthSelector':_0x1e3aab(0x1e9),'widthValue':_0x1e3aab(0x1e6),'colorPicker':'畫筆顏色','exitInkMode':'退出畫筆模式'}}};module[_0x1e3aab(0x1e7)]=e;
|