@sequencing/design-system 0.0.40 → 0.0.41

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.
@@ -375,6 +375,13 @@
375
375
  "required": false,
376
376
  "type": "User"
377
377
  },
378
+ "customClass": {
379
+ "defaultValue": null,
380
+ "description": "",
381
+ "name": "customClass",
382
+ "required": false,
383
+ "type": "string"
384
+ },
378
385
  "mainLinks": {
379
386
  "defaultValue": null,
380
387
  "description": "",
package/dist/esm/index.js CHANGED
@@ -3,5 +3,5 @@ import e,{forwardRef as t,useRef as C,useState as n,useEffect as l,useImperative
3
3
  Copyright (c) 2018 Jed Watson.
4
4
  Licensed under the MIT License (MIT), see
5
5
  http://jedwatson.github.io/classnames
6
- */i=r,function(){var e={}.hasOwnProperty;function t(){for(var C=[],n=0;n<arguments.length;n++){var l=arguments[n];if(l){var a=typeof l;if("string"===a||"number"===a)C.push(this&&this[l]||l);else if(Array.isArray(l))C.push(t.apply(this,l));else if("object"===a){if(l.toString!==Object.prototype.toString&&!l.toString.toString().includes("[native code]")){C.push(l.toString());continue}for(var o in l)e.call(l,o)&&l[o]&&C.push(this&&this[o]||o)}}}return C.join(" ")}i.exports?(t.default=t,i.exports=t):window.classNames=t}();var c=o(r.exports);const s=c.bind({link:"Link-module_link__kO1x6"}),d=({hint:t,children:C,customClass:n,variant:l="primary",onClick:a})=>e.createElement("a",{title:t,onClick:e=>{e.preventDefault(),null==a||a(e)},className:s("link",l,n)},C);const m=c.bind({button:"Button-module_button__JK2Jx",fancy:"Button-module_fancy__2cnu9",primary:"Button-module_primary__wIuY6",secondary:"Button-module_secondary__n8cUo",outlined:"Button-module_outlined__dLv1u",loading:"Button-module_loading__PGkqg"}),p=({hint:t,label:C,loading:n,disabled:l,customClass:a,variant:o="primary",onClick:i})=>e.createElement("button",{title:t,onClick:i,disabled:n||l,className:m("button",o,a,{loading:n})},n&&e.createElement("img",{src:"data:image/svg+xml,%3csvg width='16' height='16' stroke='rgba(0%2c 0%2c 0%2c .26)' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cstyle%3e.spinner_V8m1%7btransform-origin:center%3banimation:spinner_zKoa 2s linear infinite%7d.spinner_V8m1 circle%7bstroke-linecap:round%3banimation:spinner_YpZS 1.5s ease-in-out infinite%7d%40keyframes spinner_zKoa%7b100%25%7btransform:rotate(360deg)%7d%7d%40keyframes spinner_YpZS%7b0%25%7bstroke-dasharray:0 150%3bstroke-dashoffset:0%7d47.5%25%7bstroke-dasharray:42 150%3bstroke-dashoffset:-16%7d95%25%2c100%25%7bstroke-dasharray:42 150%3bstroke-dashoffset:-59%7d%7d%3c/style%3e %3cg class='spinner_V8m1'%3e %3ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='2'%3e%3c/circle%3e %3c/g%3e%3c/svg%3e"}),e.createElement("span",null,C));var u="data:image/svg+xml,%3csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.56153 0.75411C4.88925 0.415298 5.42716 0.415297 5.75487 0.754109L9.91715 5.05737C10.4363 5.59406 10.0616 6.5 9.32049 6.5H0.99592C0.254841 6.5 -0.119853 5.59406 0.399253 5.05737L4.56153 0.75411Z' fill='%2312306C'/%3e%3c/svg%3e",_={dropdown:"Dropdown-module_dropdown__OYMLT",isOpen:"Dropdown-module_isOpen__I-Fwe",dropdownToggle:"Dropdown-module_dropdownToggle__K4-rD",outlined:"Dropdown-module_outlined__cubpr",withIcon:"Dropdown-module_withIcon__WZrCH",primary:"Dropdown-module_primary__rH-n3",dropdownContent:"Dropdown-module_dropdownContent__kCcyD"};const h=c.bind(_),g=t((({hint:t,icon:o,label:i,children:r,customClass:c,variant:s="primary",dismissOnClickOutside:d=!0,onToggle:m},p)=>{const g=C(null),[v,H]=n(!1);l((()=>{if(d)return document.addEventListener("mousedown",f),()=>{document.removeEventListener("mousedown",f)}})),a(p,(()=>({close:L})));const L=()=>{H(!1)},f=e=>{(null==g?void 0:g.current)&&!g.current.contains(e.target)&&v&&H(!1)};return e.createElement("div",{ref:g,className:h("dropdown",s,c,{isOpen:v,withIcon:!!o})},e.createElement("button",{title:t,type:"button",onClick:e=>{e.preventDefault(),H(!v),null==m||m(!v,e)},className:_.dropdownToggle},o&&e.createElement("img",{src:o,alt:"icon"}),e.createElement("span",null,i),e.createElement("img",{src:u,alt:"caret"})),e.createElement("div",{className:_.dropdownContent,hidden:!v},r))}));var v={textfield:"TextField-module_textfield__Z5iSV",clearButton:"TextField-module_clearButton__M8pNo"};const H=c.bind(v),L=({value:t,customClass:C,placeholder:n,showClearButton:l,variant:a="primary",onChange:o})=>e.createElement("div",{className:H("textfield",a,C)},e.createElement("input",{value:t,autoComplete:"off",placeholder:n,onChange:e=>null==o?void 0:o(e.target.value)}),l&&!!(null==t?void 0:t.length)&&e.createElement("button",{"aria-label":"clear",onClick:()=>null==o?void 0:o(""),className:v.clearButton}));var f={accordion:"Accordion-module_accordion__t2UQl",isOpen:"Accordion-module_isOpen__0d2yS",accordionToggle:"Accordion-module_accordionToggle__4X-Wg",accordionContent:"Accordion-module_accordionContent__j9no7"};const w=c.bind(f),V=({hint:t,label:C,children:l,customClass:a,variant:o="outlined",openByDefault:i=!1,caretPosition:r="right",onToggle:c})=>{const[s,d]=n(i);return e.createElement("div",{className:w("accordion",o,a,{isOpen:s})},e.createElement("button",{title:t,type:"button",onClick:e=>{e.preventDefault(),d(!s),null==c||c(!s,e)},className:f.accordionToggle},"left"===r&&e.createElement("img",{src:u,alt:"caret"}),e.createElement("span",null,C),"right"===r&&e.createElement("img",{src:u,alt:"caret"})),l&&e.createElement("div",{hidden:!s,className:f.accordionContent},l))};var E="data:image/svg+xml,%3csvg width='20' height='23' viewBox='0 0 20 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.8673 20.4381C19.4647 20.3178 19.8189 19.6914 19.5172 19.162C18.8216 17.9412 17.7177 16.8685 16.3024 16.0526C14.4943 15.0103 12.279 14.4453 10 14.4453C7.72101 14.4453 5.50569 15.0103 3.69764 16.0526C2.28231 16.8685 1.17845 17.9412 0.482764 19.162C0.181052 19.6914 0.535286 20.3178 1.13268 20.4381L2.1062 20.634C7.31647 21.6829 12.6835 21.6829 17.8938 20.634L18.8673 20.4381Z' fill='white'/%3e%3cellipse cx='9.99967' cy='6.66667' rx='6.66667' ry='6.66667' fill='white'/%3e%3c/svg%3e",b={chip:"Chip-module_chip__or5d3",chipButton:"Chip-module_chipButton__immj-",chipDropdown:"Chip-module_chipDropdown__PScps",mobileChipItems:"Chip-module_mobileChipItems__6h8vF",mobileChipItem:"Chip-module_mobileChipItem__zQrn5",main:"Chip-module_main__E4NDI",itemIconWrapper:"Chip-module_itemIconWrapper__BfqmP",itemIcon:"Chip-module_itemIcon__EvEJT",chipImageWrapper:"Chip-module_chipImageWrapper__K5U-q",chipImage:"Chip-module_chipImage__AaedP",chipLabel:"Chip-module_chipLabel__hpyHV",showDropdown:"Chip-module_showDropdown__DQVaZ",chipDropdownItem:"Chip-module_chipDropdownItem__znNAR",itemLabel:"Chip-module_itemLabel__KszMu"};const M=c.bind(b),Z=({icon:t,label:a,dropdownItems:o})=>{const i=C(null),[r,c]=n(!1);l((()=>(document.addEventListener("mousedown",s),()=>{document.removeEventListener("mousedown",s)})));const s=e=>{(null==i?void 0:i.current)&&!i.current.contains(e.target)&&r&&c(!1)};return e.createElement("div",{ref:i,className:b.chip},e.createElement("div",{className:b.chipButton,onClick:()=>c(!r)},e.createElement("div",{className:b.chipImageWrapper},e.createElement("img",{className:b.chipImage,src:t||E})),e.createElement("span",{className:b.chipLabel},a)),e.createElement("div",{className:M(b.chipDropdown,{showDropdown:r})},null==o?void 0:o.map(((t,C)=>e.createElement(e.Fragment,{key:C},e.createElement("div",{className:b.chipDropdownItem,onClick:()=>{var e;c(!1),null===(e=t.onClick)||void 0===e||e.call(t)}},t.icon&&e.createElement("img",{src:t.icon,className:b.itemIcon}),e.createElement("span",{className:b.itemLabel},t.label)),e.createElement("hr",null))))),e.createElement("div",{className:b.mobileChipItems},null==o?void 0:o.map(((C,n)=>e.createElement("div",{key:n,onClick:C.onClick,className:M(b.mobileChipItem,{main:C.main})},e.createElement("span",{className:b.itemIconWrapper},C.main?e.createElement("img",{src:t||E,className:b.itemIcon}):C.icon&&e.createElement("img",{src:C.icon,className:b.itemIcon})),e.createElement("span",{className:b.itemLabel},C.main?a:C.label))))))};var N={appBar:"AppBar-module_appBar__Qdk4Q",wrapper:"AppBar-module_wrapper__1RQaw",appId:"AppBar-module_appId__dvlhd",icon:"AppBar-module_icon__llVzL",titleWrapper:"AppBar-module_titleWrapper__ZDbYC",content:"AppBar-module_content__zfFex",appInfoWrapper:"AppBar-module_appInfoWrapper__KQyR-",appInfo:"AppBar-module_appInfo__ojUgZ",appTooltipWrapper:"AppBar-module_appTooltipWrapper__o3bOA",appTooltipContent:"AppBar-module_appTooltipContent__WpduU"};const x=c.bind(N),k=({icon:t,appName:a,version:o,children:i,customClass:r,lastUpdated:c,description:s,tooltipContent:d,backgroundImage:m})=>{const p=C(null),[u,_]=n(!1);l((()=>(document.addEventListener("mousedown",h),()=>{document.removeEventListener("mousedown",h)})));const h=e=>{(null==p?void 0:p.current)&&!p.current.contains(e.target)&&u&&_(!1)};return e.createElement("div",{className:x(N.appBar,r),style:{backgroundImage:m?`url(${m})`:void 0}},e.createElement("div",{className:N.wrapper},e.createElement("div",{className:N.appId},e.createElement("img",{src:t,className:N.icon}),e.createElement("div",{className:N.titleWrapper},e.createElement("h4",null,a),e.createElement("div",null,s))),i&&e.createElement("div",{className:N.content},i),e.createElement("div",{className:N.appInfoWrapper},(o||c)&&e.createElement("div",{className:N.appInfo},o&&e.createElement("div",null,"Version: ",e.createElement("strong",null,o)),c&&e.createElement("div",null,"Last Updated: ",e.createElement("strong",null,c))),d&&e.createElement("div",{ref:p,className:N.appTooltipWrapper},e.createElement("img",{src:"data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M8.955 15.0768C9.27 15.0768 9.5364 14.9679 9.7542 14.7501C9.9714 14.5329 10.08 14.2668 10.08 13.9518C10.08 13.6368 9.9714 13.3707 9.7542 13.1535C9.5364 12.9357 9.27 12.8268 8.955 12.8268C8.64 12.8268 8.3736 12.9357 8.1558 13.1535C7.9386 13.3707 7.83 13.6368 7.83 13.9518C7.83 14.2668 7.9386 14.5329 8.1558 14.7501C8.3736 14.9679 8.64 15.0768 8.955 15.0768ZM8.145 11.6118H9.81C9.81 11.1168 9.8664 10.7268 9.9792 10.4418C10.0914 10.1568 10.41 9.76676 10.935 9.27176C11.325 8.88176 11.6325 8.51036 11.8575 8.15756C12.0825 7.80536 12.195 7.38176 12.195 6.88676C12.195 6.04676 11.8875 5.40176 11.2725 4.95176C10.6575 4.50176 9.93 4.27676 9.09 4.27676C8.235 4.27676 7.5414 4.50176 7.0092 4.95176C6.4764 5.40176 6.105 5.94176 5.895 6.57176L7.38 7.15676C7.455 6.88676 7.6239 6.59426 7.8867 6.27926C8.1489 5.96426 8.55 5.80676 9.09 5.80676C9.57 5.80676 9.93 5.93786 10.17 6.20006C10.41 6.46286 10.53 6.75176 10.53 7.06676C10.53 7.36676 10.44 7.64786 10.26 7.91006C10.08 8.17286 9.855 8.41676 9.585 8.64176C8.925 9.22676 8.52 9.66926 8.37 9.96926C8.22 10.2693 8.145 10.8168 8.145 11.6118ZM9 18.6768C7.755 18.6768 6.585 18.4404 5.49 17.9676C4.395 17.4954 3.4425 16.8543 2.6325 16.0443C1.8225 15.2343 1.1814 14.2818 0.7092 13.1868C0.2364 12.0918 0 10.9218 0 9.67676C0 8.43176 0.2364 7.26176 0.7092 6.16676C1.1814 5.07176 1.8225 4.11926 2.6325 3.30926C3.4425 2.49926 4.395 1.85786 5.49 1.38506C6.585 0.912858 7.755 0.676758 9 0.676758C10.245 0.676758 11.415 0.912858 12.51 1.38506C13.605 1.85786 14.5575 2.49926 15.3675 3.30926C16.1775 4.11926 16.8186 5.07176 17.2908 6.16676C17.7636 7.26176 18 8.43176 18 9.67676C18 10.9218 17.7636 12.0918 17.2908 13.1868C16.8186 14.2818 16.1775 15.2343 15.3675 16.0443C14.5575 16.8543 13.605 17.4954 12.51 17.9676C11.415 18.4404 10.245 18.6768 9 18.6768Z' fill='white'/%3e%3c/svg%3e",className:N.appTooltipToggle,onClick:()=>_(!u)}),e.createElement("div",{hidden:!u,className:N.appTooltipContent},d)))))};var y="data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='m17 7-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5zM4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4V5z'%3e%3c/path%3e%3c/svg%3e",I="data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2c-2.5 0-4.71-1.28-6-3.22.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08-1.29 1.94-3.5 3.22-6 3.22z'%3e%3c/path%3e%3c/svg%3e",B={header:"Header-module_header__b4JmM",bannerComponent:"Header-module_bannerComponent__HZY1Y",wrapper:"Header-module_wrapper__cW0ix",links:"Header-module_links__uS5i5",menuActions:"Header-module_menuActions__UNi-J",toggleMenuButton:"Header-module_toggleMenuButton__oWc9r",searchComponent:"Header-module_searchComponent__hN61G",mobileMenu:"Header-module_mobileMenu__EhNlh",main:"Header-module_main__16iHt",auxiliary:"Header-module_auxiliary__tdlBj",signInButton:"Header-module_signInButton__tOGrL",mobileMenuOpen:"Header-module_mobileMenuOpen__7oK19"};const D=c.bind(B),A=t((({user:t,mainLinks:C,auxiliaryLinks:l,searchComponent:o,bannerComponent:i,onRequestSignIn:r,onRequestSignOut:c,onRequestHomePage:s,onRequestMyAccount:d},m)=>{const[u,_]=n(!1);a(m,(()=>({closeMobileMenu:h})));const h=()=>{_(!1)};return e.createElement("header",{className:D(B.header,{mobileMenuOpen:u})},i&&e.createElement("div",{className:B.bannerComponent},i),e.createElement("div",{className:B.wrapper},e.createElement("img",{onClick:s,src:"data:image/svg+xml,%3csvg width='264' height='56' viewBox='0 0 264 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.48 2.06219C14.2492 -0.23851 10.7952 -0.428194 8.84636 1.59716C6.89748 3.62251 7.08337 7.10415 9.31409 9.38649L23.5319 23.8944C24.6008 24.9935 25.2006 26.4792 25.2006 28.0277C25.2006 29.5761 24.6008 31.0618 23.5319 32.161L9.31409 46.6688C7.08337 48.9451 6.8735 52.4451 8.84636 54.4582C10.8192 56.4713 14.2432 56.2571 16.48 53.9809L37.8636 32.161C38.9325 31.0618 39.5324 29.5761 39.5324 28.0277C39.5324 26.4792 38.9325 24.9935 37.8636 23.8944L16.48 2.06219Z' fill='url(%23paint0_linear_3494_6908)'/%3e%3cpath d='M19.7364 50.0585L26.3866 43.2848L19.7544 36.5173L13.1162 43.2848L19.7364 50.0585Z' fill='%236D6E70'/%3e%3cpath d='M23.0524 53.9685C25.2831 56.2448 28.7191 56.4589 30.686 54.4458C32.6529 52.4327 32.443 48.9389 30.2183 46.6565L16.0005 32.1487C14.9286 31.0512 14.3268 29.5649 14.3268 28.0155C14.3268 26.466 14.9286 24.9797 16.0005 23.8822L30.2183 9.3744C32.443 7.09819 32.6589 3.59209 30.686 1.58511C28.7131 -0.421873 25.2891 -0.213833 23.0524 2.06238L1.66871 23.8822C0.599812 24.9813 0 26.467 0 28.0155C0 29.5639 0.599812 31.0496 1.66871 32.1487L23.0524 53.9685Z' fill='url(%23paint1_linear_3494_6908)'/%3e%3cpath d='M19.7363 19.4761L26.3865 12.709L19.7363 5.93567L13.0981 12.709L19.7363 19.4761Z' fill='%236D6E70'/%3e%3cpath d='M23.5324 24.0043C24.0616 24.5474 24.4802 25.1919 24.7643 25.9008C25.0483 26.6096 25.1921 27.3688 25.1875 28.1346H39.5132C39.5153 27.3681 39.3691 26.6087 39.0831 25.8999C38.797 25.1912 38.3767 24.547 37.8462 24.0043L16.4805 2.20863C14.2498 -0.0615028 10.8137 -0.275665 8.84688 1.73135C6.88001 3.73836 7.08389 7.2384 9.31461 9.52077L23.5324 24.0043Z' fill='url(%23paint2_linear_3494_6908)'/%3e%3cpath d='M61.4782 20.3878C60.9602 19.7359 60.2986 19.218 59.5473 18.8764C58.7686 18.4797 57.9111 18.2704 57.0408 18.2645C56.5335 18.2673 56.0283 18.3309 55.5357 18.4542C55.0529 18.583 54.5934 18.7895 54.1744 19.0661C53.7645 19.3314 53.4198 19.6894 53.167 20.1124C52.8933 20.5795 52.756 21.1165 52.7712 21.6605C52.7574 22.1604 52.8754 22.6549 53.1131 23.0923C53.3504 23.4953 53.6718 23.84 54.0545 24.1019C54.5062 24.4061 54.9938 24.6508 55.5057 24.8301C56.0753 25.0442 56.705 25.2523 57.3826 25.442C58.1561 25.6989 58.9597 25.9865 59.7812 26.3108C60.6003 26.6296 61.3714 27.0642 62.0719 27.6019C62.7721 28.1457 63.3523 28.8336 63.7749 29.6211C64.2512 30.5655 64.4805 31.6193 64.4405 32.6806C64.4664 33.8756 64.2223 35.0607 63.7269 36.1439C63.2741 37.0937 62.6208 37.9296 61.814 38.5914C60.9833 39.2611 60.0318 39.7579 59.0137 40.0538C57.9175 40.3832 56.7803 40.5481 55.6376 40.5433C54.0597 40.5434 52.4957 40.2425 51.0263 39.6561C49.5957 39.1172 48.3256 38.211 47.3384 37.025L50.4146 34.1002C51.025 34.9568 51.8405 35.6394 52.7832 36.0827C53.689 36.5518 54.6879 36.803 55.7036 36.8169C56.2206 36.8128 56.7356 36.7492 57.2387 36.6273C57.747 36.5063 58.2276 36.2861 58.6539 35.9787C59.0712 35.6806 59.4209 35.2946 59.6793 34.8467C59.9586 34.3307 60.0954 33.747 60.075 33.1579C60.0965 32.5825 59.9391 32.0149 59.6253 31.5364C59.3065 31.0835 58.8978 30.704 58.426 30.4227C57.8592 30.0798 57.2556 29.8047 56.627 29.6028L54.4743 28.8746C53.7327 28.6346 53.0041 28.3548 52.2915 28.0364C51.587 27.7081 50.939 27.2659 50.3726 26.7269C49.7763 26.1745 49.2933 25.5069 48.9515 24.7628C48.5621 23.8446 48.3758 22.8501 48.4058 21.8502C48.3737 20.7206 48.6388 19.6029 49.1733 18.6133C49.6702 17.7211 50.3566 16.9537 51.1822 16.3677C52.0462 15.7669 53.0059 15.3239 54.0185 15.0582C55.0708 14.7707 56.1553 14.6246 57.2447 14.6238C58.5172 14.6312 59.7798 14.8545 60.9805 15.2846C62.2038 15.7055 63.3272 16.3829 64.2786 17.2733L61.4782 20.3878Z' fill='%2312306C'/%3e%3cpath d='M67.9008 15.2358H83.9116V19.0662H72.2003V25.3381H83.2939V29.0094H72.2003V35.9726H84.5532V39.8764H67.8948V15.2358H67.9008Z' fill='%2312306C'/%3e%3cpath d='M113.936 39.9009H99.3401C97.5462 39.9233 95.7616 39.6336 94.0631 39.0442C92.557 38.5272 91.174 37.6934 90.0035 36.5967C88.8574 35.4845 87.9648 34.1288 87.389 32.6257C86.7524 30.9189 86.441 29.1038 86.4715 27.2779C86.4493 25.515 86.7799 23.7661 87.443 22.1381C88.0626 20.6204 88.9858 19.2512 90.1534 18.1181C91.3456 16.9877 92.7431 16.1064 94.267 15.5237C95.9106 14.8988 97.6522 14.5857 99.4061 14.5998C101.154 14.5842 102.89 14.8974 104.527 15.5237C106.043 16.1054 107.43 16.9871 108.611 18.1181C109.764 19.2454 110.676 20.6036 111.291 22.1075C111.943 23.7385 112.267 25.4862 112.245 27.2473C112.254 28.2798 112.127 29.3088 111.867 30.3067C111.638 31.1838 111.312 32.0315 110.895 32.8337C110.524 33.5511 110.065 34.2173 109.528 34.8162C109.053 35.3546 108.523 35.8388 107.945 36.2602V36.3336H113.942V39.8886L113.936 39.9009ZM99.424 18.5464C98.3059 18.5378 97.1978 18.7626 96.1679 19.2072C95.1848 19.6344 94.2957 20.2586 93.5534 21.0429C92.8085 21.8368 92.2238 22.7723 91.8324 23.7963C91.4 24.9034 91.1841 26.0862 91.1968 27.2779C91.1826 28.5062 91.3858 29.7271 91.7964 30.8818C92.1609 31.9136 92.7305 32.8573 93.4695 33.6536C94.1983 34.4267 95.0763 35.0371 96.048 35.4464C98.1674 36.2987 100.525 36.2987 102.644 35.4464C103.628 35.0392 104.518 34.4288 105.259 33.6536C106.005 32.8559 106.586 31.9133 106.968 30.8818C107.773 28.5932 107.783 26.0919 106.998 23.7963C106.641 22.7704 106.077 21.8324 105.343 21.0429C104.614 20.2586 103.737 19.6341 102.764 19.2072C101.701 18.7542 100.558 18.5292 99.4061 18.5464H99.424Z' fill='%2312306C'/%3e%3cpath d='M135.362 30.8451C135.382 32.2238 135.125 33.5921 134.606 34.8652C134.142 36.0198 133.445 37.0621 132.561 37.9246C131.674 38.7735 130.627 39.4311 129.485 39.8582C126.989 40.7637 124.264 40.7637 121.768 39.8582C120.622 39.4297 119.572 38.7724 118.679 37.9246C117.787 37.0692 117.089 36.0249 116.634 34.8652C116.127 33.5891 115.876 32.222 115.897 30.8451V15.2358H120.202V30.6676C120.203 31.3903 120.293 32.11 120.472 32.8093C120.648 33.4983 120.956 34.145 121.378 34.7122C121.823 35.2911 122.397 35.7544 123.051 36.0645C123.868 36.4119 124.744 36.5907 125.629 36.5907C126.514 36.5907 127.391 36.4119 128.208 36.0645C128.86 35.7511 129.433 35.2884 129.881 34.7122C130.303 34.1461 130.609 33.4989 130.78 32.8093C130.964 32.1108 131.057 31.3908 131.056 30.6676V15.2358H135.356V30.8451H135.362Z' fill='%2312306C'/%3e%3cpath d='M139.625 15.2358H155.636V19.0662H143.919V25.3381H155.013V29.0094H143.919V35.9726H156.242V39.8764H139.625V15.2358Z' fill='%2312306C'/%3e%3cpath d='M159.599 15.2358H165.296L176.527 33.6965H176.599V15.2358H180.899V39.901H175.436L163.965 20.8468H163.899V39.901H159.593V15.2358H159.599Z' fill='%2312306C'/%3e%3cpath d='M202.817 21.0183C202.187 20.1423 201.323 19.4707 200.328 19.0847C199.305 18.6662 198.211 18.4583 197.109 18.473C196.007 18.4877 194.918 18.7247 193.906 19.1704C192.917 19.6256 192.028 20.279 191.291 21.0917C190.544 21.9184 189.963 22.8873 189.582 23.9431C189.177 25.0823 188.974 26.2862 188.983 27.4982C188.975 28.748 189.178 29.9899 189.582 31.1695C189.935 32.2337 190.499 33.2126 191.237 34.0454C191.959 34.8373 192.838 35.4631 193.816 35.8811C194.885 36.3349 196.034 36.5599 197.192 36.5419C198.388 36.5644 199.572 36.2959 200.646 35.7587C201.595 35.2709 202.417 34.5599 203.045 33.6844L206.493 36.132C205.442 37.4893 204.097 38.5804 202.565 39.3199C200.872 40.1052 199.027 40.4921 197.168 40.4519C195.389 40.4728 193.623 40.1489 191.963 39.4974C190.438 38.9223 189.047 38.0304 187.877 36.8781C186.708 35.7258 185.786 34.3382 185.169 32.8033C184.517 31.1232 184.193 29.3294 184.216 27.5227C184.189 25.6884 184.532 23.8682 185.223 22.1747C185.855 20.6392 186.797 19.2569 187.987 18.1179C189.187 16.9839 190.598 16.1078 192.137 15.5418C193.799 14.9251 195.556 14.6183 197.324 14.6362C198.128 14.6402 198.931 14.7159 199.723 14.8626C200.544 15.0085 201.348 15.2423 202.121 15.5602C202.887 15.8677 203.619 16.2574 204.304 16.7228C204.975 17.1738 205.564 17.7412 206.043 18.3994L202.817 21.0183Z' fill='%2312306C'/%3e%3cpath d='M208.28 15.2358H212.585V39.901H208.28V15.2358Z' fill='%2312306C'/%3e%3cpath d='M217.076 15.2358H222.779L234.011 33.6965H234.077V15.2358H238.382V39.901H232.913L221.43 20.8468H221.358V39.901H217.076V15.2358Z' fill='%2312306C'/%3e%3cpath d='M264 38.6103C262.708 39.2379 261.35 39.7122 259.952 40.0237C258.286 40.3799 256.587 40.5482 254.885 40.5255C253.056 40.5493 251.238 40.2256 249.524 39.5709C247.975 38.9711 246.56 38.0597 245.363 36.8909C244.189 35.7257 243.265 34.3258 242.646 32.779C241.979 31.1028 241.644 29.3078 241.663 27.4985C241.636 25.6643 241.979 23.8441 242.67 22.1506C243.308 20.6228 244.254 19.249 245.447 18.1183C246.646 16.9843 248.058 16.1083 249.596 15.5423C251.258 14.925 253.015 14.6182 254.783 14.6367C256.586 14.6144 258.38 14.9019 260.09 15.4872C261.521 15.956 262.842 16.7205 263.97 17.7328L260.972 21.0064C260.248 20.2351 259.371 19.6301 258.399 19.2319C257.262 18.7375 256.037 18.4876 254.801 18.4977C253.611 18.4804 252.43 18.718 251.335 19.1952C250.33 19.6376 249.429 20.2925 248.691 21.1165C247.949 21.9441 247.374 22.9131 247 23.9679C246.591 25.1063 246.388 26.3107 246.4 27.523C246.382 28.7736 246.585 30.0172 247 31.1943C247.374 32.2605 247.955 33.2386 248.709 34.0701C249.462 34.8931 250.38 35.5401 251.401 35.9669C252.544 36.4353 253.767 36.6662 254.999 36.6461C256.638 36.6779 258.268 36.3828 259.796 35.7773V29.4504H254.705V25.828H263.958V38.6103H264Z' fill='%2312306C'/%3e%3cpath d='M113.876 36.9395C113.876 36.6213 113.462 36.3275 113.918 36.3275L117.516 39.5036C117.756 39.7116 117.69 39.883 117.378 39.883H113.936C113.624 39.883 113.894 39.6198 113.894 39.3016L113.876 36.9395Z' fill='%2312306C'/%3e%3cpath d='M255.155 26.8004C255.155 26.4822 255.155 25.7907 254.747 25.8275L251.119 29.0708C250.885 29.2788 250.945 29.4502 251.263 29.4502H254.987C255.305 29.4502 254.753 29.187 254.753 28.8382L255.155 26.8004Z' fill='%2312306C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.902 55.7917C221.446 55.6675 221.975 55.4828 222.48 55.241V50.2663H218.882L217.472 51.5268C217.376 51.6125 217.4 51.6798 217.52 51.6798H220.86V54.1274C220.265 54.3665 219.629 54.483 218.99 54.47C218.509 54.4768 218.032 54.3853 217.586 54.2008C217.189 54.0346 216.832 53.7843 216.537 53.4665C216.245 53.1415 216.019 52.761 215.871 52.3468C215.713 51.8933 215.636 51.4145 215.643 50.9333C215.637 50.462 215.714 49.9935 215.871 49.5504C216.019 49.1395 216.243 48.7614 216.531 48.4368C216.82 48.1176 217.171 47.8634 217.562 47.6903C217.987 47.5074 218.444 47.4157 218.906 47.421C219.388 47.4177 219.865 47.5156 220.309 47.7086C220.688 47.8626 221.029 48.0985 221.31 48.4001L222.468 47.1212C222.028 46.7286 221.513 46.4328 220.956 46.2523C220.293 46.0205 219.595 45.9067 218.894 45.9158C218.205 45.9114 217.521 46.0316 216.873 46.2707C216.275 46.4914 215.726 46.8327 215.26 47.2742C214.799 47.719 214.433 48.2566 214.186 48.8529C213.917 49.5113 213.784 50.2198 213.796 50.9333C213.788 51.6354 213.916 52.3322 214.174 52.9831C214.415 53.5834 214.775 54.127 215.23 54.5801C215.695 55.0365 216.246 55.3924 216.849 55.6265C217.516 55.8802 218.223 56.0067 218.936 55.9997C219.597 56.0031 220.256 55.9334 220.902 55.7917Z' fill='%2312306C'/%3e%3cpath d='M97.4694 50.915C97.4582 50.2041 97.5888 49.4984 97.8532 48.8406C98.088 48.2452 98.4436 47.7072 98.8966 47.2619C99.3554 46.8196 99.8983 46.478 100.492 46.2584C101.135 46.0188 101.816 45.8987 102.501 45.9035C103.193 45.8977 103.882 46.0179 104.533 46.2584C105.13 46.4778 105.677 46.8192 106.14 47.2619C106.599 47.7049 106.959 48.2433 107.196 48.8406C107.699 50.1695 107.699 51.6421 107.196 52.9709C106.955 53.5713 106.595 54.1148 106.14 54.568C105.679 55.0219 105.132 55.3758 104.533 55.6082C103.885 55.8637 103.195 55.9904 102.501 55.9815C101.814 55.9886 101.132 55.8619 100.492 55.6082C99.8968 55.3792 99.355 55.0265 98.9008 54.5725C98.4466 54.1185 98.0899 53.5731 97.8532 52.9709C97.5899 52.3193 97.4593 51.6198 97.4694 50.915ZM99.2684 50.915C99.264 51.398 99.341 51.8782 99.4962 52.3346C99.6424 52.7477 99.8688 53.1265 100.162 53.4482C100.448 53.7637 100.795 54.0157 101.181 54.1886C101.594 54.3683 102.04 54.458 102.489 54.4517C102.941 54.4579 103.391 54.3683 103.808 54.1886C104.196 54.0173 104.546 53.7652 104.833 53.4482C105.126 53.1265 105.353 52.7477 105.499 52.3346C105.659 51.8793 105.738 51.3986 105.733 50.915C105.737 50.4454 105.658 49.9788 105.499 49.5382C105.351 49.1273 105.127 48.7492 104.839 48.4245C104.554 48.1063 104.207 47.8521 103.82 47.678C103.399 47.4951 102.946 47.4034 102.489 47.4088C102.035 47.4033 101.586 47.495 101.169 47.678C100.785 47.8539 100.44 48.1079 100.156 48.4245C99.868 48.7492 99.6441 49.1273 99.4962 49.5382C99.3502 49.9815 99.2812 50.4474 99.2923 50.915H99.2684Z' fill='%2312306C'/%3e%3cpath d='M116.455 52.2183C116.463 52.7535 116.363 53.2848 116.161 53.7786C115.981 54.2264 115.712 54.6308 115.369 54.9657C115.022 55.2947 114.615 55.5505 114.17 55.7183C113.2 56.0693 112.142 56.0693 111.172 55.7183C110.727 55.5505 110.32 55.2947 109.973 54.9657C109.627 54.6327 109.355 54.2279 109.175 53.7786C108.977 53.2835 108.879 52.7528 108.887 52.2183V46.1482H110.56V52.1509C110.561 52.4319 110.597 52.7117 110.668 52.9831C110.734 53.2505 110.855 53.5007 111.022 53.7174C111.193 53.9452 111.415 54.1278 111.67 54.2498C112.311 54.5191 113.031 54.5191 113.672 54.2498C113.927 54.1258 114.151 53.9437 114.326 53.7174C114.491 53.5004 114.61 53.2502 114.674 52.9831C114.745 52.7117 114.781 52.4319 114.782 52.1509V46.1482H116.455V52.2183Z' fill='%2312306C'/%3e%3cpath d='M120.161 47.6412H117.282V46.1482H124.73V47.6412H121.852V55.7367H120.179L120.161 47.6412Z' fill='%2312306C'/%3e%3cpath d='M130.607 48.1556C130.41 47.8919 130.152 47.6818 129.857 47.5437C129.552 47.3938 129.218 47.3144 128.88 47.3112C128.678 47.3098 128.476 47.3344 128.28 47.3846C128.091 47.4321 127.911 47.5107 127.746 47.6171C127.589 47.7214 127.456 47.8592 127.357 48.021C127.25 48.2058 127.197 48.4184 127.207 48.6328C127.2 48.8273 127.245 49.0199 127.339 49.1896C127.43 49.3464 127.555 49.4802 127.704 49.5812C127.878 49.7036 128.068 49.8004 128.268 49.8688L128.994 50.1136C129.299 50.2115 129.593 50.3216 129.935 50.4501C130.252 50.5758 130.55 50.7446 130.823 50.9519C131.095 51.1621 131.319 51.4291 131.482 51.7351C131.668 52.0991 131.759 52.5058 131.746 52.916C131.755 53.3809 131.659 53.8416 131.464 54.2621C131.29 54.6336 131.036 54.9599 130.721 55.2167C130.4 55.4788 130.031 55.6723 129.635 55.7857C129.209 55.9141 128.766 55.978 128.322 55.9754C127.707 55.975 127.097 55.8589 126.523 55.6327C125.968 55.4212 125.475 55.0697 125.09 54.6109L126.289 53.4728C126.528 53.8051 126.846 54.0702 127.213 54.2438C127.564 54.4247 127.952 54.521 128.346 54.5252C128.548 54.5243 128.749 54.4996 128.946 54.4518C129.153 54.4139 129.35 54.3349 129.527 54.2193C129.692 54.1053 129.829 53.9546 129.929 53.7787C130.038 53.5791 130.09 53.3523 130.079 53.124C130.085 52.9075 130.026 52.6942 129.911 52.5122C129.785 52.3373 129.626 52.1896 129.443 52.0777C129.226 51.9454 128.995 51.8387 128.754 51.7595L127.92 51.4781C127.63 51.3851 127.346 51.2748 127.069 51.1477C126.788 51.0295 126.53 50.8617 126.307 50.652C126.075 50.4377 125.887 50.1775 125.755 49.8872C125.601 49.5312 125.527 49.1443 125.54 48.7552C125.528 48.3154 125.632 47.8804 125.839 47.4947C126.034 47.1468 126.302 46.8479 126.625 46.6198C126.959 46.3854 127.33 46.2116 127.722 46.1058C128.131 45.9944 128.552 45.9368 128.976 45.9344C129.472 45.9374 129.964 46.0242 130.433 46.1914C130.908 46.3547 131.343 46.6196 131.71 46.9685L130.607 48.1556Z' fill='%2312306C'/%3e%3cpath d='M133.371 46.1482H135.985L138.426 52.9586H138.468L140.866 46.1482H143.499V55.7367H141.838V48.0328H141.808L138.959 55.7367H137.802L134.99 48.0328H134.96V55.7367H133.371V46.1482Z' fill='%2312306C'/%3e%3cpath d='M148.404 46.1482H149.855L153.903 55.7367H151.99L151.115 53.5461H147.037L146.191 55.7367H144.321L148.404 46.1482ZM150.527 52.0836L149.082 48.1797L147.607 52.0836H150.527Z' fill='%2312306C'/%3e%3cpath d='M154.754 46.1482H158.022C158.455 46.1483 158.888 46.1955 159.311 46.2889C159.704 46.3751 160.079 46.5349 160.415 46.7601C160.738 46.9755 161.005 47.2672 161.194 47.6106C161.398 48.0064 161.499 48.4488 161.488 48.8956C161.508 49.52 161.294 50.1285 160.888 50.5967C160.471 51.0562 159.92 51.3671 159.317 51.484L161.824 55.7367H159.809L157.632 51.6736H156.433V55.7367H154.76V46.1482H154.754ZM157.794 50.2785C158.035 50.2784 158.276 50.26 158.514 50.2234C158.737 50.1914 158.953 50.1232 159.155 50.0215C159.348 49.9246 159.512 49.7767 159.629 49.5932C159.759 49.3807 159.823 49.1336 159.815 48.8834C159.818 48.6663 159.757 48.4534 159.641 48.2715C159.527 48.1067 159.377 47.9706 159.203 47.8738C159.018 47.7674 158.815 47.6988 158.604 47.6718C158.388 47.6358 158.169 47.6174 157.95 47.6168H156.433V50.3091L157.794 50.2785Z' fill='%2312306C'/%3e%3cpath d='M164.907 47.6412H162.022V46.1482H169.458V47.6412H166.574V55.7367H164.907V47.6412Z' fill='%2312306C'/%3e%3cpath d='M176.186 51.5819L172.654 46.1482H174.699L177.062 50.1867L179.46 46.1482H181.397L177.865 51.5819V55.7367H176.192V51.5819H176.186Z' fill='%2312306C'/%3e%3cpath d='M181.697 50.915C181.687 50.2048 181.815 49.4997 182.075 48.8406C182.314 48.2461 182.671 47.7085 183.124 47.2619C183.583 46.8196 184.126 46.478 184.719 46.2584C185.363 46.0183 186.043 45.8981 186.728 45.9035C187.421 45.8977 188.109 46.0179 188.761 46.2584C189.357 46.4793 189.904 46.8206 190.368 47.2619C190.826 47.7049 191.186 48.2433 191.423 48.8406C191.927 50.1695 191.927 51.6421 191.423 52.9709C191.182 53.5713 190.823 54.1148 190.368 54.568C189.906 55.0208 189.359 55.3745 188.761 55.6082C188.113 55.8637 187.423 55.9904 186.728 55.9815C186.041 55.99 185.359 55.8632 184.719 55.6082C184.124 55.3757 183.581 55.0218 183.124 54.568C182.674 54.1117 182.318 53.5688 182.075 52.9709C181.816 52.318 181.688 51.6191 181.697 50.915ZM183.496 50.915C183.493 51.3983 183.572 51.8786 183.73 52.3346C183.876 52.7477 184.102 53.1265 184.395 53.4482C184.682 53.7637 185.029 54.0157 185.415 54.1886C185.828 54.3683 186.273 54.458 186.722 54.4517C187.175 54.4579 187.624 54.3683 188.041 54.1886C188.43 54.0173 188.779 53.7652 189.067 53.4482C189.36 53.1265 189.586 52.7477 189.732 52.3346C189.887 51.8782 189.965 51.398 189.96 50.915C189.964 50.446 189.886 49.98 189.732 49.5382C189.584 49.1273 189.36 48.7492 189.073 48.4245C188.787 48.1063 188.44 47.8521 188.053 47.678C187.632 47.4956 187.179 47.4039 186.722 47.4088C186.269 47.4033 185.819 47.495 185.403 47.678C185.018 47.8522 184.673 48.1065 184.389 48.4245C184.101 48.7492 183.878 49.1273 183.73 49.5382C183.586 49.9819 183.519 50.4478 183.532 50.915H183.496Z' fill='%2312306C'/%3e%3cpath d='M200.7 52.2183C200.709 52.7535 200.609 53.2848 200.406 53.7786C200.224 54.2268 199.953 54.6311 199.609 54.9657C199.263 55.2966 198.855 55.5526 198.409 55.7183C197.44 56.0693 196.381 56.0693 195.411 55.7183C194.966 55.552 194.558 55.296 194.212 54.9657C193.866 54.6327 193.594 54.2279 193.414 53.7786C193.217 53.2835 193.119 52.7528 193.126 52.2183V46.1482H194.799V52.1509C194.793 52.4352 194.823 52.7191 194.889 52.9954C194.955 53.2628 195.076 53.513 195.243 53.7297C195.414 53.9574 195.636 54.14 195.891 54.262C196.532 54.5313 197.252 54.5313 197.894 54.262C198.148 54.1365 198.371 53.9546 198.547 53.7297C198.71 53.5111 198.828 53.2614 198.895 52.9954C198.966 52.7239 199.002 52.4442 199.003 52.1632V46.1604H200.676V52.2305L200.7 52.2183Z' fill='%2312306C'/%3e%3cpath d='M202.511 46.1482H205.773C206.207 46.148 206.639 46.1952 207.062 46.2889C207.457 46.3763 207.833 46.5359 208.172 46.7601C208.494 46.9745 208.76 47.2666 208.945 47.6106C209.152 48.0054 209.253 48.4484 209.239 48.8956C209.259 49.52 209.045 50.1285 208.639 50.5967C208.221 51.0552 207.671 51.3659 207.068 51.484L209.575 55.7367H207.56L205.383 51.6736H204.184V55.7367H202.511V46.1482ZM205.551 50.2785C205.79 50.2783 206.029 50.2599 206.265 50.2234C206.49 50.1914 206.708 50.1233 206.912 50.0215C207.103 49.9237 207.264 49.7759 207.38 49.5932C207.512 49.3816 207.577 49.1338 207.566 48.8834C207.571 48.6669 207.512 48.4539 207.398 48.2715C207.282 48.1064 207.13 47.9704 206.954 47.8738C206.77 47.7666 206.566 47.698 206.355 47.6718C206.137 47.6358 205.916 47.6174 205.695 47.6168H204.184V50.3091L205.551 50.2785Z' fill='%2312306C'/%3e%3cpath d='M224.116 46.1482H230.341V47.6412H225.79V50.0888H230.107V51.5268H225.79V54.2192H230.587V55.7367H224.116V46.1482Z' fill='%2312306C'/%3e%3cpath d='M232.02 46.1482H234.233L238.598 53.3258H238.628V46.1482H240.301V55.7367H238.178L233.717 48.3266V55.7367H232.05L232.02 46.1482Z' fill='%2312306C'/%3e%3cpath d='M242.364 46.1482H248.594V47.6412H244.061V50.0888H248.379V51.5268H244.061V54.2192H248.858V55.7367H242.364V46.1482Z' fill='%2312306C'/%3e%3cpath d='M255.052 48.1557C254.855 47.892 254.598 47.6819 254.303 47.5438C254 47.394 253.668 47.3146 253.331 47.3113C253.129 47.3106 252.928 47.3353 252.732 47.3847C252.544 47.4318 252.366 47.5104 252.204 47.6172C252.045 47.7189 251.911 47.8572 251.814 48.0211C251.705 48.2052 251.651 48.4178 251.658 48.6329C251.651 48.8274 251.697 49.02 251.79 49.1897C251.882 49.3464 252.007 49.4802 252.156 49.5813C252.33 49.7025 252.52 49.7992 252.72 49.8689L253.451 50.1136C253.751 50.2115 254.051 50.3216 254.387 50.4501C254.704 50.5744 255.003 50.7433 255.274 50.9519C255.546 51.1636 255.773 51.4302 255.94 51.735C256.123 52.0996 256.212 52.5063 256.198 52.9159C256.207 53.3808 256.11 53.8416 255.916 54.262C255.744 54.6332 255.492 54.9596 255.178 55.2165C254.855 55.4787 254.484 55.6722 254.087 55.7856C253.661 55.9148 253.218 55.9788 252.774 55.9752C252.158 55.9749 251.549 55.8587 250.975 55.6326C250.421 55.4197 249.928 55.0684 249.542 54.6108L250.741 53.4727C250.982 53.8035 251.299 54.0684 251.664 54.2437C252.198 54.5242 252.814 54.5981 253.397 54.4517C253.595 54.4037 253.782 54.3187 253.949 54.2008C254.111 54.0849 254.246 53.9346 254.345 53.7603C254.456 53.5613 254.51 53.3344 254.501 53.1056C254.504 52.8884 254.444 52.6751 254.327 52.4937C254.202 52.3174 254.043 52.1694 253.859 52.0593C253.642 51.9259 253.411 51.8191 253.169 51.7412L252.336 51.4597C252.046 51.3657 251.762 51.2554 251.484 51.1293C251.205 51.0081 250.948 50.8407 250.723 50.6337C250.492 50.418 250.304 50.1581 250.171 49.8689C250.019 49.5124 249.947 49.1255 249.961 48.7369C249.948 48.2976 250.049 47.8626 250.255 47.4765C250.451 47.1299 250.719 46.8313 251.041 46.6015C251.376 46.366 251.75 46.1921 252.144 46.0876C252.553 45.9754 252.974 45.9178 253.397 45.9163C253.892 45.9196 254.382 46.0065 254.848 46.1732C255.325 46.3379 255.762 46.6026 256.132 46.9503L255.052 48.1557Z' fill='%2312306C'/%3e%3cpath d='M263.79 49.0608C263.797 49.4816 263.716 49.8992 263.55 50.2846C263.399 50.6443 263.181 50.9706 262.908 51.2452C262.629 51.5089 262.304 51.7165 261.949 51.8571C261.57 52.0212 261.161 52.1025 260.75 52.0957C260.338 52.101 259.93 52.0198 259.55 51.8571C259.193 51.7151 258.863 51.5078 258.579 51.2452C258.156 50.8155 257.869 50.2669 257.753 49.6696C257.638 49.0722 257.7 48.4534 257.931 47.8921C258.082 47.5272 258.302 47.1964 258.579 46.9193C258.86 46.6401 259.189 46.4161 259.55 46.2584C259.93 46.0957 260.338 46.0145 260.75 46.0198C261.161 46.0131 261.57 46.0944 261.949 46.2584C262.307 46.4148 262.632 46.639 262.908 46.9193C263.182 47.1983 263.4 47.5287 263.55 47.8921C263.707 48.2609 263.789 48.6586 263.79 49.0608ZM263.31 49.0608C263.309 48.3728 263.042 47.713 262.567 47.2252C262.338 46.9855 262.064 46.7942 261.763 46.6623C261.449 46.529 261.113 46.4603 260.774 46.4603C260.434 46.4603 260.098 46.529 259.784 46.6623C259.477 46.7939 259.198 46.9851 258.963 47.2252C258.729 47.4636 258.544 47.7463 258.417 48.0574C258.282 48.3762 258.213 48.7198 258.213 49.067C258.213 49.4141 258.282 49.7577 258.417 50.0765C258.545 50.3849 258.731 50.6653 258.963 50.9026C259.2 51.137 259.479 51.3238 259.784 51.4533C260.097 51.5907 260.433 51.6615 260.774 51.6615C261.114 51.6615 261.45 51.5907 261.763 51.4533C262.372 51.1916 262.856 50.6975 263.112 50.0765C263.245 49.7553 263.313 49.4096 263.31 49.0608ZM261.415 50.7557L260.75 49.4524H260.366V50.7557H259.424V47.2313H260.911C261.081 47.2315 261.25 47.2499 261.415 47.2864C261.576 47.3208 261.73 47.3828 261.871 47.4699C262.007 47.5567 262.122 47.6738 262.207 47.8126C262.292 47.976 262.334 48.1598 262.327 48.3449C262.337 48.5658 262.269 48.7831 262.135 48.9568C262.007 49.1238 261.834 49.2492 261.637 49.3178L262.519 50.768L261.415 50.7557ZM261.331 48.3572C261.334 48.304 261.321 48.2512 261.294 48.2055C261.268 48.1597 261.228 48.1231 261.181 48.1002C261.086 48.0474 260.978 48.02 260.87 48.0206H260.366V48.7488H260.851C260.969 48.7516 261.083 48.7127 261.175 48.6386C261.223 48.6097 261.263 48.5685 261.29 48.5191C261.317 48.4698 261.332 48.4139 261.331 48.3572Z' fill='%2312306C'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_3494_6908' x1='23.5139' y1='55.8227' x2='23.5139' y2='0.208171' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23ADEBFF'/%3e%3cstop offset='1' stop-color='%23003D92'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear_3494_6908' x1='16.0184' y1='55.8226' x2='16.0184' y2='0.208369' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.23' stop-color='%23551077'/%3e%3cstop offset='1' stop-color='%23F4DEFF'/%3e%3c/linearGradient%3e%3clinearGradient id='paint2_linear_3494_6908' x1='23.5144' y1='28.1346' x2='23.5144' y2='0.323991' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%235795C9'/%3e%3cstop offset='1' stop-color='%23003D92'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",alt:"main logo"}),e.createElement("div",{className:B.links},C),e.createElement("div",{className:B.searchComponent},o),e.createElement("div",{className:B.links},l),e.createElement("div",{className:B.menuActions},t?e.createElement(Z,{label:t.name,icon:t.avatarImageUrl,dropdownItems:[{icon:I,label:"Account",onClick:d},{icon:y,label:"Sign Out",onClick:c}]}):e.createElement(p,{label:"Sign In",variant:"primary",customClass:B.signInButton,onClick:()=>null==r?void 0:r()})),e.createElement("button",{className:B.toggleMenuButton,onClick:()=>_(!u)},e.createElement("img",{src:u?"data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.6 16L0 14.4L6.4 8L0 1.6L1.6 0L8 6.4L14.4 0L16 1.6L9.6 8L16 14.4L14.4 16L8 9.6L1.6 16Z' fill='%2312306C'/%3e%3c/svg%3e":"data:image/svg+xml,%3csvg width='25' height='13' viewBox='0 0 25 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.5834 11.7544C24.5834 12.2356 24.0445 12.625 23.3811 12.625L13.7023 12.625C13.3835 12.625 13.0777 12.5333 12.8522 12.37C12.6267 12.2067 12.5 11.9853 12.5 11.7544C12.5 11.5235 12.6267 11.302 12.8522 11.1387C13.0777 10.9755 13.3835 10.8837 13.7023 10.8837L23.3811 10.8837C23.7 10.8837 24.0058 10.9755 24.2312 11.1387C24.4567 11.302 24.5834 11.5235 24.5834 11.7544Z' fill='%2312306C'/%3e%3cpath d='M24.5834 6.49998C24.5834 6.98123 24.0445 7.37061 23.3811 7.37061L1.619 7.3706C1.30013 7.3706 0.994322 7.27888 0.768848 7.1156C0.543375 6.95233 0.416704 6.73088 0.416704 6.49998C0.416704 6.26908 0.543375 6.04763 0.768849 5.88435C0.994322 5.72108 1.30013 5.62935 1.619 5.62935L23.3811 5.62936C23.7 5.62936 24.0058 5.72108 24.2312 5.88436C24.4567 6.04763 24.5834 6.26908 24.5834 6.49998Z' fill='%2312306C'/%3e%3cpath d='M23.3811 2.11621C23.6999 2.11621 24.0058 2.02449 24.2312 1.86121C24.4567 1.69794 24.5834 1.47649 24.5834 1.24559C24.5834 1.01468 24.4567 0.793238 24.2312 0.629964C24.0058 0.466691 23.7 0.374964 23.3811 0.374964L8.869 0.374963C8.55013 0.374963 8.24432 0.46669 8.01885 0.629964C7.79337 0.793237 7.6667 1.01468 7.6667 1.24559C7.6667 1.47649 7.79337 1.69794 8.01885 1.86121C8.24432 2.02449 8.55013 2.11621 8.869 2.11621L23.3811 2.11621Z' fill='%2312306C'/%3e%3c/svg%3e",alt:"toggle menu"}))),e.createElement("div",{className:B.mobileMenu},e.createElement("div",{className:D(B.links,"main")},C),e.createElement("div",{className:D(B.links,"auxiliary")},l),e.createElement("div",{className:B.menuActions},t?e.createElement(Z,{label:t.name,icon:t.avatarImageUrl,dropdownItems:[{main:!0,label:"Account",icon:I,onClick:d},{label:"Sign Out",icon:y,onClick:c}]}):e.createElement(p,{label:"Sign In",variant:"primary",customClass:B.signInButton,onClick:()=>null==r?void 0:r()}))))}));export{V as Accordion,k as AppBar,p as Button,Z as Chip,g as Dropdown,A as Header,d as Link,L as TextField};
6
+ */i=r,function(){var e={}.hasOwnProperty;function t(){for(var C=[],n=0;n<arguments.length;n++){var l=arguments[n];if(l){var a=typeof l;if("string"===a||"number"===a)C.push(this&&this[l]||l);else if(Array.isArray(l))C.push(t.apply(this,l));else if("object"===a){if(l.toString!==Object.prototype.toString&&!l.toString.toString().includes("[native code]")){C.push(l.toString());continue}for(var o in l)e.call(l,o)&&l[o]&&C.push(this&&this[o]||o)}}}return C.join(" ")}i.exports?(t.default=t,i.exports=t):window.classNames=t}();var c=o(r.exports);const s=c.bind({link:"Link-module_link__kO1x6"}),d=({hint:t,children:C,customClass:n,variant:l="primary",onClick:a})=>e.createElement("a",{title:t,onClick:e=>{e.preventDefault(),null==a||a(e)},className:s("link",l,n)},C);const m=c.bind({button:"Button-module_button__JK2Jx",fancy:"Button-module_fancy__2cnu9",primary:"Button-module_primary__wIuY6",secondary:"Button-module_secondary__n8cUo",outlined:"Button-module_outlined__dLv1u",loading:"Button-module_loading__PGkqg"}),p=({hint:t,label:C,loading:n,disabled:l,customClass:a,variant:o="primary",onClick:i})=>e.createElement("button",{title:t,onClick:i,disabled:n||l,className:m("button",o,a,{loading:n})},n&&e.createElement("img",{src:"data:image/svg+xml,%3csvg width='16' height='16' stroke='rgba(0%2c 0%2c 0%2c .26)' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cstyle%3e.spinner_V8m1%7btransform-origin:center%3banimation:spinner_zKoa 2s linear infinite%7d.spinner_V8m1 circle%7bstroke-linecap:round%3banimation:spinner_YpZS 1.5s ease-in-out infinite%7d%40keyframes spinner_zKoa%7b100%25%7btransform:rotate(360deg)%7d%7d%40keyframes spinner_YpZS%7b0%25%7bstroke-dasharray:0 150%3bstroke-dashoffset:0%7d47.5%25%7bstroke-dasharray:42 150%3bstroke-dashoffset:-16%7d95%25%2c100%25%7bstroke-dasharray:42 150%3bstroke-dashoffset:-59%7d%7d%3c/style%3e %3cg class='spinner_V8m1'%3e %3ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='2'%3e%3c/circle%3e %3c/g%3e%3c/svg%3e"}),e.createElement("span",null,C));var u="data:image/svg+xml,%3csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.56153 0.75411C4.88925 0.415298 5.42716 0.415297 5.75487 0.754109L9.91715 5.05737C10.4363 5.59406 10.0616 6.5 9.32049 6.5H0.99592C0.254841 6.5 -0.119853 5.59406 0.399253 5.05737L4.56153 0.75411Z' fill='%2312306C'/%3e%3c/svg%3e",_={dropdown:"Dropdown-module_dropdown__OYMLT",isOpen:"Dropdown-module_isOpen__I-Fwe",dropdownToggle:"Dropdown-module_dropdownToggle__K4-rD",outlined:"Dropdown-module_outlined__cubpr",withIcon:"Dropdown-module_withIcon__WZrCH",primary:"Dropdown-module_primary__rH-n3",dropdownContent:"Dropdown-module_dropdownContent__kCcyD"};const h=c.bind(_),g=t((({hint:t,icon:o,label:i,children:r,customClass:c,variant:s="primary",dismissOnClickOutside:d=!0,onToggle:m},p)=>{const g=C(null),[v,H]=n(!1);l((()=>{if(d)return document.addEventListener("mousedown",f),()=>{document.removeEventListener("mousedown",f)}})),a(p,(()=>({close:L})));const L=()=>{H(!1)},f=e=>{(null==g?void 0:g.current)&&!g.current.contains(e.target)&&v&&H(!1)};return e.createElement("div",{ref:g,className:h("dropdown",s,c,{isOpen:v,withIcon:!!o})},e.createElement("button",{title:t,type:"button",onClick:e=>{e.preventDefault(),H(!v),null==m||m(!v,e)},className:_.dropdownToggle},o&&e.createElement("img",{src:o,alt:"icon"}),e.createElement("span",null,i),e.createElement("img",{src:u,alt:"caret"})),e.createElement("div",{className:_.dropdownContent,hidden:!v},r))}));var v={textfield:"TextField-module_textfield__Z5iSV",clearButton:"TextField-module_clearButton__M8pNo"};const H=c.bind(v),L=({value:t,customClass:C,placeholder:n,showClearButton:l,variant:a="primary",onChange:o})=>e.createElement("div",{className:H("textfield",a,C)},e.createElement("input",{value:t,autoComplete:"off",placeholder:n,onChange:e=>null==o?void 0:o(e.target.value)}),l&&!!(null==t?void 0:t.length)&&e.createElement("button",{"aria-label":"clear",onClick:()=>null==o?void 0:o(""),className:v.clearButton}));var f={accordion:"Accordion-module_accordion__t2UQl",isOpen:"Accordion-module_isOpen__0d2yS",accordionToggle:"Accordion-module_accordionToggle__4X-Wg",accordionContent:"Accordion-module_accordionContent__j9no7"};const w=c.bind(f),V=({hint:t,label:C,children:l,customClass:a,variant:o="outlined",openByDefault:i=!1,caretPosition:r="right",onToggle:c})=>{const[s,d]=n(i);return e.createElement("div",{className:w("accordion",o,a,{isOpen:s})},e.createElement("button",{title:t,type:"button",onClick:e=>{e.preventDefault(),d(!s),null==c||c(!s,e)},className:f.accordionToggle},"left"===r&&e.createElement("img",{src:u,alt:"caret"}),e.createElement("span",null,C),"right"===r&&e.createElement("img",{src:u,alt:"caret"})),l&&e.createElement("div",{hidden:!s,className:f.accordionContent},l))};var E="data:image/svg+xml,%3csvg width='20' height='23' viewBox='0 0 20 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.8673 20.4381C19.4647 20.3178 19.8189 19.6914 19.5172 19.162C18.8216 17.9412 17.7177 16.8685 16.3024 16.0526C14.4943 15.0103 12.279 14.4453 10 14.4453C7.72101 14.4453 5.50569 15.0103 3.69764 16.0526C2.28231 16.8685 1.17845 17.9412 0.482764 19.162C0.181052 19.6914 0.535286 20.3178 1.13268 20.4381L2.1062 20.634C7.31647 21.6829 12.6835 21.6829 17.8938 20.634L18.8673 20.4381Z' fill='white'/%3e%3cellipse cx='9.99967' cy='6.66667' rx='6.66667' ry='6.66667' fill='white'/%3e%3c/svg%3e",b={chip:"Chip-module_chip__or5d3",chipButton:"Chip-module_chipButton__immj-",chipDropdown:"Chip-module_chipDropdown__PScps",mobileChipItems:"Chip-module_mobileChipItems__6h8vF",mobileChipItem:"Chip-module_mobileChipItem__zQrn5",main:"Chip-module_main__E4NDI",itemIconWrapper:"Chip-module_itemIconWrapper__BfqmP",itemIcon:"Chip-module_itemIcon__EvEJT",chipImageWrapper:"Chip-module_chipImageWrapper__K5U-q",chipImage:"Chip-module_chipImage__AaedP",chipLabel:"Chip-module_chipLabel__hpyHV",showDropdown:"Chip-module_showDropdown__DQVaZ",chipDropdownItem:"Chip-module_chipDropdownItem__znNAR",itemLabel:"Chip-module_itemLabel__KszMu"};const M=c.bind(b),Z=({icon:t,label:a,dropdownItems:o})=>{const i=C(null),[r,c]=n(!1);l((()=>(document.addEventListener("mousedown",s),()=>{document.removeEventListener("mousedown",s)})));const s=e=>{(null==i?void 0:i.current)&&!i.current.contains(e.target)&&r&&c(!1)};return e.createElement("div",{ref:i,className:b.chip},e.createElement("div",{className:b.chipButton,onClick:()=>c(!r)},e.createElement("div",{className:b.chipImageWrapper},e.createElement("img",{className:b.chipImage,src:t||E})),e.createElement("span",{className:b.chipLabel},a)),e.createElement("div",{className:M(b.chipDropdown,{showDropdown:r})},null==o?void 0:o.map(((t,C)=>e.createElement(e.Fragment,{key:C},e.createElement("div",{className:b.chipDropdownItem,onClick:()=>{var e;c(!1),null===(e=t.onClick)||void 0===e||e.call(t)}},t.icon&&e.createElement("img",{src:t.icon,className:b.itemIcon}),e.createElement("span",{className:b.itemLabel},t.label)),e.createElement("hr",null))))),e.createElement("div",{className:b.mobileChipItems},null==o?void 0:o.map(((C,n)=>e.createElement("div",{key:n,onClick:C.onClick,className:M(b.mobileChipItem,{main:C.main})},e.createElement("span",{className:b.itemIconWrapper},C.main?e.createElement("img",{src:t||E,className:b.itemIcon}):C.icon&&e.createElement("img",{src:C.icon,className:b.itemIcon})),e.createElement("span",{className:b.itemLabel},C.main?a:C.label))))))};var N={appBar:"AppBar-module_appBar__Qdk4Q",wrapper:"AppBar-module_wrapper__1RQaw",appId:"AppBar-module_appId__dvlhd",icon:"AppBar-module_icon__llVzL",titleWrapper:"AppBar-module_titleWrapper__ZDbYC",content:"AppBar-module_content__zfFex",appInfoWrapper:"AppBar-module_appInfoWrapper__KQyR-",appInfo:"AppBar-module_appInfo__ojUgZ",appTooltipWrapper:"AppBar-module_appTooltipWrapper__o3bOA",appTooltipContent:"AppBar-module_appTooltipContent__WpduU"};const x=c.bind(N),k=({icon:t,appName:a,version:o,children:i,customClass:r,lastUpdated:c,description:s,tooltipContent:d,backgroundImage:m})=>{const p=C(null),[u,_]=n(!1);l((()=>(document.addEventListener("mousedown",h),()=>{document.removeEventListener("mousedown",h)})));const h=e=>{(null==p?void 0:p.current)&&!p.current.contains(e.target)&&u&&_(!1)};return e.createElement("div",{className:x(N.appBar,r),style:{backgroundImage:m?`url(${m})`:void 0}},e.createElement("div",{className:N.wrapper},e.createElement("div",{className:N.appId},e.createElement("img",{src:t,className:N.icon}),e.createElement("div",{className:N.titleWrapper},e.createElement("h4",null,a),e.createElement("div",null,s))),i&&e.createElement("div",{className:N.content},i),e.createElement("div",{className:N.appInfoWrapper},(o||c)&&e.createElement("div",{className:N.appInfo},o&&e.createElement("div",null,"Version: ",e.createElement("strong",null,o)),c&&e.createElement("div",null,"Last Updated: ",e.createElement("strong",null,c))),d&&e.createElement("div",{ref:p,className:N.appTooltipWrapper},e.createElement("img",{src:"data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M8.955 15.0768C9.27 15.0768 9.5364 14.9679 9.7542 14.7501C9.9714 14.5329 10.08 14.2668 10.08 13.9518C10.08 13.6368 9.9714 13.3707 9.7542 13.1535C9.5364 12.9357 9.27 12.8268 8.955 12.8268C8.64 12.8268 8.3736 12.9357 8.1558 13.1535C7.9386 13.3707 7.83 13.6368 7.83 13.9518C7.83 14.2668 7.9386 14.5329 8.1558 14.7501C8.3736 14.9679 8.64 15.0768 8.955 15.0768ZM8.145 11.6118H9.81C9.81 11.1168 9.8664 10.7268 9.9792 10.4418C10.0914 10.1568 10.41 9.76676 10.935 9.27176C11.325 8.88176 11.6325 8.51036 11.8575 8.15756C12.0825 7.80536 12.195 7.38176 12.195 6.88676C12.195 6.04676 11.8875 5.40176 11.2725 4.95176C10.6575 4.50176 9.93 4.27676 9.09 4.27676C8.235 4.27676 7.5414 4.50176 7.0092 4.95176C6.4764 5.40176 6.105 5.94176 5.895 6.57176L7.38 7.15676C7.455 6.88676 7.6239 6.59426 7.8867 6.27926C8.1489 5.96426 8.55 5.80676 9.09 5.80676C9.57 5.80676 9.93 5.93786 10.17 6.20006C10.41 6.46286 10.53 6.75176 10.53 7.06676C10.53 7.36676 10.44 7.64786 10.26 7.91006C10.08 8.17286 9.855 8.41676 9.585 8.64176C8.925 9.22676 8.52 9.66926 8.37 9.96926C8.22 10.2693 8.145 10.8168 8.145 11.6118ZM9 18.6768C7.755 18.6768 6.585 18.4404 5.49 17.9676C4.395 17.4954 3.4425 16.8543 2.6325 16.0443C1.8225 15.2343 1.1814 14.2818 0.7092 13.1868C0.2364 12.0918 0 10.9218 0 9.67676C0 8.43176 0.2364 7.26176 0.7092 6.16676C1.1814 5.07176 1.8225 4.11926 2.6325 3.30926C3.4425 2.49926 4.395 1.85786 5.49 1.38506C6.585 0.912858 7.755 0.676758 9 0.676758C10.245 0.676758 11.415 0.912858 12.51 1.38506C13.605 1.85786 14.5575 2.49926 15.3675 3.30926C16.1775 4.11926 16.8186 5.07176 17.2908 6.16676C17.7636 7.26176 18 8.43176 18 9.67676C18 10.9218 17.7636 12.0918 17.2908 13.1868C16.8186 14.2818 16.1775 15.2343 15.3675 16.0443C14.5575 16.8543 13.605 17.4954 12.51 17.9676C11.415 18.4404 10.245 18.6768 9 18.6768Z' fill='white'/%3e%3c/svg%3e",className:N.appTooltipToggle,onClick:()=>_(!u)}),e.createElement("div",{hidden:!u,className:N.appTooltipContent},d)))))};var y="data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='m17 7-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5zM4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4V5z'%3e%3c/path%3e%3c/svg%3e",I="data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2c-2.5 0-4.71-1.28-6-3.22.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08-1.29 1.94-3.5 3.22-6 3.22z'%3e%3c/path%3e%3c/svg%3e",B={header:"Header-module_header__b4JmM",bannerComponent:"Header-module_bannerComponent__HZY1Y",wrapper:"Header-module_wrapper__cW0ix",links:"Header-module_links__uS5i5",menuActions:"Header-module_menuActions__UNi-J",toggleMenuButton:"Header-module_toggleMenuButton__oWc9r",searchComponent:"Header-module_searchComponent__hN61G",mobileMenu:"Header-module_mobileMenu__EhNlh",main:"Header-module_main__16iHt",auxiliary:"Header-module_auxiliary__tdlBj",signInButton:"Header-module_signInButton__tOGrL",mobileMenuOpen:"Header-module_mobileMenuOpen__7oK19"};const D=c.bind(B),A=t((({user:t,mainLinks:C,customClass:l,auxiliaryLinks:o,searchComponent:i,bannerComponent:r,onRequestSignIn:c,onRequestSignOut:s,onRequestHomePage:d,onRequestMyAccount:m},u)=>{const[_,h]=n(!1);a(u,(()=>({closeMobileMenu:g})));const g=()=>{h(!1)};return e.createElement("header",{className:D(l,B.header,{mobileMenuOpen:_})},r&&e.createElement("div",{className:B.bannerComponent},r),e.createElement("div",{className:B.wrapper},e.createElement("img",{onClick:d,src:"data:image/svg+xml,%3csvg width='264' height='56' viewBox='0 0 264 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.48 2.06219C14.2492 -0.23851 10.7952 -0.428194 8.84636 1.59716C6.89748 3.62251 7.08337 7.10415 9.31409 9.38649L23.5319 23.8944C24.6008 24.9935 25.2006 26.4792 25.2006 28.0277C25.2006 29.5761 24.6008 31.0618 23.5319 32.161L9.31409 46.6688C7.08337 48.9451 6.8735 52.4451 8.84636 54.4582C10.8192 56.4713 14.2432 56.2571 16.48 53.9809L37.8636 32.161C38.9325 31.0618 39.5324 29.5761 39.5324 28.0277C39.5324 26.4792 38.9325 24.9935 37.8636 23.8944L16.48 2.06219Z' fill='url(%23paint0_linear_3494_6908)'/%3e%3cpath d='M19.7364 50.0585L26.3866 43.2848L19.7544 36.5173L13.1162 43.2848L19.7364 50.0585Z' fill='%236D6E70'/%3e%3cpath d='M23.0524 53.9685C25.2831 56.2448 28.7191 56.4589 30.686 54.4458C32.6529 52.4327 32.443 48.9389 30.2183 46.6565L16.0005 32.1487C14.9286 31.0512 14.3268 29.5649 14.3268 28.0155C14.3268 26.466 14.9286 24.9797 16.0005 23.8822L30.2183 9.3744C32.443 7.09819 32.6589 3.59209 30.686 1.58511C28.7131 -0.421873 25.2891 -0.213833 23.0524 2.06238L1.66871 23.8822C0.599812 24.9813 0 26.467 0 28.0155C0 29.5639 0.599812 31.0496 1.66871 32.1487L23.0524 53.9685Z' fill='url(%23paint1_linear_3494_6908)'/%3e%3cpath d='M19.7363 19.4761L26.3865 12.709L19.7363 5.93567L13.0981 12.709L19.7363 19.4761Z' fill='%236D6E70'/%3e%3cpath d='M23.5324 24.0043C24.0616 24.5474 24.4802 25.1919 24.7643 25.9008C25.0483 26.6096 25.1921 27.3688 25.1875 28.1346H39.5132C39.5153 27.3681 39.3691 26.6087 39.0831 25.8999C38.797 25.1912 38.3767 24.547 37.8462 24.0043L16.4805 2.20863C14.2498 -0.0615028 10.8137 -0.275665 8.84688 1.73135C6.88001 3.73836 7.08389 7.2384 9.31461 9.52077L23.5324 24.0043Z' fill='url(%23paint2_linear_3494_6908)'/%3e%3cpath d='M61.4782 20.3878C60.9602 19.7359 60.2986 19.218 59.5473 18.8764C58.7686 18.4797 57.9111 18.2704 57.0408 18.2645C56.5335 18.2673 56.0283 18.3309 55.5357 18.4542C55.0529 18.583 54.5934 18.7895 54.1744 19.0661C53.7645 19.3314 53.4198 19.6894 53.167 20.1124C52.8933 20.5795 52.756 21.1165 52.7712 21.6605C52.7574 22.1604 52.8754 22.6549 53.1131 23.0923C53.3504 23.4953 53.6718 23.84 54.0545 24.1019C54.5062 24.4061 54.9938 24.6508 55.5057 24.8301C56.0753 25.0442 56.705 25.2523 57.3826 25.442C58.1561 25.6989 58.9597 25.9865 59.7812 26.3108C60.6003 26.6296 61.3714 27.0642 62.0719 27.6019C62.7721 28.1457 63.3523 28.8336 63.7749 29.6211C64.2512 30.5655 64.4805 31.6193 64.4405 32.6806C64.4664 33.8756 64.2223 35.0607 63.7269 36.1439C63.2741 37.0937 62.6208 37.9296 61.814 38.5914C60.9833 39.2611 60.0318 39.7579 59.0137 40.0538C57.9175 40.3832 56.7803 40.5481 55.6376 40.5433C54.0597 40.5434 52.4957 40.2425 51.0263 39.6561C49.5957 39.1172 48.3256 38.211 47.3384 37.025L50.4146 34.1002C51.025 34.9568 51.8405 35.6394 52.7832 36.0827C53.689 36.5518 54.6879 36.803 55.7036 36.8169C56.2206 36.8128 56.7356 36.7492 57.2387 36.6273C57.747 36.5063 58.2276 36.2861 58.6539 35.9787C59.0712 35.6806 59.4209 35.2946 59.6793 34.8467C59.9586 34.3307 60.0954 33.747 60.075 33.1579C60.0965 32.5825 59.9391 32.0149 59.6253 31.5364C59.3065 31.0835 58.8978 30.704 58.426 30.4227C57.8592 30.0798 57.2556 29.8047 56.627 29.6028L54.4743 28.8746C53.7327 28.6346 53.0041 28.3548 52.2915 28.0364C51.587 27.7081 50.939 27.2659 50.3726 26.7269C49.7763 26.1745 49.2933 25.5069 48.9515 24.7628C48.5621 23.8446 48.3758 22.8501 48.4058 21.8502C48.3737 20.7206 48.6388 19.6029 49.1733 18.6133C49.6702 17.7211 50.3566 16.9537 51.1822 16.3677C52.0462 15.7669 53.0059 15.3239 54.0185 15.0582C55.0708 14.7707 56.1553 14.6246 57.2447 14.6238C58.5172 14.6312 59.7798 14.8545 60.9805 15.2846C62.2038 15.7055 63.3272 16.3829 64.2786 17.2733L61.4782 20.3878Z' fill='%2312306C'/%3e%3cpath d='M67.9008 15.2358H83.9116V19.0662H72.2003V25.3381H83.2939V29.0094H72.2003V35.9726H84.5532V39.8764H67.8948V15.2358H67.9008Z' fill='%2312306C'/%3e%3cpath d='M113.936 39.9009H99.3401C97.5462 39.9233 95.7616 39.6336 94.0631 39.0442C92.557 38.5272 91.174 37.6934 90.0035 36.5967C88.8574 35.4845 87.9648 34.1288 87.389 32.6257C86.7524 30.9189 86.441 29.1038 86.4715 27.2779C86.4493 25.515 86.7799 23.7661 87.443 22.1381C88.0626 20.6204 88.9858 19.2512 90.1534 18.1181C91.3456 16.9877 92.7431 16.1064 94.267 15.5237C95.9106 14.8988 97.6522 14.5857 99.4061 14.5998C101.154 14.5842 102.89 14.8974 104.527 15.5237C106.043 16.1054 107.43 16.9871 108.611 18.1181C109.764 19.2454 110.676 20.6036 111.291 22.1075C111.943 23.7385 112.267 25.4862 112.245 27.2473C112.254 28.2798 112.127 29.3088 111.867 30.3067C111.638 31.1838 111.312 32.0315 110.895 32.8337C110.524 33.5511 110.065 34.2173 109.528 34.8162C109.053 35.3546 108.523 35.8388 107.945 36.2602V36.3336H113.942V39.8886L113.936 39.9009ZM99.424 18.5464C98.3059 18.5378 97.1978 18.7626 96.1679 19.2072C95.1848 19.6344 94.2957 20.2586 93.5534 21.0429C92.8085 21.8368 92.2238 22.7723 91.8324 23.7963C91.4 24.9034 91.1841 26.0862 91.1968 27.2779C91.1826 28.5062 91.3858 29.7271 91.7964 30.8818C92.1609 31.9136 92.7305 32.8573 93.4695 33.6536C94.1983 34.4267 95.0763 35.0371 96.048 35.4464C98.1674 36.2987 100.525 36.2987 102.644 35.4464C103.628 35.0392 104.518 34.4288 105.259 33.6536C106.005 32.8559 106.586 31.9133 106.968 30.8818C107.773 28.5932 107.783 26.0919 106.998 23.7963C106.641 22.7704 106.077 21.8324 105.343 21.0429C104.614 20.2586 103.737 19.6341 102.764 19.2072C101.701 18.7542 100.558 18.5292 99.4061 18.5464H99.424Z' fill='%2312306C'/%3e%3cpath d='M135.362 30.8451C135.382 32.2238 135.125 33.5921 134.606 34.8652C134.142 36.0198 133.445 37.0621 132.561 37.9246C131.674 38.7735 130.627 39.4311 129.485 39.8582C126.989 40.7637 124.264 40.7637 121.768 39.8582C120.622 39.4297 119.572 38.7724 118.679 37.9246C117.787 37.0692 117.089 36.0249 116.634 34.8652C116.127 33.5891 115.876 32.222 115.897 30.8451V15.2358H120.202V30.6676C120.203 31.3903 120.293 32.11 120.472 32.8093C120.648 33.4983 120.956 34.145 121.378 34.7122C121.823 35.2911 122.397 35.7544 123.051 36.0645C123.868 36.4119 124.744 36.5907 125.629 36.5907C126.514 36.5907 127.391 36.4119 128.208 36.0645C128.86 35.7511 129.433 35.2884 129.881 34.7122C130.303 34.1461 130.609 33.4989 130.78 32.8093C130.964 32.1108 131.057 31.3908 131.056 30.6676V15.2358H135.356V30.8451H135.362Z' fill='%2312306C'/%3e%3cpath d='M139.625 15.2358H155.636V19.0662H143.919V25.3381H155.013V29.0094H143.919V35.9726H156.242V39.8764H139.625V15.2358Z' fill='%2312306C'/%3e%3cpath d='M159.599 15.2358H165.296L176.527 33.6965H176.599V15.2358H180.899V39.901H175.436L163.965 20.8468H163.899V39.901H159.593V15.2358H159.599Z' fill='%2312306C'/%3e%3cpath d='M202.817 21.0183C202.187 20.1423 201.323 19.4707 200.328 19.0847C199.305 18.6662 198.211 18.4583 197.109 18.473C196.007 18.4877 194.918 18.7247 193.906 19.1704C192.917 19.6256 192.028 20.279 191.291 21.0917C190.544 21.9184 189.963 22.8873 189.582 23.9431C189.177 25.0823 188.974 26.2862 188.983 27.4982C188.975 28.748 189.178 29.9899 189.582 31.1695C189.935 32.2337 190.499 33.2126 191.237 34.0454C191.959 34.8373 192.838 35.4631 193.816 35.8811C194.885 36.3349 196.034 36.5599 197.192 36.5419C198.388 36.5644 199.572 36.2959 200.646 35.7587C201.595 35.2709 202.417 34.5599 203.045 33.6844L206.493 36.132C205.442 37.4893 204.097 38.5804 202.565 39.3199C200.872 40.1052 199.027 40.4921 197.168 40.4519C195.389 40.4728 193.623 40.1489 191.963 39.4974C190.438 38.9223 189.047 38.0304 187.877 36.8781C186.708 35.7258 185.786 34.3382 185.169 32.8033C184.517 31.1232 184.193 29.3294 184.216 27.5227C184.189 25.6884 184.532 23.8682 185.223 22.1747C185.855 20.6392 186.797 19.2569 187.987 18.1179C189.187 16.9839 190.598 16.1078 192.137 15.5418C193.799 14.9251 195.556 14.6183 197.324 14.6362C198.128 14.6402 198.931 14.7159 199.723 14.8626C200.544 15.0085 201.348 15.2423 202.121 15.5602C202.887 15.8677 203.619 16.2574 204.304 16.7228C204.975 17.1738 205.564 17.7412 206.043 18.3994L202.817 21.0183Z' fill='%2312306C'/%3e%3cpath d='M208.28 15.2358H212.585V39.901H208.28V15.2358Z' fill='%2312306C'/%3e%3cpath d='M217.076 15.2358H222.779L234.011 33.6965H234.077V15.2358H238.382V39.901H232.913L221.43 20.8468H221.358V39.901H217.076V15.2358Z' fill='%2312306C'/%3e%3cpath d='M264 38.6103C262.708 39.2379 261.35 39.7122 259.952 40.0237C258.286 40.3799 256.587 40.5482 254.885 40.5255C253.056 40.5493 251.238 40.2256 249.524 39.5709C247.975 38.9711 246.56 38.0597 245.363 36.8909C244.189 35.7257 243.265 34.3258 242.646 32.779C241.979 31.1028 241.644 29.3078 241.663 27.4985C241.636 25.6643 241.979 23.8441 242.67 22.1506C243.308 20.6228 244.254 19.249 245.447 18.1183C246.646 16.9843 248.058 16.1083 249.596 15.5423C251.258 14.925 253.015 14.6182 254.783 14.6367C256.586 14.6144 258.38 14.9019 260.09 15.4872C261.521 15.956 262.842 16.7205 263.97 17.7328L260.972 21.0064C260.248 20.2351 259.371 19.6301 258.399 19.2319C257.262 18.7375 256.037 18.4876 254.801 18.4977C253.611 18.4804 252.43 18.718 251.335 19.1952C250.33 19.6376 249.429 20.2925 248.691 21.1165C247.949 21.9441 247.374 22.9131 247 23.9679C246.591 25.1063 246.388 26.3107 246.4 27.523C246.382 28.7736 246.585 30.0172 247 31.1943C247.374 32.2605 247.955 33.2386 248.709 34.0701C249.462 34.8931 250.38 35.5401 251.401 35.9669C252.544 36.4353 253.767 36.6662 254.999 36.6461C256.638 36.6779 258.268 36.3828 259.796 35.7773V29.4504H254.705V25.828H263.958V38.6103H264Z' fill='%2312306C'/%3e%3cpath d='M113.876 36.9395C113.876 36.6213 113.462 36.3275 113.918 36.3275L117.516 39.5036C117.756 39.7116 117.69 39.883 117.378 39.883H113.936C113.624 39.883 113.894 39.6198 113.894 39.3016L113.876 36.9395Z' fill='%2312306C'/%3e%3cpath d='M255.155 26.8004C255.155 26.4822 255.155 25.7907 254.747 25.8275L251.119 29.0708C250.885 29.2788 250.945 29.4502 251.263 29.4502H254.987C255.305 29.4502 254.753 29.187 254.753 28.8382L255.155 26.8004Z' fill='%2312306C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.902 55.7917C221.446 55.6675 221.975 55.4828 222.48 55.241V50.2663H218.882L217.472 51.5268C217.376 51.6125 217.4 51.6798 217.52 51.6798H220.86V54.1274C220.265 54.3665 219.629 54.483 218.99 54.47C218.509 54.4768 218.032 54.3853 217.586 54.2008C217.189 54.0346 216.832 53.7843 216.537 53.4665C216.245 53.1415 216.019 52.761 215.871 52.3468C215.713 51.8933 215.636 51.4145 215.643 50.9333C215.637 50.462 215.714 49.9935 215.871 49.5504C216.019 49.1395 216.243 48.7614 216.531 48.4368C216.82 48.1176 217.171 47.8634 217.562 47.6903C217.987 47.5074 218.444 47.4157 218.906 47.421C219.388 47.4177 219.865 47.5156 220.309 47.7086C220.688 47.8626 221.029 48.0985 221.31 48.4001L222.468 47.1212C222.028 46.7286 221.513 46.4328 220.956 46.2523C220.293 46.0205 219.595 45.9067 218.894 45.9158C218.205 45.9114 217.521 46.0316 216.873 46.2707C216.275 46.4914 215.726 46.8327 215.26 47.2742C214.799 47.719 214.433 48.2566 214.186 48.8529C213.917 49.5113 213.784 50.2198 213.796 50.9333C213.788 51.6354 213.916 52.3322 214.174 52.9831C214.415 53.5834 214.775 54.127 215.23 54.5801C215.695 55.0365 216.246 55.3924 216.849 55.6265C217.516 55.8802 218.223 56.0067 218.936 55.9997C219.597 56.0031 220.256 55.9334 220.902 55.7917Z' fill='%2312306C'/%3e%3cpath d='M97.4694 50.915C97.4582 50.2041 97.5888 49.4984 97.8532 48.8406C98.088 48.2452 98.4436 47.7072 98.8966 47.2619C99.3554 46.8196 99.8983 46.478 100.492 46.2584C101.135 46.0188 101.816 45.8987 102.501 45.9035C103.193 45.8977 103.882 46.0179 104.533 46.2584C105.13 46.4778 105.677 46.8192 106.14 47.2619C106.599 47.7049 106.959 48.2433 107.196 48.8406C107.699 50.1695 107.699 51.6421 107.196 52.9709C106.955 53.5713 106.595 54.1148 106.14 54.568C105.679 55.0219 105.132 55.3758 104.533 55.6082C103.885 55.8637 103.195 55.9904 102.501 55.9815C101.814 55.9886 101.132 55.8619 100.492 55.6082C99.8968 55.3792 99.355 55.0265 98.9008 54.5725C98.4466 54.1185 98.0899 53.5731 97.8532 52.9709C97.5899 52.3193 97.4593 51.6198 97.4694 50.915ZM99.2684 50.915C99.264 51.398 99.341 51.8782 99.4962 52.3346C99.6424 52.7477 99.8688 53.1265 100.162 53.4482C100.448 53.7637 100.795 54.0157 101.181 54.1886C101.594 54.3683 102.04 54.458 102.489 54.4517C102.941 54.4579 103.391 54.3683 103.808 54.1886C104.196 54.0173 104.546 53.7652 104.833 53.4482C105.126 53.1265 105.353 52.7477 105.499 52.3346C105.659 51.8793 105.738 51.3986 105.733 50.915C105.737 50.4454 105.658 49.9788 105.499 49.5382C105.351 49.1273 105.127 48.7492 104.839 48.4245C104.554 48.1063 104.207 47.8521 103.82 47.678C103.399 47.4951 102.946 47.4034 102.489 47.4088C102.035 47.4033 101.586 47.495 101.169 47.678C100.785 47.8539 100.44 48.1079 100.156 48.4245C99.868 48.7492 99.6441 49.1273 99.4962 49.5382C99.3502 49.9815 99.2812 50.4474 99.2923 50.915H99.2684Z' fill='%2312306C'/%3e%3cpath d='M116.455 52.2183C116.463 52.7535 116.363 53.2848 116.161 53.7786C115.981 54.2264 115.712 54.6308 115.369 54.9657C115.022 55.2947 114.615 55.5505 114.17 55.7183C113.2 56.0693 112.142 56.0693 111.172 55.7183C110.727 55.5505 110.32 55.2947 109.973 54.9657C109.627 54.6327 109.355 54.2279 109.175 53.7786C108.977 53.2835 108.879 52.7528 108.887 52.2183V46.1482H110.56V52.1509C110.561 52.4319 110.597 52.7117 110.668 52.9831C110.734 53.2505 110.855 53.5007 111.022 53.7174C111.193 53.9452 111.415 54.1278 111.67 54.2498C112.311 54.5191 113.031 54.5191 113.672 54.2498C113.927 54.1258 114.151 53.9437 114.326 53.7174C114.491 53.5004 114.61 53.2502 114.674 52.9831C114.745 52.7117 114.781 52.4319 114.782 52.1509V46.1482H116.455V52.2183Z' fill='%2312306C'/%3e%3cpath d='M120.161 47.6412H117.282V46.1482H124.73V47.6412H121.852V55.7367H120.179L120.161 47.6412Z' fill='%2312306C'/%3e%3cpath d='M130.607 48.1556C130.41 47.8919 130.152 47.6818 129.857 47.5437C129.552 47.3938 129.218 47.3144 128.88 47.3112C128.678 47.3098 128.476 47.3344 128.28 47.3846C128.091 47.4321 127.911 47.5107 127.746 47.6171C127.589 47.7214 127.456 47.8592 127.357 48.021C127.25 48.2058 127.197 48.4184 127.207 48.6328C127.2 48.8273 127.245 49.0199 127.339 49.1896C127.43 49.3464 127.555 49.4802 127.704 49.5812C127.878 49.7036 128.068 49.8004 128.268 49.8688L128.994 50.1136C129.299 50.2115 129.593 50.3216 129.935 50.4501C130.252 50.5758 130.55 50.7446 130.823 50.9519C131.095 51.1621 131.319 51.4291 131.482 51.7351C131.668 52.0991 131.759 52.5058 131.746 52.916C131.755 53.3809 131.659 53.8416 131.464 54.2621C131.29 54.6336 131.036 54.9599 130.721 55.2167C130.4 55.4788 130.031 55.6723 129.635 55.7857C129.209 55.9141 128.766 55.978 128.322 55.9754C127.707 55.975 127.097 55.8589 126.523 55.6327C125.968 55.4212 125.475 55.0697 125.09 54.6109L126.289 53.4728C126.528 53.8051 126.846 54.0702 127.213 54.2438C127.564 54.4247 127.952 54.521 128.346 54.5252C128.548 54.5243 128.749 54.4996 128.946 54.4518C129.153 54.4139 129.35 54.3349 129.527 54.2193C129.692 54.1053 129.829 53.9546 129.929 53.7787C130.038 53.5791 130.09 53.3523 130.079 53.124C130.085 52.9075 130.026 52.6942 129.911 52.5122C129.785 52.3373 129.626 52.1896 129.443 52.0777C129.226 51.9454 128.995 51.8387 128.754 51.7595L127.92 51.4781C127.63 51.3851 127.346 51.2748 127.069 51.1477C126.788 51.0295 126.53 50.8617 126.307 50.652C126.075 50.4377 125.887 50.1775 125.755 49.8872C125.601 49.5312 125.527 49.1443 125.54 48.7552C125.528 48.3154 125.632 47.8804 125.839 47.4947C126.034 47.1468 126.302 46.8479 126.625 46.6198C126.959 46.3854 127.33 46.2116 127.722 46.1058C128.131 45.9944 128.552 45.9368 128.976 45.9344C129.472 45.9374 129.964 46.0242 130.433 46.1914C130.908 46.3547 131.343 46.6196 131.71 46.9685L130.607 48.1556Z' fill='%2312306C'/%3e%3cpath d='M133.371 46.1482H135.985L138.426 52.9586H138.468L140.866 46.1482H143.499V55.7367H141.838V48.0328H141.808L138.959 55.7367H137.802L134.99 48.0328H134.96V55.7367H133.371V46.1482Z' fill='%2312306C'/%3e%3cpath d='M148.404 46.1482H149.855L153.903 55.7367H151.99L151.115 53.5461H147.037L146.191 55.7367H144.321L148.404 46.1482ZM150.527 52.0836L149.082 48.1797L147.607 52.0836H150.527Z' fill='%2312306C'/%3e%3cpath d='M154.754 46.1482H158.022C158.455 46.1483 158.888 46.1955 159.311 46.2889C159.704 46.3751 160.079 46.5349 160.415 46.7601C160.738 46.9755 161.005 47.2672 161.194 47.6106C161.398 48.0064 161.499 48.4488 161.488 48.8956C161.508 49.52 161.294 50.1285 160.888 50.5967C160.471 51.0562 159.92 51.3671 159.317 51.484L161.824 55.7367H159.809L157.632 51.6736H156.433V55.7367H154.76V46.1482H154.754ZM157.794 50.2785C158.035 50.2784 158.276 50.26 158.514 50.2234C158.737 50.1914 158.953 50.1232 159.155 50.0215C159.348 49.9246 159.512 49.7767 159.629 49.5932C159.759 49.3807 159.823 49.1336 159.815 48.8834C159.818 48.6663 159.757 48.4534 159.641 48.2715C159.527 48.1067 159.377 47.9706 159.203 47.8738C159.018 47.7674 158.815 47.6988 158.604 47.6718C158.388 47.6358 158.169 47.6174 157.95 47.6168H156.433V50.3091L157.794 50.2785Z' fill='%2312306C'/%3e%3cpath d='M164.907 47.6412H162.022V46.1482H169.458V47.6412H166.574V55.7367H164.907V47.6412Z' fill='%2312306C'/%3e%3cpath d='M176.186 51.5819L172.654 46.1482H174.699L177.062 50.1867L179.46 46.1482H181.397L177.865 51.5819V55.7367H176.192V51.5819H176.186Z' fill='%2312306C'/%3e%3cpath d='M181.697 50.915C181.687 50.2048 181.815 49.4997 182.075 48.8406C182.314 48.2461 182.671 47.7085 183.124 47.2619C183.583 46.8196 184.126 46.478 184.719 46.2584C185.363 46.0183 186.043 45.8981 186.728 45.9035C187.421 45.8977 188.109 46.0179 188.761 46.2584C189.357 46.4793 189.904 46.8206 190.368 47.2619C190.826 47.7049 191.186 48.2433 191.423 48.8406C191.927 50.1695 191.927 51.6421 191.423 52.9709C191.182 53.5713 190.823 54.1148 190.368 54.568C189.906 55.0208 189.359 55.3745 188.761 55.6082C188.113 55.8637 187.423 55.9904 186.728 55.9815C186.041 55.99 185.359 55.8632 184.719 55.6082C184.124 55.3757 183.581 55.0218 183.124 54.568C182.674 54.1117 182.318 53.5688 182.075 52.9709C181.816 52.318 181.688 51.6191 181.697 50.915ZM183.496 50.915C183.493 51.3983 183.572 51.8786 183.73 52.3346C183.876 52.7477 184.102 53.1265 184.395 53.4482C184.682 53.7637 185.029 54.0157 185.415 54.1886C185.828 54.3683 186.273 54.458 186.722 54.4517C187.175 54.4579 187.624 54.3683 188.041 54.1886C188.43 54.0173 188.779 53.7652 189.067 53.4482C189.36 53.1265 189.586 52.7477 189.732 52.3346C189.887 51.8782 189.965 51.398 189.96 50.915C189.964 50.446 189.886 49.98 189.732 49.5382C189.584 49.1273 189.36 48.7492 189.073 48.4245C188.787 48.1063 188.44 47.8521 188.053 47.678C187.632 47.4956 187.179 47.4039 186.722 47.4088C186.269 47.4033 185.819 47.495 185.403 47.678C185.018 47.8522 184.673 48.1065 184.389 48.4245C184.101 48.7492 183.878 49.1273 183.73 49.5382C183.586 49.9819 183.519 50.4478 183.532 50.915H183.496Z' fill='%2312306C'/%3e%3cpath d='M200.7 52.2183C200.709 52.7535 200.609 53.2848 200.406 53.7786C200.224 54.2268 199.953 54.6311 199.609 54.9657C199.263 55.2966 198.855 55.5526 198.409 55.7183C197.44 56.0693 196.381 56.0693 195.411 55.7183C194.966 55.552 194.558 55.296 194.212 54.9657C193.866 54.6327 193.594 54.2279 193.414 53.7786C193.217 53.2835 193.119 52.7528 193.126 52.2183V46.1482H194.799V52.1509C194.793 52.4352 194.823 52.7191 194.889 52.9954C194.955 53.2628 195.076 53.513 195.243 53.7297C195.414 53.9574 195.636 54.14 195.891 54.262C196.532 54.5313 197.252 54.5313 197.894 54.262C198.148 54.1365 198.371 53.9546 198.547 53.7297C198.71 53.5111 198.828 53.2614 198.895 52.9954C198.966 52.7239 199.002 52.4442 199.003 52.1632V46.1604H200.676V52.2305L200.7 52.2183Z' fill='%2312306C'/%3e%3cpath d='M202.511 46.1482H205.773C206.207 46.148 206.639 46.1952 207.062 46.2889C207.457 46.3763 207.833 46.5359 208.172 46.7601C208.494 46.9745 208.76 47.2666 208.945 47.6106C209.152 48.0054 209.253 48.4484 209.239 48.8956C209.259 49.52 209.045 50.1285 208.639 50.5967C208.221 51.0552 207.671 51.3659 207.068 51.484L209.575 55.7367H207.56L205.383 51.6736H204.184V55.7367H202.511V46.1482ZM205.551 50.2785C205.79 50.2783 206.029 50.2599 206.265 50.2234C206.49 50.1914 206.708 50.1233 206.912 50.0215C207.103 49.9237 207.264 49.7759 207.38 49.5932C207.512 49.3816 207.577 49.1338 207.566 48.8834C207.571 48.6669 207.512 48.4539 207.398 48.2715C207.282 48.1064 207.13 47.9704 206.954 47.8738C206.77 47.7666 206.566 47.698 206.355 47.6718C206.137 47.6358 205.916 47.6174 205.695 47.6168H204.184V50.3091L205.551 50.2785Z' fill='%2312306C'/%3e%3cpath d='M224.116 46.1482H230.341V47.6412H225.79V50.0888H230.107V51.5268H225.79V54.2192H230.587V55.7367H224.116V46.1482Z' fill='%2312306C'/%3e%3cpath d='M232.02 46.1482H234.233L238.598 53.3258H238.628V46.1482H240.301V55.7367H238.178L233.717 48.3266V55.7367H232.05L232.02 46.1482Z' fill='%2312306C'/%3e%3cpath d='M242.364 46.1482H248.594V47.6412H244.061V50.0888H248.379V51.5268H244.061V54.2192H248.858V55.7367H242.364V46.1482Z' fill='%2312306C'/%3e%3cpath d='M255.052 48.1557C254.855 47.892 254.598 47.6819 254.303 47.5438C254 47.394 253.668 47.3146 253.331 47.3113C253.129 47.3106 252.928 47.3353 252.732 47.3847C252.544 47.4318 252.366 47.5104 252.204 47.6172C252.045 47.7189 251.911 47.8572 251.814 48.0211C251.705 48.2052 251.651 48.4178 251.658 48.6329C251.651 48.8274 251.697 49.02 251.79 49.1897C251.882 49.3464 252.007 49.4802 252.156 49.5813C252.33 49.7025 252.52 49.7992 252.72 49.8689L253.451 50.1136C253.751 50.2115 254.051 50.3216 254.387 50.4501C254.704 50.5744 255.003 50.7433 255.274 50.9519C255.546 51.1636 255.773 51.4302 255.94 51.735C256.123 52.0996 256.212 52.5063 256.198 52.9159C256.207 53.3808 256.11 53.8416 255.916 54.262C255.744 54.6332 255.492 54.9596 255.178 55.2165C254.855 55.4787 254.484 55.6722 254.087 55.7856C253.661 55.9148 253.218 55.9788 252.774 55.9752C252.158 55.9749 251.549 55.8587 250.975 55.6326C250.421 55.4197 249.928 55.0684 249.542 54.6108L250.741 53.4727C250.982 53.8035 251.299 54.0684 251.664 54.2437C252.198 54.5242 252.814 54.5981 253.397 54.4517C253.595 54.4037 253.782 54.3187 253.949 54.2008C254.111 54.0849 254.246 53.9346 254.345 53.7603C254.456 53.5613 254.51 53.3344 254.501 53.1056C254.504 52.8884 254.444 52.6751 254.327 52.4937C254.202 52.3174 254.043 52.1694 253.859 52.0593C253.642 51.9259 253.411 51.8191 253.169 51.7412L252.336 51.4597C252.046 51.3657 251.762 51.2554 251.484 51.1293C251.205 51.0081 250.948 50.8407 250.723 50.6337C250.492 50.418 250.304 50.1581 250.171 49.8689C250.019 49.5124 249.947 49.1255 249.961 48.7369C249.948 48.2976 250.049 47.8626 250.255 47.4765C250.451 47.1299 250.719 46.8313 251.041 46.6015C251.376 46.366 251.75 46.1921 252.144 46.0876C252.553 45.9754 252.974 45.9178 253.397 45.9163C253.892 45.9196 254.382 46.0065 254.848 46.1732C255.325 46.3379 255.762 46.6026 256.132 46.9503L255.052 48.1557Z' fill='%2312306C'/%3e%3cpath d='M263.79 49.0608C263.797 49.4816 263.716 49.8992 263.55 50.2846C263.399 50.6443 263.181 50.9706 262.908 51.2452C262.629 51.5089 262.304 51.7165 261.949 51.8571C261.57 52.0212 261.161 52.1025 260.75 52.0957C260.338 52.101 259.93 52.0198 259.55 51.8571C259.193 51.7151 258.863 51.5078 258.579 51.2452C258.156 50.8155 257.869 50.2669 257.753 49.6696C257.638 49.0722 257.7 48.4534 257.931 47.8921C258.082 47.5272 258.302 47.1964 258.579 46.9193C258.86 46.6401 259.189 46.4161 259.55 46.2584C259.93 46.0957 260.338 46.0145 260.75 46.0198C261.161 46.0131 261.57 46.0944 261.949 46.2584C262.307 46.4148 262.632 46.639 262.908 46.9193C263.182 47.1983 263.4 47.5287 263.55 47.8921C263.707 48.2609 263.789 48.6586 263.79 49.0608ZM263.31 49.0608C263.309 48.3728 263.042 47.713 262.567 47.2252C262.338 46.9855 262.064 46.7942 261.763 46.6623C261.449 46.529 261.113 46.4603 260.774 46.4603C260.434 46.4603 260.098 46.529 259.784 46.6623C259.477 46.7939 259.198 46.9851 258.963 47.2252C258.729 47.4636 258.544 47.7463 258.417 48.0574C258.282 48.3762 258.213 48.7198 258.213 49.067C258.213 49.4141 258.282 49.7577 258.417 50.0765C258.545 50.3849 258.731 50.6653 258.963 50.9026C259.2 51.137 259.479 51.3238 259.784 51.4533C260.097 51.5907 260.433 51.6615 260.774 51.6615C261.114 51.6615 261.45 51.5907 261.763 51.4533C262.372 51.1916 262.856 50.6975 263.112 50.0765C263.245 49.7553 263.313 49.4096 263.31 49.0608ZM261.415 50.7557L260.75 49.4524H260.366V50.7557H259.424V47.2313H260.911C261.081 47.2315 261.25 47.2499 261.415 47.2864C261.576 47.3208 261.73 47.3828 261.871 47.4699C262.007 47.5567 262.122 47.6738 262.207 47.8126C262.292 47.976 262.334 48.1598 262.327 48.3449C262.337 48.5658 262.269 48.7831 262.135 48.9568C262.007 49.1238 261.834 49.2492 261.637 49.3178L262.519 50.768L261.415 50.7557ZM261.331 48.3572C261.334 48.304 261.321 48.2512 261.294 48.2055C261.268 48.1597 261.228 48.1231 261.181 48.1002C261.086 48.0474 260.978 48.02 260.87 48.0206H260.366V48.7488H260.851C260.969 48.7516 261.083 48.7127 261.175 48.6386C261.223 48.6097 261.263 48.5685 261.29 48.5191C261.317 48.4698 261.332 48.4139 261.331 48.3572Z' fill='%2312306C'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_3494_6908' x1='23.5139' y1='55.8227' x2='23.5139' y2='0.208171' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23ADEBFF'/%3e%3cstop offset='1' stop-color='%23003D92'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear_3494_6908' x1='16.0184' y1='55.8226' x2='16.0184' y2='0.208369' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.23' stop-color='%23551077'/%3e%3cstop offset='1' stop-color='%23F4DEFF'/%3e%3c/linearGradient%3e%3clinearGradient id='paint2_linear_3494_6908' x1='23.5144' y1='28.1346' x2='23.5144' y2='0.323991' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%235795C9'/%3e%3cstop offset='1' stop-color='%23003D92'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",alt:"main logo"}),e.createElement("div",{className:B.links},C),e.createElement("div",{className:B.searchComponent},i),e.createElement("div",{className:B.links},o),e.createElement("div",{className:B.menuActions},t?e.createElement(Z,{label:t.name,icon:t.avatarImageUrl,dropdownItems:[{icon:I,label:"Account",onClick:m},{icon:y,label:"Sign Out",onClick:s}]}):e.createElement(p,{label:"Sign In",variant:"primary",customClass:B.signInButton,onClick:()=>null==c?void 0:c()})),e.createElement("button",{className:B.toggleMenuButton,onClick:()=>h(!_)},e.createElement("img",{src:_?"data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.6 16L0 14.4L6.4 8L0 1.6L1.6 0L8 6.4L14.4 0L16 1.6L9.6 8L16 14.4L14.4 16L8 9.6L1.6 16Z' fill='%2312306C'/%3e%3c/svg%3e":"data:image/svg+xml,%3csvg width='25' height='13' viewBox='0 0 25 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.5834 11.7544C24.5834 12.2356 24.0445 12.625 23.3811 12.625L13.7023 12.625C13.3835 12.625 13.0777 12.5333 12.8522 12.37C12.6267 12.2067 12.5 11.9853 12.5 11.7544C12.5 11.5235 12.6267 11.302 12.8522 11.1387C13.0777 10.9755 13.3835 10.8837 13.7023 10.8837L23.3811 10.8837C23.7 10.8837 24.0058 10.9755 24.2312 11.1387C24.4567 11.302 24.5834 11.5235 24.5834 11.7544Z' fill='%2312306C'/%3e%3cpath d='M24.5834 6.49998C24.5834 6.98123 24.0445 7.37061 23.3811 7.37061L1.619 7.3706C1.30013 7.3706 0.994322 7.27888 0.768848 7.1156C0.543375 6.95233 0.416704 6.73088 0.416704 6.49998C0.416704 6.26908 0.543375 6.04763 0.768849 5.88435C0.994322 5.72108 1.30013 5.62935 1.619 5.62935L23.3811 5.62936C23.7 5.62936 24.0058 5.72108 24.2312 5.88436C24.4567 6.04763 24.5834 6.26908 24.5834 6.49998Z' fill='%2312306C'/%3e%3cpath d='M23.3811 2.11621C23.6999 2.11621 24.0058 2.02449 24.2312 1.86121C24.4567 1.69794 24.5834 1.47649 24.5834 1.24559C24.5834 1.01468 24.4567 0.793238 24.2312 0.629964C24.0058 0.466691 23.7 0.374964 23.3811 0.374964L8.869 0.374963C8.55013 0.374963 8.24432 0.46669 8.01885 0.629964C7.79337 0.793237 7.6667 1.01468 7.6667 1.24559C7.6667 1.47649 7.79337 1.69794 8.01885 1.86121C8.24432 2.02449 8.55013 2.11621 8.869 2.11621L23.3811 2.11621Z' fill='%2312306C'/%3e%3c/svg%3e",alt:"toggle menu"}))),e.createElement("div",{className:D("mobile-menu",B.mobileMenu)},e.createElement("div",{className:D(B.links,"main")},C),e.createElement("div",{className:D(B.links,"auxiliary")},o),e.createElement("div",{className:B.menuActions},t?e.createElement(Z,{label:t.name,icon:t.avatarImageUrl,dropdownItems:[{main:!0,label:"Account",icon:I,onClick:m},{label:"Sign Out",icon:y,onClick:s}]}):e.createElement(p,{label:"Sign In",variant:"primary",customClass:B.signInButton,onClick:()=>null==c?void 0:c()}))))}));export{V as Accordion,k as AppBar,p as Button,Z as Chip,g as Dropdown,A as Header,d as Link,L as TextField};
7
7
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../node_modules/classnames/bind.js","../../src/components/Atoms/Link/Link.tsx","../../src/components/Atoms/Button/Button.tsx","../../src/assets/images/spinners/main.svg","../../src/assets/images/icons/caret-down-filled.svg","../../src/components/Atoms/Dropdown/Dropdown.tsx","../../src/components/Atoms/TextField/TextField.tsx","../../src/components/Atoms/Accordion/Accordion.tsx","../../src/assets/images/icons/user-avatar.svg","../../src/components/Molecules/Chip/Chip.tsx","../../src/assets/images/icons/help.svg","../../src/components/Molecules/AppBar/AppBar.tsx","../../src/assets/images/logos/sequencing.svg","../../src/assets/images/icons/sign-out.svg","../../src/assets/images/icons/account.svg","../../src/components/Organisms/Header/Header.tsx","../../src/assets/images/icons/close.svg","../../src/assets/images/icons/menu.svg"],"sourcesContent":["/*!\n\tCopyright (c) 2018 Jed Watson.\n\tLicensed under the MIT License (MIT), see\n\thttp://jedwatson.github.io/classnames\n*/\n/* global define */\n\n(function () {\n\t'use strict';\n\n\tvar hasOwn = {}.hasOwnProperty;\n\n\tfunction classNames () {\n\t\tvar classes = [];\n\n\t\tfor (var i = 0; i < arguments.length; i++) {\n\t\t\tvar arg = arguments[i];\n\t\t\tif (!arg) continue;\n\n\t\t\tvar argType = typeof arg;\n\n\t\t\tif (argType === 'string' || argType === 'number') {\n\t\t\t\tclasses.push(this && this[arg] || arg);\n\t\t\t} else if (Array.isArray(arg)) {\n\t\t\t\tclasses.push(classNames.apply(this, arg));\n\t\t\t} else if (argType === 'object') {\n\t\t\t\tif (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes('[native code]')) {\n\t\t\t\t\tclasses.push(arg.toString());\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tfor (var key in arg) {\n\t\t\t\t\tif (hasOwn.call(arg, key) && arg[key]) {\n\t\t\t\t\t\tclasses.push(this && this[key] || key);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn classes.join(' ');\n\t}\n\n\tif (typeof module !== 'undefined' && module.exports) {\n\t\tclassNames.default = classNames;\n\t\tmodule.exports = classNames;\n\t} else if (typeof define === 'function' && typeof define.amd === 'object' && define.amd) {\n\t\t// register as 'classnames', consistent with npm package name\n\t\tdefine('classnames', [], function () {\n\t\t\treturn classNames;\n\t\t});\n\t} else {\n\t\twindow.classNames = classNames;\n\t}\n}());\n",null,null,"var img = \"data:image/svg+xml,%3csvg width='16' height='16' stroke='rgba(0%2c 0%2c 0%2c .26)' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cstyle%3e.spinner_V8m1%7btransform-origin:center%3banimation:spinner_zKoa 2s linear infinite%7d.spinner_V8m1 circle%7bstroke-linecap:round%3banimation:spinner_YpZS 1.5s ease-in-out infinite%7d%40keyframes spinner_zKoa%7b100%25%7btransform:rotate(360deg)%7d%7d%40keyframes spinner_YpZS%7b0%25%7bstroke-dasharray:0 150%3bstroke-dashoffset:0%7d47.5%25%7bstroke-dasharray:42 150%3bstroke-dashoffset:-16%7d95%25%2c100%25%7bstroke-dasharray:42 150%3bstroke-dashoffset:-59%7d%7d%3c/style%3e %3cg class='spinner_V8m1'%3e %3ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='2'%3e%3c/circle%3e %3c/g%3e%3c/svg%3e\";\n export default img;","var img = \"data:image/svg+xml,%3csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.56153 0.75411C4.88925 0.415298 5.42716 0.415297 5.75487 0.754109L9.91715 5.05737C10.4363 5.59406 10.0616 6.5 9.32049 6.5H0.99592C0.254841 6.5 -0.119853 5.59406 0.399253 5.05737L4.56153 0.75411Z' fill='%2312306C'/%3e%3c/svg%3e\";\n export default img;",null,null,null,"var img = \"data:image/svg+xml,%3csvg width='20' height='23' viewBox='0 0 20 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.8673 20.4381C19.4647 20.3178 19.8189 19.6914 19.5172 19.162C18.8216 17.9412 17.7177 16.8685 16.3024 16.0526C14.4943 15.0103 12.279 14.4453 10 14.4453C7.72101 14.4453 5.50569 15.0103 3.69764 16.0526C2.28231 16.8685 1.17845 17.9412 0.482764 19.162C0.181052 19.6914 0.535286 20.3178 1.13268 20.4381L2.1062 20.634C7.31647 21.6829 12.6835 21.6829 17.8938 20.634L18.8673 20.4381Z' fill='white'/%3e%3cellipse cx='9.99967' cy='6.66667' rx='6.66667' ry='6.66667' fill='white'/%3e%3c/svg%3e\";\n export default img;",null,"var img = \"data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M8.955 15.0768C9.27 15.0768 9.5364 14.9679 9.7542 14.7501C9.9714 14.5329 10.08 14.2668 10.08 13.9518C10.08 13.6368 9.9714 13.3707 9.7542 13.1535C9.5364 12.9357 9.27 12.8268 8.955 12.8268C8.64 12.8268 8.3736 12.9357 8.1558 13.1535C7.9386 13.3707 7.83 13.6368 7.83 13.9518C7.83 14.2668 7.9386 14.5329 8.1558 14.7501C8.3736 14.9679 8.64 15.0768 8.955 15.0768ZM8.145 11.6118H9.81C9.81 11.1168 9.8664 10.7268 9.9792 10.4418C10.0914 10.1568 10.41 9.76676 10.935 9.27176C11.325 8.88176 11.6325 8.51036 11.8575 8.15756C12.0825 7.80536 12.195 7.38176 12.195 6.88676C12.195 6.04676 11.8875 5.40176 11.2725 4.95176C10.6575 4.50176 9.93 4.27676 9.09 4.27676C8.235 4.27676 7.5414 4.50176 7.0092 4.95176C6.4764 5.40176 6.105 5.94176 5.895 6.57176L7.38 7.15676C7.455 6.88676 7.6239 6.59426 7.8867 6.27926C8.1489 5.96426 8.55 5.80676 9.09 5.80676C9.57 5.80676 9.93 5.93786 10.17 6.20006C10.41 6.46286 10.53 6.75176 10.53 7.06676C10.53 7.36676 10.44 7.64786 10.26 7.91006C10.08 8.17286 9.855 8.41676 9.585 8.64176C8.925 9.22676 8.52 9.66926 8.37 9.96926C8.22 10.2693 8.145 10.8168 8.145 11.6118ZM9 18.6768C7.755 18.6768 6.585 18.4404 5.49 17.9676C4.395 17.4954 3.4425 16.8543 2.6325 16.0443C1.8225 15.2343 1.1814 14.2818 0.7092 13.1868C0.2364 12.0918 0 10.9218 0 9.67676C0 8.43176 0.2364 7.26176 0.7092 6.16676C1.1814 5.07176 1.8225 4.11926 2.6325 3.30926C3.4425 2.49926 4.395 1.85786 5.49 1.38506C6.585 0.912858 7.755 0.676758 9 0.676758C10.245 0.676758 11.415 0.912858 12.51 1.38506C13.605 1.85786 14.5575 2.49926 15.3675 3.30926C16.1775 4.11926 16.8186 5.07176 17.2908 6.16676C17.7636 7.26176 18 8.43176 18 9.67676C18 10.9218 17.7636 12.0918 17.2908 13.1868C16.8186 14.2818 16.1775 15.2343 15.3675 16.0443C14.5575 16.8543 13.605 17.4954 12.51 17.9676C11.415 18.4404 10.245 18.6768 9 18.6768Z' fill='white'/%3e%3c/svg%3e\";\n export default img;",null,"var img = \"data:image/svg+xml,%3csvg width='264' height='56' viewBox='0 0 264 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.48 2.06219C14.2492 -0.23851 10.7952 -0.428194 8.84636 1.59716C6.89748 3.62251 7.08337 7.10415 9.31409 9.38649L23.5319 23.8944C24.6008 24.9935 25.2006 26.4792 25.2006 28.0277C25.2006 29.5761 24.6008 31.0618 23.5319 32.161L9.31409 46.6688C7.08337 48.9451 6.8735 52.4451 8.84636 54.4582C10.8192 56.4713 14.2432 56.2571 16.48 53.9809L37.8636 32.161C38.9325 31.0618 39.5324 29.5761 39.5324 28.0277C39.5324 26.4792 38.9325 24.9935 37.8636 23.8944L16.48 2.06219Z' fill='url(%23paint0_linear_3494_6908)'/%3e%3cpath d='M19.7364 50.0585L26.3866 43.2848L19.7544 36.5173L13.1162 43.2848L19.7364 50.0585Z' fill='%236D6E70'/%3e%3cpath d='M23.0524 53.9685C25.2831 56.2448 28.7191 56.4589 30.686 54.4458C32.6529 52.4327 32.443 48.9389 30.2183 46.6565L16.0005 32.1487C14.9286 31.0512 14.3268 29.5649 14.3268 28.0155C14.3268 26.466 14.9286 24.9797 16.0005 23.8822L30.2183 9.3744C32.443 7.09819 32.6589 3.59209 30.686 1.58511C28.7131 -0.421873 25.2891 -0.213833 23.0524 2.06238L1.66871 23.8822C0.599812 24.9813 0 26.467 0 28.0155C0 29.5639 0.599812 31.0496 1.66871 32.1487L23.0524 53.9685Z' fill='url(%23paint1_linear_3494_6908)'/%3e%3cpath d='M19.7363 19.4761L26.3865 12.709L19.7363 5.93567L13.0981 12.709L19.7363 19.4761Z' fill='%236D6E70'/%3e%3cpath d='M23.5324 24.0043C24.0616 24.5474 24.4802 25.1919 24.7643 25.9008C25.0483 26.6096 25.1921 27.3688 25.1875 28.1346H39.5132C39.5153 27.3681 39.3691 26.6087 39.0831 25.8999C38.797 25.1912 38.3767 24.547 37.8462 24.0043L16.4805 2.20863C14.2498 -0.0615028 10.8137 -0.275665 8.84688 1.73135C6.88001 3.73836 7.08389 7.2384 9.31461 9.52077L23.5324 24.0043Z' fill='url(%23paint2_linear_3494_6908)'/%3e%3cpath d='M61.4782 20.3878C60.9602 19.7359 60.2986 19.218 59.5473 18.8764C58.7686 18.4797 57.9111 18.2704 57.0408 18.2645C56.5335 18.2673 56.0283 18.3309 55.5357 18.4542C55.0529 18.583 54.5934 18.7895 54.1744 19.0661C53.7645 19.3314 53.4198 19.6894 53.167 20.1124C52.8933 20.5795 52.756 21.1165 52.7712 21.6605C52.7574 22.1604 52.8754 22.6549 53.1131 23.0923C53.3504 23.4953 53.6718 23.84 54.0545 24.1019C54.5062 24.4061 54.9938 24.6508 55.5057 24.8301C56.0753 25.0442 56.705 25.2523 57.3826 25.442C58.1561 25.6989 58.9597 25.9865 59.7812 26.3108C60.6003 26.6296 61.3714 27.0642 62.0719 27.6019C62.7721 28.1457 63.3523 28.8336 63.7749 29.6211C64.2512 30.5655 64.4805 31.6193 64.4405 32.6806C64.4664 33.8756 64.2223 35.0607 63.7269 36.1439C63.2741 37.0937 62.6208 37.9296 61.814 38.5914C60.9833 39.2611 60.0318 39.7579 59.0137 40.0538C57.9175 40.3832 56.7803 40.5481 55.6376 40.5433C54.0597 40.5434 52.4957 40.2425 51.0263 39.6561C49.5957 39.1172 48.3256 38.211 47.3384 37.025L50.4146 34.1002C51.025 34.9568 51.8405 35.6394 52.7832 36.0827C53.689 36.5518 54.6879 36.803 55.7036 36.8169C56.2206 36.8128 56.7356 36.7492 57.2387 36.6273C57.747 36.5063 58.2276 36.2861 58.6539 35.9787C59.0712 35.6806 59.4209 35.2946 59.6793 34.8467C59.9586 34.3307 60.0954 33.747 60.075 33.1579C60.0965 32.5825 59.9391 32.0149 59.6253 31.5364C59.3065 31.0835 58.8978 30.704 58.426 30.4227C57.8592 30.0798 57.2556 29.8047 56.627 29.6028L54.4743 28.8746C53.7327 28.6346 53.0041 28.3548 52.2915 28.0364C51.587 27.7081 50.939 27.2659 50.3726 26.7269C49.7763 26.1745 49.2933 25.5069 48.9515 24.7628C48.5621 23.8446 48.3758 22.8501 48.4058 21.8502C48.3737 20.7206 48.6388 19.6029 49.1733 18.6133C49.6702 17.7211 50.3566 16.9537 51.1822 16.3677C52.0462 15.7669 53.0059 15.3239 54.0185 15.0582C55.0708 14.7707 56.1553 14.6246 57.2447 14.6238C58.5172 14.6312 59.7798 14.8545 60.9805 15.2846C62.2038 15.7055 63.3272 16.3829 64.2786 17.2733L61.4782 20.3878Z' fill='%2312306C'/%3e%3cpath d='M67.9008 15.2358H83.9116V19.0662H72.2003V25.3381H83.2939V29.0094H72.2003V35.9726H84.5532V39.8764H67.8948V15.2358H67.9008Z' fill='%2312306C'/%3e%3cpath d='M113.936 39.9009H99.3401C97.5462 39.9233 95.7616 39.6336 94.0631 39.0442C92.557 38.5272 91.174 37.6934 90.0035 36.5967C88.8574 35.4845 87.9648 34.1288 87.389 32.6257C86.7524 30.9189 86.441 29.1038 86.4715 27.2779C86.4493 25.515 86.7799 23.7661 87.443 22.1381C88.0626 20.6204 88.9858 19.2512 90.1534 18.1181C91.3456 16.9877 92.7431 16.1064 94.267 15.5237C95.9106 14.8988 97.6522 14.5857 99.4061 14.5998C101.154 14.5842 102.89 14.8974 104.527 15.5237C106.043 16.1054 107.43 16.9871 108.611 18.1181C109.764 19.2454 110.676 20.6036 111.291 22.1075C111.943 23.7385 112.267 25.4862 112.245 27.2473C112.254 28.2798 112.127 29.3088 111.867 30.3067C111.638 31.1838 111.312 32.0315 110.895 32.8337C110.524 33.5511 110.065 34.2173 109.528 34.8162C109.053 35.3546 108.523 35.8388 107.945 36.2602V36.3336H113.942V39.8886L113.936 39.9009ZM99.424 18.5464C98.3059 18.5378 97.1978 18.7626 96.1679 19.2072C95.1848 19.6344 94.2957 20.2586 93.5534 21.0429C92.8085 21.8368 92.2238 22.7723 91.8324 23.7963C91.4 24.9034 91.1841 26.0862 91.1968 27.2779C91.1826 28.5062 91.3858 29.7271 91.7964 30.8818C92.1609 31.9136 92.7305 32.8573 93.4695 33.6536C94.1983 34.4267 95.0763 35.0371 96.048 35.4464C98.1674 36.2987 100.525 36.2987 102.644 35.4464C103.628 35.0392 104.518 34.4288 105.259 33.6536C106.005 32.8559 106.586 31.9133 106.968 30.8818C107.773 28.5932 107.783 26.0919 106.998 23.7963C106.641 22.7704 106.077 21.8324 105.343 21.0429C104.614 20.2586 103.737 19.6341 102.764 19.2072C101.701 18.7542 100.558 18.5292 99.4061 18.5464H99.424Z' fill='%2312306C'/%3e%3cpath d='M135.362 30.8451C135.382 32.2238 135.125 33.5921 134.606 34.8652C134.142 36.0198 133.445 37.0621 132.561 37.9246C131.674 38.7735 130.627 39.4311 129.485 39.8582C126.989 40.7637 124.264 40.7637 121.768 39.8582C120.622 39.4297 119.572 38.7724 118.679 37.9246C117.787 37.0692 117.089 36.0249 116.634 34.8652C116.127 33.5891 115.876 32.222 115.897 30.8451V15.2358H120.202V30.6676C120.203 31.3903 120.293 32.11 120.472 32.8093C120.648 33.4983 120.956 34.145 121.378 34.7122C121.823 35.2911 122.397 35.7544 123.051 36.0645C123.868 36.4119 124.744 36.5907 125.629 36.5907C126.514 36.5907 127.391 36.4119 128.208 36.0645C128.86 35.7511 129.433 35.2884 129.881 34.7122C130.303 34.1461 130.609 33.4989 130.78 32.8093C130.964 32.1108 131.057 31.3908 131.056 30.6676V15.2358H135.356V30.8451H135.362Z' fill='%2312306C'/%3e%3cpath d='M139.625 15.2358H155.636V19.0662H143.919V25.3381H155.013V29.0094H143.919V35.9726H156.242V39.8764H139.625V15.2358Z' fill='%2312306C'/%3e%3cpath d='M159.599 15.2358H165.296L176.527 33.6965H176.599V15.2358H180.899V39.901H175.436L163.965 20.8468H163.899V39.901H159.593V15.2358H159.599Z' fill='%2312306C'/%3e%3cpath d='M202.817 21.0183C202.187 20.1423 201.323 19.4707 200.328 19.0847C199.305 18.6662 198.211 18.4583 197.109 18.473C196.007 18.4877 194.918 18.7247 193.906 19.1704C192.917 19.6256 192.028 20.279 191.291 21.0917C190.544 21.9184 189.963 22.8873 189.582 23.9431C189.177 25.0823 188.974 26.2862 188.983 27.4982C188.975 28.748 189.178 29.9899 189.582 31.1695C189.935 32.2337 190.499 33.2126 191.237 34.0454C191.959 34.8373 192.838 35.4631 193.816 35.8811C194.885 36.3349 196.034 36.5599 197.192 36.5419C198.388 36.5644 199.572 36.2959 200.646 35.7587C201.595 35.2709 202.417 34.5599 203.045 33.6844L206.493 36.132C205.442 37.4893 204.097 38.5804 202.565 39.3199C200.872 40.1052 199.027 40.4921 197.168 40.4519C195.389 40.4728 193.623 40.1489 191.963 39.4974C190.438 38.9223 189.047 38.0304 187.877 36.8781C186.708 35.7258 185.786 34.3382 185.169 32.8033C184.517 31.1232 184.193 29.3294 184.216 27.5227C184.189 25.6884 184.532 23.8682 185.223 22.1747C185.855 20.6392 186.797 19.2569 187.987 18.1179C189.187 16.9839 190.598 16.1078 192.137 15.5418C193.799 14.9251 195.556 14.6183 197.324 14.6362C198.128 14.6402 198.931 14.7159 199.723 14.8626C200.544 15.0085 201.348 15.2423 202.121 15.5602C202.887 15.8677 203.619 16.2574 204.304 16.7228C204.975 17.1738 205.564 17.7412 206.043 18.3994L202.817 21.0183Z' fill='%2312306C'/%3e%3cpath d='M208.28 15.2358H212.585V39.901H208.28V15.2358Z' fill='%2312306C'/%3e%3cpath d='M217.076 15.2358H222.779L234.011 33.6965H234.077V15.2358H238.382V39.901H232.913L221.43 20.8468H221.358V39.901H217.076V15.2358Z' fill='%2312306C'/%3e%3cpath d='M264 38.6103C262.708 39.2379 261.35 39.7122 259.952 40.0237C258.286 40.3799 256.587 40.5482 254.885 40.5255C253.056 40.5493 251.238 40.2256 249.524 39.5709C247.975 38.9711 246.56 38.0597 245.363 36.8909C244.189 35.7257 243.265 34.3258 242.646 32.779C241.979 31.1028 241.644 29.3078 241.663 27.4985C241.636 25.6643 241.979 23.8441 242.67 22.1506C243.308 20.6228 244.254 19.249 245.447 18.1183C246.646 16.9843 248.058 16.1083 249.596 15.5423C251.258 14.925 253.015 14.6182 254.783 14.6367C256.586 14.6144 258.38 14.9019 260.09 15.4872C261.521 15.956 262.842 16.7205 263.97 17.7328L260.972 21.0064C260.248 20.2351 259.371 19.6301 258.399 19.2319C257.262 18.7375 256.037 18.4876 254.801 18.4977C253.611 18.4804 252.43 18.718 251.335 19.1952C250.33 19.6376 249.429 20.2925 248.691 21.1165C247.949 21.9441 247.374 22.9131 247 23.9679C246.591 25.1063 246.388 26.3107 246.4 27.523C246.382 28.7736 246.585 30.0172 247 31.1943C247.374 32.2605 247.955 33.2386 248.709 34.0701C249.462 34.8931 250.38 35.5401 251.401 35.9669C252.544 36.4353 253.767 36.6662 254.999 36.6461C256.638 36.6779 258.268 36.3828 259.796 35.7773V29.4504H254.705V25.828H263.958V38.6103H264Z' fill='%2312306C'/%3e%3cpath d='M113.876 36.9395C113.876 36.6213 113.462 36.3275 113.918 36.3275L117.516 39.5036C117.756 39.7116 117.69 39.883 117.378 39.883H113.936C113.624 39.883 113.894 39.6198 113.894 39.3016L113.876 36.9395Z' fill='%2312306C'/%3e%3cpath d='M255.155 26.8004C255.155 26.4822 255.155 25.7907 254.747 25.8275L251.119 29.0708C250.885 29.2788 250.945 29.4502 251.263 29.4502H254.987C255.305 29.4502 254.753 29.187 254.753 28.8382L255.155 26.8004Z' fill='%2312306C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.902 55.7917C221.446 55.6675 221.975 55.4828 222.48 55.241V50.2663H218.882L217.472 51.5268C217.376 51.6125 217.4 51.6798 217.52 51.6798H220.86V54.1274C220.265 54.3665 219.629 54.483 218.99 54.47C218.509 54.4768 218.032 54.3853 217.586 54.2008C217.189 54.0346 216.832 53.7843 216.537 53.4665C216.245 53.1415 216.019 52.761 215.871 52.3468C215.713 51.8933 215.636 51.4145 215.643 50.9333C215.637 50.462 215.714 49.9935 215.871 49.5504C216.019 49.1395 216.243 48.7614 216.531 48.4368C216.82 48.1176 217.171 47.8634 217.562 47.6903C217.987 47.5074 218.444 47.4157 218.906 47.421C219.388 47.4177 219.865 47.5156 220.309 47.7086C220.688 47.8626 221.029 48.0985 221.31 48.4001L222.468 47.1212C222.028 46.7286 221.513 46.4328 220.956 46.2523C220.293 46.0205 219.595 45.9067 218.894 45.9158C218.205 45.9114 217.521 46.0316 216.873 46.2707C216.275 46.4914 215.726 46.8327 215.26 47.2742C214.799 47.719 214.433 48.2566 214.186 48.8529C213.917 49.5113 213.784 50.2198 213.796 50.9333C213.788 51.6354 213.916 52.3322 214.174 52.9831C214.415 53.5834 214.775 54.127 215.23 54.5801C215.695 55.0365 216.246 55.3924 216.849 55.6265C217.516 55.8802 218.223 56.0067 218.936 55.9997C219.597 56.0031 220.256 55.9334 220.902 55.7917Z' fill='%2312306C'/%3e%3cpath d='M97.4694 50.915C97.4582 50.2041 97.5888 49.4984 97.8532 48.8406C98.088 48.2452 98.4436 47.7072 98.8966 47.2619C99.3554 46.8196 99.8983 46.478 100.492 46.2584C101.135 46.0188 101.816 45.8987 102.501 45.9035C103.193 45.8977 103.882 46.0179 104.533 46.2584C105.13 46.4778 105.677 46.8192 106.14 47.2619C106.599 47.7049 106.959 48.2433 107.196 48.8406C107.699 50.1695 107.699 51.6421 107.196 52.9709C106.955 53.5713 106.595 54.1148 106.14 54.568C105.679 55.0219 105.132 55.3758 104.533 55.6082C103.885 55.8637 103.195 55.9904 102.501 55.9815C101.814 55.9886 101.132 55.8619 100.492 55.6082C99.8968 55.3792 99.355 55.0265 98.9008 54.5725C98.4466 54.1185 98.0899 53.5731 97.8532 52.9709C97.5899 52.3193 97.4593 51.6198 97.4694 50.915ZM99.2684 50.915C99.264 51.398 99.341 51.8782 99.4962 52.3346C99.6424 52.7477 99.8688 53.1265 100.162 53.4482C100.448 53.7637 100.795 54.0157 101.181 54.1886C101.594 54.3683 102.04 54.458 102.489 54.4517C102.941 54.4579 103.391 54.3683 103.808 54.1886C104.196 54.0173 104.546 53.7652 104.833 53.4482C105.126 53.1265 105.353 52.7477 105.499 52.3346C105.659 51.8793 105.738 51.3986 105.733 50.915C105.737 50.4454 105.658 49.9788 105.499 49.5382C105.351 49.1273 105.127 48.7492 104.839 48.4245C104.554 48.1063 104.207 47.8521 103.82 47.678C103.399 47.4951 102.946 47.4034 102.489 47.4088C102.035 47.4033 101.586 47.495 101.169 47.678C100.785 47.8539 100.44 48.1079 100.156 48.4245C99.868 48.7492 99.6441 49.1273 99.4962 49.5382C99.3502 49.9815 99.2812 50.4474 99.2923 50.915H99.2684Z' fill='%2312306C'/%3e%3cpath d='M116.455 52.2183C116.463 52.7535 116.363 53.2848 116.161 53.7786C115.981 54.2264 115.712 54.6308 115.369 54.9657C115.022 55.2947 114.615 55.5505 114.17 55.7183C113.2 56.0693 112.142 56.0693 111.172 55.7183C110.727 55.5505 110.32 55.2947 109.973 54.9657C109.627 54.6327 109.355 54.2279 109.175 53.7786C108.977 53.2835 108.879 52.7528 108.887 52.2183V46.1482H110.56V52.1509C110.561 52.4319 110.597 52.7117 110.668 52.9831C110.734 53.2505 110.855 53.5007 111.022 53.7174C111.193 53.9452 111.415 54.1278 111.67 54.2498C112.311 54.5191 113.031 54.5191 113.672 54.2498C113.927 54.1258 114.151 53.9437 114.326 53.7174C114.491 53.5004 114.61 53.2502 114.674 52.9831C114.745 52.7117 114.781 52.4319 114.782 52.1509V46.1482H116.455V52.2183Z' fill='%2312306C'/%3e%3cpath d='M120.161 47.6412H117.282V46.1482H124.73V47.6412H121.852V55.7367H120.179L120.161 47.6412Z' fill='%2312306C'/%3e%3cpath d='M130.607 48.1556C130.41 47.8919 130.152 47.6818 129.857 47.5437C129.552 47.3938 129.218 47.3144 128.88 47.3112C128.678 47.3098 128.476 47.3344 128.28 47.3846C128.091 47.4321 127.911 47.5107 127.746 47.6171C127.589 47.7214 127.456 47.8592 127.357 48.021C127.25 48.2058 127.197 48.4184 127.207 48.6328C127.2 48.8273 127.245 49.0199 127.339 49.1896C127.43 49.3464 127.555 49.4802 127.704 49.5812C127.878 49.7036 128.068 49.8004 128.268 49.8688L128.994 50.1136C129.299 50.2115 129.593 50.3216 129.935 50.4501C130.252 50.5758 130.55 50.7446 130.823 50.9519C131.095 51.1621 131.319 51.4291 131.482 51.7351C131.668 52.0991 131.759 52.5058 131.746 52.916C131.755 53.3809 131.659 53.8416 131.464 54.2621C131.29 54.6336 131.036 54.9599 130.721 55.2167C130.4 55.4788 130.031 55.6723 129.635 55.7857C129.209 55.9141 128.766 55.978 128.322 55.9754C127.707 55.975 127.097 55.8589 126.523 55.6327C125.968 55.4212 125.475 55.0697 125.09 54.6109L126.289 53.4728C126.528 53.8051 126.846 54.0702 127.213 54.2438C127.564 54.4247 127.952 54.521 128.346 54.5252C128.548 54.5243 128.749 54.4996 128.946 54.4518C129.153 54.4139 129.35 54.3349 129.527 54.2193C129.692 54.1053 129.829 53.9546 129.929 53.7787C130.038 53.5791 130.09 53.3523 130.079 53.124C130.085 52.9075 130.026 52.6942 129.911 52.5122C129.785 52.3373 129.626 52.1896 129.443 52.0777C129.226 51.9454 128.995 51.8387 128.754 51.7595L127.92 51.4781C127.63 51.3851 127.346 51.2748 127.069 51.1477C126.788 51.0295 126.53 50.8617 126.307 50.652C126.075 50.4377 125.887 50.1775 125.755 49.8872C125.601 49.5312 125.527 49.1443 125.54 48.7552C125.528 48.3154 125.632 47.8804 125.839 47.4947C126.034 47.1468 126.302 46.8479 126.625 46.6198C126.959 46.3854 127.33 46.2116 127.722 46.1058C128.131 45.9944 128.552 45.9368 128.976 45.9344C129.472 45.9374 129.964 46.0242 130.433 46.1914C130.908 46.3547 131.343 46.6196 131.71 46.9685L130.607 48.1556Z' fill='%2312306C'/%3e%3cpath d='M133.371 46.1482H135.985L138.426 52.9586H138.468L140.866 46.1482H143.499V55.7367H141.838V48.0328H141.808L138.959 55.7367H137.802L134.99 48.0328H134.96V55.7367H133.371V46.1482Z' fill='%2312306C'/%3e%3cpath d='M148.404 46.1482H149.855L153.903 55.7367H151.99L151.115 53.5461H147.037L146.191 55.7367H144.321L148.404 46.1482ZM150.527 52.0836L149.082 48.1797L147.607 52.0836H150.527Z' fill='%2312306C'/%3e%3cpath d='M154.754 46.1482H158.022C158.455 46.1483 158.888 46.1955 159.311 46.2889C159.704 46.3751 160.079 46.5349 160.415 46.7601C160.738 46.9755 161.005 47.2672 161.194 47.6106C161.398 48.0064 161.499 48.4488 161.488 48.8956C161.508 49.52 161.294 50.1285 160.888 50.5967C160.471 51.0562 159.92 51.3671 159.317 51.484L161.824 55.7367H159.809L157.632 51.6736H156.433V55.7367H154.76V46.1482H154.754ZM157.794 50.2785C158.035 50.2784 158.276 50.26 158.514 50.2234C158.737 50.1914 158.953 50.1232 159.155 50.0215C159.348 49.9246 159.512 49.7767 159.629 49.5932C159.759 49.3807 159.823 49.1336 159.815 48.8834C159.818 48.6663 159.757 48.4534 159.641 48.2715C159.527 48.1067 159.377 47.9706 159.203 47.8738C159.018 47.7674 158.815 47.6988 158.604 47.6718C158.388 47.6358 158.169 47.6174 157.95 47.6168H156.433V50.3091L157.794 50.2785Z' fill='%2312306C'/%3e%3cpath d='M164.907 47.6412H162.022V46.1482H169.458V47.6412H166.574V55.7367H164.907V47.6412Z' fill='%2312306C'/%3e%3cpath d='M176.186 51.5819L172.654 46.1482H174.699L177.062 50.1867L179.46 46.1482H181.397L177.865 51.5819V55.7367H176.192V51.5819H176.186Z' fill='%2312306C'/%3e%3cpath d='M181.697 50.915C181.687 50.2048 181.815 49.4997 182.075 48.8406C182.314 48.2461 182.671 47.7085 183.124 47.2619C183.583 46.8196 184.126 46.478 184.719 46.2584C185.363 46.0183 186.043 45.8981 186.728 45.9035C187.421 45.8977 188.109 46.0179 188.761 46.2584C189.357 46.4793 189.904 46.8206 190.368 47.2619C190.826 47.7049 191.186 48.2433 191.423 48.8406C191.927 50.1695 191.927 51.6421 191.423 52.9709C191.182 53.5713 190.823 54.1148 190.368 54.568C189.906 55.0208 189.359 55.3745 188.761 55.6082C188.113 55.8637 187.423 55.9904 186.728 55.9815C186.041 55.99 185.359 55.8632 184.719 55.6082C184.124 55.3757 183.581 55.0218 183.124 54.568C182.674 54.1117 182.318 53.5688 182.075 52.9709C181.816 52.318 181.688 51.6191 181.697 50.915ZM183.496 50.915C183.493 51.3983 183.572 51.8786 183.73 52.3346C183.876 52.7477 184.102 53.1265 184.395 53.4482C184.682 53.7637 185.029 54.0157 185.415 54.1886C185.828 54.3683 186.273 54.458 186.722 54.4517C187.175 54.4579 187.624 54.3683 188.041 54.1886C188.43 54.0173 188.779 53.7652 189.067 53.4482C189.36 53.1265 189.586 52.7477 189.732 52.3346C189.887 51.8782 189.965 51.398 189.96 50.915C189.964 50.446 189.886 49.98 189.732 49.5382C189.584 49.1273 189.36 48.7492 189.073 48.4245C188.787 48.1063 188.44 47.8521 188.053 47.678C187.632 47.4956 187.179 47.4039 186.722 47.4088C186.269 47.4033 185.819 47.495 185.403 47.678C185.018 47.8522 184.673 48.1065 184.389 48.4245C184.101 48.7492 183.878 49.1273 183.73 49.5382C183.586 49.9819 183.519 50.4478 183.532 50.915H183.496Z' fill='%2312306C'/%3e%3cpath d='M200.7 52.2183C200.709 52.7535 200.609 53.2848 200.406 53.7786C200.224 54.2268 199.953 54.6311 199.609 54.9657C199.263 55.2966 198.855 55.5526 198.409 55.7183C197.44 56.0693 196.381 56.0693 195.411 55.7183C194.966 55.552 194.558 55.296 194.212 54.9657C193.866 54.6327 193.594 54.2279 193.414 53.7786C193.217 53.2835 193.119 52.7528 193.126 52.2183V46.1482H194.799V52.1509C194.793 52.4352 194.823 52.7191 194.889 52.9954C194.955 53.2628 195.076 53.513 195.243 53.7297C195.414 53.9574 195.636 54.14 195.891 54.262C196.532 54.5313 197.252 54.5313 197.894 54.262C198.148 54.1365 198.371 53.9546 198.547 53.7297C198.71 53.5111 198.828 53.2614 198.895 52.9954C198.966 52.7239 199.002 52.4442 199.003 52.1632V46.1604H200.676V52.2305L200.7 52.2183Z' fill='%2312306C'/%3e%3cpath d='M202.511 46.1482H205.773C206.207 46.148 206.639 46.1952 207.062 46.2889C207.457 46.3763 207.833 46.5359 208.172 46.7601C208.494 46.9745 208.76 47.2666 208.945 47.6106C209.152 48.0054 209.253 48.4484 209.239 48.8956C209.259 49.52 209.045 50.1285 208.639 50.5967C208.221 51.0552 207.671 51.3659 207.068 51.484L209.575 55.7367H207.56L205.383 51.6736H204.184V55.7367H202.511V46.1482ZM205.551 50.2785C205.79 50.2783 206.029 50.2599 206.265 50.2234C206.49 50.1914 206.708 50.1233 206.912 50.0215C207.103 49.9237 207.264 49.7759 207.38 49.5932C207.512 49.3816 207.577 49.1338 207.566 48.8834C207.571 48.6669 207.512 48.4539 207.398 48.2715C207.282 48.1064 207.13 47.9704 206.954 47.8738C206.77 47.7666 206.566 47.698 206.355 47.6718C206.137 47.6358 205.916 47.6174 205.695 47.6168H204.184V50.3091L205.551 50.2785Z' fill='%2312306C'/%3e%3cpath d='M224.116 46.1482H230.341V47.6412H225.79V50.0888H230.107V51.5268H225.79V54.2192H230.587V55.7367H224.116V46.1482Z' fill='%2312306C'/%3e%3cpath d='M232.02 46.1482H234.233L238.598 53.3258H238.628V46.1482H240.301V55.7367H238.178L233.717 48.3266V55.7367H232.05L232.02 46.1482Z' fill='%2312306C'/%3e%3cpath d='M242.364 46.1482H248.594V47.6412H244.061V50.0888H248.379V51.5268H244.061V54.2192H248.858V55.7367H242.364V46.1482Z' fill='%2312306C'/%3e%3cpath d='M255.052 48.1557C254.855 47.892 254.598 47.6819 254.303 47.5438C254 47.394 253.668 47.3146 253.331 47.3113C253.129 47.3106 252.928 47.3353 252.732 47.3847C252.544 47.4318 252.366 47.5104 252.204 47.6172C252.045 47.7189 251.911 47.8572 251.814 48.0211C251.705 48.2052 251.651 48.4178 251.658 48.6329C251.651 48.8274 251.697 49.02 251.79 49.1897C251.882 49.3464 252.007 49.4802 252.156 49.5813C252.33 49.7025 252.52 49.7992 252.72 49.8689L253.451 50.1136C253.751 50.2115 254.051 50.3216 254.387 50.4501C254.704 50.5744 255.003 50.7433 255.274 50.9519C255.546 51.1636 255.773 51.4302 255.94 51.735C256.123 52.0996 256.212 52.5063 256.198 52.9159C256.207 53.3808 256.11 53.8416 255.916 54.262C255.744 54.6332 255.492 54.9596 255.178 55.2165C254.855 55.4787 254.484 55.6722 254.087 55.7856C253.661 55.9148 253.218 55.9788 252.774 55.9752C252.158 55.9749 251.549 55.8587 250.975 55.6326C250.421 55.4197 249.928 55.0684 249.542 54.6108L250.741 53.4727C250.982 53.8035 251.299 54.0684 251.664 54.2437C252.198 54.5242 252.814 54.5981 253.397 54.4517C253.595 54.4037 253.782 54.3187 253.949 54.2008C254.111 54.0849 254.246 53.9346 254.345 53.7603C254.456 53.5613 254.51 53.3344 254.501 53.1056C254.504 52.8884 254.444 52.6751 254.327 52.4937C254.202 52.3174 254.043 52.1694 253.859 52.0593C253.642 51.9259 253.411 51.8191 253.169 51.7412L252.336 51.4597C252.046 51.3657 251.762 51.2554 251.484 51.1293C251.205 51.0081 250.948 50.8407 250.723 50.6337C250.492 50.418 250.304 50.1581 250.171 49.8689C250.019 49.5124 249.947 49.1255 249.961 48.7369C249.948 48.2976 250.049 47.8626 250.255 47.4765C250.451 47.1299 250.719 46.8313 251.041 46.6015C251.376 46.366 251.75 46.1921 252.144 46.0876C252.553 45.9754 252.974 45.9178 253.397 45.9163C253.892 45.9196 254.382 46.0065 254.848 46.1732C255.325 46.3379 255.762 46.6026 256.132 46.9503L255.052 48.1557Z' fill='%2312306C'/%3e%3cpath d='M263.79 49.0608C263.797 49.4816 263.716 49.8992 263.55 50.2846C263.399 50.6443 263.181 50.9706 262.908 51.2452C262.629 51.5089 262.304 51.7165 261.949 51.8571C261.57 52.0212 261.161 52.1025 260.75 52.0957C260.338 52.101 259.93 52.0198 259.55 51.8571C259.193 51.7151 258.863 51.5078 258.579 51.2452C258.156 50.8155 257.869 50.2669 257.753 49.6696C257.638 49.0722 257.7 48.4534 257.931 47.8921C258.082 47.5272 258.302 47.1964 258.579 46.9193C258.86 46.6401 259.189 46.4161 259.55 46.2584C259.93 46.0957 260.338 46.0145 260.75 46.0198C261.161 46.0131 261.57 46.0944 261.949 46.2584C262.307 46.4148 262.632 46.639 262.908 46.9193C263.182 47.1983 263.4 47.5287 263.55 47.8921C263.707 48.2609 263.789 48.6586 263.79 49.0608ZM263.31 49.0608C263.309 48.3728 263.042 47.713 262.567 47.2252C262.338 46.9855 262.064 46.7942 261.763 46.6623C261.449 46.529 261.113 46.4603 260.774 46.4603C260.434 46.4603 260.098 46.529 259.784 46.6623C259.477 46.7939 259.198 46.9851 258.963 47.2252C258.729 47.4636 258.544 47.7463 258.417 48.0574C258.282 48.3762 258.213 48.7198 258.213 49.067C258.213 49.4141 258.282 49.7577 258.417 50.0765C258.545 50.3849 258.731 50.6653 258.963 50.9026C259.2 51.137 259.479 51.3238 259.784 51.4533C260.097 51.5907 260.433 51.6615 260.774 51.6615C261.114 51.6615 261.45 51.5907 261.763 51.4533C262.372 51.1916 262.856 50.6975 263.112 50.0765C263.245 49.7553 263.313 49.4096 263.31 49.0608ZM261.415 50.7557L260.75 49.4524H260.366V50.7557H259.424V47.2313H260.911C261.081 47.2315 261.25 47.2499 261.415 47.2864C261.576 47.3208 261.73 47.3828 261.871 47.4699C262.007 47.5567 262.122 47.6738 262.207 47.8126C262.292 47.976 262.334 48.1598 262.327 48.3449C262.337 48.5658 262.269 48.7831 262.135 48.9568C262.007 49.1238 261.834 49.2492 261.637 49.3178L262.519 50.768L261.415 50.7557ZM261.331 48.3572C261.334 48.304 261.321 48.2512 261.294 48.2055C261.268 48.1597 261.228 48.1231 261.181 48.1002C261.086 48.0474 260.978 48.02 260.87 48.0206H260.366V48.7488H260.851C260.969 48.7516 261.083 48.7127 261.175 48.6386C261.223 48.6097 261.263 48.5685 261.29 48.5191C261.317 48.4698 261.332 48.4139 261.331 48.3572Z' fill='%2312306C'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_3494_6908' x1='23.5139' y1='55.8227' x2='23.5139' y2='0.208171' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23ADEBFF'/%3e%3cstop offset='1' stop-color='%23003D92'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear_3494_6908' x1='16.0184' y1='55.8226' x2='16.0184' y2='0.208369' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.23' stop-color='%23551077'/%3e%3cstop offset='1' stop-color='%23F4DEFF'/%3e%3c/linearGradient%3e%3clinearGradient id='paint2_linear_3494_6908' x1='23.5144' y1='28.1346' x2='23.5144' y2='0.323991' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%235795C9'/%3e%3cstop offset='1' stop-color='%23003D92'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e\";\n export default img;","var img = \"data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='m17 7-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5zM4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4V5z'%3e%3c/path%3e%3c/svg%3e\";\n export default img;","var img = \"data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2c-2.5 0-4.71-1.28-6-3.22.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08-1.29 1.94-3.5 3.22-6 3.22z'%3e%3c/path%3e%3c/svg%3e\";\n export default img;",null,"var img = \"data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.6 16L0 14.4L6.4 8L0 1.6L1.6 0L8 6.4L14.4 0L16 1.6L9.6 8L16 14.4L14.4 16L8 9.6L1.6 16Z' fill='%2312306C'/%3e%3c/svg%3e\";\n export default img;","var img = \"data:image/svg+xml,%3csvg width='25' height='13' viewBox='0 0 25 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.5834 11.7544C24.5834 12.2356 24.0445 12.625 23.3811 12.625L13.7023 12.625C13.3835 12.625 13.0777 12.5333 12.8522 12.37C12.6267 12.2067 12.5 11.9853 12.5 11.7544C12.5 11.5235 12.6267 11.302 12.8522 11.1387C13.0777 10.9755 13.3835 10.8837 13.7023 10.8837L23.3811 10.8837C23.7 10.8837 24.0058 10.9755 24.2312 11.1387C24.4567 11.302 24.5834 11.5235 24.5834 11.7544Z' fill='%2312306C'/%3e%3cpath d='M24.5834 6.49998C24.5834 6.98123 24.0445 7.37061 23.3811 7.37061L1.619 7.3706C1.30013 7.3706 0.994322 7.27888 0.768848 7.1156C0.543375 6.95233 0.416704 6.73088 0.416704 6.49998C0.416704 6.26908 0.543375 6.04763 0.768849 5.88435C0.994322 5.72108 1.30013 5.62935 1.619 5.62935L23.3811 5.62936C23.7 5.62936 24.0058 5.72108 24.2312 5.88436C24.4567 6.04763 24.5834 6.26908 24.5834 6.49998Z' fill='%2312306C'/%3e%3cpath d='M23.3811 2.11621C23.6999 2.11621 24.0058 2.02449 24.2312 1.86121C24.4567 1.69794 24.5834 1.47649 24.5834 1.24559C24.5834 1.01468 24.4567 0.793238 24.2312 0.629964C24.0058 0.466691 23.7 0.374964 23.3811 0.374964L8.869 0.374963C8.55013 0.374963 8.24432 0.46669 8.01885 0.629964C7.79337 0.793237 7.6667 1.01468 7.6667 1.24559C7.6667 1.47649 7.79337 1.69794 8.01885 1.86121C8.24432 2.02449 8.55013 2.11621 8.869 2.11621L23.3811 2.11621Z' fill='%2312306C'/%3e%3c/svg%3e\";\n export default img;"],"names":["hasOwn","hasOwnProperty","classNames","classes","i","arguments","length","arg","argType","push","this","Array","isArray","apply","toString","Object","prototype","includes","key","call","join","module","exports","default","window","bind","Link","hint","children","customClass","variant","onClick","React","createElement","title","event","preventDefault","className","Button","label","loading","disabled","src","img","styles","Dropdown","forwardRef","icon","dismissOnClickOutside","onToggle","ref","dropdownRef","useRef","isOpen","setIsOpen","useState","useEffect","document","addEventListener","handleClickOutside","removeEventListener","useImperativeHandle","close","current","contains","target","withIcon","type","dropdownToggle","alt","caretDownIcon","dropdownContent","hidden","TextField","value","placeholder","showClearButton","onChange","autoComplete","clearButton","Accordion","openByDefault","caretPosition","accordionToggle","accordionContent","Chip","dropdownItems","showDropdown","setShowDropdown","chip","chipButton","chipImageWrapper","chipImage","userAvatar","chipLabel","chipDropdown","map","item","idx","Fragment","chipDropdownItem","_a","itemIcon","itemLabel","mobileChipItems","mobileChipItem","main","itemIconWrapper","AppBar","appName","version","lastUpdated","description","tooltipContent","backgroundImage","tooltipRef","showTooltip","setShowTooltip","appBar","style","undefined","wrapper","appId","titleWrapper","content","appInfoWrapper","appInfo","appTooltipWrapper","appTooltipToggle","appTooltipContent","Header","user","mainLinks","auxiliaryLinks","searchComponent","bannerComponent","onRequestSignIn","onRequestSignOut","onRequestHomePage","onRequestMyAccount","mobileMenuOpen","setMobileMenuOpen","closeMobileMenu","header","links","menuActions","name","avatarImageUrl","myAccountIcon","signOutIcon","signInButton","toggleMenuButton","mobileMenu"],"mappings":"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","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"index.js","sources":["../../node_modules/classnames/bind.js","../../src/components/Atoms/Link/Link.tsx","../../src/components/Atoms/Button/Button.tsx","../../src/assets/images/spinners/main.svg","../../src/assets/images/icons/caret-down-filled.svg","../../src/components/Atoms/Dropdown/Dropdown.tsx","../../src/components/Atoms/TextField/TextField.tsx","../../src/components/Atoms/Accordion/Accordion.tsx","../../src/assets/images/icons/user-avatar.svg","../../src/components/Molecules/Chip/Chip.tsx","../../src/assets/images/icons/help.svg","../../src/components/Molecules/AppBar/AppBar.tsx","../../src/assets/images/logos/sequencing.svg","../../src/assets/images/icons/sign-out.svg","../../src/assets/images/icons/account.svg","../../src/components/Organisms/Header/Header.tsx","../../src/assets/images/icons/close.svg","../../src/assets/images/icons/menu.svg"],"sourcesContent":["/*!\n\tCopyright (c) 2018 Jed Watson.\n\tLicensed under the MIT License (MIT), see\n\thttp://jedwatson.github.io/classnames\n*/\n/* global define */\n\n(function () {\n\t'use strict';\n\n\tvar hasOwn = {}.hasOwnProperty;\n\n\tfunction classNames () {\n\t\tvar classes = [];\n\n\t\tfor (var i = 0; i < arguments.length; i++) {\n\t\t\tvar arg = arguments[i];\n\t\t\tif (!arg) continue;\n\n\t\t\tvar argType = typeof arg;\n\n\t\t\tif (argType === 'string' || argType === 'number') {\n\t\t\t\tclasses.push(this && this[arg] || arg);\n\t\t\t} else if (Array.isArray(arg)) {\n\t\t\t\tclasses.push(classNames.apply(this, arg));\n\t\t\t} else if (argType === 'object') {\n\t\t\t\tif (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes('[native code]')) {\n\t\t\t\t\tclasses.push(arg.toString());\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tfor (var key in arg) {\n\t\t\t\t\tif (hasOwn.call(arg, key) && arg[key]) {\n\t\t\t\t\t\tclasses.push(this && this[key] || key);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn classes.join(' ');\n\t}\n\n\tif (typeof module !== 'undefined' && module.exports) {\n\t\tclassNames.default = classNames;\n\t\tmodule.exports = classNames;\n\t} else if (typeof define === 'function' && typeof define.amd === 'object' && define.amd) {\n\t\t// register as 'classnames', consistent with npm package name\n\t\tdefine('classnames', [], function () {\n\t\t\treturn classNames;\n\t\t});\n\t} else {\n\t\twindow.classNames = classNames;\n\t}\n}());\n",null,null,"var img = \"data:image/svg+xml,%3csvg width='16' height='16' stroke='rgba(0%2c 0%2c 0%2c .26)' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cstyle%3e.spinner_V8m1%7btransform-origin:center%3banimation:spinner_zKoa 2s linear infinite%7d.spinner_V8m1 circle%7bstroke-linecap:round%3banimation:spinner_YpZS 1.5s ease-in-out infinite%7d%40keyframes spinner_zKoa%7b100%25%7btransform:rotate(360deg)%7d%7d%40keyframes spinner_YpZS%7b0%25%7bstroke-dasharray:0 150%3bstroke-dashoffset:0%7d47.5%25%7bstroke-dasharray:42 150%3bstroke-dashoffset:-16%7d95%25%2c100%25%7bstroke-dasharray:42 150%3bstroke-dashoffset:-59%7d%7d%3c/style%3e %3cg class='spinner_V8m1'%3e %3ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='2'%3e%3c/circle%3e %3c/g%3e%3c/svg%3e\";\n export default img;","var img = \"data:image/svg+xml,%3csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.56153 0.75411C4.88925 0.415298 5.42716 0.415297 5.75487 0.754109L9.91715 5.05737C10.4363 5.59406 10.0616 6.5 9.32049 6.5H0.99592C0.254841 6.5 -0.119853 5.59406 0.399253 5.05737L4.56153 0.75411Z' fill='%2312306C'/%3e%3c/svg%3e\";\n export default img;",null,null,null,"var img = \"data:image/svg+xml,%3csvg width='20' height='23' viewBox='0 0 20 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.8673 20.4381C19.4647 20.3178 19.8189 19.6914 19.5172 19.162C18.8216 17.9412 17.7177 16.8685 16.3024 16.0526C14.4943 15.0103 12.279 14.4453 10 14.4453C7.72101 14.4453 5.50569 15.0103 3.69764 16.0526C2.28231 16.8685 1.17845 17.9412 0.482764 19.162C0.181052 19.6914 0.535286 20.3178 1.13268 20.4381L2.1062 20.634C7.31647 21.6829 12.6835 21.6829 17.8938 20.634L18.8673 20.4381Z' fill='white'/%3e%3cellipse cx='9.99967' cy='6.66667' rx='6.66667' ry='6.66667' fill='white'/%3e%3c/svg%3e\";\n export default img;",null,"var img = \"data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M8.955 15.0768C9.27 15.0768 9.5364 14.9679 9.7542 14.7501C9.9714 14.5329 10.08 14.2668 10.08 13.9518C10.08 13.6368 9.9714 13.3707 9.7542 13.1535C9.5364 12.9357 9.27 12.8268 8.955 12.8268C8.64 12.8268 8.3736 12.9357 8.1558 13.1535C7.9386 13.3707 7.83 13.6368 7.83 13.9518C7.83 14.2668 7.9386 14.5329 8.1558 14.7501C8.3736 14.9679 8.64 15.0768 8.955 15.0768ZM8.145 11.6118H9.81C9.81 11.1168 9.8664 10.7268 9.9792 10.4418C10.0914 10.1568 10.41 9.76676 10.935 9.27176C11.325 8.88176 11.6325 8.51036 11.8575 8.15756C12.0825 7.80536 12.195 7.38176 12.195 6.88676C12.195 6.04676 11.8875 5.40176 11.2725 4.95176C10.6575 4.50176 9.93 4.27676 9.09 4.27676C8.235 4.27676 7.5414 4.50176 7.0092 4.95176C6.4764 5.40176 6.105 5.94176 5.895 6.57176L7.38 7.15676C7.455 6.88676 7.6239 6.59426 7.8867 6.27926C8.1489 5.96426 8.55 5.80676 9.09 5.80676C9.57 5.80676 9.93 5.93786 10.17 6.20006C10.41 6.46286 10.53 6.75176 10.53 7.06676C10.53 7.36676 10.44 7.64786 10.26 7.91006C10.08 8.17286 9.855 8.41676 9.585 8.64176C8.925 9.22676 8.52 9.66926 8.37 9.96926C8.22 10.2693 8.145 10.8168 8.145 11.6118ZM9 18.6768C7.755 18.6768 6.585 18.4404 5.49 17.9676C4.395 17.4954 3.4425 16.8543 2.6325 16.0443C1.8225 15.2343 1.1814 14.2818 0.7092 13.1868C0.2364 12.0918 0 10.9218 0 9.67676C0 8.43176 0.2364 7.26176 0.7092 6.16676C1.1814 5.07176 1.8225 4.11926 2.6325 3.30926C3.4425 2.49926 4.395 1.85786 5.49 1.38506C6.585 0.912858 7.755 0.676758 9 0.676758C10.245 0.676758 11.415 0.912858 12.51 1.38506C13.605 1.85786 14.5575 2.49926 15.3675 3.30926C16.1775 4.11926 16.8186 5.07176 17.2908 6.16676C17.7636 7.26176 18 8.43176 18 9.67676C18 10.9218 17.7636 12.0918 17.2908 13.1868C16.8186 14.2818 16.1775 15.2343 15.3675 16.0443C14.5575 16.8543 13.605 17.4954 12.51 17.9676C11.415 18.4404 10.245 18.6768 9 18.6768Z' fill='white'/%3e%3c/svg%3e\";\n export default img;",null,"var img = \"data:image/svg+xml,%3csvg width='264' height='56' viewBox='0 0 264 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.48 2.06219C14.2492 -0.23851 10.7952 -0.428194 8.84636 1.59716C6.89748 3.62251 7.08337 7.10415 9.31409 9.38649L23.5319 23.8944C24.6008 24.9935 25.2006 26.4792 25.2006 28.0277C25.2006 29.5761 24.6008 31.0618 23.5319 32.161L9.31409 46.6688C7.08337 48.9451 6.8735 52.4451 8.84636 54.4582C10.8192 56.4713 14.2432 56.2571 16.48 53.9809L37.8636 32.161C38.9325 31.0618 39.5324 29.5761 39.5324 28.0277C39.5324 26.4792 38.9325 24.9935 37.8636 23.8944L16.48 2.06219Z' fill='url(%23paint0_linear_3494_6908)'/%3e%3cpath d='M19.7364 50.0585L26.3866 43.2848L19.7544 36.5173L13.1162 43.2848L19.7364 50.0585Z' fill='%236D6E70'/%3e%3cpath d='M23.0524 53.9685C25.2831 56.2448 28.7191 56.4589 30.686 54.4458C32.6529 52.4327 32.443 48.9389 30.2183 46.6565L16.0005 32.1487C14.9286 31.0512 14.3268 29.5649 14.3268 28.0155C14.3268 26.466 14.9286 24.9797 16.0005 23.8822L30.2183 9.3744C32.443 7.09819 32.6589 3.59209 30.686 1.58511C28.7131 -0.421873 25.2891 -0.213833 23.0524 2.06238L1.66871 23.8822C0.599812 24.9813 0 26.467 0 28.0155C0 29.5639 0.599812 31.0496 1.66871 32.1487L23.0524 53.9685Z' fill='url(%23paint1_linear_3494_6908)'/%3e%3cpath d='M19.7363 19.4761L26.3865 12.709L19.7363 5.93567L13.0981 12.709L19.7363 19.4761Z' fill='%236D6E70'/%3e%3cpath d='M23.5324 24.0043C24.0616 24.5474 24.4802 25.1919 24.7643 25.9008C25.0483 26.6096 25.1921 27.3688 25.1875 28.1346H39.5132C39.5153 27.3681 39.3691 26.6087 39.0831 25.8999C38.797 25.1912 38.3767 24.547 37.8462 24.0043L16.4805 2.20863C14.2498 -0.0615028 10.8137 -0.275665 8.84688 1.73135C6.88001 3.73836 7.08389 7.2384 9.31461 9.52077L23.5324 24.0043Z' fill='url(%23paint2_linear_3494_6908)'/%3e%3cpath d='M61.4782 20.3878C60.9602 19.7359 60.2986 19.218 59.5473 18.8764C58.7686 18.4797 57.9111 18.2704 57.0408 18.2645C56.5335 18.2673 56.0283 18.3309 55.5357 18.4542C55.0529 18.583 54.5934 18.7895 54.1744 19.0661C53.7645 19.3314 53.4198 19.6894 53.167 20.1124C52.8933 20.5795 52.756 21.1165 52.7712 21.6605C52.7574 22.1604 52.8754 22.6549 53.1131 23.0923C53.3504 23.4953 53.6718 23.84 54.0545 24.1019C54.5062 24.4061 54.9938 24.6508 55.5057 24.8301C56.0753 25.0442 56.705 25.2523 57.3826 25.442C58.1561 25.6989 58.9597 25.9865 59.7812 26.3108C60.6003 26.6296 61.3714 27.0642 62.0719 27.6019C62.7721 28.1457 63.3523 28.8336 63.7749 29.6211C64.2512 30.5655 64.4805 31.6193 64.4405 32.6806C64.4664 33.8756 64.2223 35.0607 63.7269 36.1439C63.2741 37.0937 62.6208 37.9296 61.814 38.5914C60.9833 39.2611 60.0318 39.7579 59.0137 40.0538C57.9175 40.3832 56.7803 40.5481 55.6376 40.5433C54.0597 40.5434 52.4957 40.2425 51.0263 39.6561C49.5957 39.1172 48.3256 38.211 47.3384 37.025L50.4146 34.1002C51.025 34.9568 51.8405 35.6394 52.7832 36.0827C53.689 36.5518 54.6879 36.803 55.7036 36.8169C56.2206 36.8128 56.7356 36.7492 57.2387 36.6273C57.747 36.5063 58.2276 36.2861 58.6539 35.9787C59.0712 35.6806 59.4209 35.2946 59.6793 34.8467C59.9586 34.3307 60.0954 33.747 60.075 33.1579C60.0965 32.5825 59.9391 32.0149 59.6253 31.5364C59.3065 31.0835 58.8978 30.704 58.426 30.4227C57.8592 30.0798 57.2556 29.8047 56.627 29.6028L54.4743 28.8746C53.7327 28.6346 53.0041 28.3548 52.2915 28.0364C51.587 27.7081 50.939 27.2659 50.3726 26.7269C49.7763 26.1745 49.2933 25.5069 48.9515 24.7628C48.5621 23.8446 48.3758 22.8501 48.4058 21.8502C48.3737 20.7206 48.6388 19.6029 49.1733 18.6133C49.6702 17.7211 50.3566 16.9537 51.1822 16.3677C52.0462 15.7669 53.0059 15.3239 54.0185 15.0582C55.0708 14.7707 56.1553 14.6246 57.2447 14.6238C58.5172 14.6312 59.7798 14.8545 60.9805 15.2846C62.2038 15.7055 63.3272 16.3829 64.2786 17.2733L61.4782 20.3878Z' fill='%2312306C'/%3e%3cpath d='M67.9008 15.2358H83.9116V19.0662H72.2003V25.3381H83.2939V29.0094H72.2003V35.9726H84.5532V39.8764H67.8948V15.2358H67.9008Z' fill='%2312306C'/%3e%3cpath d='M113.936 39.9009H99.3401C97.5462 39.9233 95.7616 39.6336 94.0631 39.0442C92.557 38.5272 91.174 37.6934 90.0035 36.5967C88.8574 35.4845 87.9648 34.1288 87.389 32.6257C86.7524 30.9189 86.441 29.1038 86.4715 27.2779C86.4493 25.515 86.7799 23.7661 87.443 22.1381C88.0626 20.6204 88.9858 19.2512 90.1534 18.1181C91.3456 16.9877 92.7431 16.1064 94.267 15.5237C95.9106 14.8988 97.6522 14.5857 99.4061 14.5998C101.154 14.5842 102.89 14.8974 104.527 15.5237C106.043 16.1054 107.43 16.9871 108.611 18.1181C109.764 19.2454 110.676 20.6036 111.291 22.1075C111.943 23.7385 112.267 25.4862 112.245 27.2473C112.254 28.2798 112.127 29.3088 111.867 30.3067C111.638 31.1838 111.312 32.0315 110.895 32.8337C110.524 33.5511 110.065 34.2173 109.528 34.8162C109.053 35.3546 108.523 35.8388 107.945 36.2602V36.3336H113.942V39.8886L113.936 39.9009ZM99.424 18.5464C98.3059 18.5378 97.1978 18.7626 96.1679 19.2072C95.1848 19.6344 94.2957 20.2586 93.5534 21.0429C92.8085 21.8368 92.2238 22.7723 91.8324 23.7963C91.4 24.9034 91.1841 26.0862 91.1968 27.2779C91.1826 28.5062 91.3858 29.7271 91.7964 30.8818C92.1609 31.9136 92.7305 32.8573 93.4695 33.6536C94.1983 34.4267 95.0763 35.0371 96.048 35.4464C98.1674 36.2987 100.525 36.2987 102.644 35.4464C103.628 35.0392 104.518 34.4288 105.259 33.6536C106.005 32.8559 106.586 31.9133 106.968 30.8818C107.773 28.5932 107.783 26.0919 106.998 23.7963C106.641 22.7704 106.077 21.8324 105.343 21.0429C104.614 20.2586 103.737 19.6341 102.764 19.2072C101.701 18.7542 100.558 18.5292 99.4061 18.5464H99.424Z' fill='%2312306C'/%3e%3cpath d='M135.362 30.8451C135.382 32.2238 135.125 33.5921 134.606 34.8652C134.142 36.0198 133.445 37.0621 132.561 37.9246C131.674 38.7735 130.627 39.4311 129.485 39.8582C126.989 40.7637 124.264 40.7637 121.768 39.8582C120.622 39.4297 119.572 38.7724 118.679 37.9246C117.787 37.0692 117.089 36.0249 116.634 34.8652C116.127 33.5891 115.876 32.222 115.897 30.8451V15.2358H120.202V30.6676C120.203 31.3903 120.293 32.11 120.472 32.8093C120.648 33.4983 120.956 34.145 121.378 34.7122C121.823 35.2911 122.397 35.7544 123.051 36.0645C123.868 36.4119 124.744 36.5907 125.629 36.5907C126.514 36.5907 127.391 36.4119 128.208 36.0645C128.86 35.7511 129.433 35.2884 129.881 34.7122C130.303 34.1461 130.609 33.4989 130.78 32.8093C130.964 32.1108 131.057 31.3908 131.056 30.6676V15.2358H135.356V30.8451H135.362Z' fill='%2312306C'/%3e%3cpath d='M139.625 15.2358H155.636V19.0662H143.919V25.3381H155.013V29.0094H143.919V35.9726H156.242V39.8764H139.625V15.2358Z' fill='%2312306C'/%3e%3cpath d='M159.599 15.2358H165.296L176.527 33.6965H176.599V15.2358H180.899V39.901H175.436L163.965 20.8468H163.899V39.901H159.593V15.2358H159.599Z' fill='%2312306C'/%3e%3cpath d='M202.817 21.0183C202.187 20.1423 201.323 19.4707 200.328 19.0847C199.305 18.6662 198.211 18.4583 197.109 18.473C196.007 18.4877 194.918 18.7247 193.906 19.1704C192.917 19.6256 192.028 20.279 191.291 21.0917C190.544 21.9184 189.963 22.8873 189.582 23.9431C189.177 25.0823 188.974 26.2862 188.983 27.4982C188.975 28.748 189.178 29.9899 189.582 31.1695C189.935 32.2337 190.499 33.2126 191.237 34.0454C191.959 34.8373 192.838 35.4631 193.816 35.8811C194.885 36.3349 196.034 36.5599 197.192 36.5419C198.388 36.5644 199.572 36.2959 200.646 35.7587C201.595 35.2709 202.417 34.5599 203.045 33.6844L206.493 36.132C205.442 37.4893 204.097 38.5804 202.565 39.3199C200.872 40.1052 199.027 40.4921 197.168 40.4519C195.389 40.4728 193.623 40.1489 191.963 39.4974C190.438 38.9223 189.047 38.0304 187.877 36.8781C186.708 35.7258 185.786 34.3382 185.169 32.8033C184.517 31.1232 184.193 29.3294 184.216 27.5227C184.189 25.6884 184.532 23.8682 185.223 22.1747C185.855 20.6392 186.797 19.2569 187.987 18.1179C189.187 16.9839 190.598 16.1078 192.137 15.5418C193.799 14.9251 195.556 14.6183 197.324 14.6362C198.128 14.6402 198.931 14.7159 199.723 14.8626C200.544 15.0085 201.348 15.2423 202.121 15.5602C202.887 15.8677 203.619 16.2574 204.304 16.7228C204.975 17.1738 205.564 17.7412 206.043 18.3994L202.817 21.0183Z' fill='%2312306C'/%3e%3cpath d='M208.28 15.2358H212.585V39.901H208.28V15.2358Z' fill='%2312306C'/%3e%3cpath d='M217.076 15.2358H222.779L234.011 33.6965H234.077V15.2358H238.382V39.901H232.913L221.43 20.8468H221.358V39.901H217.076V15.2358Z' fill='%2312306C'/%3e%3cpath d='M264 38.6103C262.708 39.2379 261.35 39.7122 259.952 40.0237C258.286 40.3799 256.587 40.5482 254.885 40.5255C253.056 40.5493 251.238 40.2256 249.524 39.5709C247.975 38.9711 246.56 38.0597 245.363 36.8909C244.189 35.7257 243.265 34.3258 242.646 32.779C241.979 31.1028 241.644 29.3078 241.663 27.4985C241.636 25.6643 241.979 23.8441 242.67 22.1506C243.308 20.6228 244.254 19.249 245.447 18.1183C246.646 16.9843 248.058 16.1083 249.596 15.5423C251.258 14.925 253.015 14.6182 254.783 14.6367C256.586 14.6144 258.38 14.9019 260.09 15.4872C261.521 15.956 262.842 16.7205 263.97 17.7328L260.972 21.0064C260.248 20.2351 259.371 19.6301 258.399 19.2319C257.262 18.7375 256.037 18.4876 254.801 18.4977C253.611 18.4804 252.43 18.718 251.335 19.1952C250.33 19.6376 249.429 20.2925 248.691 21.1165C247.949 21.9441 247.374 22.9131 247 23.9679C246.591 25.1063 246.388 26.3107 246.4 27.523C246.382 28.7736 246.585 30.0172 247 31.1943C247.374 32.2605 247.955 33.2386 248.709 34.0701C249.462 34.8931 250.38 35.5401 251.401 35.9669C252.544 36.4353 253.767 36.6662 254.999 36.6461C256.638 36.6779 258.268 36.3828 259.796 35.7773V29.4504H254.705V25.828H263.958V38.6103H264Z' fill='%2312306C'/%3e%3cpath d='M113.876 36.9395C113.876 36.6213 113.462 36.3275 113.918 36.3275L117.516 39.5036C117.756 39.7116 117.69 39.883 117.378 39.883H113.936C113.624 39.883 113.894 39.6198 113.894 39.3016L113.876 36.9395Z' fill='%2312306C'/%3e%3cpath d='M255.155 26.8004C255.155 26.4822 255.155 25.7907 254.747 25.8275L251.119 29.0708C250.885 29.2788 250.945 29.4502 251.263 29.4502H254.987C255.305 29.4502 254.753 29.187 254.753 28.8382L255.155 26.8004Z' fill='%2312306C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.902 55.7917C221.446 55.6675 221.975 55.4828 222.48 55.241V50.2663H218.882L217.472 51.5268C217.376 51.6125 217.4 51.6798 217.52 51.6798H220.86V54.1274C220.265 54.3665 219.629 54.483 218.99 54.47C218.509 54.4768 218.032 54.3853 217.586 54.2008C217.189 54.0346 216.832 53.7843 216.537 53.4665C216.245 53.1415 216.019 52.761 215.871 52.3468C215.713 51.8933 215.636 51.4145 215.643 50.9333C215.637 50.462 215.714 49.9935 215.871 49.5504C216.019 49.1395 216.243 48.7614 216.531 48.4368C216.82 48.1176 217.171 47.8634 217.562 47.6903C217.987 47.5074 218.444 47.4157 218.906 47.421C219.388 47.4177 219.865 47.5156 220.309 47.7086C220.688 47.8626 221.029 48.0985 221.31 48.4001L222.468 47.1212C222.028 46.7286 221.513 46.4328 220.956 46.2523C220.293 46.0205 219.595 45.9067 218.894 45.9158C218.205 45.9114 217.521 46.0316 216.873 46.2707C216.275 46.4914 215.726 46.8327 215.26 47.2742C214.799 47.719 214.433 48.2566 214.186 48.8529C213.917 49.5113 213.784 50.2198 213.796 50.9333C213.788 51.6354 213.916 52.3322 214.174 52.9831C214.415 53.5834 214.775 54.127 215.23 54.5801C215.695 55.0365 216.246 55.3924 216.849 55.6265C217.516 55.8802 218.223 56.0067 218.936 55.9997C219.597 56.0031 220.256 55.9334 220.902 55.7917Z' fill='%2312306C'/%3e%3cpath d='M97.4694 50.915C97.4582 50.2041 97.5888 49.4984 97.8532 48.8406C98.088 48.2452 98.4436 47.7072 98.8966 47.2619C99.3554 46.8196 99.8983 46.478 100.492 46.2584C101.135 46.0188 101.816 45.8987 102.501 45.9035C103.193 45.8977 103.882 46.0179 104.533 46.2584C105.13 46.4778 105.677 46.8192 106.14 47.2619C106.599 47.7049 106.959 48.2433 107.196 48.8406C107.699 50.1695 107.699 51.6421 107.196 52.9709C106.955 53.5713 106.595 54.1148 106.14 54.568C105.679 55.0219 105.132 55.3758 104.533 55.6082C103.885 55.8637 103.195 55.9904 102.501 55.9815C101.814 55.9886 101.132 55.8619 100.492 55.6082C99.8968 55.3792 99.355 55.0265 98.9008 54.5725C98.4466 54.1185 98.0899 53.5731 97.8532 52.9709C97.5899 52.3193 97.4593 51.6198 97.4694 50.915ZM99.2684 50.915C99.264 51.398 99.341 51.8782 99.4962 52.3346C99.6424 52.7477 99.8688 53.1265 100.162 53.4482C100.448 53.7637 100.795 54.0157 101.181 54.1886C101.594 54.3683 102.04 54.458 102.489 54.4517C102.941 54.4579 103.391 54.3683 103.808 54.1886C104.196 54.0173 104.546 53.7652 104.833 53.4482C105.126 53.1265 105.353 52.7477 105.499 52.3346C105.659 51.8793 105.738 51.3986 105.733 50.915C105.737 50.4454 105.658 49.9788 105.499 49.5382C105.351 49.1273 105.127 48.7492 104.839 48.4245C104.554 48.1063 104.207 47.8521 103.82 47.678C103.399 47.4951 102.946 47.4034 102.489 47.4088C102.035 47.4033 101.586 47.495 101.169 47.678C100.785 47.8539 100.44 48.1079 100.156 48.4245C99.868 48.7492 99.6441 49.1273 99.4962 49.5382C99.3502 49.9815 99.2812 50.4474 99.2923 50.915H99.2684Z' fill='%2312306C'/%3e%3cpath d='M116.455 52.2183C116.463 52.7535 116.363 53.2848 116.161 53.7786C115.981 54.2264 115.712 54.6308 115.369 54.9657C115.022 55.2947 114.615 55.5505 114.17 55.7183C113.2 56.0693 112.142 56.0693 111.172 55.7183C110.727 55.5505 110.32 55.2947 109.973 54.9657C109.627 54.6327 109.355 54.2279 109.175 53.7786C108.977 53.2835 108.879 52.7528 108.887 52.2183V46.1482H110.56V52.1509C110.561 52.4319 110.597 52.7117 110.668 52.9831C110.734 53.2505 110.855 53.5007 111.022 53.7174C111.193 53.9452 111.415 54.1278 111.67 54.2498C112.311 54.5191 113.031 54.5191 113.672 54.2498C113.927 54.1258 114.151 53.9437 114.326 53.7174C114.491 53.5004 114.61 53.2502 114.674 52.9831C114.745 52.7117 114.781 52.4319 114.782 52.1509V46.1482H116.455V52.2183Z' fill='%2312306C'/%3e%3cpath d='M120.161 47.6412H117.282V46.1482H124.73V47.6412H121.852V55.7367H120.179L120.161 47.6412Z' fill='%2312306C'/%3e%3cpath d='M130.607 48.1556C130.41 47.8919 130.152 47.6818 129.857 47.5437C129.552 47.3938 129.218 47.3144 128.88 47.3112C128.678 47.3098 128.476 47.3344 128.28 47.3846C128.091 47.4321 127.911 47.5107 127.746 47.6171C127.589 47.7214 127.456 47.8592 127.357 48.021C127.25 48.2058 127.197 48.4184 127.207 48.6328C127.2 48.8273 127.245 49.0199 127.339 49.1896C127.43 49.3464 127.555 49.4802 127.704 49.5812C127.878 49.7036 128.068 49.8004 128.268 49.8688L128.994 50.1136C129.299 50.2115 129.593 50.3216 129.935 50.4501C130.252 50.5758 130.55 50.7446 130.823 50.9519C131.095 51.1621 131.319 51.4291 131.482 51.7351C131.668 52.0991 131.759 52.5058 131.746 52.916C131.755 53.3809 131.659 53.8416 131.464 54.2621C131.29 54.6336 131.036 54.9599 130.721 55.2167C130.4 55.4788 130.031 55.6723 129.635 55.7857C129.209 55.9141 128.766 55.978 128.322 55.9754C127.707 55.975 127.097 55.8589 126.523 55.6327C125.968 55.4212 125.475 55.0697 125.09 54.6109L126.289 53.4728C126.528 53.8051 126.846 54.0702 127.213 54.2438C127.564 54.4247 127.952 54.521 128.346 54.5252C128.548 54.5243 128.749 54.4996 128.946 54.4518C129.153 54.4139 129.35 54.3349 129.527 54.2193C129.692 54.1053 129.829 53.9546 129.929 53.7787C130.038 53.5791 130.09 53.3523 130.079 53.124C130.085 52.9075 130.026 52.6942 129.911 52.5122C129.785 52.3373 129.626 52.1896 129.443 52.0777C129.226 51.9454 128.995 51.8387 128.754 51.7595L127.92 51.4781C127.63 51.3851 127.346 51.2748 127.069 51.1477C126.788 51.0295 126.53 50.8617 126.307 50.652C126.075 50.4377 125.887 50.1775 125.755 49.8872C125.601 49.5312 125.527 49.1443 125.54 48.7552C125.528 48.3154 125.632 47.8804 125.839 47.4947C126.034 47.1468 126.302 46.8479 126.625 46.6198C126.959 46.3854 127.33 46.2116 127.722 46.1058C128.131 45.9944 128.552 45.9368 128.976 45.9344C129.472 45.9374 129.964 46.0242 130.433 46.1914C130.908 46.3547 131.343 46.6196 131.71 46.9685L130.607 48.1556Z' fill='%2312306C'/%3e%3cpath d='M133.371 46.1482H135.985L138.426 52.9586H138.468L140.866 46.1482H143.499V55.7367H141.838V48.0328H141.808L138.959 55.7367H137.802L134.99 48.0328H134.96V55.7367H133.371V46.1482Z' fill='%2312306C'/%3e%3cpath d='M148.404 46.1482H149.855L153.903 55.7367H151.99L151.115 53.5461H147.037L146.191 55.7367H144.321L148.404 46.1482ZM150.527 52.0836L149.082 48.1797L147.607 52.0836H150.527Z' fill='%2312306C'/%3e%3cpath d='M154.754 46.1482H158.022C158.455 46.1483 158.888 46.1955 159.311 46.2889C159.704 46.3751 160.079 46.5349 160.415 46.7601C160.738 46.9755 161.005 47.2672 161.194 47.6106C161.398 48.0064 161.499 48.4488 161.488 48.8956C161.508 49.52 161.294 50.1285 160.888 50.5967C160.471 51.0562 159.92 51.3671 159.317 51.484L161.824 55.7367H159.809L157.632 51.6736H156.433V55.7367H154.76V46.1482H154.754ZM157.794 50.2785C158.035 50.2784 158.276 50.26 158.514 50.2234C158.737 50.1914 158.953 50.1232 159.155 50.0215C159.348 49.9246 159.512 49.7767 159.629 49.5932C159.759 49.3807 159.823 49.1336 159.815 48.8834C159.818 48.6663 159.757 48.4534 159.641 48.2715C159.527 48.1067 159.377 47.9706 159.203 47.8738C159.018 47.7674 158.815 47.6988 158.604 47.6718C158.388 47.6358 158.169 47.6174 157.95 47.6168H156.433V50.3091L157.794 50.2785Z' fill='%2312306C'/%3e%3cpath d='M164.907 47.6412H162.022V46.1482H169.458V47.6412H166.574V55.7367H164.907V47.6412Z' fill='%2312306C'/%3e%3cpath d='M176.186 51.5819L172.654 46.1482H174.699L177.062 50.1867L179.46 46.1482H181.397L177.865 51.5819V55.7367H176.192V51.5819H176.186Z' fill='%2312306C'/%3e%3cpath d='M181.697 50.915C181.687 50.2048 181.815 49.4997 182.075 48.8406C182.314 48.2461 182.671 47.7085 183.124 47.2619C183.583 46.8196 184.126 46.478 184.719 46.2584C185.363 46.0183 186.043 45.8981 186.728 45.9035C187.421 45.8977 188.109 46.0179 188.761 46.2584C189.357 46.4793 189.904 46.8206 190.368 47.2619C190.826 47.7049 191.186 48.2433 191.423 48.8406C191.927 50.1695 191.927 51.6421 191.423 52.9709C191.182 53.5713 190.823 54.1148 190.368 54.568C189.906 55.0208 189.359 55.3745 188.761 55.6082C188.113 55.8637 187.423 55.9904 186.728 55.9815C186.041 55.99 185.359 55.8632 184.719 55.6082C184.124 55.3757 183.581 55.0218 183.124 54.568C182.674 54.1117 182.318 53.5688 182.075 52.9709C181.816 52.318 181.688 51.6191 181.697 50.915ZM183.496 50.915C183.493 51.3983 183.572 51.8786 183.73 52.3346C183.876 52.7477 184.102 53.1265 184.395 53.4482C184.682 53.7637 185.029 54.0157 185.415 54.1886C185.828 54.3683 186.273 54.458 186.722 54.4517C187.175 54.4579 187.624 54.3683 188.041 54.1886C188.43 54.0173 188.779 53.7652 189.067 53.4482C189.36 53.1265 189.586 52.7477 189.732 52.3346C189.887 51.8782 189.965 51.398 189.96 50.915C189.964 50.446 189.886 49.98 189.732 49.5382C189.584 49.1273 189.36 48.7492 189.073 48.4245C188.787 48.1063 188.44 47.8521 188.053 47.678C187.632 47.4956 187.179 47.4039 186.722 47.4088C186.269 47.4033 185.819 47.495 185.403 47.678C185.018 47.8522 184.673 48.1065 184.389 48.4245C184.101 48.7492 183.878 49.1273 183.73 49.5382C183.586 49.9819 183.519 50.4478 183.532 50.915H183.496Z' fill='%2312306C'/%3e%3cpath d='M200.7 52.2183C200.709 52.7535 200.609 53.2848 200.406 53.7786C200.224 54.2268 199.953 54.6311 199.609 54.9657C199.263 55.2966 198.855 55.5526 198.409 55.7183C197.44 56.0693 196.381 56.0693 195.411 55.7183C194.966 55.552 194.558 55.296 194.212 54.9657C193.866 54.6327 193.594 54.2279 193.414 53.7786C193.217 53.2835 193.119 52.7528 193.126 52.2183V46.1482H194.799V52.1509C194.793 52.4352 194.823 52.7191 194.889 52.9954C194.955 53.2628 195.076 53.513 195.243 53.7297C195.414 53.9574 195.636 54.14 195.891 54.262C196.532 54.5313 197.252 54.5313 197.894 54.262C198.148 54.1365 198.371 53.9546 198.547 53.7297C198.71 53.5111 198.828 53.2614 198.895 52.9954C198.966 52.7239 199.002 52.4442 199.003 52.1632V46.1604H200.676V52.2305L200.7 52.2183Z' fill='%2312306C'/%3e%3cpath d='M202.511 46.1482H205.773C206.207 46.148 206.639 46.1952 207.062 46.2889C207.457 46.3763 207.833 46.5359 208.172 46.7601C208.494 46.9745 208.76 47.2666 208.945 47.6106C209.152 48.0054 209.253 48.4484 209.239 48.8956C209.259 49.52 209.045 50.1285 208.639 50.5967C208.221 51.0552 207.671 51.3659 207.068 51.484L209.575 55.7367H207.56L205.383 51.6736H204.184V55.7367H202.511V46.1482ZM205.551 50.2785C205.79 50.2783 206.029 50.2599 206.265 50.2234C206.49 50.1914 206.708 50.1233 206.912 50.0215C207.103 49.9237 207.264 49.7759 207.38 49.5932C207.512 49.3816 207.577 49.1338 207.566 48.8834C207.571 48.6669 207.512 48.4539 207.398 48.2715C207.282 48.1064 207.13 47.9704 206.954 47.8738C206.77 47.7666 206.566 47.698 206.355 47.6718C206.137 47.6358 205.916 47.6174 205.695 47.6168H204.184V50.3091L205.551 50.2785Z' fill='%2312306C'/%3e%3cpath d='M224.116 46.1482H230.341V47.6412H225.79V50.0888H230.107V51.5268H225.79V54.2192H230.587V55.7367H224.116V46.1482Z' fill='%2312306C'/%3e%3cpath d='M232.02 46.1482H234.233L238.598 53.3258H238.628V46.1482H240.301V55.7367H238.178L233.717 48.3266V55.7367H232.05L232.02 46.1482Z' fill='%2312306C'/%3e%3cpath d='M242.364 46.1482H248.594V47.6412H244.061V50.0888H248.379V51.5268H244.061V54.2192H248.858V55.7367H242.364V46.1482Z' fill='%2312306C'/%3e%3cpath d='M255.052 48.1557C254.855 47.892 254.598 47.6819 254.303 47.5438C254 47.394 253.668 47.3146 253.331 47.3113C253.129 47.3106 252.928 47.3353 252.732 47.3847C252.544 47.4318 252.366 47.5104 252.204 47.6172C252.045 47.7189 251.911 47.8572 251.814 48.0211C251.705 48.2052 251.651 48.4178 251.658 48.6329C251.651 48.8274 251.697 49.02 251.79 49.1897C251.882 49.3464 252.007 49.4802 252.156 49.5813C252.33 49.7025 252.52 49.7992 252.72 49.8689L253.451 50.1136C253.751 50.2115 254.051 50.3216 254.387 50.4501C254.704 50.5744 255.003 50.7433 255.274 50.9519C255.546 51.1636 255.773 51.4302 255.94 51.735C256.123 52.0996 256.212 52.5063 256.198 52.9159C256.207 53.3808 256.11 53.8416 255.916 54.262C255.744 54.6332 255.492 54.9596 255.178 55.2165C254.855 55.4787 254.484 55.6722 254.087 55.7856C253.661 55.9148 253.218 55.9788 252.774 55.9752C252.158 55.9749 251.549 55.8587 250.975 55.6326C250.421 55.4197 249.928 55.0684 249.542 54.6108L250.741 53.4727C250.982 53.8035 251.299 54.0684 251.664 54.2437C252.198 54.5242 252.814 54.5981 253.397 54.4517C253.595 54.4037 253.782 54.3187 253.949 54.2008C254.111 54.0849 254.246 53.9346 254.345 53.7603C254.456 53.5613 254.51 53.3344 254.501 53.1056C254.504 52.8884 254.444 52.6751 254.327 52.4937C254.202 52.3174 254.043 52.1694 253.859 52.0593C253.642 51.9259 253.411 51.8191 253.169 51.7412L252.336 51.4597C252.046 51.3657 251.762 51.2554 251.484 51.1293C251.205 51.0081 250.948 50.8407 250.723 50.6337C250.492 50.418 250.304 50.1581 250.171 49.8689C250.019 49.5124 249.947 49.1255 249.961 48.7369C249.948 48.2976 250.049 47.8626 250.255 47.4765C250.451 47.1299 250.719 46.8313 251.041 46.6015C251.376 46.366 251.75 46.1921 252.144 46.0876C252.553 45.9754 252.974 45.9178 253.397 45.9163C253.892 45.9196 254.382 46.0065 254.848 46.1732C255.325 46.3379 255.762 46.6026 256.132 46.9503L255.052 48.1557Z' fill='%2312306C'/%3e%3cpath d='M263.79 49.0608C263.797 49.4816 263.716 49.8992 263.55 50.2846C263.399 50.6443 263.181 50.9706 262.908 51.2452C262.629 51.5089 262.304 51.7165 261.949 51.8571C261.57 52.0212 261.161 52.1025 260.75 52.0957C260.338 52.101 259.93 52.0198 259.55 51.8571C259.193 51.7151 258.863 51.5078 258.579 51.2452C258.156 50.8155 257.869 50.2669 257.753 49.6696C257.638 49.0722 257.7 48.4534 257.931 47.8921C258.082 47.5272 258.302 47.1964 258.579 46.9193C258.86 46.6401 259.189 46.4161 259.55 46.2584C259.93 46.0957 260.338 46.0145 260.75 46.0198C261.161 46.0131 261.57 46.0944 261.949 46.2584C262.307 46.4148 262.632 46.639 262.908 46.9193C263.182 47.1983 263.4 47.5287 263.55 47.8921C263.707 48.2609 263.789 48.6586 263.79 49.0608ZM263.31 49.0608C263.309 48.3728 263.042 47.713 262.567 47.2252C262.338 46.9855 262.064 46.7942 261.763 46.6623C261.449 46.529 261.113 46.4603 260.774 46.4603C260.434 46.4603 260.098 46.529 259.784 46.6623C259.477 46.7939 259.198 46.9851 258.963 47.2252C258.729 47.4636 258.544 47.7463 258.417 48.0574C258.282 48.3762 258.213 48.7198 258.213 49.067C258.213 49.4141 258.282 49.7577 258.417 50.0765C258.545 50.3849 258.731 50.6653 258.963 50.9026C259.2 51.137 259.479 51.3238 259.784 51.4533C260.097 51.5907 260.433 51.6615 260.774 51.6615C261.114 51.6615 261.45 51.5907 261.763 51.4533C262.372 51.1916 262.856 50.6975 263.112 50.0765C263.245 49.7553 263.313 49.4096 263.31 49.0608ZM261.415 50.7557L260.75 49.4524H260.366V50.7557H259.424V47.2313H260.911C261.081 47.2315 261.25 47.2499 261.415 47.2864C261.576 47.3208 261.73 47.3828 261.871 47.4699C262.007 47.5567 262.122 47.6738 262.207 47.8126C262.292 47.976 262.334 48.1598 262.327 48.3449C262.337 48.5658 262.269 48.7831 262.135 48.9568C262.007 49.1238 261.834 49.2492 261.637 49.3178L262.519 50.768L261.415 50.7557ZM261.331 48.3572C261.334 48.304 261.321 48.2512 261.294 48.2055C261.268 48.1597 261.228 48.1231 261.181 48.1002C261.086 48.0474 260.978 48.02 260.87 48.0206H260.366V48.7488H260.851C260.969 48.7516 261.083 48.7127 261.175 48.6386C261.223 48.6097 261.263 48.5685 261.29 48.5191C261.317 48.4698 261.332 48.4139 261.331 48.3572Z' fill='%2312306C'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_3494_6908' x1='23.5139' y1='55.8227' x2='23.5139' y2='0.208171' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23ADEBFF'/%3e%3cstop offset='1' stop-color='%23003D92'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear_3494_6908' x1='16.0184' y1='55.8226' x2='16.0184' y2='0.208369' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.23' stop-color='%23551077'/%3e%3cstop offset='1' stop-color='%23F4DEFF'/%3e%3c/linearGradient%3e%3clinearGradient id='paint2_linear_3494_6908' x1='23.5144' y1='28.1346' x2='23.5144' y2='0.323991' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%235795C9'/%3e%3cstop offset='1' stop-color='%23003D92'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e\";\n export default img;","var img = \"data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='m17 7-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5zM4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4V5z'%3e%3c/path%3e%3c/svg%3e\";\n export default img;","var img = \"data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2c-2.5 0-4.71-1.28-6-3.22.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08-1.29 1.94-3.5 3.22-6 3.22z'%3e%3c/path%3e%3c/svg%3e\";\n export default img;",null,"var img = \"data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.6 16L0 14.4L6.4 8L0 1.6L1.6 0L8 6.4L14.4 0L16 1.6L9.6 8L16 14.4L14.4 16L8 9.6L1.6 16Z' fill='%2312306C'/%3e%3c/svg%3e\";\n export default img;","var img = \"data:image/svg+xml,%3csvg width='25' height='13' viewBox='0 0 25 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.5834 11.7544C24.5834 12.2356 24.0445 12.625 23.3811 12.625L13.7023 12.625C13.3835 12.625 13.0777 12.5333 12.8522 12.37C12.6267 12.2067 12.5 11.9853 12.5 11.7544C12.5 11.5235 12.6267 11.302 12.8522 11.1387C13.0777 10.9755 13.3835 10.8837 13.7023 10.8837L23.3811 10.8837C23.7 10.8837 24.0058 10.9755 24.2312 11.1387C24.4567 11.302 24.5834 11.5235 24.5834 11.7544Z' fill='%2312306C'/%3e%3cpath d='M24.5834 6.49998C24.5834 6.98123 24.0445 7.37061 23.3811 7.37061L1.619 7.3706C1.30013 7.3706 0.994322 7.27888 0.768848 7.1156C0.543375 6.95233 0.416704 6.73088 0.416704 6.49998C0.416704 6.26908 0.543375 6.04763 0.768849 5.88435C0.994322 5.72108 1.30013 5.62935 1.619 5.62935L23.3811 5.62936C23.7 5.62936 24.0058 5.72108 24.2312 5.88436C24.4567 6.04763 24.5834 6.26908 24.5834 6.49998Z' fill='%2312306C'/%3e%3cpath d='M23.3811 2.11621C23.6999 2.11621 24.0058 2.02449 24.2312 1.86121C24.4567 1.69794 24.5834 1.47649 24.5834 1.24559C24.5834 1.01468 24.4567 0.793238 24.2312 0.629964C24.0058 0.466691 23.7 0.374964 23.3811 0.374964L8.869 0.374963C8.55013 0.374963 8.24432 0.46669 8.01885 0.629964C7.79337 0.793237 7.6667 1.01468 7.6667 1.24559C7.6667 1.47649 7.79337 1.69794 8.01885 1.86121C8.24432 2.02449 8.55013 2.11621 8.869 2.11621L23.3811 2.11621Z' fill='%2312306C'/%3e%3c/svg%3e\";\n export default img;"],"names":["hasOwn","hasOwnProperty","classNames","classes","i","arguments","length","arg","argType","push","this","Array","isArray","apply","toString","Object","prototype","includes","key","call","join","module","exports","default","window","bind","Link","hint","children","customClass","variant","onClick","React","createElement","title","event","preventDefault","className","Button","label","loading","disabled","src","img","styles","Dropdown","forwardRef","icon","dismissOnClickOutside","onToggle","ref","dropdownRef","useRef","isOpen","setIsOpen","useState","useEffect","document","addEventListener","handleClickOutside","removeEventListener","useImperativeHandle","close","current","contains","target","withIcon","type","dropdownToggle","alt","caretDownIcon","dropdownContent","hidden","TextField","value","placeholder","showClearButton","onChange","autoComplete","clearButton","Accordion","openByDefault","caretPosition","accordionToggle","accordionContent","Chip","dropdownItems","showDropdown","setShowDropdown","chip","chipButton","chipImageWrapper","chipImage","userAvatar","chipLabel","chipDropdown","map","item","idx","Fragment","chipDropdownItem","_a","itemIcon","itemLabel","mobileChipItems","mobileChipItem","main","itemIconWrapper","AppBar","appName","version","lastUpdated","description","tooltipContent","backgroundImage","tooltipRef","showTooltip","setShowTooltip","appBar","style","undefined","wrapper","appId","titleWrapper","content","appInfoWrapper","appInfo","appTooltipWrapper","appTooltipToggle","appTooltipContent","Header","user","mainLinks","auxiliaryLinks","searchComponent","bannerComponent","onRequestSignIn","onRequestSignOut","onRequestHomePage","onRequestMyAccount","mobileMenuOpen","setMobileMenuOpen","closeMobileMenu","header","links","menuActions","name","avatarImageUrl","myAccountIcon","signOutIcon","signInButton","toggleMenuButton","mobileMenu"],"mappings":"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","x_google_ignoreList":[0]}
@@ -8,6 +8,7 @@ export interface HeaderFunctions {
8
8
  }
9
9
  export interface HeaderProps {
10
10
  user?: User;
11
+ customClass?: string;
11
12
  mainLinks?: React.ReactNode;
12
13
  auxiliaryLinks?: React.ReactNode;
13
14
  bannerComponent?: React.ReactNode;
package/dist/index.d.ts CHANGED
@@ -218,6 +218,7 @@ interface HeaderFunctions {
218
218
  }
219
219
  interface HeaderProps {
220
220
  user?: User;
221
+ customClass?: string;
221
222
  mainLinks?: React.ReactNode;
222
223
  auxiliaryLinks?: React.ReactNode;
223
224
  bannerComponent?: React.ReactNode;
package/dist/index.js CHANGED
@@ -3,5 +3,5 @@
3
3
  Copyright (c) 2018 Jed Watson.
4
4
  Licensed under the MIT License (MIT), see
5
5
  http://jedwatson.github.io/classnames
6
- */n=C,function(){var e={}.hasOwnProperty;function t(){for(var n=[],C=0;C<arguments.length;C++){var a=arguments[C];if(a){var l=typeof a;if("string"===l||"number"===l)n.push(this&&this[a]||a);else if(Array.isArray(a))n.push(t.apply(this,a));else if("object"===l){if(a.toString!==Object.prototype.toString&&!a.toString.toString().includes("[native code]")){n.push(a.toString());continue}for(var o in a)e.call(a,o)&&a[o]&&n.push(this&&this[o]||o)}}}return n.join(" ")}n.exports?(t.default=t,n.exports=t):window.classNames=t}();var a=t(C.exports);const l=a.bind({link:"Link-module_link__kO1x6"});const o=a.bind({button:"Button-module_button__JK2Jx",fancy:"Button-module_fancy__2cnu9",primary:"Button-module_primary__wIuY6",secondary:"Button-module_secondary__n8cUo",outlined:"Button-module_outlined__dLv1u",loading:"Button-module_loading__PGkqg"}),i=({hint:t,label:n,loading:C,disabled:a,customClass:l,variant:i="primary",onClick:r})=>e.createElement("button",{title:t,onClick:r,disabled:C||a,className:o("button",i,l,{loading:C})},C&&e.createElement("img",{src:"data:image/svg+xml,%3csvg width='16' height='16' stroke='rgba(0%2c 0%2c 0%2c .26)' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cstyle%3e.spinner_V8m1%7btransform-origin:center%3banimation:spinner_zKoa 2s linear infinite%7d.spinner_V8m1 circle%7bstroke-linecap:round%3banimation:spinner_YpZS 1.5s ease-in-out infinite%7d%40keyframes spinner_zKoa%7b100%25%7btransform:rotate(360deg)%7d%7d%40keyframes spinner_YpZS%7b0%25%7bstroke-dasharray:0 150%3bstroke-dashoffset:0%7d47.5%25%7bstroke-dasharray:42 150%3bstroke-dashoffset:-16%7d95%25%2c100%25%7bstroke-dasharray:42 150%3bstroke-dashoffset:-59%7d%7d%3c/style%3e %3cg class='spinner_V8m1'%3e %3ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='2'%3e%3c/circle%3e %3c/g%3e%3c/svg%3e"}),e.createElement("span",null,n));var r="data:image/svg+xml,%3csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.56153 0.75411C4.88925 0.415298 5.42716 0.415297 5.75487 0.754109L9.91715 5.05737C10.4363 5.59406 10.0616 6.5 9.32049 6.5H0.99592C0.254841 6.5 -0.119853 5.59406 0.399253 5.05737L4.56153 0.75411Z' fill='%2312306C'/%3e%3c/svg%3e",c={dropdown:"Dropdown-module_dropdown__OYMLT",isOpen:"Dropdown-module_isOpen__I-Fwe",dropdownToggle:"Dropdown-module_dropdownToggle__K4-rD",outlined:"Dropdown-module_outlined__cubpr",withIcon:"Dropdown-module_withIcon__WZrCH",primary:"Dropdown-module_primary__rH-n3",dropdownContent:"Dropdown-module_dropdownContent__kCcyD"};const s=a.bind(c),d=e.forwardRef((({hint:t,icon:n,label:C,children:a,customClass:l,variant:o="primary",dismissOnClickOutside:i=!0,onToggle:d},p)=>{const m=e.useRef(null),[u,_]=e.useState(!1);e.useEffect((()=>{if(i)return document.addEventListener("mousedown",g),()=>{document.removeEventListener("mousedown",g)}})),e.useImperativeHandle(p,(()=>({close:h})));const h=()=>{_(!1)},g=e=>{(null==m?void 0:m.current)&&!m.current.contains(e.target)&&u&&_(!1)};return e.createElement("div",{ref:m,className:s("dropdown",o,l,{isOpen:u,withIcon:!!n})},e.createElement("button",{title:t,type:"button",onClick:e=>{e.preventDefault(),_(!u),null==d||d(!u,e)},className:c.dropdownToggle},n&&e.createElement("img",{src:n,alt:"icon"}),e.createElement("span",null,C),e.createElement("img",{src:r,alt:"caret"})),e.createElement("div",{className:c.dropdownContent,hidden:!u},a))}));var p={textfield:"TextField-module_textfield__Z5iSV",clearButton:"TextField-module_clearButton__M8pNo"};const m=a.bind(p);var u={accordion:"Accordion-module_accordion__t2UQl",isOpen:"Accordion-module_isOpen__0d2yS",accordionToggle:"Accordion-module_accordionToggle__4X-Wg",accordionContent:"Accordion-module_accordionContent__j9no7"};const _=a.bind(u);var h="data:image/svg+xml,%3csvg width='20' height='23' viewBox='0 0 20 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.8673 20.4381C19.4647 20.3178 19.8189 19.6914 19.5172 19.162C18.8216 17.9412 17.7177 16.8685 16.3024 16.0526C14.4943 15.0103 12.279 14.4453 10 14.4453C7.72101 14.4453 5.50569 15.0103 3.69764 16.0526C2.28231 16.8685 1.17845 17.9412 0.482764 19.162C0.181052 19.6914 0.535286 20.3178 1.13268 20.4381L2.1062 20.634C7.31647 21.6829 12.6835 21.6829 17.8938 20.634L18.8673 20.4381Z' fill='white'/%3e%3cellipse cx='9.99967' cy='6.66667' rx='6.66667' ry='6.66667' fill='white'/%3e%3c/svg%3e",g={chip:"Chip-module_chip__or5d3",chipButton:"Chip-module_chipButton__immj-",chipDropdown:"Chip-module_chipDropdown__PScps",mobileChipItems:"Chip-module_mobileChipItems__6h8vF",mobileChipItem:"Chip-module_mobileChipItem__zQrn5",main:"Chip-module_main__E4NDI",itemIconWrapper:"Chip-module_itemIconWrapper__BfqmP",itemIcon:"Chip-module_itemIcon__EvEJT",chipImageWrapper:"Chip-module_chipImageWrapper__K5U-q",chipImage:"Chip-module_chipImage__AaedP",chipLabel:"Chip-module_chipLabel__hpyHV",showDropdown:"Chip-module_showDropdown__DQVaZ",chipDropdownItem:"Chip-module_chipDropdownItem__znNAR",itemLabel:"Chip-module_itemLabel__KszMu"};const v=a.bind(g),H=({icon:t,label:n,dropdownItems:C})=>{const a=e.useRef(null),[l,o]=e.useState(!1);e.useEffect((()=>(document.addEventListener("mousedown",i),()=>{document.removeEventListener("mousedown",i)})));const i=e=>{(null==a?void 0:a.current)&&!a.current.contains(e.target)&&l&&o(!1)};return e.createElement("div",{ref:a,className:g.chip},e.createElement("div",{className:g.chipButton,onClick:()=>o(!l)},e.createElement("div",{className:g.chipImageWrapper},e.createElement("img",{className:g.chipImage,src:t||h})),e.createElement("span",{className:g.chipLabel},n)),e.createElement("div",{className:v(g.chipDropdown,{showDropdown:l})},null==C?void 0:C.map(((t,n)=>e.createElement(e.Fragment,{key:n},e.createElement("div",{className:g.chipDropdownItem,onClick:()=>{var e;o(!1),null===(e=t.onClick)||void 0===e||e.call(t)}},t.icon&&e.createElement("img",{src:t.icon,className:g.itemIcon}),e.createElement("span",{className:g.itemLabel},t.label)),e.createElement("hr",null))))),e.createElement("div",{className:g.mobileChipItems},null==C?void 0:C.map(((C,a)=>e.createElement("div",{key:a,onClick:C.onClick,className:v(g.mobileChipItem,{main:C.main})},e.createElement("span",{className:g.itemIconWrapper},C.main?e.createElement("img",{src:t||h,className:g.itemIcon}):C.icon&&e.createElement("img",{src:C.icon,className:g.itemIcon})),e.createElement("span",{className:g.itemLabel},C.main?n:C.label))))))};var f={appBar:"AppBar-module_appBar__Qdk4Q",wrapper:"AppBar-module_wrapper__1RQaw",appId:"AppBar-module_appId__dvlhd",icon:"AppBar-module_icon__llVzL",titleWrapper:"AppBar-module_titleWrapper__ZDbYC",content:"AppBar-module_content__zfFex",appInfoWrapper:"AppBar-module_appInfoWrapper__KQyR-",appInfo:"AppBar-module_appInfo__ojUgZ",appTooltipWrapper:"AppBar-module_appTooltipWrapper__o3bOA",appTooltipContent:"AppBar-module_appTooltipContent__WpduU"};const L=a.bind(f);var w="data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='m17 7-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5zM4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4V5z'%3e%3c/path%3e%3c/svg%3e",E="data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2c-2.5 0-4.71-1.28-6-3.22.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08-1.29 1.94-3.5 3.22-6 3.22z'%3e%3c/path%3e%3c/svg%3e",V={header:"Header-module_header__b4JmM",bannerComponent:"Header-module_bannerComponent__HZY1Y",wrapper:"Header-module_wrapper__cW0ix",links:"Header-module_links__uS5i5",menuActions:"Header-module_menuActions__UNi-J",toggleMenuButton:"Header-module_toggleMenuButton__oWc9r",searchComponent:"Header-module_searchComponent__hN61G",mobileMenu:"Header-module_mobileMenu__EhNlh",main:"Header-module_main__16iHt",auxiliary:"Header-module_auxiliary__tdlBj",signInButton:"Header-module_signInButton__tOGrL",mobileMenuOpen:"Header-module_mobileMenuOpen__7oK19"};const b=a.bind(V),M=e.forwardRef((({user:t,mainLinks:n,auxiliaryLinks:C,searchComponent:a,bannerComponent:l,onRequestSignIn:o,onRequestSignOut:r,onRequestHomePage:c,onRequestMyAccount:s},d)=>{const[p,m]=e.useState(!1);e.useImperativeHandle(d,(()=>({closeMobileMenu:u})));const u=()=>{m(!1)};return e.createElement("header",{className:b(V.header,{mobileMenuOpen:p})},l&&e.createElement("div",{className:V.bannerComponent},l),e.createElement("div",{className:V.wrapper},e.createElement("img",{onClick:c,src:"data:image/svg+xml,%3csvg width='264' height='56' viewBox='0 0 264 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.48 2.06219C14.2492 -0.23851 10.7952 -0.428194 8.84636 1.59716C6.89748 3.62251 7.08337 7.10415 9.31409 9.38649L23.5319 23.8944C24.6008 24.9935 25.2006 26.4792 25.2006 28.0277C25.2006 29.5761 24.6008 31.0618 23.5319 32.161L9.31409 46.6688C7.08337 48.9451 6.8735 52.4451 8.84636 54.4582C10.8192 56.4713 14.2432 56.2571 16.48 53.9809L37.8636 32.161C38.9325 31.0618 39.5324 29.5761 39.5324 28.0277C39.5324 26.4792 38.9325 24.9935 37.8636 23.8944L16.48 2.06219Z' fill='url(%23paint0_linear_3494_6908)'/%3e%3cpath d='M19.7364 50.0585L26.3866 43.2848L19.7544 36.5173L13.1162 43.2848L19.7364 50.0585Z' fill='%236D6E70'/%3e%3cpath d='M23.0524 53.9685C25.2831 56.2448 28.7191 56.4589 30.686 54.4458C32.6529 52.4327 32.443 48.9389 30.2183 46.6565L16.0005 32.1487C14.9286 31.0512 14.3268 29.5649 14.3268 28.0155C14.3268 26.466 14.9286 24.9797 16.0005 23.8822L30.2183 9.3744C32.443 7.09819 32.6589 3.59209 30.686 1.58511C28.7131 -0.421873 25.2891 -0.213833 23.0524 2.06238L1.66871 23.8822C0.599812 24.9813 0 26.467 0 28.0155C0 29.5639 0.599812 31.0496 1.66871 32.1487L23.0524 53.9685Z' fill='url(%23paint1_linear_3494_6908)'/%3e%3cpath d='M19.7363 19.4761L26.3865 12.709L19.7363 5.93567L13.0981 12.709L19.7363 19.4761Z' fill='%236D6E70'/%3e%3cpath d='M23.5324 24.0043C24.0616 24.5474 24.4802 25.1919 24.7643 25.9008C25.0483 26.6096 25.1921 27.3688 25.1875 28.1346H39.5132C39.5153 27.3681 39.3691 26.6087 39.0831 25.8999C38.797 25.1912 38.3767 24.547 37.8462 24.0043L16.4805 2.20863C14.2498 -0.0615028 10.8137 -0.275665 8.84688 1.73135C6.88001 3.73836 7.08389 7.2384 9.31461 9.52077L23.5324 24.0043Z' fill='url(%23paint2_linear_3494_6908)'/%3e%3cpath d='M61.4782 20.3878C60.9602 19.7359 60.2986 19.218 59.5473 18.8764C58.7686 18.4797 57.9111 18.2704 57.0408 18.2645C56.5335 18.2673 56.0283 18.3309 55.5357 18.4542C55.0529 18.583 54.5934 18.7895 54.1744 19.0661C53.7645 19.3314 53.4198 19.6894 53.167 20.1124C52.8933 20.5795 52.756 21.1165 52.7712 21.6605C52.7574 22.1604 52.8754 22.6549 53.1131 23.0923C53.3504 23.4953 53.6718 23.84 54.0545 24.1019C54.5062 24.4061 54.9938 24.6508 55.5057 24.8301C56.0753 25.0442 56.705 25.2523 57.3826 25.442C58.1561 25.6989 58.9597 25.9865 59.7812 26.3108C60.6003 26.6296 61.3714 27.0642 62.0719 27.6019C62.7721 28.1457 63.3523 28.8336 63.7749 29.6211C64.2512 30.5655 64.4805 31.6193 64.4405 32.6806C64.4664 33.8756 64.2223 35.0607 63.7269 36.1439C63.2741 37.0937 62.6208 37.9296 61.814 38.5914C60.9833 39.2611 60.0318 39.7579 59.0137 40.0538C57.9175 40.3832 56.7803 40.5481 55.6376 40.5433C54.0597 40.5434 52.4957 40.2425 51.0263 39.6561C49.5957 39.1172 48.3256 38.211 47.3384 37.025L50.4146 34.1002C51.025 34.9568 51.8405 35.6394 52.7832 36.0827C53.689 36.5518 54.6879 36.803 55.7036 36.8169C56.2206 36.8128 56.7356 36.7492 57.2387 36.6273C57.747 36.5063 58.2276 36.2861 58.6539 35.9787C59.0712 35.6806 59.4209 35.2946 59.6793 34.8467C59.9586 34.3307 60.0954 33.747 60.075 33.1579C60.0965 32.5825 59.9391 32.0149 59.6253 31.5364C59.3065 31.0835 58.8978 30.704 58.426 30.4227C57.8592 30.0798 57.2556 29.8047 56.627 29.6028L54.4743 28.8746C53.7327 28.6346 53.0041 28.3548 52.2915 28.0364C51.587 27.7081 50.939 27.2659 50.3726 26.7269C49.7763 26.1745 49.2933 25.5069 48.9515 24.7628C48.5621 23.8446 48.3758 22.8501 48.4058 21.8502C48.3737 20.7206 48.6388 19.6029 49.1733 18.6133C49.6702 17.7211 50.3566 16.9537 51.1822 16.3677C52.0462 15.7669 53.0059 15.3239 54.0185 15.0582C55.0708 14.7707 56.1553 14.6246 57.2447 14.6238C58.5172 14.6312 59.7798 14.8545 60.9805 15.2846C62.2038 15.7055 63.3272 16.3829 64.2786 17.2733L61.4782 20.3878Z' fill='%2312306C'/%3e%3cpath d='M67.9008 15.2358H83.9116V19.0662H72.2003V25.3381H83.2939V29.0094H72.2003V35.9726H84.5532V39.8764H67.8948V15.2358H67.9008Z' fill='%2312306C'/%3e%3cpath d='M113.936 39.9009H99.3401C97.5462 39.9233 95.7616 39.6336 94.0631 39.0442C92.557 38.5272 91.174 37.6934 90.0035 36.5967C88.8574 35.4845 87.9648 34.1288 87.389 32.6257C86.7524 30.9189 86.441 29.1038 86.4715 27.2779C86.4493 25.515 86.7799 23.7661 87.443 22.1381C88.0626 20.6204 88.9858 19.2512 90.1534 18.1181C91.3456 16.9877 92.7431 16.1064 94.267 15.5237C95.9106 14.8988 97.6522 14.5857 99.4061 14.5998C101.154 14.5842 102.89 14.8974 104.527 15.5237C106.043 16.1054 107.43 16.9871 108.611 18.1181C109.764 19.2454 110.676 20.6036 111.291 22.1075C111.943 23.7385 112.267 25.4862 112.245 27.2473C112.254 28.2798 112.127 29.3088 111.867 30.3067C111.638 31.1838 111.312 32.0315 110.895 32.8337C110.524 33.5511 110.065 34.2173 109.528 34.8162C109.053 35.3546 108.523 35.8388 107.945 36.2602V36.3336H113.942V39.8886L113.936 39.9009ZM99.424 18.5464C98.3059 18.5378 97.1978 18.7626 96.1679 19.2072C95.1848 19.6344 94.2957 20.2586 93.5534 21.0429C92.8085 21.8368 92.2238 22.7723 91.8324 23.7963C91.4 24.9034 91.1841 26.0862 91.1968 27.2779C91.1826 28.5062 91.3858 29.7271 91.7964 30.8818C92.1609 31.9136 92.7305 32.8573 93.4695 33.6536C94.1983 34.4267 95.0763 35.0371 96.048 35.4464C98.1674 36.2987 100.525 36.2987 102.644 35.4464C103.628 35.0392 104.518 34.4288 105.259 33.6536C106.005 32.8559 106.586 31.9133 106.968 30.8818C107.773 28.5932 107.783 26.0919 106.998 23.7963C106.641 22.7704 106.077 21.8324 105.343 21.0429C104.614 20.2586 103.737 19.6341 102.764 19.2072C101.701 18.7542 100.558 18.5292 99.4061 18.5464H99.424Z' fill='%2312306C'/%3e%3cpath d='M135.362 30.8451C135.382 32.2238 135.125 33.5921 134.606 34.8652C134.142 36.0198 133.445 37.0621 132.561 37.9246C131.674 38.7735 130.627 39.4311 129.485 39.8582C126.989 40.7637 124.264 40.7637 121.768 39.8582C120.622 39.4297 119.572 38.7724 118.679 37.9246C117.787 37.0692 117.089 36.0249 116.634 34.8652C116.127 33.5891 115.876 32.222 115.897 30.8451V15.2358H120.202V30.6676C120.203 31.3903 120.293 32.11 120.472 32.8093C120.648 33.4983 120.956 34.145 121.378 34.7122C121.823 35.2911 122.397 35.7544 123.051 36.0645C123.868 36.4119 124.744 36.5907 125.629 36.5907C126.514 36.5907 127.391 36.4119 128.208 36.0645C128.86 35.7511 129.433 35.2884 129.881 34.7122C130.303 34.1461 130.609 33.4989 130.78 32.8093C130.964 32.1108 131.057 31.3908 131.056 30.6676V15.2358H135.356V30.8451H135.362Z' fill='%2312306C'/%3e%3cpath d='M139.625 15.2358H155.636V19.0662H143.919V25.3381H155.013V29.0094H143.919V35.9726H156.242V39.8764H139.625V15.2358Z' fill='%2312306C'/%3e%3cpath d='M159.599 15.2358H165.296L176.527 33.6965H176.599V15.2358H180.899V39.901H175.436L163.965 20.8468H163.899V39.901H159.593V15.2358H159.599Z' fill='%2312306C'/%3e%3cpath d='M202.817 21.0183C202.187 20.1423 201.323 19.4707 200.328 19.0847C199.305 18.6662 198.211 18.4583 197.109 18.473C196.007 18.4877 194.918 18.7247 193.906 19.1704C192.917 19.6256 192.028 20.279 191.291 21.0917C190.544 21.9184 189.963 22.8873 189.582 23.9431C189.177 25.0823 188.974 26.2862 188.983 27.4982C188.975 28.748 189.178 29.9899 189.582 31.1695C189.935 32.2337 190.499 33.2126 191.237 34.0454C191.959 34.8373 192.838 35.4631 193.816 35.8811C194.885 36.3349 196.034 36.5599 197.192 36.5419C198.388 36.5644 199.572 36.2959 200.646 35.7587C201.595 35.2709 202.417 34.5599 203.045 33.6844L206.493 36.132C205.442 37.4893 204.097 38.5804 202.565 39.3199C200.872 40.1052 199.027 40.4921 197.168 40.4519C195.389 40.4728 193.623 40.1489 191.963 39.4974C190.438 38.9223 189.047 38.0304 187.877 36.8781C186.708 35.7258 185.786 34.3382 185.169 32.8033C184.517 31.1232 184.193 29.3294 184.216 27.5227C184.189 25.6884 184.532 23.8682 185.223 22.1747C185.855 20.6392 186.797 19.2569 187.987 18.1179C189.187 16.9839 190.598 16.1078 192.137 15.5418C193.799 14.9251 195.556 14.6183 197.324 14.6362C198.128 14.6402 198.931 14.7159 199.723 14.8626C200.544 15.0085 201.348 15.2423 202.121 15.5602C202.887 15.8677 203.619 16.2574 204.304 16.7228C204.975 17.1738 205.564 17.7412 206.043 18.3994L202.817 21.0183Z' fill='%2312306C'/%3e%3cpath d='M208.28 15.2358H212.585V39.901H208.28V15.2358Z' fill='%2312306C'/%3e%3cpath d='M217.076 15.2358H222.779L234.011 33.6965H234.077V15.2358H238.382V39.901H232.913L221.43 20.8468H221.358V39.901H217.076V15.2358Z' fill='%2312306C'/%3e%3cpath d='M264 38.6103C262.708 39.2379 261.35 39.7122 259.952 40.0237C258.286 40.3799 256.587 40.5482 254.885 40.5255C253.056 40.5493 251.238 40.2256 249.524 39.5709C247.975 38.9711 246.56 38.0597 245.363 36.8909C244.189 35.7257 243.265 34.3258 242.646 32.779C241.979 31.1028 241.644 29.3078 241.663 27.4985C241.636 25.6643 241.979 23.8441 242.67 22.1506C243.308 20.6228 244.254 19.249 245.447 18.1183C246.646 16.9843 248.058 16.1083 249.596 15.5423C251.258 14.925 253.015 14.6182 254.783 14.6367C256.586 14.6144 258.38 14.9019 260.09 15.4872C261.521 15.956 262.842 16.7205 263.97 17.7328L260.972 21.0064C260.248 20.2351 259.371 19.6301 258.399 19.2319C257.262 18.7375 256.037 18.4876 254.801 18.4977C253.611 18.4804 252.43 18.718 251.335 19.1952C250.33 19.6376 249.429 20.2925 248.691 21.1165C247.949 21.9441 247.374 22.9131 247 23.9679C246.591 25.1063 246.388 26.3107 246.4 27.523C246.382 28.7736 246.585 30.0172 247 31.1943C247.374 32.2605 247.955 33.2386 248.709 34.0701C249.462 34.8931 250.38 35.5401 251.401 35.9669C252.544 36.4353 253.767 36.6662 254.999 36.6461C256.638 36.6779 258.268 36.3828 259.796 35.7773V29.4504H254.705V25.828H263.958V38.6103H264Z' fill='%2312306C'/%3e%3cpath d='M113.876 36.9395C113.876 36.6213 113.462 36.3275 113.918 36.3275L117.516 39.5036C117.756 39.7116 117.69 39.883 117.378 39.883H113.936C113.624 39.883 113.894 39.6198 113.894 39.3016L113.876 36.9395Z' fill='%2312306C'/%3e%3cpath d='M255.155 26.8004C255.155 26.4822 255.155 25.7907 254.747 25.8275L251.119 29.0708C250.885 29.2788 250.945 29.4502 251.263 29.4502H254.987C255.305 29.4502 254.753 29.187 254.753 28.8382L255.155 26.8004Z' fill='%2312306C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.902 55.7917C221.446 55.6675 221.975 55.4828 222.48 55.241V50.2663H218.882L217.472 51.5268C217.376 51.6125 217.4 51.6798 217.52 51.6798H220.86V54.1274C220.265 54.3665 219.629 54.483 218.99 54.47C218.509 54.4768 218.032 54.3853 217.586 54.2008C217.189 54.0346 216.832 53.7843 216.537 53.4665C216.245 53.1415 216.019 52.761 215.871 52.3468C215.713 51.8933 215.636 51.4145 215.643 50.9333C215.637 50.462 215.714 49.9935 215.871 49.5504C216.019 49.1395 216.243 48.7614 216.531 48.4368C216.82 48.1176 217.171 47.8634 217.562 47.6903C217.987 47.5074 218.444 47.4157 218.906 47.421C219.388 47.4177 219.865 47.5156 220.309 47.7086C220.688 47.8626 221.029 48.0985 221.31 48.4001L222.468 47.1212C222.028 46.7286 221.513 46.4328 220.956 46.2523C220.293 46.0205 219.595 45.9067 218.894 45.9158C218.205 45.9114 217.521 46.0316 216.873 46.2707C216.275 46.4914 215.726 46.8327 215.26 47.2742C214.799 47.719 214.433 48.2566 214.186 48.8529C213.917 49.5113 213.784 50.2198 213.796 50.9333C213.788 51.6354 213.916 52.3322 214.174 52.9831C214.415 53.5834 214.775 54.127 215.23 54.5801C215.695 55.0365 216.246 55.3924 216.849 55.6265C217.516 55.8802 218.223 56.0067 218.936 55.9997C219.597 56.0031 220.256 55.9334 220.902 55.7917Z' fill='%2312306C'/%3e%3cpath d='M97.4694 50.915C97.4582 50.2041 97.5888 49.4984 97.8532 48.8406C98.088 48.2452 98.4436 47.7072 98.8966 47.2619C99.3554 46.8196 99.8983 46.478 100.492 46.2584C101.135 46.0188 101.816 45.8987 102.501 45.9035C103.193 45.8977 103.882 46.0179 104.533 46.2584C105.13 46.4778 105.677 46.8192 106.14 47.2619C106.599 47.7049 106.959 48.2433 107.196 48.8406C107.699 50.1695 107.699 51.6421 107.196 52.9709C106.955 53.5713 106.595 54.1148 106.14 54.568C105.679 55.0219 105.132 55.3758 104.533 55.6082C103.885 55.8637 103.195 55.9904 102.501 55.9815C101.814 55.9886 101.132 55.8619 100.492 55.6082C99.8968 55.3792 99.355 55.0265 98.9008 54.5725C98.4466 54.1185 98.0899 53.5731 97.8532 52.9709C97.5899 52.3193 97.4593 51.6198 97.4694 50.915ZM99.2684 50.915C99.264 51.398 99.341 51.8782 99.4962 52.3346C99.6424 52.7477 99.8688 53.1265 100.162 53.4482C100.448 53.7637 100.795 54.0157 101.181 54.1886C101.594 54.3683 102.04 54.458 102.489 54.4517C102.941 54.4579 103.391 54.3683 103.808 54.1886C104.196 54.0173 104.546 53.7652 104.833 53.4482C105.126 53.1265 105.353 52.7477 105.499 52.3346C105.659 51.8793 105.738 51.3986 105.733 50.915C105.737 50.4454 105.658 49.9788 105.499 49.5382C105.351 49.1273 105.127 48.7492 104.839 48.4245C104.554 48.1063 104.207 47.8521 103.82 47.678C103.399 47.4951 102.946 47.4034 102.489 47.4088C102.035 47.4033 101.586 47.495 101.169 47.678C100.785 47.8539 100.44 48.1079 100.156 48.4245C99.868 48.7492 99.6441 49.1273 99.4962 49.5382C99.3502 49.9815 99.2812 50.4474 99.2923 50.915H99.2684Z' fill='%2312306C'/%3e%3cpath d='M116.455 52.2183C116.463 52.7535 116.363 53.2848 116.161 53.7786C115.981 54.2264 115.712 54.6308 115.369 54.9657C115.022 55.2947 114.615 55.5505 114.17 55.7183C113.2 56.0693 112.142 56.0693 111.172 55.7183C110.727 55.5505 110.32 55.2947 109.973 54.9657C109.627 54.6327 109.355 54.2279 109.175 53.7786C108.977 53.2835 108.879 52.7528 108.887 52.2183V46.1482H110.56V52.1509C110.561 52.4319 110.597 52.7117 110.668 52.9831C110.734 53.2505 110.855 53.5007 111.022 53.7174C111.193 53.9452 111.415 54.1278 111.67 54.2498C112.311 54.5191 113.031 54.5191 113.672 54.2498C113.927 54.1258 114.151 53.9437 114.326 53.7174C114.491 53.5004 114.61 53.2502 114.674 52.9831C114.745 52.7117 114.781 52.4319 114.782 52.1509V46.1482H116.455V52.2183Z' fill='%2312306C'/%3e%3cpath d='M120.161 47.6412H117.282V46.1482H124.73V47.6412H121.852V55.7367H120.179L120.161 47.6412Z' fill='%2312306C'/%3e%3cpath d='M130.607 48.1556C130.41 47.8919 130.152 47.6818 129.857 47.5437C129.552 47.3938 129.218 47.3144 128.88 47.3112C128.678 47.3098 128.476 47.3344 128.28 47.3846C128.091 47.4321 127.911 47.5107 127.746 47.6171C127.589 47.7214 127.456 47.8592 127.357 48.021C127.25 48.2058 127.197 48.4184 127.207 48.6328C127.2 48.8273 127.245 49.0199 127.339 49.1896C127.43 49.3464 127.555 49.4802 127.704 49.5812C127.878 49.7036 128.068 49.8004 128.268 49.8688L128.994 50.1136C129.299 50.2115 129.593 50.3216 129.935 50.4501C130.252 50.5758 130.55 50.7446 130.823 50.9519C131.095 51.1621 131.319 51.4291 131.482 51.7351C131.668 52.0991 131.759 52.5058 131.746 52.916C131.755 53.3809 131.659 53.8416 131.464 54.2621C131.29 54.6336 131.036 54.9599 130.721 55.2167C130.4 55.4788 130.031 55.6723 129.635 55.7857C129.209 55.9141 128.766 55.978 128.322 55.9754C127.707 55.975 127.097 55.8589 126.523 55.6327C125.968 55.4212 125.475 55.0697 125.09 54.6109L126.289 53.4728C126.528 53.8051 126.846 54.0702 127.213 54.2438C127.564 54.4247 127.952 54.521 128.346 54.5252C128.548 54.5243 128.749 54.4996 128.946 54.4518C129.153 54.4139 129.35 54.3349 129.527 54.2193C129.692 54.1053 129.829 53.9546 129.929 53.7787C130.038 53.5791 130.09 53.3523 130.079 53.124C130.085 52.9075 130.026 52.6942 129.911 52.5122C129.785 52.3373 129.626 52.1896 129.443 52.0777C129.226 51.9454 128.995 51.8387 128.754 51.7595L127.92 51.4781C127.63 51.3851 127.346 51.2748 127.069 51.1477C126.788 51.0295 126.53 50.8617 126.307 50.652C126.075 50.4377 125.887 50.1775 125.755 49.8872C125.601 49.5312 125.527 49.1443 125.54 48.7552C125.528 48.3154 125.632 47.8804 125.839 47.4947C126.034 47.1468 126.302 46.8479 126.625 46.6198C126.959 46.3854 127.33 46.2116 127.722 46.1058C128.131 45.9944 128.552 45.9368 128.976 45.9344C129.472 45.9374 129.964 46.0242 130.433 46.1914C130.908 46.3547 131.343 46.6196 131.71 46.9685L130.607 48.1556Z' fill='%2312306C'/%3e%3cpath d='M133.371 46.1482H135.985L138.426 52.9586H138.468L140.866 46.1482H143.499V55.7367H141.838V48.0328H141.808L138.959 55.7367H137.802L134.99 48.0328H134.96V55.7367H133.371V46.1482Z' fill='%2312306C'/%3e%3cpath d='M148.404 46.1482H149.855L153.903 55.7367H151.99L151.115 53.5461H147.037L146.191 55.7367H144.321L148.404 46.1482ZM150.527 52.0836L149.082 48.1797L147.607 52.0836H150.527Z' fill='%2312306C'/%3e%3cpath d='M154.754 46.1482H158.022C158.455 46.1483 158.888 46.1955 159.311 46.2889C159.704 46.3751 160.079 46.5349 160.415 46.7601C160.738 46.9755 161.005 47.2672 161.194 47.6106C161.398 48.0064 161.499 48.4488 161.488 48.8956C161.508 49.52 161.294 50.1285 160.888 50.5967C160.471 51.0562 159.92 51.3671 159.317 51.484L161.824 55.7367H159.809L157.632 51.6736H156.433V55.7367H154.76V46.1482H154.754ZM157.794 50.2785C158.035 50.2784 158.276 50.26 158.514 50.2234C158.737 50.1914 158.953 50.1232 159.155 50.0215C159.348 49.9246 159.512 49.7767 159.629 49.5932C159.759 49.3807 159.823 49.1336 159.815 48.8834C159.818 48.6663 159.757 48.4534 159.641 48.2715C159.527 48.1067 159.377 47.9706 159.203 47.8738C159.018 47.7674 158.815 47.6988 158.604 47.6718C158.388 47.6358 158.169 47.6174 157.95 47.6168H156.433V50.3091L157.794 50.2785Z' fill='%2312306C'/%3e%3cpath d='M164.907 47.6412H162.022V46.1482H169.458V47.6412H166.574V55.7367H164.907V47.6412Z' fill='%2312306C'/%3e%3cpath d='M176.186 51.5819L172.654 46.1482H174.699L177.062 50.1867L179.46 46.1482H181.397L177.865 51.5819V55.7367H176.192V51.5819H176.186Z' fill='%2312306C'/%3e%3cpath d='M181.697 50.915C181.687 50.2048 181.815 49.4997 182.075 48.8406C182.314 48.2461 182.671 47.7085 183.124 47.2619C183.583 46.8196 184.126 46.478 184.719 46.2584C185.363 46.0183 186.043 45.8981 186.728 45.9035C187.421 45.8977 188.109 46.0179 188.761 46.2584C189.357 46.4793 189.904 46.8206 190.368 47.2619C190.826 47.7049 191.186 48.2433 191.423 48.8406C191.927 50.1695 191.927 51.6421 191.423 52.9709C191.182 53.5713 190.823 54.1148 190.368 54.568C189.906 55.0208 189.359 55.3745 188.761 55.6082C188.113 55.8637 187.423 55.9904 186.728 55.9815C186.041 55.99 185.359 55.8632 184.719 55.6082C184.124 55.3757 183.581 55.0218 183.124 54.568C182.674 54.1117 182.318 53.5688 182.075 52.9709C181.816 52.318 181.688 51.6191 181.697 50.915ZM183.496 50.915C183.493 51.3983 183.572 51.8786 183.73 52.3346C183.876 52.7477 184.102 53.1265 184.395 53.4482C184.682 53.7637 185.029 54.0157 185.415 54.1886C185.828 54.3683 186.273 54.458 186.722 54.4517C187.175 54.4579 187.624 54.3683 188.041 54.1886C188.43 54.0173 188.779 53.7652 189.067 53.4482C189.36 53.1265 189.586 52.7477 189.732 52.3346C189.887 51.8782 189.965 51.398 189.96 50.915C189.964 50.446 189.886 49.98 189.732 49.5382C189.584 49.1273 189.36 48.7492 189.073 48.4245C188.787 48.1063 188.44 47.8521 188.053 47.678C187.632 47.4956 187.179 47.4039 186.722 47.4088C186.269 47.4033 185.819 47.495 185.403 47.678C185.018 47.8522 184.673 48.1065 184.389 48.4245C184.101 48.7492 183.878 49.1273 183.73 49.5382C183.586 49.9819 183.519 50.4478 183.532 50.915H183.496Z' fill='%2312306C'/%3e%3cpath d='M200.7 52.2183C200.709 52.7535 200.609 53.2848 200.406 53.7786C200.224 54.2268 199.953 54.6311 199.609 54.9657C199.263 55.2966 198.855 55.5526 198.409 55.7183C197.44 56.0693 196.381 56.0693 195.411 55.7183C194.966 55.552 194.558 55.296 194.212 54.9657C193.866 54.6327 193.594 54.2279 193.414 53.7786C193.217 53.2835 193.119 52.7528 193.126 52.2183V46.1482H194.799V52.1509C194.793 52.4352 194.823 52.7191 194.889 52.9954C194.955 53.2628 195.076 53.513 195.243 53.7297C195.414 53.9574 195.636 54.14 195.891 54.262C196.532 54.5313 197.252 54.5313 197.894 54.262C198.148 54.1365 198.371 53.9546 198.547 53.7297C198.71 53.5111 198.828 53.2614 198.895 52.9954C198.966 52.7239 199.002 52.4442 199.003 52.1632V46.1604H200.676V52.2305L200.7 52.2183Z' fill='%2312306C'/%3e%3cpath d='M202.511 46.1482H205.773C206.207 46.148 206.639 46.1952 207.062 46.2889C207.457 46.3763 207.833 46.5359 208.172 46.7601C208.494 46.9745 208.76 47.2666 208.945 47.6106C209.152 48.0054 209.253 48.4484 209.239 48.8956C209.259 49.52 209.045 50.1285 208.639 50.5967C208.221 51.0552 207.671 51.3659 207.068 51.484L209.575 55.7367H207.56L205.383 51.6736H204.184V55.7367H202.511V46.1482ZM205.551 50.2785C205.79 50.2783 206.029 50.2599 206.265 50.2234C206.49 50.1914 206.708 50.1233 206.912 50.0215C207.103 49.9237 207.264 49.7759 207.38 49.5932C207.512 49.3816 207.577 49.1338 207.566 48.8834C207.571 48.6669 207.512 48.4539 207.398 48.2715C207.282 48.1064 207.13 47.9704 206.954 47.8738C206.77 47.7666 206.566 47.698 206.355 47.6718C206.137 47.6358 205.916 47.6174 205.695 47.6168H204.184V50.3091L205.551 50.2785Z' fill='%2312306C'/%3e%3cpath d='M224.116 46.1482H230.341V47.6412H225.79V50.0888H230.107V51.5268H225.79V54.2192H230.587V55.7367H224.116V46.1482Z' fill='%2312306C'/%3e%3cpath d='M232.02 46.1482H234.233L238.598 53.3258H238.628V46.1482H240.301V55.7367H238.178L233.717 48.3266V55.7367H232.05L232.02 46.1482Z' fill='%2312306C'/%3e%3cpath d='M242.364 46.1482H248.594V47.6412H244.061V50.0888H248.379V51.5268H244.061V54.2192H248.858V55.7367H242.364V46.1482Z' fill='%2312306C'/%3e%3cpath d='M255.052 48.1557C254.855 47.892 254.598 47.6819 254.303 47.5438C254 47.394 253.668 47.3146 253.331 47.3113C253.129 47.3106 252.928 47.3353 252.732 47.3847C252.544 47.4318 252.366 47.5104 252.204 47.6172C252.045 47.7189 251.911 47.8572 251.814 48.0211C251.705 48.2052 251.651 48.4178 251.658 48.6329C251.651 48.8274 251.697 49.02 251.79 49.1897C251.882 49.3464 252.007 49.4802 252.156 49.5813C252.33 49.7025 252.52 49.7992 252.72 49.8689L253.451 50.1136C253.751 50.2115 254.051 50.3216 254.387 50.4501C254.704 50.5744 255.003 50.7433 255.274 50.9519C255.546 51.1636 255.773 51.4302 255.94 51.735C256.123 52.0996 256.212 52.5063 256.198 52.9159C256.207 53.3808 256.11 53.8416 255.916 54.262C255.744 54.6332 255.492 54.9596 255.178 55.2165C254.855 55.4787 254.484 55.6722 254.087 55.7856C253.661 55.9148 253.218 55.9788 252.774 55.9752C252.158 55.9749 251.549 55.8587 250.975 55.6326C250.421 55.4197 249.928 55.0684 249.542 54.6108L250.741 53.4727C250.982 53.8035 251.299 54.0684 251.664 54.2437C252.198 54.5242 252.814 54.5981 253.397 54.4517C253.595 54.4037 253.782 54.3187 253.949 54.2008C254.111 54.0849 254.246 53.9346 254.345 53.7603C254.456 53.5613 254.51 53.3344 254.501 53.1056C254.504 52.8884 254.444 52.6751 254.327 52.4937C254.202 52.3174 254.043 52.1694 253.859 52.0593C253.642 51.9259 253.411 51.8191 253.169 51.7412L252.336 51.4597C252.046 51.3657 251.762 51.2554 251.484 51.1293C251.205 51.0081 250.948 50.8407 250.723 50.6337C250.492 50.418 250.304 50.1581 250.171 49.8689C250.019 49.5124 249.947 49.1255 249.961 48.7369C249.948 48.2976 250.049 47.8626 250.255 47.4765C250.451 47.1299 250.719 46.8313 251.041 46.6015C251.376 46.366 251.75 46.1921 252.144 46.0876C252.553 45.9754 252.974 45.9178 253.397 45.9163C253.892 45.9196 254.382 46.0065 254.848 46.1732C255.325 46.3379 255.762 46.6026 256.132 46.9503L255.052 48.1557Z' fill='%2312306C'/%3e%3cpath d='M263.79 49.0608C263.797 49.4816 263.716 49.8992 263.55 50.2846C263.399 50.6443 263.181 50.9706 262.908 51.2452C262.629 51.5089 262.304 51.7165 261.949 51.8571C261.57 52.0212 261.161 52.1025 260.75 52.0957C260.338 52.101 259.93 52.0198 259.55 51.8571C259.193 51.7151 258.863 51.5078 258.579 51.2452C258.156 50.8155 257.869 50.2669 257.753 49.6696C257.638 49.0722 257.7 48.4534 257.931 47.8921C258.082 47.5272 258.302 47.1964 258.579 46.9193C258.86 46.6401 259.189 46.4161 259.55 46.2584C259.93 46.0957 260.338 46.0145 260.75 46.0198C261.161 46.0131 261.57 46.0944 261.949 46.2584C262.307 46.4148 262.632 46.639 262.908 46.9193C263.182 47.1983 263.4 47.5287 263.55 47.8921C263.707 48.2609 263.789 48.6586 263.79 49.0608ZM263.31 49.0608C263.309 48.3728 263.042 47.713 262.567 47.2252C262.338 46.9855 262.064 46.7942 261.763 46.6623C261.449 46.529 261.113 46.4603 260.774 46.4603C260.434 46.4603 260.098 46.529 259.784 46.6623C259.477 46.7939 259.198 46.9851 258.963 47.2252C258.729 47.4636 258.544 47.7463 258.417 48.0574C258.282 48.3762 258.213 48.7198 258.213 49.067C258.213 49.4141 258.282 49.7577 258.417 50.0765C258.545 50.3849 258.731 50.6653 258.963 50.9026C259.2 51.137 259.479 51.3238 259.784 51.4533C260.097 51.5907 260.433 51.6615 260.774 51.6615C261.114 51.6615 261.45 51.5907 261.763 51.4533C262.372 51.1916 262.856 50.6975 263.112 50.0765C263.245 49.7553 263.313 49.4096 263.31 49.0608ZM261.415 50.7557L260.75 49.4524H260.366V50.7557H259.424V47.2313H260.911C261.081 47.2315 261.25 47.2499 261.415 47.2864C261.576 47.3208 261.73 47.3828 261.871 47.4699C262.007 47.5567 262.122 47.6738 262.207 47.8126C262.292 47.976 262.334 48.1598 262.327 48.3449C262.337 48.5658 262.269 48.7831 262.135 48.9568C262.007 49.1238 261.834 49.2492 261.637 49.3178L262.519 50.768L261.415 50.7557ZM261.331 48.3572C261.334 48.304 261.321 48.2512 261.294 48.2055C261.268 48.1597 261.228 48.1231 261.181 48.1002C261.086 48.0474 260.978 48.02 260.87 48.0206H260.366V48.7488H260.851C260.969 48.7516 261.083 48.7127 261.175 48.6386C261.223 48.6097 261.263 48.5685 261.29 48.5191C261.317 48.4698 261.332 48.4139 261.331 48.3572Z' fill='%2312306C'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_3494_6908' x1='23.5139' y1='55.8227' x2='23.5139' y2='0.208171' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23ADEBFF'/%3e%3cstop offset='1' stop-color='%23003D92'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear_3494_6908' x1='16.0184' y1='55.8226' x2='16.0184' y2='0.208369' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.23' stop-color='%23551077'/%3e%3cstop offset='1' stop-color='%23F4DEFF'/%3e%3c/linearGradient%3e%3clinearGradient id='paint2_linear_3494_6908' x1='23.5144' y1='28.1346' x2='23.5144' y2='0.323991' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%235795C9'/%3e%3cstop offset='1' stop-color='%23003D92'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",alt:"main logo"}),e.createElement("div",{className:V.links},n),e.createElement("div",{className:V.searchComponent},a),e.createElement("div",{className:V.links},C),e.createElement("div",{className:V.menuActions},t?e.createElement(H,{label:t.name,icon:t.avatarImageUrl,dropdownItems:[{icon:E,label:"Account",onClick:s},{icon:w,label:"Sign Out",onClick:r}]}):e.createElement(i,{label:"Sign In",variant:"primary",customClass:V.signInButton,onClick:()=>null==o?void 0:o()})),e.createElement("button",{className:V.toggleMenuButton,onClick:()=>m(!p)},e.createElement("img",{src:p?"data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.6 16L0 14.4L6.4 8L0 1.6L1.6 0L8 6.4L14.4 0L16 1.6L9.6 8L16 14.4L14.4 16L8 9.6L1.6 16Z' fill='%2312306C'/%3e%3c/svg%3e":"data:image/svg+xml,%3csvg width='25' height='13' viewBox='0 0 25 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.5834 11.7544C24.5834 12.2356 24.0445 12.625 23.3811 12.625L13.7023 12.625C13.3835 12.625 13.0777 12.5333 12.8522 12.37C12.6267 12.2067 12.5 11.9853 12.5 11.7544C12.5 11.5235 12.6267 11.302 12.8522 11.1387C13.0777 10.9755 13.3835 10.8837 13.7023 10.8837L23.3811 10.8837C23.7 10.8837 24.0058 10.9755 24.2312 11.1387C24.4567 11.302 24.5834 11.5235 24.5834 11.7544Z' fill='%2312306C'/%3e%3cpath d='M24.5834 6.49998C24.5834 6.98123 24.0445 7.37061 23.3811 7.37061L1.619 7.3706C1.30013 7.3706 0.994322 7.27888 0.768848 7.1156C0.543375 6.95233 0.416704 6.73088 0.416704 6.49998C0.416704 6.26908 0.543375 6.04763 0.768849 5.88435C0.994322 5.72108 1.30013 5.62935 1.619 5.62935L23.3811 5.62936C23.7 5.62936 24.0058 5.72108 24.2312 5.88436C24.4567 6.04763 24.5834 6.26908 24.5834 6.49998Z' fill='%2312306C'/%3e%3cpath d='M23.3811 2.11621C23.6999 2.11621 24.0058 2.02449 24.2312 1.86121C24.4567 1.69794 24.5834 1.47649 24.5834 1.24559C24.5834 1.01468 24.4567 0.793238 24.2312 0.629964C24.0058 0.466691 23.7 0.374964 23.3811 0.374964L8.869 0.374963C8.55013 0.374963 8.24432 0.46669 8.01885 0.629964C7.79337 0.793237 7.6667 1.01468 7.6667 1.24559C7.6667 1.47649 7.79337 1.69794 8.01885 1.86121C8.24432 2.02449 8.55013 2.11621 8.869 2.11621L23.3811 2.11621Z' fill='%2312306C'/%3e%3c/svg%3e",alt:"toggle menu"}))),e.createElement("div",{className:V.mobileMenu},e.createElement("div",{className:b(V.links,"main")},n),e.createElement("div",{className:b(V.links,"auxiliary")},C),e.createElement("div",{className:V.menuActions},t?e.createElement(H,{label:t.name,icon:t.avatarImageUrl,dropdownItems:[{main:!0,label:"Account",icon:E,onClick:s},{label:"Sign Out",icon:w,onClick:r}]}):e.createElement(i,{label:"Sign In",variant:"primary",customClass:V.signInButton,onClick:()=>null==o?void 0:o()}))))}));exports.Accordion=({hint:t,label:n,children:C,customClass:a,variant:l="outlined",openByDefault:o=!1,caretPosition:i="right",onToggle:c})=>{const[s,d]=e.useState(o);return e.createElement("div",{className:_("accordion",l,a,{isOpen:s})},e.createElement("button",{title:t,type:"button",onClick:e=>{e.preventDefault(),d(!s),null==c||c(!s,e)},className:u.accordionToggle},"left"===i&&e.createElement("img",{src:r,alt:"caret"}),e.createElement("span",null,n),"right"===i&&e.createElement("img",{src:r,alt:"caret"})),C&&e.createElement("div",{hidden:!s,className:u.accordionContent},C))},exports.AppBar=({icon:t,appName:n,version:C,children:a,customClass:l,lastUpdated:o,description:i,tooltipContent:r,backgroundImage:c})=>{const s=e.useRef(null),[d,p]=e.useState(!1);e.useEffect((()=>(document.addEventListener("mousedown",m),()=>{document.removeEventListener("mousedown",m)})));const m=e=>{(null==s?void 0:s.current)&&!s.current.contains(e.target)&&d&&p(!1)};return e.createElement("div",{className:L(f.appBar,l),style:{backgroundImage:c?`url(${c})`:void 0}},e.createElement("div",{className:f.wrapper},e.createElement("div",{className:f.appId},e.createElement("img",{src:t,className:f.icon}),e.createElement("div",{className:f.titleWrapper},e.createElement("h4",null,n),e.createElement("div",null,i))),a&&e.createElement("div",{className:f.content},a),e.createElement("div",{className:f.appInfoWrapper},(C||o)&&e.createElement("div",{className:f.appInfo},C&&e.createElement("div",null,"Version: ",e.createElement("strong",null,C)),o&&e.createElement("div",null,"Last Updated: ",e.createElement("strong",null,o))),r&&e.createElement("div",{ref:s,className:f.appTooltipWrapper},e.createElement("img",{src:"data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M8.955 15.0768C9.27 15.0768 9.5364 14.9679 9.7542 14.7501C9.9714 14.5329 10.08 14.2668 10.08 13.9518C10.08 13.6368 9.9714 13.3707 9.7542 13.1535C9.5364 12.9357 9.27 12.8268 8.955 12.8268C8.64 12.8268 8.3736 12.9357 8.1558 13.1535C7.9386 13.3707 7.83 13.6368 7.83 13.9518C7.83 14.2668 7.9386 14.5329 8.1558 14.7501C8.3736 14.9679 8.64 15.0768 8.955 15.0768ZM8.145 11.6118H9.81C9.81 11.1168 9.8664 10.7268 9.9792 10.4418C10.0914 10.1568 10.41 9.76676 10.935 9.27176C11.325 8.88176 11.6325 8.51036 11.8575 8.15756C12.0825 7.80536 12.195 7.38176 12.195 6.88676C12.195 6.04676 11.8875 5.40176 11.2725 4.95176C10.6575 4.50176 9.93 4.27676 9.09 4.27676C8.235 4.27676 7.5414 4.50176 7.0092 4.95176C6.4764 5.40176 6.105 5.94176 5.895 6.57176L7.38 7.15676C7.455 6.88676 7.6239 6.59426 7.8867 6.27926C8.1489 5.96426 8.55 5.80676 9.09 5.80676C9.57 5.80676 9.93 5.93786 10.17 6.20006C10.41 6.46286 10.53 6.75176 10.53 7.06676C10.53 7.36676 10.44 7.64786 10.26 7.91006C10.08 8.17286 9.855 8.41676 9.585 8.64176C8.925 9.22676 8.52 9.66926 8.37 9.96926C8.22 10.2693 8.145 10.8168 8.145 11.6118ZM9 18.6768C7.755 18.6768 6.585 18.4404 5.49 17.9676C4.395 17.4954 3.4425 16.8543 2.6325 16.0443C1.8225 15.2343 1.1814 14.2818 0.7092 13.1868C0.2364 12.0918 0 10.9218 0 9.67676C0 8.43176 0.2364 7.26176 0.7092 6.16676C1.1814 5.07176 1.8225 4.11926 2.6325 3.30926C3.4425 2.49926 4.395 1.85786 5.49 1.38506C6.585 0.912858 7.755 0.676758 9 0.676758C10.245 0.676758 11.415 0.912858 12.51 1.38506C13.605 1.85786 14.5575 2.49926 15.3675 3.30926C16.1775 4.11926 16.8186 5.07176 17.2908 6.16676C17.7636 7.26176 18 8.43176 18 9.67676C18 10.9218 17.7636 12.0918 17.2908 13.1868C16.8186 14.2818 16.1775 15.2343 15.3675 16.0443C14.5575 16.8543 13.605 17.4954 12.51 17.9676C11.415 18.4404 10.245 18.6768 9 18.6768Z' fill='white'/%3e%3c/svg%3e",className:f.appTooltipToggle,onClick:()=>p(!d)}),e.createElement("div",{hidden:!d,className:f.appTooltipContent},r)))))},exports.Button=i,exports.Chip=H,exports.Dropdown=d,exports.Header=M,exports.Link=({hint:t,children:n,customClass:C,variant:a="primary",onClick:o})=>e.createElement("a",{title:t,onClick:e=>{e.preventDefault(),null==o||o(e)},className:l("link",a,C)},n),exports.TextField=({value:t,customClass:n,placeholder:C,showClearButton:a,variant:l="primary",onChange:o})=>e.createElement("div",{className:m("textfield",l,n)},e.createElement("input",{value:t,autoComplete:"off",placeholder:C,onChange:e=>null==o?void 0:o(e.target.value)}),a&&!!(null==t?void 0:t.length)&&e.createElement("button",{"aria-label":"clear",onClick:()=>null==o?void 0:o(""),className:p.clearButton}));
6
+ */n=C,function(){var e={}.hasOwnProperty;function t(){for(var n=[],C=0;C<arguments.length;C++){var a=arguments[C];if(a){var l=typeof a;if("string"===l||"number"===l)n.push(this&&this[a]||a);else if(Array.isArray(a))n.push(t.apply(this,a));else if("object"===l){if(a.toString!==Object.prototype.toString&&!a.toString.toString().includes("[native code]")){n.push(a.toString());continue}for(var o in a)e.call(a,o)&&a[o]&&n.push(this&&this[o]||o)}}}return n.join(" ")}n.exports?(t.default=t,n.exports=t):window.classNames=t}();var a=t(C.exports);const l=a.bind({link:"Link-module_link__kO1x6"});const o=a.bind({button:"Button-module_button__JK2Jx",fancy:"Button-module_fancy__2cnu9",primary:"Button-module_primary__wIuY6",secondary:"Button-module_secondary__n8cUo",outlined:"Button-module_outlined__dLv1u",loading:"Button-module_loading__PGkqg"}),i=({hint:t,label:n,loading:C,disabled:a,customClass:l,variant:i="primary",onClick:r})=>e.createElement("button",{title:t,onClick:r,disabled:C||a,className:o("button",i,l,{loading:C})},C&&e.createElement("img",{src:"data:image/svg+xml,%3csvg width='16' height='16' stroke='rgba(0%2c 0%2c 0%2c .26)' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cstyle%3e.spinner_V8m1%7btransform-origin:center%3banimation:spinner_zKoa 2s linear infinite%7d.spinner_V8m1 circle%7bstroke-linecap:round%3banimation:spinner_YpZS 1.5s ease-in-out infinite%7d%40keyframes spinner_zKoa%7b100%25%7btransform:rotate(360deg)%7d%7d%40keyframes spinner_YpZS%7b0%25%7bstroke-dasharray:0 150%3bstroke-dashoffset:0%7d47.5%25%7bstroke-dasharray:42 150%3bstroke-dashoffset:-16%7d95%25%2c100%25%7bstroke-dasharray:42 150%3bstroke-dashoffset:-59%7d%7d%3c/style%3e %3cg class='spinner_V8m1'%3e %3ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='2'%3e%3c/circle%3e %3c/g%3e%3c/svg%3e"}),e.createElement("span",null,n));var r="data:image/svg+xml,%3csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.56153 0.75411C4.88925 0.415298 5.42716 0.415297 5.75487 0.754109L9.91715 5.05737C10.4363 5.59406 10.0616 6.5 9.32049 6.5H0.99592C0.254841 6.5 -0.119853 5.59406 0.399253 5.05737L4.56153 0.75411Z' fill='%2312306C'/%3e%3c/svg%3e",c={dropdown:"Dropdown-module_dropdown__OYMLT",isOpen:"Dropdown-module_isOpen__I-Fwe",dropdownToggle:"Dropdown-module_dropdownToggle__K4-rD",outlined:"Dropdown-module_outlined__cubpr",withIcon:"Dropdown-module_withIcon__WZrCH",primary:"Dropdown-module_primary__rH-n3",dropdownContent:"Dropdown-module_dropdownContent__kCcyD"};const s=a.bind(c),d=e.forwardRef((({hint:t,icon:n,label:C,children:a,customClass:l,variant:o="primary",dismissOnClickOutside:i=!0,onToggle:d},p)=>{const m=e.useRef(null),[u,_]=e.useState(!1);e.useEffect((()=>{if(i)return document.addEventListener("mousedown",g),()=>{document.removeEventListener("mousedown",g)}})),e.useImperativeHandle(p,(()=>({close:h})));const h=()=>{_(!1)},g=e=>{(null==m?void 0:m.current)&&!m.current.contains(e.target)&&u&&_(!1)};return e.createElement("div",{ref:m,className:s("dropdown",o,l,{isOpen:u,withIcon:!!n})},e.createElement("button",{title:t,type:"button",onClick:e=>{e.preventDefault(),_(!u),null==d||d(!u,e)},className:c.dropdownToggle},n&&e.createElement("img",{src:n,alt:"icon"}),e.createElement("span",null,C),e.createElement("img",{src:r,alt:"caret"})),e.createElement("div",{className:c.dropdownContent,hidden:!u},a))}));var p={textfield:"TextField-module_textfield__Z5iSV",clearButton:"TextField-module_clearButton__M8pNo"};const m=a.bind(p);var u={accordion:"Accordion-module_accordion__t2UQl",isOpen:"Accordion-module_isOpen__0d2yS",accordionToggle:"Accordion-module_accordionToggle__4X-Wg",accordionContent:"Accordion-module_accordionContent__j9no7"};const _=a.bind(u);var h="data:image/svg+xml,%3csvg width='20' height='23' viewBox='0 0 20 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.8673 20.4381C19.4647 20.3178 19.8189 19.6914 19.5172 19.162C18.8216 17.9412 17.7177 16.8685 16.3024 16.0526C14.4943 15.0103 12.279 14.4453 10 14.4453C7.72101 14.4453 5.50569 15.0103 3.69764 16.0526C2.28231 16.8685 1.17845 17.9412 0.482764 19.162C0.181052 19.6914 0.535286 20.3178 1.13268 20.4381L2.1062 20.634C7.31647 21.6829 12.6835 21.6829 17.8938 20.634L18.8673 20.4381Z' fill='white'/%3e%3cellipse cx='9.99967' cy='6.66667' rx='6.66667' ry='6.66667' fill='white'/%3e%3c/svg%3e",g={chip:"Chip-module_chip__or5d3",chipButton:"Chip-module_chipButton__immj-",chipDropdown:"Chip-module_chipDropdown__PScps",mobileChipItems:"Chip-module_mobileChipItems__6h8vF",mobileChipItem:"Chip-module_mobileChipItem__zQrn5",main:"Chip-module_main__E4NDI",itemIconWrapper:"Chip-module_itemIconWrapper__BfqmP",itemIcon:"Chip-module_itemIcon__EvEJT",chipImageWrapper:"Chip-module_chipImageWrapper__K5U-q",chipImage:"Chip-module_chipImage__AaedP",chipLabel:"Chip-module_chipLabel__hpyHV",showDropdown:"Chip-module_showDropdown__DQVaZ",chipDropdownItem:"Chip-module_chipDropdownItem__znNAR",itemLabel:"Chip-module_itemLabel__KszMu"};const v=a.bind(g),H=({icon:t,label:n,dropdownItems:C})=>{const a=e.useRef(null),[l,o]=e.useState(!1);e.useEffect((()=>(document.addEventListener("mousedown",i),()=>{document.removeEventListener("mousedown",i)})));const i=e=>{(null==a?void 0:a.current)&&!a.current.contains(e.target)&&l&&o(!1)};return e.createElement("div",{ref:a,className:g.chip},e.createElement("div",{className:g.chipButton,onClick:()=>o(!l)},e.createElement("div",{className:g.chipImageWrapper},e.createElement("img",{className:g.chipImage,src:t||h})),e.createElement("span",{className:g.chipLabel},n)),e.createElement("div",{className:v(g.chipDropdown,{showDropdown:l})},null==C?void 0:C.map(((t,n)=>e.createElement(e.Fragment,{key:n},e.createElement("div",{className:g.chipDropdownItem,onClick:()=>{var e;o(!1),null===(e=t.onClick)||void 0===e||e.call(t)}},t.icon&&e.createElement("img",{src:t.icon,className:g.itemIcon}),e.createElement("span",{className:g.itemLabel},t.label)),e.createElement("hr",null))))),e.createElement("div",{className:g.mobileChipItems},null==C?void 0:C.map(((C,a)=>e.createElement("div",{key:a,onClick:C.onClick,className:v(g.mobileChipItem,{main:C.main})},e.createElement("span",{className:g.itemIconWrapper},C.main?e.createElement("img",{src:t||h,className:g.itemIcon}):C.icon&&e.createElement("img",{src:C.icon,className:g.itemIcon})),e.createElement("span",{className:g.itemLabel},C.main?n:C.label))))))};var f={appBar:"AppBar-module_appBar__Qdk4Q",wrapper:"AppBar-module_wrapper__1RQaw",appId:"AppBar-module_appId__dvlhd",icon:"AppBar-module_icon__llVzL",titleWrapper:"AppBar-module_titleWrapper__ZDbYC",content:"AppBar-module_content__zfFex",appInfoWrapper:"AppBar-module_appInfoWrapper__KQyR-",appInfo:"AppBar-module_appInfo__ojUgZ",appTooltipWrapper:"AppBar-module_appTooltipWrapper__o3bOA",appTooltipContent:"AppBar-module_appTooltipContent__WpduU"};const L=a.bind(f);var w="data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='m17 7-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5zM4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4V5z'%3e%3c/path%3e%3c/svg%3e",E="data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2c-2.5 0-4.71-1.28-6-3.22.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08-1.29 1.94-3.5 3.22-6 3.22z'%3e%3c/path%3e%3c/svg%3e",V={header:"Header-module_header__b4JmM",bannerComponent:"Header-module_bannerComponent__HZY1Y",wrapper:"Header-module_wrapper__cW0ix",links:"Header-module_links__uS5i5",menuActions:"Header-module_menuActions__UNi-J",toggleMenuButton:"Header-module_toggleMenuButton__oWc9r",searchComponent:"Header-module_searchComponent__hN61G",mobileMenu:"Header-module_mobileMenu__EhNlh",main:"Header-module_main__16iHt",auxiliary:"Header-module_auxiliary__tdlBj",signInButton:"Header-module_signInButton__tOGrL",mobileMenuOpen:"Header-module_mobileMenuOpen__7oK19"};const b=a.bind(V),M=e.forwardRef((({user:t,mainLinks:n,customClass:C,auxiliaryLinks:a,searchComponent:l,bannerComponent:o,onRequestSignIn:r,onRequestSignOut:c,onRequestHomePage:s,onRequestMyAccount:d},p)=>{const[m,u]=e.useState(!1);e.useImperativeHandle(p,(()=>({closeMobileMenu:_})));const _=()=>{u(!1)};return e.createElement("header",{className:b(C,V.header,{mobileMenuOpen:m})},o&&e.createElement("div",{className:V.bannerComponent},o),e.createElement("div",{className:V.wrapper},e.createElement("img",{onClick:s,src:"data:image/svg+xml,%3csvg width='264' height='56' viewBox='0 0 264 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.48 2.06219C14.2492 -0.23851 10.7952 -0.428194 8.84636 1.59716C6.89748 3.62251 7.08337 7.10415 9.31409 9.38649L23.5319 23.8944C24.6008 24.9935 25.2006 26.4792 25.2006 28.0277C25.2006 29.5761 24.6008 31.0618 23.5319 32.161L9.31409 46.6688C7.08337 48.9451 6.8735 52.4451 8.84636 54.4582C10.8192 56.4713 14.2432 56.2571 16.48 53.9809L37.8636 32.161C38.9325 31.0618 39.5324 29.5761 39.5324 28.0277C39.5324 26.4792 38.9325 24.9935 37.8636 23.8944L16.48 2.06219Z' fill='url(%23paint0_linear_3494_6908)'/%3e%3cpath d='M19.7364 50.0585L26.3866 43.2848L19.7544 36.5173L13.1162 43.2848L19.7364 50.0585Z' fill='%236D6E70'/%3e%3cpath d='M23.0524 53.9685C25.2831 56.2448 28.7191 56.4589 30.686 54.4458C32.6529 52.4327 32.443 48.9389 30.2183 46.6565L16.0005 32.1487C14.9286 31.0512 14.3268 29.5649 14.3268 28.0155C14.3268 26.466 14.9286 24.9797 16.0005 23.8822L30.2183 9.3744C32.443 7.09819 32.6589 3.59209 30.686 1.58511C28.7131 -0.421873 25.2891 -0.213833 23.0524 2.06238L1.66871 23.8822C0.599812 24.9813 0 26.467 0 28.0155C0 29.5639 0.599812 31.0496 1.66871 32.1487L23.0524 53.9685Z' fill='url(%23paint1_linear_3494_6908)'/%3e%3cpath d='M19.7363 19.4761L26.3865 12.709L19.7363 5.93567L13.0981 12.709L19.7363 19.4761Z' fill='%236D6E70'/%3e%3cpath d='M23.5324 24.0043C24.0616 24.5474 24.4802 25.1919 24.7643 25.9008C25.0483 26.6096 25.1921 27.3688 25.1875 28.1346H39.5132C39.5153 27.3681 39.3691 26.6087 39.0831 25.8999C38.797 25.1912 38.3767 24.547 37.8462 24.0043L16.4805 2.20863C14.2498 -0.0615028 10.8137 -0.275665 8.84688 1.73135C6.88001 3.73836 7.08389 7.2384 9.31461 9.52077L23.5324 24.0043Z' fill='url(%23paint2_linear_3494_6908)'/%3e%3cpath d='M61.4782 20.3878C60.9602 19.7359 60.2986 19.218 59.5473 18.8764C58.7686 18.4797 57.9111 18.2704 57.0408 18.2645C56.5335 18.2673 56.0283 18.3309 55.5357 18.4542C55.0529 18.583 54.5934 18.7895 54.1744 19.0661C53.7645 19.3314 53.4198 19.6894 53.167 20.1124C52.8933 20.5795 52.756 21.1165 52.7712 21.6605C52.7574 22.1604 52.8754 22.6549 53.1131 23.0923C53.3504 23.4953 53.6718 23.84 54.0545 24.1019C54.5062 24.4061 54.9938 24.6508 55.5057 24.8301C56.0753 25.0442 56.705 25.2523 57.3826 25.442C58.1561 25.6989 58.9597 25.9865 59.7812 26.3108C60.6003 26.6296 61.3714 27.0642 62.0719 27.6019C62.7721 28.1457 63.3523 28.8336 63.7749 29.6211C64.2512 30.5655 64.4805 31.6193 64.4405 32.6806C64.4664 33.8756 64.2223 35.0607 63.7269 36.1439C63.2741 37.0937 62.6208 37.9296 61.814 38.5914C60.9833 39.2611 60.0318 39.7579 59.0137 40.0538C57.9175 40.3832 56.7803 40.5481 55.6376 40.5433C54.0597 40.5434 52.4957 40.2425 51.0263 39.6561C49.5957 39.1172 48.3256 38.211 47.3384 37.025L50.4146 34.1002C51.025 34.9568 51.8405 35.6394 52.7832 36.0827C53.689 36.5518 54.6879 36.803 55.7036 36.8169C56.2206 36.8128 56.7356 36.7492 57.2387 36.6273C57.747 36.5063 58.2276 36.2861 58.6539 35.9787C59.0712 35.6806 59.4209 35.2946 59.6793 34.8467C59.9586 34.3307 60.0954 33.747 60.075 33.1579C60.0965 32.5825 59.9391 32.0149 59.6253 31.5364C59.3065 31.0835 58.8978 30.704 58.426 30.4227C57.8592 30.0798 57.2556 29.8047 56.627 29.6028L54.4743 28.8746C53.7327 28.6346 53.0041 28.3548 52.2915 28.0364C51.587 27.7081 50.939 27.2659 50.3726 26.7269C49.7763 26.1745 49.2933 25.5069 48.9515 24.7628C48.5621 23.8446 48.3758 22.8501 48.4058 21.8502C48.3737 20.7206 48.6388 19.6029 49.1733 18.6133C49.6702 17.7211 50.3566 16.9537 51.1822 16.3677C52.0462 15.7669 53.0059 15.3239 54.0185 15.0582C55.0708 14.7707 56.1553 14.6246 57.2447 14.6238C58.5172 14.6312 59.7798 14.8545 60.9805 15.2846C62.2038 15.7055 63.3272 16.3829 64.2786 17.2733L61.4782 20.3878Z' fill='%2312306C'/%3e%3cpath d='M67.9008 15.2358H83.9116V19.0662H72.2003V25.3381H83.2939V29.0094H72.2003V35.9726H84.5532V39.8764H67.8948V15.2358H67.9008Z' fill='%2312306C'/%3e%3cpath d='M113.936 39.9009H99.3401C97.5462 39.9233 95.7616 39.6336 94.0631 39.0442C92.557 38.5272 91.174 37.6934 90.0035 36.5967C88.8574 35.4845 87.9648 34.1288 87.389 32.6257C86.7524 30.9189 86.441 29.1038 86.4715 27.2779C86.4493 25.515 86.7799 23.7661 87.443 22.1381C88.0626 20.6204 88.9858 19.2512 90.1534 18.1181C91.3456 16.9877 92.7431 16.1064 94.267 15.5237C95.9106 14.8988 97.6522 14.5857 99.4061 14.5998C101.154 14.5842 102.89 14.8974 104.527 15.5237C106.043 16.1054 107.43 16.9871 108.611 18.1181C109.764 19.2454 110.676 20.6036 111.291 22.1075C111.943 23.7385 112.267 25.4862 112.245 27.2473C112.254 28.2798 112.127 29.3088 111.867 30.3067C111.638 31.1838 111.312 32.0315 110.895 32.8337C110.524 33.5511 110.065 34.2173 109.528 34.8162C109.053 35.3546 108.523 35.8388 107.945 36.2602V36.3336H113.942V39.8886L113.936 39.9009ZM99.424 18.5464C98.3059 18.5378 97.1978 18.7626 96.1679 19.2072C95.1848 19.6344 94.2957 20.2586 93.5534 21.0429C92.8085 21.8368 92.2238 22.7723 91.8324 23.7963C91.4 24.9034 91.1841 26.0862 91.1968 27.2779C91.1826 28.5062 91.3858 29.7271 91.7964 30.8818C92.1609 31.9136 92.7305 32.8573 93.4695 33.6536C94.1983 34.4267 95.0763 35.0371 96.048 35.4464C98.1674 36.2987 100.525 36.2987 102.644 35.4464C103.628 35.0392 104.518 34.4288 105.259 33.6536C106.005 32.8559 106.586 31.9133 106.968 30.8818C107.773 28.5932 107.783 26.0919 106.998 23.7963C106.641 22.7704 106.077 21.8324 105.343 21.0429C104.614 20.2586 103.737 19.6341 102.764 19.2072C101.701 18.7542 100.558 18.5292 99.4061 18.5464H99.424Z' fill='%2312306C'/%3e%3cpath d='M135.362 30.8451C135.382 32.2238 135.125 33.5921 134.606 34.8652C134.142 36.0198 133.445 37.0621 132.561 37.9246C131.674 38.7735 130.627 39.4311 129.485 39.8582C126.989 40.7637 124.264 40.7637 121.768 39.8582C120.622 39.4297 119.572 38.7724 118.679 37.9246C117.787 37.0692 117.089 36.0249 116.634 34.8652C116.127 33.5891 115.876 32.222 115.897 30.8451V15.2358H120.202V30.6676C120.203 31.3903 120.293 32.11 120.472 32.8093C120.648 33.4983 120.956 34.145 121.378 34.7122C121.823 35.2911 122.397 35.7544 123.051 36.0645C123.868 36.4119 124.744 36.5907 125.629 36.5907C126.514 36.5907 127.391 36.4119 128.208 36.0645C128.86 35.7511 129.433 35.2884 129.881 34.7122C130.303 34.1461 130.609 33.4989 130.78 32.8093C130.964 32.1108 131.057 31.3908 131.056 30.6676V15.2358H135.356V30.8451H135.362Z' fill='%2312306C'/%3e%3cpath d='M139.625 15.2358H155.636V19.0662H143.919V25.3381H155.013V29.0094H143.919V35.9726H156.242V39.8764H139.625V15.2358Z' fill='%2312306C'/%3e%3cpath d='M159.599 15.2358H165.296L176.527 33.6965H176.599V15.2358H180.899V39.901H175.436L163.965 20.8468H163.899V39.901H159.593V15.2358H159.599Z' fill='%2312306C'/%3e%3cpath d='M202.817 21.0183C202.187 20.1423 201.323 19.4707 200.328 19.0847C199.305 18.6662 198.211 18.4583 197.109 18.473C196.007 18.4877 194.918 18.7247 193.906 19.1704C192.917 19.6256 192.028 20.279 191.291 21.0917C190.544 21.9184 189.963 22.8873 189.582 23.9431C189.177 25.0823 188.974 26.2862 188.983 27.4982C188.975 28.748 189.178 29.9899 189.582 31.1695C189.935 32.2337 190.499 33.2126 191.237 34.0454C191.959 34.8373 192.838 35.4631 193.816 35.8811C194.885 36.3349 196.034 36.5599 197.192 36.5419C198.388 36.5644 199.572 36.2959 200.646 35.7587C201.595 35.2709 202.417 34.5599 203.045 33.6844L206.493 36.132C205.442 37.4893 204.097 38.5804 202.565 39.3199C200.872 40.1052 199.027 40.4921 197.168 40.4519C195.389 40.4728 193.623 40.1489 191.963 39.4974C190.438 38.9223 189.047 38.0304 187.877 36.8781C186.708 35.7258 185.786 34.3382 185.169 32.8033C184.517 31.1232 184.193 29.3294 184.216 27.5227C184.189 25.6884 184.532 23.8682 185.223 22.1747C185.855 20.6392 186.797 19.2569 187.987 18.1179C189.187 16.9839 190.598 16.1078 192.137 15.5418C193.799 14.9251 195.556 14.6183 197.324 14.6362C198.128 14.6402 198.931 14.7159 199.723 14.8626C200.544 15.0085 201.348 15.2423 202.121 15.5602C202.887 15.8677 203.619 16.2574 204.304 16.7228C204.975 17.1738 205.564 17.7412 206.043 18.3994L202.817 21.0183Z' fill='%2312306C'/%3e%3cpath d='M208.28 15.2358H212.585V39.901H208.28V15.2358Z' fill='%2312306C'/%3e%3cpath d='M217.076 15.2358H222.779L234.011 33.6965H234.077V15.2358H238.382V39.901H232.913L221.43 20.8468H221.358V39.901H217.076V15.2358Z' fill='%2312306C'/%3e%3cpath d='M264 38.6103C262.708 39.2379 261.35 39.7122 259.952 40.0237C258.286 40.3799 256.587 40.5482 254.885 40.5255C253.056 40.5493 251.238 40.2256 249.524 39.5709C247.975 38.9711 246.56 38.0597 245.363 36.8909C244.189 35.7257 243.265 34.3258 242.646 32.779C241.979 31.1028 241.644 29.3078 241.663 27.4985C241.636 25.6643 241.979 23.8441 242.67 22.1506C243.308 20.6228 244.254 19.249 245.447 18.1183C246.646 16.9843 248.058 16.1083 249.596 15.5423C251.258 14.925 253.015 14.6182 254.783 14.6367C256.586 14.6144 258.38 14.9019 260.09 15.4872C261.521 15.956 262.842 16.7205 263.97 17.7328L260.972 21.0064C260.248 20.2351 259.371 19.6301 258.399 19.2319C257.262 18.7375 256.037 18.4876 254.801 18.4977C253.611 18.4804 252.43 18.718 251.335 19.1952C250.33 19.6376 249.429 20.2925 248.691 21.1165C247.949 21.9441 247.374 22.9131 247 23.9679C246.591 25.1063 246.388 26.3107 246.4 27.523C246.382 28.7736 246.585 30.0172 247 31.1943C247.374 32.2605 247.955 33.2386 248.709 34.0701C249.462 34.8931 250.38 35.5401 251.401 35.9669C252.544 36.4353 253.767 36.6662 254.999 36.6461C256.638 36.6779 258.268 36.3828 259.796 35.7773V29.4504H254.705V25.828H263.958V38.6103H264Z' fill='%2312306C'/%3e%3cpath d='M113.876 36.9395C113.876 36.6213 113.462 36.3275 113.918 36.3275L117.516 39.5036C117.756 39.7116 117.69 39.883 117.378 39.883H113.936C113.624 39.883 113.894 39.6198 113.894 39.3016L113.876 36.9395Z' fill='%2312306C'/%3e%3cpath d='M255.155 26.8004C255.155 26.4822 255.155 25.7907 254.747 25.8275L251.119 29.0708C250.885 29.2788 250.945 29.4502 251.263 29.4502H254.987C255.305 29.4502 254.753 29.187 254.753 28.8382L255.155 26.8004Z' fill='%2312306C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.902 55.7917C221.446 55.6675 221.975 55.4828 222.48 55.241V50.2663H218.882L217.472 51.5268C217.376 51.6125 217.4 51.6798 217.52 51.6798H220.86V54.1274C220.265 54.3665 219.629 54.483 218.99 54.47C218.509 54.4768 218.032 54.3853 217.586 54.2008C217.189 54.0346 216.832 53.7843 216.537 53.4665C216.245 53.1415 216.019 52.761 215.871 52.3468C215.713 51.8933 215.636 51.4145 215.643 50.9333C215.637 50.462 215.714 49.9935 215.871 49.5504C216.019 49.1395 216.243 48.7614 216.531 48.4368C216.82 48.1176 217.171 47.8634 217.562 47.6903C217.987 47.5074 218.444 47.4157 218.906 47.421C219.388 47.4177 219.865 47.5156 220.309 47.7086C220.688 47.8626 221.029 48.0985 221.31 48.4001L222.468 47.1212C222.028 46.7286 221.513 46.4328 220.956 46.2523C220.293 46.0205 219.595 45.9067 218.894 45.9158C218.205 45.9114 217.521 46.0316 216.873 46.2707C216.275 46.4914 215.726 46.8327 215.26 47.2742C214.799 47.719 214.433 48.2566 214.186 48.8529C213.917 49.5113 213.784 50.2198 213.796 50.9333C213.788 51.6354 213.916 52.3322 214.174 52.9831C214.415 53.5834 214.775 54.127 215.23 54.5801C215.695 55.0365 216.246 55.3924 216.849 55.6265C217.516 55.8802 218.223 56.0067 218.936 55.9997C219.597 56.0031 220.256 55.9334 220.902 55.7917Z' fill='%2312306C'/%3e%3cpath d='M97.4694 50.915C97.4582 50.2041 97.5888 49.4984 97.8532 48.8406C98.088 48.2452 98.4436 47.7072 98.8966 47.2619C99.3554 46.8196 99.8983 46.478 100.492 46.2584C101.135 46.0188 101.816 45.8987 102.501 45.9035C103.193 45.8977 103.882 46.0179 104.533 46.2584C105.13 46.4778 105.677 46.8192 106.14 47.2619C106.599 47.7049 106.959 48.2433 107.196 48.8406C107.699 50.1695 107.699 51.6421 107.196 52.9709C106.955 53.5713 106.595 54.1148 106.14 54.568C105.679 55.0219 105.132 55.3758 104.533 55.6082C103.885 55.8637 103.195 55.9904 102.501 55.9815C101.814 55.9886 101.132 55.8619 100.492 55.6082C99.8968 55.3792 99.355 55.0265 98.9008 54.5725C98.4466 54.1185 98.0899 53.5731 97.8532 52.9709C97.5899 52.3193 97.4593 51.6198 97.4694 50.915ZM99.2684 50.915C99.264 51.398 99.341 51.8782 99.4962 52.3346C99.6424 52.7477 99.8688 53.1265 100.162 53.4482C100.448 53.7637 100.795 54.0157 101.181 54.1886C101.594 54.3683 102.04 54.458 102.489 54.4517C102.941 54.4579 103.391 54.3683 103.808 54.1886C104.196 54.0173 104.546 53.7652 104.833 53.4482C105.126 53.1265 105.353 52.7477 105.499 52.3346C105.659 51.8793 105.738 51.3986 105.733 50.915C105.737 50.4454 105.658 49.9788 105.499 49.5382C105.351 49.1273 105.127 48.7492 104.839 48.4245C104.554 48.1063 104.207 47.8521 103.82 47.678C103.399 47.4951 102.946 47.4034 102.489 47.4088C102.035 47.4033 101.586 47.495 101.169 47.678C100.785 47.8539 100.44 48.1079 100.156 48.4245C99.868 48.7492 99.6441 49.1273 99.4962 49.5382C99.3502 49.9815 99.2812 50.4474 99.2923 50.915H99.2684Z' fill='%2312306C'/%3e%3cpath d='M116.455 52.2183C116.463 52.7535 116.363 53.2848 116.161 53.7786C115.981 54.2264 115.712 54.6308 115.369 54.9657C115.022 55.2947 114.615 55.5505 114.17 55.7183C113.2 56.0693 112.142 56.0693 111.172 55.7183C110.727 55.5505 110.32 55.2947 109.973 54.9657C109.627 54.6327 109.355 54.2279 109.175 53.7786C108.977 53.2835 108.879 52.7528 108.887 52.2183V46.1482H110.56V52.1509C110.561 52.4319 110.597 52.7117 110.668 52.9831C110.734 53.2505 110.855 53.5007 111.022 53.7174C111.193 53.9452 111.415 54.1278 111.67 54.2498C112.311 54.5191 113.031 54.5191 113.672 54.2498C113.927 54.1258 114.151 53.9437 114.326 53.7174C114.491 53.5004 114.61 53.2502 114.674 52.9831C114.745 52.7117 114.781 52.4319 114.782 52.1509V46.1482H116.455V52.2183Z' fill='%2312306C'/%3e%3cpath d='M120.161 47.6412H117.282V46.1482H124.73V47.6412H121.852V55.7367H120.179L120.161 47.6412Z' fill='%2312306C'/%3e%3cpath d='M130.607 48.1556C130.41 47.8919 130.152 47.6818 129.857 47.5437C129.552 47.3938 129.218 47.3144 128.88 47.3112C128.678 47.3098 128.476 47.3344 128.28 47.3846C128.091 47.4321 127.911 47.5107 127.746 47.6171C127.589 47.7214 127.456 47.8592 127.357 48.021C127.25 48.2058 127.197 48.4184 127.207 48.6328C127.2 48.8273 127.245 49.0199 127.339 49.1896C127.43 49.3464 127.555 49.4802 127.704 49.5812C127.878 49.7036 128.068 49.8004 128.268 49.8688L128.994 50.1136C129.299 50.2115 129.593 50.3216 129.935 50.4501C130.252 50.5758 130.55 50.7446 130.823 50.9519C131.095 51.1621 131.319 51.4291 131.482 51.7351C131.668 52.0991 131.759 52.5058 131.746 52.916C131.755 53.3809 131.659 53.8416 131.464 54.2621C131.29 54.6336 131.036 54.9599 130.721 55.2167C130.4 55.4788 130.031 55.6723 129.635 55.7857C129.209 55.9141 128.766 55.978 128.322 55.9754C127.707 55.975 127.097 55.8589 126.523 55.6327C125.968 55.4212 125.475 55.0697 125.09 54.6109L126.289 53.4728C126.528 53.8051 126.846 54.0702 127.213 54.2438C127.564 54.4247 127.952 54.521 128.346 54.5252C128.548 54.5243 128.749 54.4996 128.946 54.4518C129.153 54.4139 129.35 54.3349 129.527 54.2193C129.692 54.1053 129.829 53.9546 129.929 53.7787C130.038 53.5791 130.09 53.3523 130.079 53.124C130.085 52.9075 130.026 52.6942 129.911 52.5122C129.785 52.3373 129.626 52.1896 129.443 52.0777C129.226 51.9454 128.995 51.8387 128.754 51.7595L127.92 51.4781C127.63 51.3851 127.346 51.2748 127.069 51.1477C126.788 51.0295 126.53 50.8617 126.307 50.652C126.075 50.4377 125.887 50.1775 125.755 49.8872C125.601 49.5312 125.527 49.1443 125.54 48.7552C125.528 48.3154 125.632 47.8804 125.839 47.4947C126.034 47.1468 126.302 46.8479 126.625 46.6198C126.959 46.3854 127.33 46.2116 127.722 46.1058C128.131 45.9944 128.552 45.9368 128.976 45.9344C129.472 45.9374 129.964 46.0242 130.433 46.1914C130.908 46.3547 131.343 46.6196 131.71 46.9685L130.607 48.1556Z' fill='%2312306C'/%3e%3cpath d='M133.371 46.1482H135.985L138.426 52.9586H138.468L140.866 46.1482H143.499V55.7367H141.838V48.0328H141.808L138.959 55.7367H137.802L134.99 48.0328H134.96V55.7367H133.371V46.1482Z' fill='%2312306C'/%3e%3cpath d='M148.404 46.1482H149.855L153.903 55.7367H151.99L151.115 53.5461H147.037L146.191 55.7367H144.321L148.404 46.1482ZM150.527 52.0836L149.082 48.1797L147.607 52.0836H150.527Z' fill='%2312306C'/%3e%3cpath d='M154.754 46.1482H158.022C158.455 46.1483 158.888 46.1955 159.311 46.2889C159.704 46.3751 160.079 46.5349 160.415 46.7601C160.738 46.9755 161.005 47.2672 161.194 47.6106C161.398 48.0064 161.499 48.4488 161.488 48.8956C161.508 49.52 161.294 50.1285 160.888 50.5967C160.471 51.0562 159.92 51.3671 159.317 51.484L161.824 55.7367H159.809L157.632 51.6736H156.433V55.7367H154.76V46.1482H154.754ZM157.794 50.2785C158.035 50.2784 158.276 50.26 158.514 50.2234C158.737 50.1914 158.953 50.1232 159.155 50.0215C159.348 49.9246 159.512 49.7767 159.629 49.5932C159.759 49.3807 159.823 49.1336 159.815 48.8834C159.818 48.6663 159.757 48.4534 159.641 48.2715C159.527 48.1067 159.377 47.9706 159.203 47.8738C159.018 47.7674 158.815 47.6988 158.604 47.6718C158.388 47.6358 158.169 47.6174 157.95 47.6168H156.433V50.3091L157.794 50.2785Z' fill='%2312306C'/%3e%3cpath d='M164.907 47.6412H162.022V46.1482H169.458V47.6412H166.574V55.7367H164.907V47.6412Z' fill='%2312306C'/%3e%3cpath d='M176.186 51.5819L172.654 46.1482H174.699L177.062 50.1867L179.46 46.1482H181.397L177.865 51.5819V55.7367H176.192V51.5819H176.186Z' fill='%2312306C'/%3e%3cpath d='M181.697 50.915C181.687 50.2048 181.815 49.4997 182.075 48.8406C182.314 48.2461 182.671 47.7085 183.124 47.2619C183.583 46.8196 184.126 46.478 184.719 46.2584C185.363 46.0183 186.043 45.8981 186.728 45.9035C187.421 45.8977 188.109 46.0179 188.761 46.2584C189.357 46.4793 189.904 46.8206 190.368 47.2619C190.826 47.7049 191.186 48.2433 191.423 48.8406C191.927 50.1695 191.927 51.6421 191.423 52.9709C191.182 53.5713 190.823 54.1148 190.368 54.568C189.906 55.0208 189.359 55.3745 188.761 55.6082C188.113 55.8637 187.423 55.9904 186.728 55.9815C186.041 55.99 185.359 55.8632 184.719 55.6082C184.124 55.3757 183.581 55.0218 183.124 54.568C182.674 54.1117 182.318 53.5688 182.075 52.9709C181.816 52.318 181.688 51.6191 181.697 50.915ZM183.496 50.915C183.493 51.3983 183.572 51.8786 183.73 52.3346C183.876 52.7477 184.102 53.1265 184.395 53.4482C184.682 53.7637 185.029 54.0157 185.415 54.1886C185.828 54.3683 186.273 54.458 186.722 54.4517C187.175 54.4579 187.624 54.3683 188.041 54.1886C188.43 54.0173 188.779 53.7652 189.067 53.4482C189.36 53.1265 189.586 52.7477 189.732 52.3346C189.887 51.8782 189.965 51.398 189.96 50.915C189.964 50.446 189.886 49.98 189.732 49.5382C189.584 49.1273 189.36 48.7492 189.073 48.4245C188.787 48.1063 188.44 47.8521 188.053 47.678C187.632 47.4956 187.179 47.4039 186.722 47.4088C186.269 47.4033 185.819 47.495 185.403 47.678C185.018 47.8522 184.673 48.1065 184.389 48.4245C184.101 48.7492 183.878 49.1273 183.73 49.5382C183.586 49.9819 183.519 50.4478 183.532 50.915H183.496Z' fill='%2312306C'/%3e%3cpath d='M200.7 52.2183C200.709 52.7535 200.609 53.2848 200.406 53.7786C200.224 54.2268 199.953 54.6311 199.609 54.9657C199.263 55.2966 198.855 55.5526 198.409 55.7183C197.44 56.0693 196.381 56.0693 195.411 55.7183C194.966 55.552 194.558 55.296 194.212 54.9657C193.866 54.6327 193.594 54.2279 193.414 53.7786C193.217 53.2835 193.119 52.7528 193.126 52.2183V46.1482H194.799V52.1509C194.793 52.4352 194.823 52.7191 194.889 52.9954C194.955 53.2628 195.076 53.513 195.243 53.7297C195.414 53.9574 195.636 54.14 195.891 54.262C196.532 54.5313 197.252 54.5313 197.894 54.262C198.148 54.1365 198.371 53.9546 198.547 53.7297C198.71 53.5111 198.828 53.2614 198.895 52.9954C198.966 52.7239 199.002 52.4442 199.003 52.1632V46.1604H200.676V52.2305L200.7 52.2183Z' fill='%2312306C'/%3e%3cpath d='M202.511 46.1482H205.773C206.207 46.148 206.639 46.1952 207.062 46.2889C207.457 46.3763 207.833 46.5359 208.172 46.7601C208.494 46.9745 208.76 47.2666 208.945 47.6106C209.152 48.0054 209.253 48.4484 209.239 48.8956C209.259 49.52 209.045 50.1285 208.639 50.5967C208.221 51.0552 207.671 51.3659 207.068 51.484L209.575 55.7367H207.56L205.383 51.6736H204.184V55.7367H202.511V46.1482ZM205.551 50.2785C205.79 50.2783 206.029 50.2599 206.265 50.2234C206.49 50.1914 206.708 50.1233 206.912 50.0215C207.103 49.9237 207.264 49.7759 207.38 49.5932C207.512 49.3816 207.577 49.1338 207.566 48.8834C207.571 48.6669 207.512 48.4539 207.398 48.2715C207.282 48.1064 207.13 47.9704 206.954 47.8738C206.77 47.7666 206.566 47.698 206.355 47.6718C206.137 47.6358 205.916 47.6174 205.695 47.6168H204.184V50.3091L205.551 50.2785Z' fill='%2312306C'/%3e%3cpath d='M224.116 46.1482H230.341V47.6412H225.79V50.0888H230.107V51.5268H225.79V54.2192H230.587V55.7367H224.116V46.1482Z' fill='%2312306C'/%3e%3cpath d='M232.02 46.1482H234.233L238.598 53.3258H238.628V46.1482H240.301V55.7367H238.178L233.717 48.3266V55.7367H232.05L232.02 46.1482Z' fill='%2312306C'/%3e%3cpath d='M242.364 46.1482H248.594V47.6412H244.061V50.0888H248.379V51.5268H244.061V54.2192H248.858V55.7367H242.364V46.1482Z' fill='%2312306C'/%3e%3cpath d='M255.052 48.1557C254.855 47.892 254.598 47.6819 254.303 47.5438C254 47.394 253.668 47.3146 253.331 47.3113C253.129 47.3106 252.928 47.3353 252.732 47.3847C252.544 47.4318 252.366 47.5104 252.204 47.6172C252.045 47.7189 251.911 47.8572 251.814 48.0211C251.705 48.2052 251.651 48.4178 251.658 48.6329C251.651 48.8274 251.697 49.02 251.79 49.1897C251.882 49.3464 252.007 49.4802 252.156 49.5813C252.33 49.7025 252.52 49.7992 252.72 49.8689L253.451 50.1136C253.751 50.2115 254.051 50.3216 254.387 50.4501C254.704 50.5744 255.003 50.7433 255.274 50.9519C255.546 51.1636 255.773 51.4302 255.94 51.735C256.123 52.0996 256.212 52.5063 256.198 52.9159C256.207 53.3808 256.11 53.8416 255.916 54.262C255.744 54.6332 255.492 54.9596 255.178 55.2165C254.855 55.4787 254.484 55.6722 254.087 55.7856C253.661 55.9148 253.218 55.9788 252.774 55.9752C252.158 55.9749 251.549 55.8587 250.975 55.6326C250.421 55.4197 249.928 55.0684 249.542 54.6108L250.741 53.4727C250.982 53.8035 251.299 54.0684 251.664 54.2437C252.198 54.5242 252.814 54.5981 253.397 54.4517C253.595 54.4037 253.782 54.3187 253.949 54.2008C254.111 54.0849 254.246 53.9346 254.345 53.7603C254.456 53.5613 254.51 53.3344 254.501 53.1056C254.504 52.8884 254.444 52.6751 254.327 52.4937C254.202 52.3174 254.043 52.1694 253.859 52.0593C253.642 51.9259 253.411 51.8191 253.169 51.7412L252.336 51.4597C252.046 51.3657 251.762 51.2554 251.484 51.1293C251.205 51.0081 250.948 50.8407 250.723 50.6337C250.492 50.418 250.304 50.1581 250.171 49.8689C250.019 49.5124 249.947 49.1255 249.961 48.7369C249.948 48.2976 250.049 47.8626 250.255 47.4765C250.451 47.1299 250.719 46.8313 251.041 46.6015C251.376 46.366 251.75 46.1921 252.144 46.0876C252.553 45.9754 252.974 45.9178 253.397 45.9163C253.892 45.9196 254.382 46.0065 254.848 46.1732C255.325 46.3379 255.762 46.6026 256.132 46.9503L255.052 48.1557Z' fill='%2312306C'/%3e%3cpath d='M263.79 49.0608C263.797 49.4816 263.716 49.8992 263.55 50.2846C263.399 50.6443 263.181 50.9706 262.908 51.2452C262.629 51.5089 262.304 51.7165 261.949 51.8571C261.57 52.0212 261.161 52.1025 260.75 52.0957C260.338 52.101 259.93 52.0198 259.55 51.8571C259.193 51.7151 258.863 51.5078 258.579 51.2452C258.156 50.8155 257.869 50.2669 257.753 49.6696C257.638 49.0722 257.7 48.4534 257.931 47.8921C258.082 47.5272 258.302 47.1964 258.579 46.9193C258.86 46.6401 259.189 46.4161 259.55 46.2584C259.93 46.0957 260.338 46.0145 260.75 46.0198C261.161 46.0131 261.57 46.0944 261.949 46.2584C262.307 46.4148 262.632 46.639 262.908 46.9193C263.182 47.1983 263.4 47.5287 263.55 47.8921C263.707 48.2609 263.789 48.6586 263.79 49.0608ZM263.31 49.0608C263.309 48.3728 263.042 47.713 262.567 47.2252C262.338 46.9855 262.064 46.7942 261.763 46.6623C261.449 46.529 261.113 46.4603 260.774 46.4603C260.434 46.4603 260.098 46.529 259.784 46.6623C259.477 46.7939 259.198 46.9851 258.963 47.2252C258.729 47.4636 258.544 47.7463 258.417 48.0574C258.282 48.3762 258.213 48.7198 258.213 49.067C258.213 49.4141 258.282 49.7577 258.417 50.0765C258.545 50.3849 258.731 50.6653 258.963 50.9026C259.2 51.137 259.479 51.3238 259.784 51.4533C260.097 51.5907 260.433 51.6615 260.774 51.6615C261.114 51.6615 261.45 51.5907 261.763 51.4533C262.372 51.1916 262.856 50.6975 263.112 50.0765C263.245 49.7553 263.313 49.4096 263.31 49.0608ZM261.415 50.7557L260.75 49.4524H260.366V50.7557H259.424V47.2313H260.911C261.081 47.2315 261.25 47.2499 261.415 47.2864C261.576 47.3208 261.73 47.3828 261.871 47.4699C262.007 47.5567 262.122 47.6738 262.207 47.8126C262.292 47.976 262.334 48.1598 262.327 48.3449C262.337 48.5658 262.269 48.7831 262.135 48.9568C262.007 49.1238 261.834 49.2492 261.637 49.3178L262.519 50.768L261.415 50.7557ZM261.331 48.3572C261.334 48.304 261.321 48.2512 261.294 48.2055C261.268 48.1597 261.228 48.1231 261.181 48.1002C261.086 48.0474 260.978 48.02 260.87 48.0206H260.366V48.7488H260.851C260.969 48.7516 261.083 48.7127 261.175 48.6386C261.223 48.6097 261.263 48.5685 261.29 48.5191C261.317 48.4698 261.332 48.4139 261.331 48.3572Z' fill='%2312306C'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_3494_6908' x1='23.5139' y1='55.8227' x2='23.5139' y2='0.208171' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23ADEBFF'/%3e%3cstop offset='1' stop-color='%23003D92'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear_3494_6908' x1='16.0184' y1='55.8226' x2='16.0184' y2='0.208369' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.23' stop-color='%23551077'/%3e%3cstop offset='1' stop-color='%23F4DEFF'/%3e%3c/linearGradient%3e%3clinearGradient id='paint2_linear_3494_6908' x1='23.5144' y1='28.1346' x2='23.5144' y2='0.323991' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%235795C9'/%3e%3cstop offset='1' stop-color='%23003D92'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",alt:"main logo"}),e.createElement("div",{className:V.links},n),e.createElement("div",{className:V.searchComponent},l),e.createElement("div",{className:V.links},a),e.createElement("div",{className:V.menuActions},t?e.createElement(H,{label:t.name,icon:t.avatarImageUrl,dropdownItems:[{icon:E,label:"Account",onClick:d},{icon:w,label:"Sign Out",onClick:c}]}):e.createElement(i,{label:"Sign In",variant:"primary",customClass:V.signInButton,onClick:()=>null==r?void 0:r()})),e.createElement("button",{className:V.toggleMenuButton,onClick:()=>u(!m)},e.createElement("img",{src:m?"data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.6 16L0 14.4L6.4 8L0 1.6L1.6 0L8 6.4L14.4 0L16 1.6L9.6 8L16 14.4L14.4 16L8 9.6L1.6 16Z' fill='%2312306C'/%3e%3c/svg%3e":"data:image/svg+xml,%3csvg width='25' height='13' viewBox='0 0 25 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.5834 11.7544C24.5834 12.2356 24.0445 12.625 23.3811 12.625L13.7023 12.625C13.3835 12.625 13.0777 12.5333 12.8522 12.37C12.6267 12.2067 12.5 11.9853 12.5 11.7544C12.5 11.5235 12.6267 11.302 12.8522 11.1387C13.0777 10.9755 13.3835 10.8837 13.7023 10.8837L23.3811 10.8837C23.7 10.8837 24.0058 10.9755 24.2312 11.1387C24.4567 11.302 24.5834 11.5235 24.5834 11.7544Z' fill='%2312306C'/%3e%3cpath d='M24.5834 6.49998C24.5834 6.98123 24.0445 7.37061 23.3811 7.37061L1.619 7.3706C1.30013 7.3706 0.994322 7.27888 0.768848 7.1156C0.543375 6.95233 0.416704 6.73088 0.416704 6.49998C0.416704 6.26908 0.543375 6.04763 0.768849 5.88435C0.994322 5.72108 1.30013 5.62935 1.619 5.62935L23.3811 5.62936C23.7 5.62936 24.0058 5.72108 24.2312 5.88436C24.4567 6.04763 24.5834 6.26908 24.5834 6.49998Z' fill='%2312306C'/%3e%3cpath d='M23.3811 2.11621C23.6999 2.11621 24.0058 2.02449 24.2312 1.86121C24.4567 1.69794 24.5834 1.47649 24.5834 1.24559C24.5834 1.01468 24.4567 0.793238 24.2312 0.629964C24.0058 0.466691 23.7 0.374964 23.3811 0.374964L8.869 0.374963C8.55013 0.374963 8.24432 0.46669 8.01885 0.629964C7.79337 0.793237 7.6667 1.01468 7.6667 1.24559C7.6667 1.47649 7.79337 1.69794 8.01885 1.86121C8.24432 2.02449 8.55013 2.11621 8.869 2.11621L23.3811 2.11621Z' fill='%2312306C'/%3e%3c/svg%3e",alt:"toggle menu"}))),e.createElement("div",{className:b("mobile-menu",V.mobileMenu)},e.createElement("div",{className:b(V.links,"main")},n),e.createElement("div",{className:b(V.links,"auxiliary")},a),e.createElement("div",{className:V.menuActions},t?e.createElement(H,{label:t.name,icon:t.avatarImageUrl,dropdownItems:[{main:!0,label:"Account",icon:E,onClick:d},{label:"Sign Out",icon:w,onClick:c}]}):e.createElement(i,{label:"Sign In",variant:"primary",customClass:V.signInButton,onClick:()=>null==r?void 0:r()}))))}));exports.Accordion=({hint:t,label:n,children:C,customClass:a,variant:l="outlined",openByDefault:o=!1,caretPosition:i="right",onToggle:c})=>{const[s,d]=e.useState(o);return e.createElement("div",{className:_("accordion",l,a,{isOpen:s})},e.createElement("button",{title:t,type:"button",onClick:e=>{e.preventDefault(),d(!s),null==c||c(!s,e)},className:u.accordionToggle},"left"===i&&e.createElement("img",{src:r,alt:"caret"}),e.createElement("span",null,n),"right"===i&&e.createElement("img",{src:r,alt:"caret"})),C&&e.createElement("div",{hidden:!s,className:u.accordionContent},C))},exports.AppBar=({icon:t,appName:n,version:C,children:a,customClass:l,lastUpdated:o,description:i,tooltipContent:r,backgroundImage:c})=>{const s=e.useRef(null),[d,p]=e.useState(!1);e.useEffect((()=>(document.addEventListener("mousedown",m),()=>{document.removeEventListener("mousedown",m)})));const m=e=>{(null==s?void 0:s.current)&&!s.current.contains(e.target)&&d&&p(!1)};return e.createElement("div",{className:L(f.appBar,l),style:{backgroundImage:c?`url(${c})`:void 0}},e.createElement("div",{className:f.wrapper},e.createElement("div",{className:f.appId},e.createElement("img",{src:t,className:f.icon}),e.createElement("div",{className:f.titleWrapper},e.createElement("h4",null,n),e.createElement("div",null,i))),a&&e.createElement("div",{className:f.content},a),e.createElement("div",{className:f.appInfoWrapper},(C||o)&&e.createElement("div",{className:f.appInfo},C&&e.createElement("div",null,"Version: ",e.createElement("strong",null,C)),o&&e.createElement("div",null,"Last Updated: ",e.createElement("strong",null,o))),r&&e.createElement("div",{ref:s,className:f.appTooltipWrapper},e.createElement("img",{src:"data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M8.955 15.0768C9.27 15.0768 9.5364 14.9679 9.7542 14.7501C9.9714 14.5329 10.08 14.2668 10.08 13.9518C10.08 13.6368 9.9714 13.3707 9.7542 13.1535C9.5364 12.9357 9.27 12.8268 8.955 12.8268C8.64 12.8268 8.3736 12.9357 8.1558 13.1535C7.9386 13.3707 7.83 13.6368 7.83 13.9518C7.83 14.2668 7.9386 14.5329 8.1558 14.7501C8.3736 14.9679 8.64 15.0768 8.955 15.0768ZM8.145 11.6118H9.81C9.81 11.1168 9.8664 10.7268 9.9792 10.4418C10.0914 10.1568 10.41 9.76676 10.935 9.27176C11.325 8.88176 11.6325 8.51036 11.8575 8.15756C12.0825 7.80536 12.195 7.38176 12.195 6.88676C12.195 6.04676 11.8875 5.40176 11.2725 4.95176C10.6575 4.50176 9.93 4.27676 9.09 4.27676C8.235 4.27676 7.5414 4.50176 7.0092 4.95176C6.4764 5.40176 6.105 5.94176 5.895 6.57176L7.38 7.15676C7.455 6.88676 7.6239 6.59426 7.8867 6.27926C8.1489 5.96426 8.55 5.80676 9.09 5.80676C9.57 5.80676 9.93 5.93786 10.17 6.20006C10.41 6.46286 10.53 6.75176 10.53 7.06676C10.53 7.36676 10.44 7.64786 10.26 7.91006C10.08 8.17286 9.855 8.41676 9.585 8.64176C8.925 9.22676 8.52 9.66926 8.37 9.96926C8.22 10.2693 8.145 10.8168 8.145 11.6118ZM9 18.6768C7.755 18.6768 6.585 18.4404 5.49 17.9676C4.395 17.4954 3.4425 16.8543 2.6325 16.0443C1.8225 15.2343 1.1814 14.2818 0.7092 13.1868C0.2364 12.0918 0 10.9218 0 9.67676C0 8.43176 0.2364 7.26176 0.7092 6.16676C1.1814 5.07176 1.8225 4.11926 2.6325 3.30926C3.4425 2.49926 4.395 1.85786 5.49 1.38506C6.585 0.912858 7.755 0.676758 9 0.676758C10.245 0.676758 11.415 0.912858 12.51 1.38506C13.605 1.85786 14.5575 2.49926 15.3675 3.30926C16.1775 4.11926 16.8186 5.07176 17.2908 6.16676C17.7636 7.26176 18 8.43176 18 9.67676C18 10.9218 17.7636 12.0918 17.2908 13.1868C16.8186 14.2818 16.1775 15.2343 15.3675 16.0443C14.5575 16.8543 13.605 17.4954 12.51 17.9676C11.415 18.4404 10.245 18.6768 9 18.6768Z' fill='white'/%3e%3c/svg%3e",className:f.appTooltipToggle,onClick:()=>p(!d)}),e.createElement("div",{hidden:!d,className:f.appTooltipContent},r)))))},exports.Button=i,exports.Chip=H,exports.Dropdown=d,exports.Header=M,exports.Link=({hint:t,children:n,customClass:C,variant:a="primary",onClick:o})=>e.createElement("a",{title:t,onClick:e=>{e.preventDefault(),null==o||o(e)},className:l("link",a,C)},n),exports.TextField=({value:t,customClass:n,placeholder:C,showClearButton:a,variant:l="primary",onChange:o})=>e.createElement("div",{className:m("textfield",l,n)},e.createElement("input",{value:t,autoComplete:"off",placeholder:C,onChange:e=>null==o?void 0:o(e.target.value)}),a&&!!(null==t?void 0:t.length)&&e.createElement("button",{"aria-label":"clear",onClick:()=>null==o?void 0:o(""),className:p.clearButton}));
7
7
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../node_modules/classnames/bind.js","../src/components/Atoms/Link/Link.tsx","../src/components/Atoms/Button/Button.tsx","../src/assets/images/spinners/main.svg","../src/assets/images/icons/caret-down-filled.svg","../src/components/Atoms/Dropdown/Dropdown.tsx","../src/components/Atoms/TextField/TextField.tsx","../src/components/Atoms/Accordion/Accordion.tsx","../src/assets/images/icons/user-avatar.svg","../src/components/Molecules/Chip/Chip.tsx","../src/assets/images/icons/help.svg","../src/components/Molecules/AppBar/AppBar.tsx","../src/assets/images/logos/sequencing.svg","../src/assets/images/icons/sign-out.svg","../src/assets/images/icons/account.svg","../src/components/Organisms/Header/Header.tsx","../src/assets/images/icons/close.svg","../src/assets/images/icons/menu.svg"],"sourcesContent":["/*!\n\tCopyright (c) 2018 Jed Watson.\n\tLicensed under the MIT License (MIT), see\n\thttp://jedwatson.github.io/classnames\n*/\n/* global define */\n\n(function () {\n\t'use strict';\n\n\tvar hasOwn = {}.hasOwnProperty;\n\n\tfunction classNames () {\n\t\tvar classes = [];\n\n\t\tfor (var i = 0; i < arguments.length; i++) {\n\t\t\tvar arg = arguments[i];\n\t\t\tif (!arg) continue;\n\n\t\t\tvar argType = typeof arg;\n\n\t\t\tif (argType === 'string' || argType === 'number') {\n\t\t\t\tclasses.push(this && this[arg] || arg);\n\t\t\t} else if (Array.isArray(arg)) {\n\t\t\t\tclasses.push(classNames.apply(this, arg));\n\t\t\t} else if (argType === 'object') {\n\t\t\t\tif (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes('[native code]')) {\n\t\t\t\t\tclasses.push(arg.toString());\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tfor (var key in arg) {\n\t\t\t\t\tif (hasOwn.call(arg, key) && arg[key]) {\n\t\t\t\t\t\tclasses.push(this && this[key] || key);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn classes.join(' ');\n\t}\n\n\tif (typeof module !== 'undefined' && module.exports) {\n\t\tclassNames.default = classNames;\n\t\tmodule.exports = classNames;\n\t} else if (typeof define === 'function' && typeof define.amd === 'object' && define.amd) {\n\t\t// register as 'classnames', consistent with npm package name\n\t\tdefine('classnames', [], function () {\n\t\t\treturn classNames;\n\t\t});\n\t} else {\n\t\twindow.classNames = classNames;\n\t}\n}());\n",null,null,"var img = \"data:image/svg+xml,%3csvg width='16' height='16' stroke='rgba(0%2c 0%2c 0%2c .26)' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cstyle%3e.spinner_V8m1%7btransform-origin:center%3banimation:spinner_zKoa 2s linear infinite%7d.spinner_V8m1 circle%7bstroke-linecap:round%3banimation:spinner_YpZS 1.5s ease-in-out infinite%7d%40keyframes spinner_zKoa%7b100%25%7btransform:rotate(360deg)%7d%7d%40keyframes spinner_YpZS%7b0%25%7bstroke-dasharray:0 150%3bstroke-dashoffset:0%7d47.5%25%7bstroke-dasharray:42 150%3bstroke-dashoffset:-16%7d95%25%2c100%25%7bstroke-dasharray:42 150%3bstroke-dashoffset:-59%7d%7d%3c/style%3e %3cg class='spinner_V8m1'%3e %3ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='2'%3e%3c/circle%3e %3c/g%3e%3c/svg%3e\";\n export default img;","var img = \"data:image/svg+xml,%3csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.56153 0.75411C4.88925 0.415298 5.42716 0.415297 5.75487 0.754109L9.91715 5.05737C10.4363 5.59406 10.0616 6.5 9.32049 6.5H0.99592C0.254841 6.5 -0.119853 5.59406 0.399253 5.05737L4.56153 0.75411Z' fill='%2312306C'/%3e%3c/svg%3e\";\n export default img;",null,null,null,"var img = \"data:image/svg+xml,%3csvg width='20' height='23' viewBox='0 0 20 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.8673 20.4381C19.4647 20.3178 19.8189 19.6914 19.5172 19.162C18.8216 17.9412 17.7177 16.8685 16.3024 16.0526C14.4943 15.0103 12.279 14.4453 10 14.4453C7.72101 14.4453 5.50569 15.0103 3.69764 16.0526C2.28231 16.8685 1.17845 17.9412 0.482764 19.162C0.181052 19.6914 0.535286 20.3178 1.13268 20.4381L2.1062 20.634C7.31647 21.6829 12.6835 21.6829 17.8938 20.634L18.8673 20.4381Z' fill='white'/%3e%3cellipse cx='9.99967' cy='6.66667' rx='6.66667' ry='6.66667' fill='white'/%3e%3c/svg%3e\";\n export default img;",null,"var img = \"data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M8.955 15.0768C9.27 15.0768 9.5364 14.9679 9.7542 14.7501C9.9714 14.5329 10.08 14.2668 10.08 13.9518C10.08 13.6368 9.9714 13.3707 9.7542 13.1535C9.5364 12.9357 9.27 12.8268 8.955 12.8268C8.64 12.8268 8.3736 12.9357 8.1558 13.1535C7.9386 13.3707 7.83 13.6368 7.83 13.9518C7.83 14.2668 7.9386 14.5329 8.1558 14.7501C8.3736 14.9679 8.64 15.0768 8.955 15.0768ZM8.145 11.6118H9.81C9.81 11.1168 9.8664 10.7268 9.9792 10.4418C10.0914 10.1568 10.41 9.76676 10.935 9.27176C11.325 8.88176 11.6325 8.51036 11.8575 8.15756C12.0825 7.80536 12.195 7.38176 12.195 6.88676C12.195 6.04676 11.8875 5.40176 11.2725 4.95176C10.6575 4.50176 9.93 4.27676 9.09 4.27676C8.235 4.27676 7.5414 4.50176 7.0092 4.95176C6.4764 5.40176 6.105 5.94176 5.895 6.57176L7.38 7.15676C7.455 6.88676 7.6239 6.59426 7.8867 6.27926C8.1489 5.96426 8.55 5.80676 9.09 5.80676C9.57 5.80676 9.93 5.93786 10.17 6.20006C10.41 6.46286 10.53 6.75176 10.53 7.06676C10.53 7.36676 10.44 7.64786 10.26 7.91006C10.08 8.17286 9.855 8.41676 9.585 8.64176C8.925 9.22676 8.52 9.66926 8.37 9.96926C8.22 10.2693 8.145 10.8168 8.145 11.6118ZM9 18.6768C7.755 18.6768 6.585 18.4404 5.49 17.9676C4.395 17.4954 3.4425 16.8543 2.6325 16.0443C1.8225 15.2343 1.1814 14.2818 0.7092 13.1868C0.2364 12.0918 0 10.9218 0 9.67676C0 8.43176 0.2364 7.26176 0.7092 6.16676C1.1814 5.07176 1.8225 4.11926 2.6325 3.30926C3.4425 2.49926 4.395 1.85786 5.49 1.38506C6.585 0.912858 7.755 0.676758 9 0.676758C10.245 0.676758 11.415 0.912858 12.51 1.38506C13.605 1.85786 14.5575 2.49926 15.3675 3.30926C16.1775 4.11926 16.8186 5.07176 17.2908 6.16676C17.7636 7.26176 18 8.43176 18 9.67676C18 10.9218 17.7636 12.0918 17.2908 13.1868C16.8186 14.2818 16.1775 15.2343 15.3675 16.0443C14.5575 16.8543 13.605 17.4954 12.51 17.9676C11.415 18.4404 10.245 18.6768 9 18.6768Z' fill='white'/%3e%3c/svg%3e\";\n export default img;",null,"var img = \"data:image/svg+xml,%3csvg width='264' height='56' viewBox='0 0 264 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.48 2.06219C14.2492 -0.23851 10.7952 -0.428194 8.84636 1.59716C6.89748 3.62251 7.08337 7.10415 9.31409 9.38649L23.5319 23.8944C24.6008 24.9935 25.2006 26.4792 25.2006 28.0277C25.2006 29.5761 24.6008 31.0618 23.5319 32.161L9.31409 46.6688C7.08337 48.9451 6.8735 52.4451 8.84636 54.4582C10.8192 56.4713 14.2432 56.2571 16.48 53.9809L37.8636 32.161C38.9325 31.0618 39.5324 29.5761 39.5324 28.0277C39.5324 26.4792 38.9325 24.9935 37.8636 23.8944L16.48 2.06219Z' fill='url(%23paint0_linear_3494_6908)'/%3e%3cpath d='M19.7364 50.0585L26.3866 43.2848L19.7544 36.5173L13.1162 43.2848L19.7364 50.0585Z' fill='%236D6E70'/%3e%3cpath d='M23.0524 53.9685C25.2831 56.2448 28.7191 56.4589 30.686 54.4458C32.6529 52.4327 32.443 48.9389 30.2183 46.6565L16.0005 32.1487C14.9286 31.0512 14.3268 29.5649 14.3268 28.0155C14.3268 26.466 14.9286 24.9797 16.0005 23.8822L30.2183 9.3744C32.443 7.09819 32.6589 3.59209 30.686 1.58511C28.7131 -0.421873 25.2891 -0.213833 23.0524 2.06238L1.66871 23.8822C0.599812 24.9813 0 26.467 0 28.0155C0 29.5639 0.599812 31.0496 1.66871 32.1487L23.0524 53.9685Z' fill='url(%23paint1_linear_3494_6908)'/%3e%3cpath d='M19.7363 19.4761L26.3865 12.709L19.7363 5.93567L13.0981 12.709L19.7363 19.4761Z' fill='%236D6E70'/%3e%3cpath d='M23.5324 24.0043C24.0616 24.5474 24.4802 25.1919 24.7643 25.9008C25.0483 26.6096 25.1921 27.3688 25.1875 28.1346H39.5132C39.5153 27.3681 39.3691 26.6087 39.0831 25.8999C38.797 25.1912 38.3767 24.547 37.8462 24.0043L16.4805 2.20863C14.2498 -0.0615028 10.8137 -0.275665 8.84688 1.73135C6.88001 3.73836 7.08389 7.2384 9.31461 9.52077L23.5324 24.0043Z' fill='url(%23paint2_linear_3494_6908)'/%3e%3cpath d='M61.4782 20.3878C60.9602 19.7359 60.2986 19.218 59.5473 18.8764C58.7686 18.4797 57.9111 18.2704 57.0408 18.2645C56.5335 18.2673 56.0283 18.3309 55.5357 18.4542C55.0529 18.583 54.5934 18.7895 54.1744 19.0661C53.7645 19.3314 53.4198 19.6894 53.167 20.1124C52.8933 20.5795 52.756 21.1165 52.7712 21.6605C52.7574 22.1604 52.8754 22.6549 53.1131 23.0923C53.3504 23.4953 53.6718 23.84 54.0545 24.1019C54.5062 24.4061 54.9938 24.6508 55.5057 24.8301C56.0753 25.0442 56.705 25.2523 57.3826 25.442C58.1561 25.6989 58.9597 25.9865 59.7812 26.3108C60.6003 26.6296 61.3714 27.0642 62.0719 27.6019C62.7721 28.1457 63.3523 28.8336 63.7749 29.6211C64.2512 30.5655 64.4805 31.6193 64.4405 32.6806C64.4664 33.8756 64.2223 35.0607 63.7269 36.1439C63.2741 37.0937 62.6208 37.9296 61.814 38.5914C60.9833 39.2611 60.0318 39.7579 59.0137 40.0538C57.9175 40.3832 56.7803 40.5481 55.6376 40.5433C54.0597 40.5434 52.4957 40.2425 51.0263 39.6561C49.5957 39.1172 48.3256 38.211 47.3384 37.025L50.4146 34.1002C51.025 34.9568 51.8405 35.6394 52.7832 36.0827C53.689 36.5518 54.6879 36.803 55.7036 36.8169C56.2206 36.8128 56.7356 36.7492 57.2387 36.6273C57.747 36.5063 58.2276 36.2861 58.6539 35.9787C59.0712 35.6806 59.4209 35.2946 59.6793 34.8467C59.9586 34.3307 60.0954 33.747 60.075 33.1579C60.0965 32.5825 59.9391 32.0149 59.6253 31.5364C59.3065 31.0835 58.8978 30.704 58.426 30.4227C57.8592 30.0798 57.2556 29.8047 56.627 29.6028L54.4743 28.8746C53.7327 28.6346 53.0041 28.3548 52.2915 28.0364C51.587 27.7081 50.939 27.2659 50.3726 26.7269C49.7763 26.1745 49.2933 25.5069 48.9515 24.7628C48.5621 23.8446 48.3758 22.8501 48.4058 21.8502C48.3737 20.7206 48.6388 19.6029 49.1733 18.6133C49.6702 17.7211 50.3566 16.9537 51.1822 16.3677C52.0462 15.7669 53.0059 15.3239 54.0185 15.0582C55.0708 14.7707 56.1553 14.6246 57.2447 14.6238C58.5172 14.6312 59.7798 14.8545 60.9805 15.2846C62.2038 15.7055 63.3272 16.3829 64.2786 17.2733L61.4782 20.3878Z' fill='%2312306C'/%3e%3cpath d='M67.9008 15.2358H83.9116V19.0662H72.2003V25.3381H83.2939V29.0094H72.2003V35.9726H84.5532V39.8764H67.8948V15.2358H67.9008Z' fill='%2312306C'/%3e%3cpath d='M113.936 39.9009H99.3401C97.5462 39.9233 95.7616 39.6336 94.0631 39.0442C92.557 38.5272 91.174 37.6934 90.0035 36.5967C88.8574 35.4845 87.9648 34.1288 87.389 32.6257C86.7524 30.9189 86.441 29.1038 86.4715 27.2779C86.4493 25.515 86.7799 23.7661 87.443 22.1381C88.0626 20.6204 88.9858 19.2512 90.1534 18.1181C91.3456 16.9877 92.7431 16.1064 94.267 15.5237C95.9106 14.8988 97.6522 14.5857 99.4061 14.5998C101.154 14.5842 102.89 14.8974 104.527 15.5237C106.043 16.1054 107.43 16.9871 108.611 18.1181C109.764 19.2454 110.676 20.6036 111.291 22.1075C111.943 23.7385 112.267 25.4862 112.245 27.2473C112.254 28.2798 112.127 29.3088 111.867 30.3067C111.638 31.1838 111.312 32.0315 110.895 32.8337C110.524 33.5511 110.065 34.2173 109.528 34.8162C109.053 35.3546 108.523 35.8388 107.945 36.2602V36.3336H113.942V39.8886L113.936 39.9009ZM99.424 18.5464C98.3059 18.5378 97.1978 18.7626 96.1679 19.2072C95.1848 19.6344 94.2957 20.2586 93.5534 21.0429C92.8085 21.8368 92.2238 22.7723 91.8324 23.7963C91.4 24.9034 91.1841 26.0862 91.1968 27.2779C91.1826 28.5062 91.3858 29.7271 91.7964 30.8818C92.1609 31.9136 92.7305 32.8573 93.4695 33.6536C94.1983 34.4267 95.0763 35.0371 96.048 35.4464C98.1674 36.2987 100.525 36.2987 102.644 35.4464C103.628 35.0392 104.518 34.4288 105.259 33.6536C106.005 32.8559 106.586 31.9133 106.968 30.8818C107.773 28.5932 107.783 26.0919 106.998 23.7963C106.641 22.7704 106.077 21.8324 105.343 21.0429C104.614 20.2586 103.737 19.6341 102.764 19.2072C101.701 18.7542 100.558 18.5292 99.4061 18.5464H99.424Z' fill='%2312306C'/%3e%3cpath d='M135.362 30.8451C135.382 32.2238 135.125 33.5921 134.606 34.8652C134.142 36.0198 133.445 37.0621 132.561 37.9246C131.674 38.7735 130.627 39.4311 129.485 39.8582C126.989 40.7637 124.264 40.7637 121.768 39.8582C120.622 39.4297 119.572 38.7724 118.679 37.9246C117.787 37.0692 117.089 36.0249 116.634 34.8652C116.127 33.5891 115.876 32.222 115.897 30.8451V15.2358H120.202V30.6676C120.203 31.3903 120.293 32.11 120.472 32.8093C120.648 33.4983 120.956 34.145 121.378 34.7122C121.823 35.2911 122.397 35.7544 123.051 36.0645C123.868 36.4119 124.744 36.5907 125.629 36.5907C126.514 36.5907 127.391 36.4119 128.208 36.0645C128.86 35.7511 129.433 35.2884 129.881 34.7122C130.303 34.1461 130.609 33.4989 130.78 32.8093C130.964 32.1108 131.057 31.3908 131.056 30.6676V15.2358H135.356V30.8451H135.362Z' fill='%2312306C'/%3e%3cpath d='M139.625 15.2358H155.636V19.0662H143.919V25.3381H155.013V29.0094H143.919V35.9726H156.242V39.8764H139.625V15.2358Z' fill='%2312306C'/%3e%3cpath d='M159.599 15.2358H165.296L176.527 33.6965H176.599V15.2358H180.899V39.901H175.436L163.965 20.8468H163.899V39.901H159.593V15.2358H159.599Z' fill='%2312306C'/%3e%3cpath d='M202.817 21.0183C202.187 20.1423 201.323 19.4707 200.328 19.0847C199.305 18.6662 198.211 18.4583 197.109 18.473C196.007 18.4877 194.918 18.7247 193.906 19.1704C192.917 19.6256 192.028 20.279 191.291 21.0917C190.544 21.9184 189.963 22.8873 189.582 23.9431C189.177 25.0823 188.974 26.2862 188.983 27.4982C188.975 28.748 189.178 29.9899 189.582 31.1695C189.935 32.2337 190.499 33.2126 191.237 34.0454C191.959 34.8373 192.838 35.4631 193.816 35.8811C194.885 36.3349 196.034 36.5599 197.192 36.5419C198.388 36.5644 199.572 36.2959 200.646 35.7587C201.595 35.2709 202.417 34.5599 203.045 33.6844L206.493 36.132C205.442 37.4893 204.097 38.5804 202.565 39.3199C200.872 40.1052 199.027 40.4921 197.168 40.4519C195.389 40.4728 193.623 40.1489 191.963 39.4974C190.438 38.9223 189.047 38.0304 187.877 36.8781C186.708 35.7258 185.786 34.3382 185.169 32.8033C184.517 31.1232 184.193 29.3294 184.216 27.5227C184.189 25.6884 184.532 23.8682 185.223 22.1747C185.855 20.6392 186.797 19.2569 187.987 18.1179C189.187 16.9839 190.598 16.1078 192.137 15.5418C193.799 14.9251 195.556 14.6183 197.324 14.6362C198.128 14.6402 198.931 14.7159 199.723 14.8626C200.544 15.0085 201.348 15.2423 202.121 15.5602C202.887 15.8677 203.619 16.2574 204.304 16.7228C204.975 17.1738 205.564 17.7412 206.043 18.3994L202.817 21.0183Z' fill='%2312306C'/%3e%3cpath d='M208.28 15.2358H212.585V39.901H208.28V15.2358Z' fill='%2312306C'/%3e%3cpath d='M217.076 15.2358H222.779L234.011 33.6965H234.077V15.2358H238.382V39.901H232.913L221.43 20.8468H221.358V39.901H217.076V15.2358Z' fill='%2312306C'/%3e%3cpath d='M264 38.6103C262.708 39.2379 261.35 39.7122 259.952 40.0237C258.286 40.3799 256.587 40.5482 254.885 40.5255C253.056 40.5493 251.238 40.2256 249.524 39.5709C247.975 38.9711 246.56 38.0597 245.363 36.8909C244.189 35.7257 243.265 34.3258 242.646 32.779C241.979 31.1028 241.644 29.3078 241.663 27.4985C241.636 25.6643 241.979 23.8441 242.67 22.1506C243.308 20.6228 244.254 19.249 245.447 18.1183C246.646 16.9843 248.058 16.1083 249.596 15.5423C251.258 14.925 253.015 14.6182 254.783 14.6367C256.586 14.6144 258.38 14.9019 260.09 15.4872C261.521 15.956 262.842 16.7205 263.97 17.7328L260.972 21.0064C260.248 20.2351 259.371 19.6301 258.399 19.2319C257.262 18.7375 256.037 18.4876 254.801 18.4977C253.611 18.4804 252.43 18.718 251.335 19.1952C250.33 19.6376 249.429 20.2925 248.691 21.1165C247.949 21.9441 247.374 22.9131 247 23.9679C246.591 25.1063 246.388 26.3107 246.4 27.523C246.382 28.7736 246.585 30.0172 247 31.1943C247.374 32.2605 247.955 33.2386 248.709 34.0701C249.462 34.8931 250.38 35.5401 251.401 35.9669C252.544 36.4353 253.767 36.6662 254.999 36.6461C256.638 36.6779 258.268 36.3828 259.796 35.7773V29.4504H254.705V25.828H263.958V38.6103H264Z' fill='%2312306C'/%3e%3cpath d='M113.876 36.9395C113.876 36.6213 113.462 36.3275 113.918 36.3275L117.516 39.5036C117.756 39.7116 117.69 39.883 117.378 39.883H113.936C113.624 39.883 113.894 39.6198 113.894 39.3016L113.876 36.9395Z' fill='%2312306C'/%3e%3cpath d='M255.155 26.8004C255.155 26.4822 255.155 25.7907 254.747 25.8275L251.119 29.0708C250.885 29.2788 250.945 29.4502 251.263 29.4502H254.987C255.305 29.4502 254.753 29.187 254.753 28.8382L255.155 26.8004Z' fill='%2312306C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.902 55.7917C221.446 55.6675 221.975 55.4828 222.48 55.241V50.2663H218.882L217.472 51.5268C217.376 51.6125 217.4 51.6798 217.52 51.6798H220.86V54.1274C220.265 54.3665 219.629 54.483 218.99 54.47C218.509 54.4768 218.032 54.3853 217.586 54.2008C217.189 54.0346 216.832 53.7843 216.537 53.4665C216.245 53.1415 216.019 52.761 215.871 52.3468C215.713 51.8933 215.636 51.4145 215.643 50.9333C215.637 50.462 215.714 49.9935 215.871 49.5504C216.019 49.1395 216.243 48.7614 216.531 48.4368C216.82 48.1176 217.171 47.8634 217.562 47.6903C217.987 47.5074 218.444 47.4157 218.906 47.421C219.388 47.4177 219.865 47.5156 220.309 47.7086C220.688 47.8626 221.029 48.0985 221.31 48.4001L222.468 47.1212C222.028 46.7286 221.513 46.4328 220.956 46.2523C220.293 46.0205 219.595 45.9067 218.894 45.9158C218.205 45.9114 217.521 46.0316 216.873 46.2707C216.275 46.4914 215.726 46.8327 215.26 47.2742C214.799 47.719 214.433 48.2566 214.186 48.8529C213.917 49.5113 213.784 50.2198 213.796 50.9333C213.788 51.6354 213.916 52.3322 214.174 52.9831C214.415 53.5834 214.775 54.127 215.23 54.5801C215.695 55.0365 216.246 55.3924 216.849 55.6265C217.516 55.8802 218.223 56.0067 218.936 55.9997C219.597 56.0031 220.256 55.9334 220.902 55.7917Z' fill='%2312306C'/%3e%3cpath d='M97.4694 50.915C97.4582 50.2041 97.5888 49.4984 97.8532 48.8406C98.088 48.2452 98.4436 47.7072 98.8966 47.2619C99.3554 46.8196 99.8983 46.478 100.492 46.2584C101.135 46.0188 101.816 45.8987 102.501 45.9035C103.193 45.8977 103.882 46.0179 104.533 46.2584C105.13 46.4778 105.677 46.8192 106.14 47.2619C106.599 47.7049 106.959 48.2433 107.196 48.8406C107.699 50.1695 107.699 51.6421 107.196 52.9709C106.955 53.5713 106.595 54.1148 106.14 54.568C105.679 55.0219 105.132 55.3758 104.533 55.6082C103.885 55.8637 103.195 55.9904 102.501 55.9815C101.814 55.9886 101.132 55.8619 100.492 55.6082C99.8968 55.3792 99.355 55.0265 98.9008 54.5725C98.4466 54.1185 98.0899 53.5731 97.8532 52.9709C97.5899 52.3193 97.4593 51.6198 97.4694 50.915ZM99.2684 50.915C99.264 51.398 99.341 51.8782 99.4962 52.3346C99.6424 52.7477 99.8688 53.1265 100.162 53.4482C100.448 53.7637 100.795 54.0157 101.181 54.1886C101.594 54.3683 102.04 54.458 102.489 54.4517C102.941 54.4579 103.391 54.3683 103.808 54.1886C104.196 54.0173 104.546 53.7652 104.833 53.4482C105.126 53.1265 105.353 52.7477 105.499 52.3346C105.659 51.8793 105.738 51.3986 105.733 50.915C105.737 50.4454 105.658 49.9788 105.499 49.5382C105.351 49.1273 105.127 48.7492 104.839 48.4245C104.554 48.1063 104.207 47.8521 103.82 47.678C103.399 47.4951 102.946 47.4034 102.489 47.4088C102.035 47.4033 101.586 47.495 101.169 47.678C100.785 47.8539 100.44 48.1079 100.156 48.4245C99.868 48.7492 99.6441 49.1273 99.4962 49.5382C99.3502 49.9815 99.2812 50.4474 99.2923 50.915H99.2684Z' fill='%2312306C'/%3e%3cpath d='M116.455 52.2183C116.463 52.7535 116.363 53.2848 116.161 53.7786C115.981 54.2264 115.712 54.6308 115.369 54.9657C115.022 55.2947 114.615 55.5505 114.17 55.7183C113.2 56.0693 112.142 56.0693 111.172 55.7183C110.727 55.5505 110.32 55.2947 109.973 54.9657C109.627 54.6327 109.355 54.2279 109.175 53.7786C108.977 53.2835 108.879 52.7528 108.887 52.2183V46.1482H110.56V52.1509C110.561 52.4319 110.597 52.7117 110.668 52.9831C110.734 53.2505 110.855 53.5007 111.022 53.7174C111.193 53.9452 111.415 54.1278 111.67 54.2498C112.311 54.5191 113.031 54.5191 113.672 54.2498C113.927 54.1258 114.151 53.9437 114.326 53.7174C114.491 53.5004 114.61 53.2502 114.674 52.9831C114.745 52.7117 114.781 52.4319 114.782 52.1509V46.1482H116.455V52.2183Z' fill='%2312306C'/%3e%3cpath d='M120.161 47.6412H117.282V46.1482H124.73V47.6412H121.852V55.7367H120.179L120.161 47.6412Z' fill='%2312306C'/%3e%3cpath d='M130.607 48.1556C130.41 47.8919 130.152 47.6818 129.857 47.5437C129.552 47.3938 129.218 47.3144 128.88 47.3112C128.678 47.3098 128.476 47.3344 128.28 47.3846C128.091 47.4321 127.911 47.5107 127.746 47.6171C127.589 47.7214 127.456 47.8592 127.357 48.021C127.25 48.2058 127.197 48.4184 127.207 48.6328C127.2 48.8273 127.245 49.0199 127.339 49.1896C127.43 49.3464 127.555 49.4802 127.704 49.5812C127.878 49.7036 128.068 49.8004 128.268 49.8688L128.994 50.1136C129.299 50.2115 129.593 50.3216 129.935 50.4501C130.252 50.5758 130.55 50.7446 130.823 50.9519C131.095 51.1621 131.319 51.4291 131.482 51.7351C131.668 52.0991 131.759 52.5058 131.746 52.916C131.755 53.3809 131.659 53.8416 131.464 54.2621C131.29 54.6336 131.036 54.9599 130.721 55.2167C130.4 55.4788 130.031 55.6723 129.635 55.7857C129.209 55.9141 128.766 55.978 128.322 55.9754C127.707 55.975 127.097 55.8589 126.523 55.6327C125.968 55.4212 125.475 55.0697 125.09 54.6109L126.289 53.4728C126.528 53.8051 126.846 54.0702 127.213 54.2438C127.564 54.4247 127.952 54.521 128.346 54.5252C128.548 54.5243 128.749 54.4996 128.946 54.4518C129.153 54.4139 129.35 54.3349 129.527 54.2193C129.692 54.1053 129.829 53.9546 129.929 53.7787C130.038 53.5791 130.09 53.3523 130.079 53.124C130.085 52.9075 130.026 52.6942 129.911 52.5122C129.785 52.3373 129.626 52.1896 129.443 52.0777C129.226 51.9454 128.995 51.8387 128.754 51.7595L127.92 51.4781C127.63 51.3851 127.346 51.2748 127.069 51.1477C126.788 51.0295 126.53 50.8617 126.307 50.652C126.075 50.4377 125.887 50.1775 125.755 49.8872C125.601 49.5312 125.527 49.1443 125.54 48.7552C125.528 48.3154 125.632 47.8804 125.839 47.4947C126.034 47.1468 126.302 46.8479 126.625 46.6198C126.959 46.3854 127.33 46.2116 127.722 46.1058C128.131 45.9944 128.552 45.9368 128.976 45.9344C129.472 45.9374 129.964 46.0242 130.433 46.1914C130.908 46.3547 131.343 46.6196 131.71 46.9685L130.607 48.1556Z' fill='%2312306C'/%3e%3cpath d='M133.371 46.1482H135.985L138.426 52.9586H138.468L140.866 46.1482H143.499V55.7367H141.838V48.0328H141.808L138.959 55.7367H137.802L134.99 48.0328H134.96V55.7367H133.371V46.1482Z' fill='%2312306C'/%3e%3cpath d='M148.404 46.1482H149.855L153.903 55.7367H151.99L151.115 53.5461H147.037L146.191 55.7367H144.321L148.404 46.1482ZM150.527 52.0836L149.082 48.1797L147.607 52.0836H150.527Z' fill='%2312306C'/%3e%3cpath d='M154.754 46.1482H158.022C158.455 46.1483 158.888 46.1955 159.311 46.2889C159.704 46.3751 160.079 46.5349 160.415 46.7601C160.738 46.9755 161.005 47.2672 161.194 47.6106C161.398 48.0064 161.499 48.4488 161.488 48.8956C161.508 49.52 161.294 50.1285 160.888 50.5967C160.471 51.0562 159.92 51.3671 159.317 51.484L161.824 55.7367H159.809L157.632 51.6736H156.433V55.7367H154.76V46.1482H154.754ZM157.794 50.2785C158.035 50.2784 158.276 50.26 158.514 50.2234C158.737 50.1914 158.953 50.1232 159.155 50.0215C159.348 49.9246 159.512 49.7767 159.629 49.5932C159.759 49.3807 159.823 49.1336 159.815 48.8834C159.818 48.6663 159.757 48.4534 159.641 48.2715C159.527 48.1067 159.377 47.9706 159.203 47.8738C159.018 47.7674 158.815 47.6988 158.604 47.6718C158.388 47.6358 158.169 47.6174 157.95 47.6168H156.433V50.3091L157.794 50.2785Z' fill='%2312306C'/%3e%3cpath d='M164.907 47.6412H162.022V46.1482H169.458V47.6412H166.574V55.7367H164.907V47.6412Z' fill='%2312306C'/%3e%3cpath d='M176.186 51.5819L172.654 46.1482H174.699L177.062 50.1867L179.46 46.1482H181.397L177.865 51.5819V55.7367H176.192V51.5819H176.186Z' fill='%2312306C'/%3e%3cpath d='M181.697 50.915C181.687 50.2048 181.815 49.4997 182.075 48.8406C182.314 48.2461 182.671 47.7085 183.124 47.2619C183.583 46.8196 184.126 46.478 184.719 46.2584C185.363 46.0183 186.043 45.8981 186.728 45.9035C187.421 45.8977 188.109 46.0179 188.761 46.2584C189.357 46.4793 189.904 46.8206 190.368 47.2619C190.826 47.7049 191.186 48.2433 191.423 48.8406C191.927 50.1695 191.927 51.6421 191.423 52.9709C191.182 53.5713 190.823 54.1148 190.368 54.568C189.906 55.0208 189.359 55.3745 188.761 55.6082C188.113 55.8637 187.423 55.9904 186.728 55.9815C186.041 55.99 185.359 55.8632 184.719 55.6082C184.124 55.3757 183.581 55.0218 183.124 54.568C182.674 54.1117 182.318 53.5688 182.075 52.9709C181.816 52.318 181.688 51.6191 181.697 50.915ZM183.496 50.915C183.493 51.3983 183.572 51.8786 183.73 52.3346C183.876 52.7477 184.102 53.1265 184.395 53.4482C184.682 53.7637 185.029 54.0157 185.415 54.1886C185.828 54.3683 186.273 54.458 186.722 54.4517C187.175 54.4579 187.624 54.3683 188.041 54.1886C188.43 54.0173 188.779 53.7652 189.067 53.4482C189.36 53.1265 189.586 52.7477 189.732 52.3346C189.887 51.8782 189.965 51.398 189.96 50.915C189.964 50.446 189.886 49.98 189.732 49.5382C189.584 49.1273 189.36 48.7492 189.073 48.4245C188.787 48.1063 188.44 47.8521 188.053 47.678C187.632 47.4956 187.179 47.4039 186.722 47.4088C186.269 47.4033 185.819 47.495 185.403 47.678C185.018 47.8522 184.673 48.1065 184.389 48.4245C184.101 48.7492 183.878 49.1273 183.73 49.5382C183.586 49.9819 183.519 50.4478 183.532 50.915H183.496Z' fill='%2312306C'/%3e%3cpath d='M200.7 52.2183C200.709 52.7535 200.609 53.2848 200.406 53.7786C200.224 54.2268 199.953 54.6311 199.609 54.9657C199.263 55.2966 198.855 55.5526 198.409 55.7183C197.44 56.0693 196.381 56.0693 195.411 55.7183C194.966 55.552 194.558 55.296 194.212 54.9657C193.866 54.6327 193.594 54.2279 193.414 53.7786C193.217 53.2835 193.119 52.7528 193.126 52.2183V46.1482H194.799V52.1509C194.793 52.4352 194.823 52.7191 194.889 52.9954C194.955 53.2628 195.076 53.513 195.243 53.7297C195.414 53.9574 195.636 54.14 195.891 54.262C196.532 54.5313 197.252 54.5313 197.894 54.262C198.148 54.1365 198.371 53.9546 198.547 53.7297C198.71 53.5111 198.828 53.2614 198.895 52.9954C198.966 52.7239 199.002 52.4442 199.003 52.1632V46.1604H200.676V52.2305L200.7 52.2183Z' fill='%2312306C'/%3e%3cpath d='M202.511 46.1482H205.773C206.207 46.148 206.639 46.1952 207.062 46.2889C207.457 46.3763 207.833 46.5359 208.172 46.7601C208.494 46.9745 208.76 47.2666 208.945 47.6106C209.152 48.0054 209.253 48.4484 209.239 48.8956C209.259 49.52 209.045 50.1285 208.639 50.5967C208.221 51.0552 207.671 51.3659 207.068 51.484L209.575 55.7367H207.56L205.383 51.6736H204.184V55.7367H202.511V46.1482ZM205.551 50.2785C205.79 50.2783 206.029 50.2599 206.265 50.2234C206.49 50.1914 206.708 50.1233 206.912 50.0215C207.103 49.9237 207.264 49.7759 207.38 49.5932C207.512 49.3816 207.577 49.1338 207.566 48.8834C207.571 48.6669 207.512 48.4539 207.398 48.2715C207.282 48.1064 207.13 47.9704 206.954 47.8738C206.77 47.7666 206.566 47.698 206.355 47.6718C206.137 47.6358 205.916 47.6174 205.695 47.6168H204.184V50.3091L205.551 50.2785Z' fill='%2312306C'/%3e%3cpath d='M224.116 46.1482H230.341V47.6412H225.79V50.0888H230.107V51.5268H225.79V54.2192H230.587V55.7367H224.116V46.1482Z' fill='%2312306C'/%3e%3cpath d='M232.02 46.1482H234.233L238.598 53.3258H238.628V46.1482H240.301V55.7367H238.178L233.717 48.3266V55.7367H232.05L232.02 46.1482Z' fill='%2312306C'/%3e%3cpath d='M242.364 46.1482H248.594V47.6412H244.061V50.0888H248.379V51.5268H244.061V54.2192H248.858V55.7367H242.364V46.1482Z' fill='%2312306C'/%3e%3cpath d='M255.052 48.1557C254.855 47.892 254.598 47.6819 254.303 47.5438C254 47.394 253.668 47.3146 253.331 47.3113C253.129 47.3106 252.928 47.3353 252.732 47.3847C252.544 47.4318 252.366 47.5104 252.204 47.6172C252.045 47.7189 251.911 47.8572 251.814 48.0211C251.705 48.2052 251.651 48.4178 251.658 48.6329C251.651 48.8274 251.697 49.02 251.79 49.1897C251.882 49.3464 252.007 49.4802 252.156 49.5813C252.33 49.7025 252.52 49.7992 252.72 49.8689L253.451 50.1136C253.751 50.2115 254.051 50.3216 254.387 50.4501C254.704 50.5744 255.003 50.7433 255.274 50.9519C255.546 51.1636 255.773 51.4302 255.94 51.735C256.123 52.0996 256.212 52.5063 256.198 52.9159C256.207 53.3808 256.11 53.8416 255.916 54.262C255.744 54.6332 255.492 54.9596 255.178 55.2165C254.855 55.4787 254.484 55.6722 254.087 55.7856C253.661 55.9148 253.218 55.9788 252.774 55.9752C252.158 55.9749 251.549 55.8587 250.975 55.6326C250.421 55.4197 249.928 55.0684 249.542 54.6108L250.741 53.4727C250.982 53.8035 251.299 54.0684 251.664 54.2437C252.198 54.5242 252.814 54.5981 253.397 54.4517C253.595 54.4037 253.782 54.3187 253.949 54.2008C254.111 54.0849 254.246 53.9346 254.345 53.7603C254.456 53.5613 254.51 53.3344 254.501 53.1056C254.504 52.8884 254.444 52.6751 254.327 52.4937C254.202 52.3174 254.043 52.1694 253.859 52.0593C253.642 51.9259 253.411 51.8191 253.169 51.7412L252.336 51.4597C252.046 51.3657 251.762 51.2554 251.484 51.1293C251.205 51.0081 250.948 50.8407 250.723 50.6337C250.492 50.418 250.304 50.1581 250.171 49.8689C250.019 49.5124 249.947 49.1255 249.961 48.7369C249.948 48.2976 250.049 47.8626 250.255 47.4765C250.451 47.1299 250.719 46.8313 251.041 46.6015C251.376 46.366 251.75 46.1921 252.144 46.0876C252.553 45.9754 252.974 45.9178 253.397 45.9163C253.892 45.9196 254.382 46.0065 254.848 46.1732C255.325 46.3379 255.762 46.6026 256.132 46.9503L255.052 48.1557Z' fill='%2312306C'/%3e%3cpath d='M263.79 49.0608C263.797 49.4816 263.716 49.8992 263.55 50.2846C263.399 50.6443 263.181 50.9706 262.908 51.2452C262.629 51.5089 262.304 51.7165 261.949 51.8571C261.57 52.0212 261.161 52.1025 260.75 52.0957C260.338 52.101 259.93 52.0198 259.55 51.8571C259.193 51.7151 258.863 51.5078 258.579 51.2452C258.156 50.8155 257.869 50.2669 257.753 49.6696C257.638 49.0722 257.7 48.4534 257.931 47.8921C258.082 47.5272 258.302 47.1964 258.579 46.9193C258.86 46.6401 259.189 46.4161 259.55 46.2584C259.93 46.0957 260.338 46.0145 260.75 46.0198C261.161 46.0131 261.57 46.0944 261.949 46.2584C262.307 46.4148 262.632 46.639 262.908 46.9193C263.182 47.1983 263.4 47.5287 263.55 47.8921C263.707 48.2609 263.789 48.6586 263.79 49.0608ZM263.31 49.0608C263.309 48.3728 263.042 47.713 262.567 47.2252C262.338 46.9855 262.064 46.7942 261.763 46.6623C261.449 46.529 261.113 46.4603 260.774 46.4603C260.434 46.4603 260.098 46.529 259.784 46.6623C259.477 46.7939 259.198 46.9851 258.963 47.2252C258.729 47.4636 258.544 47.7463 258.417 48.0574C258.282 48.3762 258.213 48.7198 258.213 49.067C258.213 49.4141 258.282 49.7577 258.417 50.0765C258.545 50.3849 258.731 50.6653 258.963 50.9026C259.2 51.137 259.479 51.3238 259.784 51.4533C260.097 51.5907 260.433 51.6615 260.774 51.6615C261.114 51.6615 261.45 51.5907 261.763 51.4533C262.372 51.1916 262.856 50.6975 263.112 50.0765C263.245 49.7553 263.313 49.4096 263.31 49.0608ZM261.415 50.7557L260.75 49.4524H260.366V50.7557H259.424V47.2313H260.911C261.081 47.2315 261.25 47.2499 261.415 47.2864C261.576 47.3208 261.73 47.3828 261.871 47.4699C262.007 47.5567 262.122 47.6738 262.207 47.8126C262.292 47.976 262.334 48.1598 262.327 48.3449C262.337 48.5658 262.269 48.7831 262.135 48.9568C262.007 49.1238 261.834 49.2492 261.637 49.3178L262.519 50.768L261.415 50.7557ZM261.331 48.3572C261.334 48.304 261.321 48.2512 261.294 48.2055C261.268 48.1597 261.228 48.1231 261.181 48.1002C261.086 48.0474 260.978 48.02 260.87 48.0206H260.366V48.7488H260.851C260.969 48.7516 261.083 48.7127 261.175 48.6386C261.223 48.6097 261.263 48.5685 261.29 48.5191C261.317 48.4698 261.332 48.4139 261.331 48.3572Z' fill='%2312306C'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_3494_6908' x1='23.5139' y1='55.8227' x2='23.5139' y2='0.208171' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23ADEBFF'/%3e%3cstop offset='1' stop-color='%23003D92'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear_3494_6908' x1='16.0184' y1='55.8226' x2='16.0184' y2='0.208369' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.23' stop-color='%23551077'/%3e%3cstop offset='1' stop-color='%23F4DEFF'/%3e%3c/linearGradient%3e%3clinearGradient id='paint2_linear_3494_6908' x1='23.5144' y1='28.1346' x2='23.5144' y2='0.323991' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%235795C9'/%3e%3cstop offset='1' stop-color='%23003D92'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e\";\n export default img;","var img = \"data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='m17 7-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5zM4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4V5z'%3e%3c/path%3e%3c/svg%3e\";\n export default img;","var img = \"data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2c-2.5 0-4.71-1.28-6-3.22.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08-1.29 1.94-3.5 3.22-6 3.22z'%3e%3c/path%3e%3c/svg%3e\";\n export default img;",null,"var img = \"data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.6 16L0 14.4L6.4 8L0 1.6L1.6 0L8 6.4L14.4 0L16 1.6L9.6 8L16 14.4L14.4 16L8 9.6L1.6 16Z' fill='%2312306C'/%3e%3c/svg%3e\";\n export default img;","var img = \"data:image/svg+xml,%3csvg width='25' height='13' viewBox='0 0 25 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.5834 11.7544C24.5834 12.2356 24.0445 12.625 23.3811 12.625L13.7023 12.625C13.3835 12.625 13.0777 12.5333 12.8522 12.37C12.6267 12.2067 12.5 11.9853 12.5 11.7544C12.5 11.5235 12.6267 11.302 12.8522 11.1387C13.0777 10.9755 13.3835 10.8837 13.7023 10.8837L23.3811 10.8837C23.7 10.8837 24.0058 10.9755 24.2312 11.1387C24.4567 11.302 24.5834 11.5235 24.5834 11.7544Z' fill='%2312306C'/%3e%3cpath d='M24.5834 6.49998C24.5834 6.98123 24.0445 7.37061 23.3811 7.37061L1.619 7.3706C1.30013 7.3706 0.994322 7.27888 0.768848 7.1156C0.543375 6.95233 0.416704 6.73088 0.416704 6.49998C0.416704 6.26908 0.543375 6.04763 0.768849 5.88435C0.994322 5.72108 1.30013 5.62935 1.619 5.62935L23.3811 5.62936C23.7 5.62936 24.0058 5.72108 24.2312 5.88436C24.4567 6.04763 24.5834 6.26908 24.5834 6.49998Z' fill='%2312306C'/%3e%3cpath d='M23.3811 2.11621C23.6999 2.11621 24.0058 2.02449 24.2312 1.86121C24.4567 1.69794 24.5834 1.47649 24.5834 1.24559C24.5834 1.01468 24.4567 0.793238 24.2312 0.629964C24.0058 0.466691 23.7 0.374964 23.3811 0.374964L8.869 0.374963C8.55013 0.374963 8.24432 0.46669 8.01885 0.629964C7.79337 0.793237 7.6667 1.01468 7.6667 1.24559C7.6667 1.47649 7.79337 1.69794 8.01885 1.86121C8.24432 2.02449 8.55013 2.11621 8.869 2.11621L23.3811 2.11621Z' fill='%2312306C'/%3e%3c/svg%3e\";\n export default img;"],"names":["hasOwn","hasOwnProperty","classNames","classes","i","arguments","length","arg","argType","push","this","Array","isArray","apply","toString","Object","prototype","includes","key","call","join","module","exports","default","window","bind","Button","hint","label","loading","disabled","customClass","variant","onClick","React","createElement","title","className","src","img","styles","Dropdown","forwardRef","icon","children","dismissOnClickOutside","onToggle","ref","dropdownRef","useRef","isOpen","setIsOpen","useState","useEffect","document","addEventListener","handleClickOutside","removeEventListener","useImperativeHandle","close","event","current","contains","target","withIcon","type","preventDefault","dropdownToggle","alt","caretDownIcon","dropdownContent","hidden","Chip","dropdownItems","showDropdown","setShowDropdown","chip","chipButton","chipImageWrapper","chipImage","userAvatar","chipLabel","chipDropdown","map","item","idx","Fragment","chipDropdownItem","_a","itemIcon","itemLabel","mobileChipItems","mobileChipItem","main","itemIconWrapper","Header","user","mainLinks","auxiliaryLinks","searchComponent","bannerComponent","onRequestSignIn","onRequestSignOut","onRequestHomePage","onRequestMyAccount","mobileMenuOpen","setMobileMenuOpen","closeMobileMenu","header","wrapper","links","menuActions","name","avatarImageUrl","myAccountIcon","signOutIcon","signInButton","toggleMenuButton","mobileMenu","openByDefault","caretPosition","accordionToggle","accordionContent","appName","version","lastUpdated","description","tooltipContent","backgroundImage","tooltipRef","showTooltip","setShowTooltip","appBar","style","undefined","appId","titleWrapper","content","appInfoWrapper","appInfo","appTooltipWrapper","appTooltipToggle","appTooltipContent","value","placeholder","showClearButton","onChange","autoComplete","clearButton"],"mappings":"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","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"index.js","sources":["../node_modules/classnames/bind.js","../src/components/Atoms/Link/Link.tsx","../src/components/Atoms/Button/Button.tsx","../src/assets/images/spinners/main.svg","../src/assets/images/icons/caret-down-filled.svg","../src/components/Atoms/Dropdown/Dropdown.tsx","../src/components/Atoms/TextField/TextField.tsx","../src/components/Atoms/Accordion/Accordion.tsx","../src/assets/images/icons/user-avatar.svg","../src/components/Molecules/Chip/Chip.tsx","../src/assets/images/icons/help.svg","../src/components/Molecules/AppBar/AppBar.tsx","../src/assets/images/logos/sequencing.svg","../src/assets/images/icons/sign-out.svg","../src/assets/images/icons/account.svg","../src/components/Organisms/Header/Header.tsx","../src/assets/images/icons/close.svg","../src/assets/images/icons/menu.svg"],"sourcesContent":["/*!\n\tCopyright (c) 2018 Jed Watson.\n\tLicensed under the MIT License (MIT), see\n\thttp://jedwatson.github.io/classnames\n*/\n/* global define */\n\n(function () {\n\t'use strict';\n\n\tvar hasOwn = {}.hasOwnProperty;\n\n\tfunction classNames () {\n\t\tvar classes = [];\n\n\t\tfor (var i = 0; i < arguments.length; i++) {\n\t\t\tvar arg = arguments[i];\n\t\t\tif (!arg) continue;\n\n\t\t\tvar argType = typeof arg;\n\n\t\t\tif (argType === 'string' || argType === 'number') {\n\t\t\t\tclasses.push(this && this[arg] || arg);\n\t\t\t} else if (Array.isArray(arg)) {\n\t\t\t\tclasses.push(classNames.apply(this, arg));\n\t\t\t} else if (argType === 'object') {\n\t\t\t\tif (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes('[native code]')) {\n\t\t\t\t\tclasses.push(arg.toString());\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tfor (var key in arg) {\n\t\t\t\t\tif (hasOwn.call(arg, key) && arg[key]) {\n\t\t\t\t\t\tclasses.push(this && this[key] || key);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn classes.join(' ');\n\t}\n\n\tif (typeof module !== 'undefined' && module.exports) {\n\t\tclassNames.default = classNames;\n\t\tmodule.exports = classNames;\n\t} else if (typeof define === 'function' && typeof define.amd === 'object' && define.amd) {\n\t\t// register as 'classnames', consistent with npm package name\n\t\tdefine('classnames', [], function () {\n\t\t\treturn classNames;\n\t\t});\n\t} else {\n\t\twindow.classNames = classNames;\n\t}\n}());\n",null,null,"var img = \"data:image/svg+xml,%3csvg width='16' height='16' stroke='rgba(0%2c 0%2c 0%2c .26)' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cstyle%3e.spinner_V8m1%7btransform-origin:center%3banimation:spinner_zKoa 2s linear infinite%7d.spinner_V8m1 circle%7bstroke-linecap:round%3banimation:spinner_YpZS 1.5s ease-in-out infinite%7d%40keyframes spinner_zKoa%7b100%25%7btransform:rotate(360deg)%7d%7d%40keyframes spinner_YpZS%7b0%25%7bstroke-dasharray:0 150%3bstroke-dashoffset:0%7d47.5%25%7bstroke-dasharray:42 150%3bstroke-dashoffset:-16%7d95%25%2c100%25%7bstroke-dasharray:42 150%3bstroke-dashoffset:-59%7d%7d%3c/style%3e %3cg class='spinner_V8m1'%3e %3ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='2'%3e%3c/circle%3e %3c/g%3e%3c/svg%3e\";\n export default img;","var img = \"data:image/svg+xml,%3csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.56153 0.75411C4.88925 0.415298 5.42716 0.415297 5.75487 0.754109L9.91715 5.05737C10.4363 5.59406 10.0616 6.5 9.32049 6.5H0.99592C0.254841 6.5 -0.119853 5.59406 0.399253 5.05737L4.56153 0.75411Z' fill='%2312306C'/%3e%3c/svg%3e\";\n export default img;",null,null,null,"var img = \"data:image/svg+xml,%3csvg width='20' height='23' viewBox='0 0 20 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.8673 20.4381C19.4647 20.3178 19.8189 19.6914 19.5172 19.162C18.8216 17.9412 17.7177 16.8685 16.3024 16.0526C14.4943 15.0103 12.279 14.4453 10 14.4453C7.72101 14.4453 5.50569 15.0103 3.69764 16.0526C2.28231 16.8685 1.17845 17.9412 0.482764 19.162C0.181052 19.6914 0.535286 20.3178 1.13268 20.4381L2.1062 20.634C7.31647 21.6829 12.6835 21.6829 17.8938 20.634L18.8673 20.4381Z' fill='white'/%3e%3cellipse cx='9.99967' cy='6.66667' rx='6.66667' ry='6.66667' fill='white'/%3e%3c/svg%3e\";\n export default img;",null,"var img = \"data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M8.955 15.0768C9.27 15.0768 9.5364 14.9679 9.7542 14.7501C9.9714 14.5329 10.08 14.2668 10.08 13.9518C10.08 13.6368 9.9714 13.3707 9.7542 13.1535C9.5364 12.9357 9.27 12.8268 8.955 12.8268C8.64 12.8268 8.3736 12.9357 8.1558 13.1535C7.9386 13.3707 7.83 13.6368 7.83 13.9518C7.83 14.2668 7.9386 14.5329 8.1558 14.7501C8.3736 14.9679 8.64 15.0768 8.955 15.0768ZM8.145 11.6118H9.81C9.81 11.1168 9.8664 10.7268 9.9792 10.4418C10.0914 10.1568 10.41 9.76676 10.935 9.27176C11.325 8.88176 11.6325 8.51036 11.8575 8.15756C12.0825 7.80536 12.195 7.38176 12.195 6.88676C12.195 6.04676 11.8875 5.40176 11.2725 4.95176C10.6575 4.50176 9.93 4.27676 9.09 4.27676C8.235 4.27676 7.5414 4.50176 7.0092 4.95176C6.4764 5.40176 6.105 5.94176 5.895 6.57176L7.38 7.15676C7.455 6.88676 7.6239 6.59426 7.8867 6.27926C8.1489 5.96426 8.55 5.80676 9.09 5.80676C9.57 5.80676 9.93 5.93786 10.17 6.20006C10.41 6.46286 10.53 6.75176 10.53 7.06676C10.53 7.36676 10.44 7.64786 10.26 7.91006C10.08 8.17286 9.855 8.41676 9.585 8.64176C8.925 9.22676 8.52 9.66926 8.37 9.96926C8.22 10.2693 8.145 10.8168 8.145 11.6118ZM9 18.6768C7.755 18.6768 6.585 18.4404 5.49 17.9676C4.395 17.4954 3.4425 16.8543 2.6325 16.0443C1.8225 15.2343 1.1814 14.2818 0.7092 13.1868C0.2364 12.0918 0 10.9218 0 9.67676C0 8.43176 0.2364 7.26176 0.7092 6.16676C1.1814 5.07176 1.8225 4.11926 2.6325 3.30926C3.4425 2.49926 4.395 1.85786 5.49 1.38506C6.585 0.912858 7.755 0.676758 9 0.676758C10.245 0.676758 11.415 0.912858 12.51 1.38506C13.605 1.85786 14.5575 2.49926 15.3675 3.30926C16.1775 4.11926 16.8186 5.07176 17.2908 6.16676C17.7636 7.26176 18 8.43176 18 9.67676C18 10.9218 17.7636 12.0918 17.2908 13.1868C16.8186 14.2818 16.1775 15.2343 15.3675 16.0443C14.5575 16.8543 13.605 17.4954 12.51 17.9676C11.415 18.4404 10.245 18.6768 9 18.6768Z' fill='white'/%3e%3c/svg%3e\";\n export default img;",null,"var img = \"data:image/svg+xml,%3csvg width='264' height='56' viewBox='0 0 264 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.48 2.06219C14.2492 -0.23851 10.7952 -0.428194 8.84636 1.59716C6.89748 3.62251 7.08337 7.10415 9.31409 9.38649L23.5319 23.8944C24.6008 24.9935 25.2006 26.4792 25.2006 28.0277C25.2006 29.5761 24.6008 31.0618 23.5319 32.161L9.31409 46.6688C7.08337 48.9451 6.8735 52.4451 8.84636 54.4582C10.8192 56.4713 14.2432 56.2571 16.48 53.9809L37.8636 32.161C38.9325 31.0618 39.5324 29.5761 39.5324 28.0277C39.5324 26.4792 38.9325 24.9935 37.8636 23.8944L16.48 2.06219Z' fill='url(%23paint0_linear_3494_6908)'/%3e%3cpath d='M19.7364 50.0585L26.3866 43.2848L19.7544 36.5173L13.1162 43.2848L19.7364 50.0585Z' fill='%236D6E70'/%3e%3cpath d='M23.0524 53.9685C25.2831 56.2448 28.7191 56.4589 30.686 54.4458C32.6529 52.4327 32.443 48.9389 30.2183 46.6565L16.0005 32.1487C14.9286 31.0512 14.3268 29.5649 14.3268 28.0155C14.3268 26.466 14.9286 24.9797 16.0005 23.8822L30.2183 9.3744C32.443 7.09819 32.6589 3.59209 30.686 1.58511C28.7131 -0.421873 25.2891 -0.213833 23.0524 2.06238L1.66871 23.8822C0.599812 24.9813 0 26.467 0 28.0155C0 29.5639 0.599812 31.0496 1.66871 32.1487L23.0524 53.9685Z' fill='url(%23paint1_linear_3494_6908)'/%3e%3cpath d='M19.7363 19.4761L26.3865 12.709L19.7363 5.93567L13.0981 12.709L19.7363 19.4761Z' fill='%236D6E70'/%3e%3cpath d='M23.5324 24.0043C24.0616 24.5474 24.4802 25.1919 24.7643 25.9008C25.0483 26.6096 25.1921 27.3688 25.1875 28.1346H39.5132C39.5153 27.3681 39.3691 26.6087 39.0831 25.8999C38.797 25.1912 38.3767 24.547 37.8462 24.0043L16.4805 2.20863C14.2498 -0.0615028 10.8137 -0.275665 8.84688 1.73135C6.88001 3.73836 7.08389 7.2384 9.31461 9.52077L23.5324 24.0043Z' fill='url(%23paint2_linear_3494_6908)'/%3e%3cpath d='M61.4782 20.3878C60.9602 19.7359 60.2986 19.218 59.5473 18.8764C58.7686 18.4797 57.9111 18.2704 57.0408 18.2645C56.5335 18.2673 56.0283 18.3309 55.5357 18.4542C55.0529 18.583 54.5934 18.7895 54.1744 19.0661C53.7645 19.3314 53.4198 19.6894 53.167 20.1124C52.8933 20.5795 52.756 21.1165 52.7712 21.6605C52.7574 22.1604 52.8754 22.6549 53.1131 23.0923C53.3504 23.4953 53.6718 23.84 54.0545 24.1019C54.5062 24.4061 54.9938 24.6508 55.5057 24.8301C56.0753 25.0442 56.705 25.2523 57.3826 25.442C58.1561 25.6989 58.9597 25.9865 59.7812 26.3108C60.6003 26.6296 61.3714 27.0642 62.0719 27.6019C62.7721 28.1457 63.3523 28.8336 63.7749 29.6211C64.2512 30.5655 64.4805 31.6193 64.4405 32.6806C64.4664 33.8756 64.2223 35.0607 63.7269 36.1439C63.2741 37.0937 62.6208 37.9296 61.814 38.5914C60.9833 39.2611 60.0318 39.7579 59.0137 40.0538C57.9175 40.3832 56.7803 40.5481 55.6376 40.5433C54.0597 40.5434 52.4957 40.2425 51.0263 39.6561C49.5957 39.1172 48.3256 38.211 47.3384 37.025L50.4146 34.1002C51.025 34.9568 51.8405 35.6394 52.7832 36.0827C53.689 36.5518 54.6879 36.803 55.7036 36.8169C56.2206 36.8128 56.7356 36.7492 57.2387 36.6273C57.747 36.5063 58.2276 36.2861 58.6539 35.9787C59.0712 35.6806 59.4209 35.2946 59.6793 34.8467C59.9586 34.3307 60.0954 33.747 60.075 33.1579C60.0965 32.5825 59.9391 32.0149 59.6253 31.5364C59.3065 31.0835 58.8978 30.704 58.426 30.4227C57.8592 30.0798 57.2556 29.8047 56.627 29.6028L54.4743 28.8746C53.7327 28.6346 53.0041 28.3548 52.2915 28.0364C51.587 27.7081 50.939 27.2659 50.3726 26.7269C49.7763 26.1745 49.2933 25.5069 48.9515 24.7628C48.5621 23.8446 48.3758 22.8501 48.4058 21.8502C48.3737 20.7206 48.6388 19.6029 49.1733 18.6133C49.6702 17.7211 50.3566 16.9537 51.1822 16.3677C52.0462 15.7669 53.0059 15.3239 54.0185 15.0582C55.0708 14.7707 56.1553 14.6246 57.2447 14.6238C58.5172 14.6312 59.7798 14.8545 60.9805 15.2846C62.2038 15.7055 63.3272 16.3829 64.2786 17.2733L61.4782 20.3878Z' fill='%2312306C'/%3e%3cpath d='M67.9008 15.2358H83.9116V19.0662H72.2003V25.3381H83.2939V29.0094H72.2003V35.9726H84.5532V39.8764H67.8948V15.2358H67.9008Z' fill='%2312306C'/%3e%3cpath d='M113.936 39.9009H99.3401C97.5462 39.9233 95.7616 39.6336 94.0631 39.0442C92.557 38.5272 91.174 37.6934 90.0035 36.5967C88.8574 35.4845 87.9648 34.1288 87.389 32.6257C86.7524 30.9189 86.441 29.1038 86.4715 27.2779C86.4493 25.515 86.7799 23.7661 87.443 22.1381C88.0626 20.6204 88.9858 19.2512 90.1534 18.1181C91.3456 16.9877 92.7431 16.1064 94.267 15.5237C95.9106 14.8988 97.6522 14.5857 99.4061 14.5998C101.154 14.5842 102.89 14.8974 104.527 15.5237C106.043 16.1054 107.43 16.9871 108.611 18.1181C109.764 19.2454 110.676 20.6036 111.291 22.1075C111.943 23.7385 112.267 25.4862 112.245 27.2473C112.254 28.2798 112.127 29.3088 111.867 30.3067C111.638 31.1838 111.312 32.0315 110.895 32.8337C110.524 33.5511 110.065 34.2173 109.528 34.8162C109.053 35.3546 108.523 35.8388 107.945 36.2602V36.3336H113.942V39.8886L113.936 39.9009ZM99.424 18.5464C98.3059 18.5378 97.1978 18.7626 96.1679 19.2072C95.1848 19.6344 94.2957 20.2586 93.5534 21.0429C92.8085 21.8368 92.2238 22.7723 91.8324 23.7963C91.4 24.9034 91.1841 26.0862 91.1968 27.2779C91.1826 28.5062 91.3858 29.7271 91.7964 30.8818C92.1609 31.9136 92.7305 32.8573 93.4695 33.6536C94.1983 34.4267 95.0763 35.0371 96.048 35.4464C98.1674 36.2987 100.525 36.2987 102.644 35.4464C103.628 35.0392 104.518 34.4288 105.259 33.6536C106.005 32.8559 106.586 31.9133 106.968 30.8818C107.773 28.5932 107.783 26.0919 106.998 23.7963C106.641 22.7704 106.077 21.8324 105.343 21.0429C104.614 20.2586 103.737 19.6341 102.764 19.2072C101.701 18.7542 100.558 18.5292 99.4061 18.5464H99.424Z' fill='%2312306C'/%3e%3cpath d='M135.362 30.8451C135.382 32.2238 135.125 33.5921 134.606 34.8652C134.142 36.0198 133.445 37.0621 132.561 37.9246C131.674 38.7735 130.627 39.4311 129.485 39.8582C126.989 40.7637 124.264 40.7637 121.768 39.8582C120.622 39.4297 119.572 38.7724 118.679 37.9246C117.787 37.0692 117.089 36.0249 116.634 34.8652C116.127 33.5891 115.876 32.222 115.897 30.8451V15.2358H120.202V30.6676C120.203 31.3903 120.293 32.11 120.472 32.8093C120.648 33.4983 120.956 34.145 121.378 34.7122C121.823 35.2911 122.397 35.7544 123.051 36.0645C123.868 36.4119 124.744 36.5907 125.629 36.5907C126.514 36.5907 127.391 36.4119 128.208 36.0645C128.86 35.7511 129.433 35.2884 129.881 34.7122C130.303 34.1461 130.609 33.4989 130.78 32.8093C130.964 32.1108 131.057 31.3908 131.056 30.6676V15.2358H135.356V30.8451H135.362Z' fill='%2312306C'/%3e%3cpath d='M139.625 15.2358H155.636V19.0662H143.919V25.3381H155.013V29.0094H143.919V35.9726H156.242V39.8764H139.625V15.2358Z' fill='%2312306C'/%3e%3cpath d='M159.599 15.2358H165.296L176.527 33.6965H176.599V15.2358H180.899V39.901H175.436L163.965 20.8468H163.899V39.901H159.593V15.2358H159.599Z' fill='%2312306C'/%3e%3cpath d='M202.817 21.0183C202.187 20.1423 201.323 19.4707 200.328 19.0847C199.305 18.6662 198.211 18.4583 197.109 18.473C196.007 18.4877 194.918 18.7247 193.906 19.1704C192.917 19.6256 192.028 20.279 191.291 21.0917C190.544 21.9184 189.963 22.8873 189.582 23.9431C189.177 25.0823 188.974 26.2862 188.983 27.4982C188.975 28.748 189.178 29.9899 189.582 31.1695C189.935 32.2337 190.499 33.2126 191.237 34.0454C191.959 34.8373 192.838 35.4631 193.816 35.8811C194.885 36.3349 196.034 36.5599 197.192 36.5419C198.388 36.5644 199.572 36.2959 200.646 35.7587C201.595 35.2709 202.417 34.5599 203.045 33.6844L206.493 36.132C205.442 37.4893 204.097 38.5804 202.565 39.3199C200.872 40.1052 199.027 40.4921 197.168 40.4519C195.389 40.4728 193.623 40.1489 191.963 39.4974C190.438 38.9223 189.047 38.0304 187.877 36.8781C186.708 35.7258 185.786 34.3382 185.169 32.8033C184.517 31.1232 184.193 29.3294 184.216 27.5227C184.189 25.6884 184.532 23.8682 185.223 22.1747C185.855 20.6392 186.797 19.2569 187.987 18.1179C189.187 16.9839 190.598 16.1078 192.137 15.5418C193.799 14.9251 195.556 14.6183 197.324 14.6362C198.128 14.6402 198.931 14.7159 199.723 14.8626C200.544 15.0085 201.348 15.2423 202.121 15.5602C202.887 15.8677 203.619 16.2574 204.304 16.7228C204.975 17.1738 205.564 17.7412 206.043 18.3994L202.817 21.0183Z' fill='%2312306C'/%3e%3cpath d='M208.28 15.2358H212.585V39.901H208.28V15.2358Z' fill='%2312306C'/%3e%3cpath d='M217.076 15.2358H222.779L234.011 33.6965H234.077V15.2358H238.382V39.901H232.913L221.43 20.8468H221.358V39.901H217.076V15.2358Z' fill='%2312306C'/%3e%3cpath d='M264 38.6103C262.708 39.2379 261.35 39.7122 259.952 40.0237C258.286 40.3799 256.587 40.5482 254.885 40.5255C253.056 40.5493 251.238 40.2256 249.524 39.5709C247.975 38.9711 246.56 38.0597 245.363 36.8909C244.189 35.7257 243.265 34.3258 242.646 32.779C241.979 31.1028 241.644 29.3078 241.663 27.4985C241.636 25.6643 241.979 23.8441 242.67 22.1506C243.308 20.6228 244.254 19.249 245.447 18.1183C246.646 16.9843 248.058 16.1083 249.596 15.5423C251.258 14.925 253.015 14.6182 254.783 14.6367C256.586 14.6144 258.38 14.9019 260.09 15.4872C261.521 15.956 262.842 16.7205 263.97 17.7328L260.972 21.0064C260.248 20.2351 259.371 19.6301 258.399 19.2319C257.262 18.7375 256.037 18.4876 254.801 18.4977C253.611 18.4804 252.43 18.718 251.335 19.1952C250.33 19.6376 249.429 20.2925 248.691 21.1165C247.949 21.9441 247.374 22.9131 247 23.9679C246.591 25.1063 246.388 26.3107 246.4 27.523C246.382 28.7736 246.585 30.0172 247 31.1943C247.374 32.2605 247.955 33.2386 248.709 34.0701C249.462 34.8931 250.38 35.5401 251.401 35.9669C252.544 36.4353 253.767 36.6662 254.999 36.6461C256.638 36.6779 258.268 36.3828 259.796 35.7773V29.4504H254.705V25.828H263.958V38.6103H264Z' fill='%2312306C'/%3e%3cpath d='M113.876 36.9395C113.876 36.6213 113.462 36.3275 113.918 36.3275L117.516 39.5036C117.756 39.7116 117.69 39.883 117.378 39.883H113.936C113.624 39.883 113.894 39.6198 113.894 39.3016L113.876 36.9395Z' fill='%2312306C'/%3e%3cpath d='M255.155 26.8004C255.155 26.4822 255.155 25.7907 254.747 25.8275L251.119 29.0708C250.885 29.2788 250.945 29.4502 251.263 29.4502H254.987C255.305 29.4502 254.753 29.187 254.753 28.8382L255.155 26.8004Z' fill='%2312306C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.902 55.7917C221.446 55.6675 221.975 55.4828 222.48 55.241V50.2663H218.882L217.472 51.5268C217.376 51.6125 217.4 51.6798 217.52 51.6798H220.86V54.1274C220.265 54.3665 219.629 54.483 218.99 54.47C218.509 54.4768 218.032 54.3853 217.586 54.2008C217.189 54.0346 216.832 53.7843 216.537 53.4665C216.245 53.1415 216.019 52.761 215.871 52.3468C215.713 51.8933 215.636 51.4145 215.643 50.9333C215.637 50.462 215.714 49.9935 215.871 49.5504C216.019 49.1395 216.243 48.7614 216.531 48.4368C216.82 48.1176 217.171 47.8634 217.562 47.6903C217.987 47.5074 218.444 47.4157 218.906 47.421C219.388 47.4177 219.865 47.5156 220.309 47.7086C220.688 47.8626 221.029 48.0985 221.31 48.4001L222.468 47.1212C222.028 46.7286 221.513 46.4328 220.956 46.2523C220.293 46.0205 219.595 45.9067 218.894 45.9158C218.205 45.9114 217.521 46.0316 216.873 46.2707C216.275 46.4914 215.726 46.8327 215.26 47.2742C214.799 47.719 214.433 48.2566 214.186 48.8529C213.917 49.5113 213.784 50.2198 213.796 50.9333C213.788 51.6354 213.916 52.3322 214.174 52.9831C214.415 53.5834 214.775 54.127 215.23 54.5801C215.695 55.0365 216.246 55.3924 216.849 55.6265C217.516 55.8802 218.223 56.0067 218.936 55.9997C219.597 56.0031 220.256 55.9334 220.902 55.7917Z' fill='%2312306C'/%3e%3cpath d='M97.4694 50.915C97.4582 50.2041 97.5888 49.4984 97.8532 48.8406C98.088 48.2452 98.4436 47.7072 98.8966 47.2619C99.3554 46.8196 99.8983 46.478 100.492 46.2584C101.135 46.0188 101.816 45.8987 102.501 45.9035C103.193 45.8977 103.882 46.0179 104.533 46.2584C105.13 46.4778 105.677 46.8192 106.14 47.2619C106.599 47.7049 106.959 48.2433 107.196 48.8406C107.699 50.1695 107.699 51.6421 107.196 52.9709C106.955 53.5713 106.595 54.1148 106.14 54.568C105.679 55.0219 105.132 55.3758 104.533 55.6082C103.885 55.8637 103.195 55.9904 102.501 55.9815C101.814 55.9886 101.132 55.8619 100.492 55.6082C99.8968 55.3792 99.355 55.0265 98.9008 54.5725C98.4466 54.1185 98.0899 53.5731 97.8532 52.9709C97.5899 52.3193 97.4593 51.6198 97.4694 50.915ZM99.2684 50.915C99.264 51.398 99.341 51.8782 99.4962 52.3346C99.6424 52.7477 99.8688 53.1265 100.162 53.4482C100.448 53.7637 100.795 54.0157 101.181 54.1886C101.594 54.3683 102.04 54.458 102.489 54.4517C102.941 54.4579 103.391 54.3683 103.808 54.1886C104.196 54.0173 104.546 53.7652 104.833 53.4482C105.126 53.1265 105.353 52.7477 105.499 52.3346C105.659 51.8793 105.738 51.3986 105.733 50.915C105.737 50.4454 105.658 49.9788 105.499 49.5382C105.351 49.1273 105.127 48.7492 104.839 48.4245C104.554 48.1063 104.207 47.8521 103.82 47.678C103.399 47.4951 102.946 47.4034 102.489 47.4088C102.035 47.4033 101.586 47.495 101.169 47.678C100.785 47.8539 100.44 48.1079 100.156 48.4245C99.868 48.7492 99.6441 49.1273 99.4962 49.5382C99.3502 49.9815 99.2812 50.4474 99.2923 50.915H99.2684Z' fill='%2312306C'/%3e%3cpath d='M116.455 52.2183C116.463 52.7535 116.363 53.2848 116.161 53.7786C115.981 54.2264 115.712 54.6308 115.369 54.9657C115.022 55.2947 114.615 55.5505 114.17 55.7183C113.2 56.0693 112.142 56.0693 111.172 55.7183C110.727 55.5505 110.32 55.2947 109.973 54.9657C109.627 54.6327 109.355 54.2279 109.175 53.7786C108.977 53.2835 108.879 52.7528 108.887 52.2183V46.1482H110.56V52.1509C110.561 52.4319 110.597 52.7117 110.668 52.9831C110.734 53.2505 110.855 53.5007 111.022 53.7174C111.193 53.9452 111.415 54.1278 111.67 54.2498C112.311 54.5191 113.031 54.5191 113.672 54.2498C113.927 54.1258 114.151 53.9437 114.326 53.7174C114.491 53.5004 114.61 53.2502 114.674 52.9831C114.745 52.7117 114.781 52.4319 114.782 52.1509V46.1482H116.455V52.2183Z' fill='%2312306C'/%3e%3cpath d='M120.161 47.6412H117.282V46.1482H124.73V47.6412H121.852V55.7367H120.179L120.161 47.6412Z' fill='%2312306C'/%3e%3cpath d='M130.607 48.1556C130.41 47.8919 130.152 47.6818 129.857 47.5437C129.552 47.3938 129.218 47.3144 128.88 47.3112C128.678 47.3098 128.476 47.3344 128.28 47.3846C128.091 47.4321 127.911 47.5107 127.746 47.6171C127.589 47.7214 127.456 47.8592 127.357 48.021C127.25 48.2058 127.197 48.4184 127.207 48.6328C127.2 48.8273 127.245 49.0199 127.339 49.1896C127.43 49.3464 127.555 49.4802 127.704 49.5812C127.878 49.7036 128.068 49.8004 128.268 49.8688L128.994 50.1136C129.299 50.2115 129.593 50.3216 129.935 50.4501C130.252 50.5758 130.55 50.7446 130.823 50.9519C131.095 51.1621 131.319 51.4291 131.482 51.7351C131.668 52.0991 131.759 52.5058 131.746 52.916C131.755 53.3809 131.659 53.8416 131.464 54.2621C131.29 54.6336 131.036 54.9599 130.721 55.2167C130.4 55.4788 130.031 55.6723 129.635 55.7857C129.209 55.9141 128.766 55.978 128.322 55.9754C127.707 55.975 127.097 55.8589 126.523 55.6327C125.968 55.4212 125.475 55.0697 125.09 54.6109L126.289 53.4728C126.528 53.8051 126.846 54.0702 127.213 54.2438C127.564 54.4247 127.952 54.521 128.346 54.5252C128.548 54.5243 128.749 54.4996 128.946 54.4518C129.153 54.4139 129.35 54.3349 129.527 54.2193C129.692 54.1053 129.829 53.9546 129.929 53.7787C130.038 53.5791 130.09 53.3523 130.079 53.124C130.085 52.9075 130.026 52.6942 129.911 52.5122C129.785 52.3373 129.626 52.1896 129.443 52.0777C129.226 51.9454 128.995 51.8387 128.754 51.7595L127.92 51.4781C127.63 51.3851 127.346 51.2748 127.069 51.1477C126.788 51.0295 126.53 50.8617 126.307 50.652C126.075 50.4377 125.887 50.1775 125.755 49.8872C125.601 49.5312 125.527 49.1443 125.54 48.7552C125.528 48.3154 125.632 47.8804 125.839 47.4947C126.034 47.1468 126.302 46.8479 126.625 46.6198C126.959 46.3854 127.33 46.2116 127.722 46.1058C128.131 45.9944 128.552 45.9368 128.976 45.9344C129.472 45.9374 129.964 46.0242 130.433 46.1914C130.908 46.3547 131.343 46.6196 131.71 46.9685L130.607 48.1556Z' fill='%2312306C'/%3e%3cpath d='M133.371 46.1482H135.985L138.426 52.9586H138.468L140.866 46.1482H143.499V55.7367H141.838V48.0328H141.808L138.959 55.7367H137.802L134.99 48.0328H134.96V55.7367H133.371V46.1482Z' fill='%2312306C'/%3e%3cpath d='M148.404 46.1482H149.855L153.903 55.7367H151.99L151.115 53.5461H147.037L146.191 55.7367H144.321L148.404 46.1482ZM150.527 52.0836L149.082 48.1797L147.607 52.0836H150.527Z' fill='%2312306C'/%3e%3cpath d='M154.754 46.1482H158.022C158.455 46.1483 158.888 46.1955 159.311 46.2889C159.704 46.3751 160.079 46.5349 160.415 46.7601C160.738 46.9755 161.005 47.2672 161.194 47.6106C161.398 48.0064 161.499 48.4488 161.488 48.8956C161.508 49.52 161.294 50.1285 160.888 50.5967C160.471 51.0562 159.92 51.3671 159.317 51.484L161.824 55.7367H159.809L157.632 51.6736H156.433V55.7367H154.76V46.1482H154.754ZM157.794 50.2785C158.035 50.2784 158.276 50.26 158.514 50.2234C158.737 50.1914 158.953 50.1232 159.155 50.0215C159.348 49.9246 159.512 49.7767 159.629 49.5932C159.759 49.3807 159.823 49.1336 159.815 48.8834C159.818 48.6663 159.757 48.4534 159.641 48.2715C159.527 48.1067 159.377 47.9706 159.203 47.8738C159.018 47.7674 158.815 47.6988 158.604 47.6718C158.388 47.6358 158.169 47.6174 157.95 47.6168H156.433V50.3091L157.794 50.2785Z' fill='%2312306C'/%3e%3cpath d='M164.907 47.6412H162.022V46.1482H169.458V47.6412H166.574V55.7367H164.907V47.6412Z' fill='%2312306C'/%3e%3cpath d='M176.186 51.5819L172.654 46.1482H174.699L177.062 50.1867L179.46 46.1482H181.397L177.865 51.5819V55.7367H176.192V51.5819H176.186Z' fill='%2312306C'/%3e%3cpath d='M181.697 50.915C181.687 50.2048 181.815 49.4997 182.075 48.8406C182.314 48.2461 182.671 47.7085 183.124 47.2619C183.583 46.8196 184.126 46.478 184.719 46.2584C185.363 46.0183 186.043 45.8981 186.728 45.9035C187.421 45.8977 188.109 46.0179 188.761 46.2584C189.357 46.4793 189.904 46.8206 190.368 47.2619C190.826 47.7049 191.186 48.2433 191.423 48.8406C191.927 50.1695 191.927 51.6421 191.423 52.9709C191.182 53.5713 190.823 54.1148 190.368 54.568C189.906 55.0208 189.359 55.3745 188.761 55.6082C188.113 55.8637 187.423 55.9904 186.728 55.9815C186.041 55.99 185.359 55.8632 184.719 55.6082C184.124 55.3757 183.581 55.0218 183.124 54.568C182.674 54.1117 182.318 53.5688 182.075 52.9709C181.816 52.318 181.688 51.6191 181.697 50.915ZM183.496 50.915C183.493 51.3983 183.572 51.8786 183.73 52.3346C183.876 52.7477 184.102 53.1265 184.395 53.4482C184.682 53.7637 185.029 54.0157 185.415 54.1886C185.828 54.3683 186.273 54.458 186.722 54.4517C187.175 54.4579 187.624 54.3683 188.041 54.1886C188.43 54.0173 188.779 53.7652 189.067 53.4482C189.36 53.1265 189.586 52.7477 189.732 52.3346C189.887 51.8782 189.965 51.398 189.96 50.915C189.964 50.446 189.886 49.98 189.732 49.5382C189.584 49.1273 189.36 48.7492 189.073 48.4245C188.787 48.1063 188.44 47.8521 188.053 47.678C187.632 47.4956 187.179 47.4039 186.722 47.4088C186.269 47.4033 185.819 47.495 185.403 47.678C185.018 47.8522 184.673 48.1065 184.389 48.4245C184.101 48.7492 183.878 49.1273 183.73 49.5382C183.586 49.9819 183.519 50.4478 183.532 50.915H183.496Z' fill='%2312306C'/%3e%3cpath d='M200.7 52.2183C200.709 52.7535 200.609 53.2848 200.406 53.7786C200.224 54.2268 199.953 54.6311 199.609 54.9657C199.263 55.2966 198.855 55.5526 198.409 55.7183C197.44 56.0693 196.381 56.0693 195.411 55.7183C194.966 55.552 194.558 55.296 194.212 54.9657C193.866 54.6327 193.594 54.2279 193.414 53.7786C193.217 53.2835 193.119 52.7528 193.126 52.2183V46.1482H194.799V52.1509C194.793 52.4352 194.823 52.7191 194.889 52.9954C194.955 53.2628 195.076 53.513 195.243 53.7297C195.414 53.9574 195.636 54.14 195.891 54.262C196.532 54.5313 197.252 54.5313 197.894 54.262C198.148 54.1365 198.371 53.9546 198.547 53.7297C198.71 53.5111 198.828 53.2614 198.895 52.9954C198.966 52.7239 199.002 52.4442 199.003 52.1632V46.1604H200.676V52.2305L200.7 52.2183Z' fill='%2312306C'/%3e%3cpath d='M202.511 46.1482H205.773C206.207 46.148 206.639 46.1952 207.062 46.2889C207.457 46.3763 207.833 46.5359 208.172 46.7601C208.494 46.9745 208.76 47.2666 208.945 47.6106C209.152 48.0054 209.253 48.4484 209.239 48.8956C209.259 49.52 209.045 50.1285 208.639 50.5967C208.221 51.0552 207.671 51.3659 207.068 51.484L209.575 55.7367H207.56L205.383 51.6736H204.184V55.7367H202.511V46.1482ZM205.551 50.2785C205.79 50.2783 206.029 50.2599 206.265 50.2234C206.49 50.1914 206.708 50.1233 206.912 50.0215C207.103 49.9237 207.264 49.7759 207.38 49.5932C207.512 49.3816 207.577 49.1338 207.566 48.8834C207.571 48.6669 207.512 48.4539 207.398 48.2715C207.282 48.1064 207.13 47.9704 206.954 47.8738C206.77 47.7666 206.566 47.698 206.355 47.6718C206.137 47.6358 205.916 47.6174 205.695 47.6168H204.184V50.3091L205.551 50.2785Z' fill='%2312306C'/%3e%3cpath d='M224.116 46.1482H230.341V47.6412H225.79V50.0888H230.107V51.5268H225.79V54.2192H230.587V55.7367H224.116V46.1482Z' fill='%2312306C'/%3e%3cpath d='M232.02 46.1482H234.233L238.598 53.3258H238.628V46.1482H240.301V55.7367H238.178L233.717 48.3266V55.7367H232.05L232.02 46.1482Z' fill='%2312306C'/%3e%3cpath d='M242.364 46.1482H248.594V47.6412H244.061V50.0888H248.379V51.5268H244.061V54.2192H248.858V55.7367H242.364V46.1482Z' fill='%2312306C'/%3e%3cpath d='M255.052 48.1557C254.855 47.892 254.598 47.6819 254.303 47.5438C254 47.394 253.668 47.3146 253.331 47.3113C253.129 47.3106 252.928 47.3353 252.732 47.3847C252.544 47.4318 252.366 47.5104 252.204 47.6172C252.045 47.7189 251.911 47.8572 251.814 48.0211C251.705 48.2052 251.651 48.4178 251.658 48.6329C251.651 48.8274 251.697 49.02 251.79 49.1897C251.882 49.3464 252.007 49.4802 252.156 49.5813C252.33 49.7025 252.52 49.7992 252.72 49.8689L253.451 50.1136C253.751 50.2115 254.051 50.3216 254.387 50.4501C254.704 50.5744 255.003 50.7433 255.274 50.9519C255.546 51.1636 255.773 51.4302 255.94 51.735C256.123 52.0996 256.212 52.5063 256.198 52.9159C256.207 53.3808 256.11 53.8416 255.916 54.262C255.744 54.6332 255.492 54.9596 255.178 55.2165C254.855 55.4787 254.484 55.6722 254.087 55.7856C253.661 55.9148 253.218 55.9788 252.774 55.9752C252.158 55.9749 251.549 55.8587 250.975 55.6326C250.421 55.4197 249.928 55.0684 249.542 54.6108L250.741 53.4727C250.982 53.8035 251.299 54.0684 251.664 54.2437C252.198 54.5242 252.814 54.5981 253.397 54.4517C253.595 54.4037 253.782 54.3187 253.949 54.2008C254.111 54.0849 254.246 53.9346 254.345 53.7603C254.456 53.5613 254.51 53.3344 254.501 53.1056C254.504 52.8884 254.444 52.6751 254.327 52.4937C254.202 52.3174 254.043 52.1694 253.859 52.0593C253.642 51.9259 253.411 51.8191 253.169 51.7412L252.336 51.4597C252.046 51.3657 251.762 51.2554 251.484 51.1293C251.205 51.0081 250.948 50.8407 250.723 50.6337C250.492 50.418 250.304 50.1581 250.171 49.8689C250.019 49.5124 249.947 49.1255 249.961 48.7369C249.948 48.2976 250.049 47.8626 250.255 47.4765C250.451 47.1299 250.719 46.8313 251.041 46.6015C251.376 46.366 251.75 46.1921 252.144 46.0876C252.553 45.9754 252.974 45.9178 253.397 45.9163C253.892 45.9196 254.382 46.0065 254.848 46.1732C255.325 46.3379 255.762 46.6026 256.132 46.9503L255.052 48.1557Z' fill='%2312306C'/%3e%3cpath d='M263.79 49.0608C263.797 49.4816 263.716 49.8992 263.55 50.2846C263.399 50.6443 263.181 50.9706 262.908 51.2452C262.629 51.5089 262.304 51.7165 261.949 51.8571C261.57 52.0212 261.161 52.1025 260.75 52.0957C260.338 52.101 259.93 52.0198 259.55 51.8571C259.193 51.7151 258.863 51.5078 258.579 51.2452C258.156 50.8155 257.869 50.2669 257.753 49.6696C257.638 49.0722 257.7 48.4534 257.931 47.8921C258.082 47.5272 258.302 47.1964 258.579 46.9193C258.86 46.6401 259.189 46.4161 259.55 46.2584C259.93 46.0957 260.338 46.0145 260.75 46.0198C261.161 46.0131 261.57 46.0944 261.949 46.2584C262.307 46.4148 262.632 46.639 262.908 46.9193C263.182 47.1983 263.4 47.5287 263.55 47.8921C263.707 48.2609 263.789 48.6586 263.79 49.0608ZM263.31 49.0608C263.309 48.3728 263.042 47.713 262.567 47.2252C262.338 46.9855 262.064 46.7942 261.763 46.6623C261.449 46.529 261.113 46.4603 260.774 46.4603C260.434 46.4603 260.098 46.529 259.784 46.6623C259.477 46.7939 259.198 46.9851 258.963 47.2252C258.729 47.4636 258.544 47.7463 258.417 48.0574C258.282 48.3762 258.213 48.7198 258.213 49.067C258.213 49.4141 258.282 49.7577 258.417 50.0765C258.545 50.3849 258.731 50.6653 258.963 50.9026C259.2 51.137 259.479 51.3238 259.784 51.4533C260.097 51.5907 260.433 51.6615 260.774 51.6615C261.114 51.6615 261.45 51.5907 261.763 51.4533C262.372 51.1916 262.856 50.6975 263.112 50.0765C263.245 49.7553 263.313 49.4096 263.31 49.0608ZM261.415 50.7557L260.75 49.4524H260.366V50.7557H259.424V47.2313H260.911C261.081 47.2315 261.25 47.2499 261.415 47.2864C261.576 47.3208 261.73 47.3828 261.871 47.4699C262.007 47.5567 262.122 47.6738 262.207 47.8126C262.292 47.976 262.334 48.1598 262.327 48.3449C262.337 48.5658 262.269 48.7831 262.135 48.9568C262.007 49.1238 261.834 49.2492 261.637 49.3178L262.519 50.768L261.415 50.7557ZM261.331 48.3572C261.334 48.304 261.321 48.2512 261.294 48.2055C261.268 48.1597 261.228 48.1231 261.181 48.1002C261.086 48.0474 260.978 48.02 260.87 48.0206H260.366V48.7488H260.851C260.969 48.7516 261.083 48.7127 261.175 48.6386C261.223 48.6097 261.263 48.5685 261.29 48.5191C261.317 48.4698 261.332 48.4139 261.331 48.3572Z' fill='%2312306C'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_3494_6908' x1='23.5139' y1='55.8227' x2='23.5139' y2='0.208171' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23ADEBFF'/%3e%3cstop offset='1' stop-color='%23003D92'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear_3494_6908' x1='16.0184' y1='55.8226' x2='16.0184' y2='0.208369' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.23' stop-color='%23551077'/%3e%3cstop offset='1' stop-color='%23F4DEFF'/%3e%3c/linearGradient%3e%3clinearGradient id='paint2_linear_3494_6908' x1='23.5144' y1='28.1346' x2='23.5144' y2='0.323991' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%235795C9'/%3e%3cstop offset='1' stop-color='%23003D92'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e\";\n export default img;","var img = \"data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='m17 7-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5zM4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4V5z'%3e%3c/path%3e%3c/svg%3e\";\n export default img;","var img = \"data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2c-2.5 0-4.71-1.28-6-3.22.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08-1.29 1.94-3.5 3.22-6 3.22z'%3e%3c/path%3e%3c/svg%3e\";\n export default img;",null,"var img = \"data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.6 16L0 14.4L6.4 8L0 1.6L1.6 0L8 6.4L14.4 0L16 1.6L9.6 8L16 14.4L14.4 16L8 9.6L1.6 16Z' fill='%2312306C'/%3e%3c/svg%3e\";\n export default img;","var img = \"data:image/svg+xml,%3csvg width='25' height='13' viewBox='0 0 25 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.5834 11.7544C24.5834 12.2356 24.0445 12.625 23.3811 12.625L13.7023 12.625C13.3835 12.625 13.0777 12.5333 12.8522 12.37C12.6267 12.2067 12.5 11.9853 12.5 11.7544C12.5 11.5235 12.6267 11.302 12.8522 11.1387C13.0777 10.9755 13.3835 10.8837 13.7023 10.8837L23.3811 10.8837C23.7 10.8837 24.0058 10.9755 24.2312 11.1387C24.4567 11.302 24.5834 11.5235 24.5834 11.7544Z' fill='%2312306C'/%3e%3cpath d='M24.5834 6.49998C24.5834 6.98123 24.0445 7.37061 23.3811 7.37061L1.619 7.3706C1.30013 7.3706 0.994322 7.27888 0.768848 7.1156C0.543375 6.95233 0.416704 6.73088 0.416704 6.49998C0.416704 6.26908 0.543375 6.04763 0.768849 5.88435C0.994322 5.72108 1.30013 5.62935 1.619 5.62935L23.3811 5.62936C23.7 5.62936 24.0058 5.72108 24.2312 5.88436C24.4567 6.04763 24.5834 6.26908 24.5834 6.49998Z' fill='%2312306C'/%3e%3cpath d='M23.3811 2.11621C23.6999 2.11621 24.0058 2.02449 24.2312 1.86121C24.4567 1.69794 24.5834 1.47649 24.5834 1.24559C24.5834 1.01468 24.4567 0.793238 24.2312 0.629964C24.0058 0.466691 23.7 0.374964 23.3811 0.374964L8.869 0.374963C8.55013 0.374963 8.24432 0.46669 8.01885 0.629964C7.79337 0.793237 7.6667 1.01468 7.6667 1.24559C7.6667 1.47649 7.79337 1.69794 8.01885 1.86121C8.24432 2.02449 8.55013 2.11621 8.869 2.11621L23.3811 2.11621Z' fill='%2312306C'/%3e%3c/svg%3e\";\n export default img;"],"names":["hasOwn","hasOwnProperty","classNames","classes","i","arguments","length","arg","argType","push","this","Array","isArray","apply","toString","Object","prototype","includes","key","call","join","module","exports","default","window","bind","Button","hint","label","loading","disabled","customClass","variant","onClick","React","createElement","title","className","src","img","styles","Dropdown","forwardRef","icon","children","dismissOnClickOutside","onToggle","ref","dropdownRef","useRef","isOpen","setIsOpen","useState","useEffect","document","addEventListener","handleClickOutside","removeEventListener","useImperativeHandle","close","event","current","contains","target","withIcon","type","preventDefault","dropdownToggle","alt","caretDownIcon","dropdownContent","hidden","Chip","dropdownItems","showDropdown","setShowDropdown","chip","chipButton","chipImageWrapper","chipImage","userAvatar","chipLabel","chipDropdown","map","item","idx","Fragment","chipDropdownItem","_a","itemIcon","itemLabel","mobileChipItems","mobileChipItem","main","itemIconWrapper","Header","user","mainLinks","auxiliaryLinks","searchComponent","bannerComponent","onRequestSignIn","onRequestSignOut","onRequestHomePage","onRequestMyAccount","mobileMenuOpen","setMobileMenuOpen","closeMobileMenu","header","wrapper","links","menuActions","name","avatarImageUrl","myAccountIcon","signOutIcon","signInButton","toggleMenuButton","mobileMenu","openByDefault","caretPosition","accordionToggle","accordionContent","appName","version","lastUpdated","description","tooltipContent","backgroundImage","tooltipRef","showTooltip","setShowTooltip","appBar","style","undefined","appId","titleWrapper","content","appInfoWrapper","appInfo","appTooltipWrapper","appTooltipToggle","appTooltipContent","value","placeholder","showClearButton","onChange","autoComplete","clearButton"],"mappings":"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","x_google_ignoreList":[0]}
@@ -8,6 +8,7 @@ export interface HeaderFunctions {
8
8
  }
9
9
  export interface HeaderProps {
10
10
  user?: User;
11
+ customClass?: string;
11
12
  mainLinks?: React.ReactNode;
12
13
  auxiliaryLinks?: React.ReactNode;
13
14
  bannerComponent?: React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sequencing/design-system",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
4
4
  "private": false,
5
5
  "description": "Sequencing Design System",
6
6
  "publishConfig": {