UNPKG

ipsa-ui-components

Version:

IPSA Vue3 Component Library

1 lines 85.5 kB
!function(e,a){"object"==typeof exports&&"undefined"!=typeof module?a(exports,require("vue")):"function"==typeof define&&define.amd?define(["exports","vue"],a):a((e="undefined"!=typeof globalThis?globalThis:e||self).IPSAComponents={},e.Vue)}(this,function(e,a){"use strict";const t=(e,a)=>{const t=e.__vccOpts||e;for(const[l,d]of a)t[l]=d;return t},l={class:"ipsa-badge-content"},d={key:0,class:"ipsa-badge-text"},o={name:"PsaBadge"},C=t(Object.assign(o,{props:{count:{type:[String,Number],default:null},show:{type:Boolean,default:!0},color:{type:String,default:"rgb(215, 25, 33)"},offset:{type:Array,default:()=>[0,0]},dot:{type:Boolean,default:!1},status:{type:String,default:"",validator:e=>""===e||["success","processing","default","error","warning"].includes(e)},text:{type:String,default:""},overflowCount:{type:Number,default:99},showZero:{type:Boolean,default:!1},animated:{type:Boolean,default:!1},animationDuration:{type:Number,default:1.2},animationEasing:{type:String,default:"ease-in-out"},successColor:{type:String,default:"#52c41a"},processingColor:{type:String,default:"#1890ff"},defaultColor:{type:String,default:"#d9d9d9"},errorColor:{type:String,default:"#ff4d4f"},warningColor:{type:String,default:"#faad14"}},setup(e){const t=e,o=a.computed(()=>!!t.show&&(!!t.dot||(!!t.status||(!!t.text||(null===t.count||void 0===t.count||(0!==t.count||t.showZero)))))),C=a.computed(()=>({"ipsa-badge--not-wrapper":!p()})),i=a.computed(()=>{const e=[];return t.dot?e.push("ipsa-badge-dot--dot"):t.status?e.push(`ipsa-badge-dot--${t.status}`):t.text?e.push("ipsa-badge-dot--text"):null!==t.count&&void 0!==t.count?e.push("ipsa-badge-dot--count"):e.push("ipsa-badge-dot--dot"),e}),n=a.computed(()=>{const e={};return"success"===t.status?e.backgroundColor=t.successColor:"processing"===t.status?e.backgroundColor=t.processingColor:"default"===t.status?e.backgroundColor=t.defaultColor:"error"===t.status?e.backgroundColor=t.errorColor:"warning"===t.status?e.backgroundColor=t.warningColor:e.backgroundColor=t.color,t.offset&&t.offset.length>=2&&(e.right=`${t.offset[0]}px`,e.top=`${t.offset[1]}px`),t.animated&&!r()&&(e["--animation-duration"]=`${t.animationDuration}s`,e["--animation-easing"]=t.animationEasing,"processing"===t.status?e["--processing-color"]=t.processingColor:"success"===t.status?e["--success-color"]=t.successColor:"error"===t.status?e["--error-color"]=t.errorColor:"warning"===t.status?e["--warning-color"]=t.warningColor:"default"===t.status?e["--default-color"]=t.defaultColor:e["--badge-color"]=t.color),e}),H=a.computed(()=>t.text?t.text:null!==t.count&&void 0!==t.count?"number"==typeof t.count&&t.count>t.overflowCount?`${t.overflowCount}+`:t.count.toString():""),p=()=>!0,r=()=>null!==t.count&&void 0!==t.count&&""!==t.count||null!==t.text&&void 0!==t.text&&""!==t.text;return(t,p)=>(a.openBlock(),a.createElementBlock("div",{class:a.normalizeClass(["ipsa-badge",C.value])},[a.createElementVNode("div",l,[a.renderSlot(t.$slots,"default",{},void 0,!0)]),o.value?(a.openBlock(),a.createElementBlock("div",{key:0,class:a.normalizeClass(["ipsa-badge-dot",[i.value,{animated:e.animated&&!r()}]]),style:a.normalizeStyle(n.value)},[H.value?(a.openBlock(),a.createElementBlock("span",d,a.toDisplayString(H.value),1)):a.createCommentVNode("",!0)],6)):a.createCommentVNode("",!0)],2))}}),[["__scopeId","data-v-020f2223"]]);C.install=function(e){return e.component(C.name,C),e};const i={name:"PsaIcon"},n=t(Object.assign(i,{props:{name:{type:String,required:!0},size:{type:[String,Number],default:16},color:{type:String,default:"currentColor"},clickable:{type:Boolean,default:!1},rotate:{type:[String,Number],default:0},disabled:{type:Boolean,default:!1},customStyle:{type:Object,default:()=>({})}},emits:["click","mouseenter","mouseleave"],setup(e,{emit:t}){const l=e,d=t,o=a.computed(()=>{const e=["iconfont",`icon-${l.name}`];return l.clickable&&!l.disabled&&e.push("ipsa-icon-clickable"),l.disabled&&e.push("ipsa-icon-disabled"),e}),C=a.computed(()=>({fontSize:"number"==typeof l.size?`${l.size}px`:l.size,color:l.color,transform:l.rotate?`rotate(${l.rotate}deg)`:void 0,...l.customStyle})),i=e=>{l.disabled||d("click",e)},n=e=>{l.disabled||d("mouseenter",e)},H=e=>{l.disabled||d("mouseleave",e)};return(e,t)=>(a.openBlock(),a.createElementBlock("i",{class:a.normalizeClass(o.value),style:a.normalizeStyle(C.value),onClick:i,onMouseenter:n,onMouseleave:H},null,38))}}),[["__scopeId","data-v-1423115c"]]),H={name:"PsaButton",components:{PsaIcon:n},props:{type:{type:String,default:"default",validator:e=>["default","primary","success","warning","danger","info","text"].includes(e)},size:{type:String,default:"medium",validator:e=>["large","medium","small","mini"].includes(e)},link:{type:Boolean,default:!1},plain:{type:Boolean,default:!1},round:{type:Boolean,default:!1},circle:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},icon:{type:String,default:""}},emits:["click"],methods:{handleClick(e){this.disabled||this.loading||this.$emit("click",e)}}},p=["disabled"],r={key:0,class:"psa-button__loading"},s={key:1,class:"psa-button__icon"},V={class:"psa-button__content"};const c=t(H,[["render",function(e,t,l,d,o,C){const i=a.resolveComponent("psa-icon");return a.openBlock(),a.createElementBlock("button",{class:a.normalizeClass(["psa-button",`psa-button--${l.type}`,{"psa-button--round":l.round,"psa-button--circle":l.circle,"psa-button--disabled":l.disabled,"psa-button--loading":l.loading,"psa-button--link":l.link,[`psa-button--${l.size}`]:l.size,"psa-button--plain":l.plain}]),disabled:l.disabled||l.loading,onClick:t[0]||(t[0]=(...e)=>C.handleClick&&C.handleClick(...e))},[l.loading?(a.openBlock(),a.createElementBlock("span",r,[...t[1]||(t[1]=[a.createElementVNode("svg",{class:"loading-icon",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},[a.createElementVNode("path",{d:"M512 64c-247.4 0-448 200.6-448 448s200.6 448 448 448 448-200.6 448-448-200.6-448-448-448zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z",fill:"currentColor"})],-1)])])):a.createCommentVNode("",!0),l.icon&&!l.loading?(a.openBlock(),a.createElementBlock("span",s,[a.createVNode(i,{name:l.icon},null,8,["name"])])):a.createCommentVNode("",!0),a.createElementVNode("span",V,[a.renderSlot(e.$slots,"default")])],10,p)}]]);c.install=function(e){return e.component(c.name,c),e};const u={class:"ipsa-breadcrumb-list"},f={class:"ipsa-breadcrumb-item-content"},L={key:0,class:"ipsa-breadcrumb-icon"},h=["onClick"],m=["onMouseenter","onMouseleave"],v=["onClick"],b={class:"ipsa-breadcrumb-dropdown-menu"},g=["onClick"],M={key:0,class:"ipsa-breadcrumb-separator"},w={name:"PsaBreadcrumb"},Z=t(Object.assign(w,{props:{items:{type:Array,default:()=>[],validator:e=>e.every(e=>"object"==typeof e&&e.text&&(e.href||e.to||e.dropdown||e.onClick||!0))},separator:{type:String,default:"/"},size:{type:String,default:"default",validator:e=>["small","default","large"].includes(e)},showIcons:{type:Boolean,default:!1},dropdownTrigger:{type:String,default:"click",validator:e=>["click","hover"].includes(e)},customStyle:{type:Object,default:()=>({})}},emits:["item-click","dropdown-select"],setup(e,{emit:t}){const l=e,d=t,o=a.ref(null),C=a.ref(null),i=a.computed(()=>({[`ipsa-breadcrumb-${l.size}`]:!0})),H=(e,a)=>({"ipsa-breadcrumb-item-active":a===l.items.length-1,"ipsa-breadcrumb-item-link":e.href||e.to,"ipsa-breadcrumb-item-dropdown":e.dropdown}),p=e=>{if(null!==o.value&&"click"===l.dropdownTrigger){e.target.closest(".ipsa-breadcrumb-dropdown")||(o.value=null)}};return a.onMounted(()=>{document.addEventListener("click",p)}),a.onUnmounted(()=>{document.removeEventListener("click",p),C.value&&clearTimeout(C.value)}),(t,l)=>(a.openBlock(),a.createElementBlock("nav",{class:a.normalizeClass(["ipsa-breadcrumb",i.value])},[a.createElementVNode("ol",u,[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(e.items,(l,i)=>(a.openBlock(),a.createElementBlock("li",{key:i,class:a.normalizeClass(["ipsa-breadcrumb-item",H(l,i)])},[a.createElementVNode("div",f,[l.icon?(a.openBlock(),a.createElementBlock("span",L,[a.createVNode(n,{name:l.icon},null,8,["name"])])):a.createCommentVNode("",!0),l.dropdown?(a.openBlock(),a.createElementBlock("div",{key:2,class:"ipsa-breadcrumb-dropdown",onMouseenter:a=>"hover"===e.dropdownTrigger&&(e=>{C.value&&(clearTimeout(C.value),C.value=null),o.value=e})(i),onMouseleave:a=>"hover"===e.dropdownTrigger&&void(C.value=setTimeout(()=>{o.value=null},150))},[a.createElementVNode("span",{class:"ipsa-breadcrumb-dropdown-trigger",onClick:a=>"click"===e.dropdownTrigger&&(e=>{o.value===e?o.value=null:o.value=e})(i)},[a.createTextVNode(a.toDisplayString(l.text)+" ",1),a.createVNode(n,{name:"chevrondownxiajiantou",size:16,class:a.normalizeClass(["ipsa-breadcrumb-dropdown-arrow",{"ipsa-breadcrumb-dropdown-arrow-rotated":o.value===i}])},null,8,["class"])],8,v),a.createVNode(a.Transition,{name:"ipsa-dropdown"},{default:a.withCtx(()=>[a.withDirectives(a.createElementVNode("ul",b,[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(l.dropdown,(e,t)=>(a.openBlock(),a.createElementBlock("li",{key:t,class:a.normalizeClass(["ipsa-breadcrumb-dropdown-item",{"ipsa-breadcrumb-dropdown-item-selected":e.selected}]),onClick:a=>((e,a,t)=>{a.onClick&&a.onClick(a,t),a.href&&(window.location.href=a.href),a.to&&console.log("Navigate to:",a.to),o.value=null,d("dropdown-select",{item:e,option:a,index:t})})(l,e,i)},a.toDisplayString(e.text),11,g))),128))],512),[[a.vShow,o.value===i]])]),_:2},1024)],40,m)):(a.openBlock(),a.createElementBlock("span",{key:1,class:a.normalizeClass(["ipsa-breadcrumb-text",{"ipsa-breadcrumb-link":l.href||l.to,"ipsa-breadcrumb-disabled":!(l.href||l.to||l.onClick)}]),onClick:e=>((e,a)=>{e.onClick&&e.onClick(e,a),e.href&&(window.location.href=e.href),e.to&&console.log("Navigate to:",e.to),d("item-click",{item:e,index:a})})(l,i)},a.toDisplayString(l.text),11,h))]),i<e.items.length-1?(a.openBlock(),a.createElementBlock("span",M,[a.renderSlot(t.$slots,"separator",{item:l,index:i},()=>[a.createVNode(n,{name:"slash",size:16,color:"rgba(0, 0, 0, 0.40)"})],!0)])):a.createCommentVNode("",!0)],2))),128))])],2))}}),[["__scopeId","data-v-937bce3a"]]);Z.install=function(e){return e.component(Z.name,Z),e},n.install=function(e){return e.component(n.name,n),e};const y=t({name:"PsaDivider",props:{width:{type:[String,Number],default:"100%"},marginTop:{type:[String,Number],default:0},marginBottom:{type:[String,Number],default:0},color:{type:String,default:"#E7E7E7"}},computed:{dividerStyle(){return{width:this.formatValue(this.width),backgroundColor:this.color,marginTop:this.formatValue(this.marginTop),marginBottom:this.formatValue(this.marginBottom)}}},methods:{formatValue:e=>"number"==typeof e?e+"px":"string"==typeof e?e.includes("px")||e.includes("%")||e.includes("em")||e.includes("rem")||isNaN(e)?e:e+"px":e}},[["render",function(e,t,l,d,o,C){return a.openBlock(),a.createElementBlock("div",{class:"ipsa-divider",style:a.normalizeStyle(C.dividerStyle)},null,4)}],["__scopeId","data-v-aee4fef6"]]);y.install=function(e){return e.component(y.name,y),e};const k={key:0,class:"loading-wave"},B={key:1,class:"loading-text-wrapper"},x={key:0,class:"loading-text"},S={key:2,class:"loading-dots"},N={name:"PsaLoading"},E=Object.assign(N,{name:"PsaLoading"},{props:{type:{type:String,default:"spinner",validator:e=>["circle","spinner","dots"].includes(e)},text:{type:String,default:"正在加载中..."},size:{type:String,default:"medium",validator:e=>["small","medium","large"].includes(e)}},setup:e=>(t,l)=>(a.openBlock(),a.createElementBlock("div",{class:a.normalizeClass(["Ipsa-loading-wrapper",[`loading-${e.size}`,`loading-${e.type}`]])},["circle"===e.type?(a.openBlock(),a.createElementBlock("div",k,[(a.openBlock(),a.createElementBlock(a.Fragment,null,a.renderList(3,e=>a.createElementVNode("div",{class:"wave-dot",key:e})),64))])):"spinner"===e.type?(a.openBlock(),a.createElementBlock("div",B,[l[0]||(l[0]=a.createElementVNode("div",{class:"icon-loading"},null,-1)),e.text?(a.openBlock(),a.createElementBlock("div",x,a.toDisplayString(e.text),1)):a.createCommentVNode("",!0)])):a.createCommentVNode("",!0),"dots"===e.type?(a.openBlock(),a.createElementBlock("div",S,[...l[1]||(l[1]=[a.createElementVNode("span",{class:"dot"},null,-1),a.createElementVNode("span",{class:"dot"},null,-1),a.createElementVNode("span",{class:"dot"},null,-1)])])):a.createCommentVNode("",!0)],2))});E.install=function(e){return e.component(E.name,E),e};const D=["data-type"],_=["viewBox"],z=["viewBox"],$=["viewBox"],T=["viewBox"],I=["viewBox"],j=["viewBox"],P=["viewBox"],O=["viewBox"],A={name:"PsaLogo"},F=t(Object.assign(A,{props:{type:{type:String,default:"default",validator:e=>["default","text","all","small"].includes(e)},hasBackground:{type:Boolean,default:!0},width:{type:Number,default:130},height:{type:Number,default:57},backgroundColor:{type:String,default:"#D71921"},size:{type:Number,default:40}},setup(e){const t=e;a.computed(()=>Math.round(40*(t.size-8)/17)),a.computed(()=>t.size-8);const l=a.computed(()=>"small"===t.type?"0 0 40 17":"text"===t.type?"0 0 256 77":"all"===t.type?"0 0 500 77":`0 0 ${t.width} ${t.height}`);return(t,d)=>(a.openBlock(),a.createElementBlock("div",{class:"ipsa-logo","data-type":e.type,style:a.normalizeStyle({width:"small"===e.type?e.size?`${e.size}px`:"100%":`${e.width}px`,height:"small"===e.type?e.size?`${e.size}px`:"100%":e.height?`${e.height}px`:"auto",backgroundColor:"small"===e.type?e.hasBackground?e.backgroundColor:"white":e.hasBackground?e.backgroundColor:"transparent"})},["default"===e.type&&e.hasBackground?(a.openBlock(),a.createElementBlock("svg",{key:0,viewBox:l.value,fill:"none",xmlns:"http://www.w3.org/2000/svg"},[...d[0]||(d[0]=[a.createStaticVNode('<path fill-rule="evenodd" clip-rule="evenodd" d="M0.000753998 24.6168V15.5521C0.000753998 15.5521 -0.440819 0 20.0482 0V15.0189C20.0482 15.0189 5.56458 11.0198 0.000753998 24.6168Z" fill="white" data-v-b8fd89ae></path><path fill-rule="evenodd" clip-rule="evenodd" d="M0.000747681 56.9652V30.571C0.000747681 30.571 2.91513 21.5953 15.9857 21.773V51.011C15.9857 51.011 15.0142 55.5433 9.45042 56.9652H0.000747681Z" fill="white" data-v-b8fd89ae></path><path d="M55.3741 31.1042C55.3741 39.3691 49.3687 46.1231 42.0386 46.1231C41.8619 46.1231 41.6853 46.1231 41.5087 46.1231H33.472V56.9652H25.7003V15.9076H29.5862H33.472H42.1269C49.457 15.9076 55.3741 22.8394 55.3741 31.1042ZM40.3606 23.106C36.2981 23.106 33.0305 26.7496 33.0305 31.282C33.0305 35.8143 36.2981 39.4579 40.3606 39.4579C44.423 39.4579 47.6907 35.8143 47.6907 31.282C47.6907 26.7496 44.423 23.106 40.3606 23.106Z" fill="white" data-v-b8fd89ae></path><path fill-rule="evenodd" clip-rule="evenodd" d="M59.2599 41.2353V51.7219C59.2599 51.7219 64.6471 57.0541 71.8889 56.9652C79.1307 56.8763 83.1932 54.8323 85.931 49.7668C88.6687 44.7012 86.8141 37.0585 80.8087 34.659C75.0682 32.3484 72.0656 31.0154 70.2993 30.1267C68.533 29.238 64.6471 24.4391 71.1824 22.7505C77.7177 21.062 84.5179 27.905 84.6946 28.3493V19.9067C84.6946 19.9067 77.2761 11.7308 65.6186 16.7963C57.1404 20.8843 58.4651 30.571 62.5276 33.9481C67.0316 37.7694 72.5954 39.1914 75.9514 40.4355C79.8372 41.8574 80.9853 48.7004 74.6267 49.5002C68.1797 50.3 61.5561 45.2345 59.2599 41.2353Z" fill="white" data-v-b8fd89ae></path><path d="M130 56.9652L113.838 15.1967H113.22H105.007H104.389L88.2271 56.9652H97.1469L100.944 47.1007H117.194L120.992 56.9652H130ZM103.594 40.1689L109.069 25.861L114.545 40.1689H103.594Z" fill="white" data-v-b8fd89ae></path>',5)])],8,_)):a.createCommentVNode("",!0),"default"!==e.type||e.hasBackground?a.createCommentVNode("",!0):(a.openBlock(),a.createElementBlock("svg",{key:1,viewBox:l.value,fill:"none",xmlns:"http://www.w3.org/2000/svg"},[...d[1]||(d[1]=[a.createStaticVNode('<path fill-rule="evenodd" clip-rule="evenodd" d="M0.000753998 24.6168V15.5521C0.000753998 15.5521 -0.440819 0 20.0482 0V15.0189C20.0482 15.0189 5.56458 11.0198 0.000753998 24.6168Z" fill="#D71921" data-v-b8fd89ae></path><path fill-rule="evenodd" clip-rule="evenodd" d="M0.000747681 56.9652V30.571C0.000747681 30.571 2.91513 21.5953 15.9857 21.773V51.011C15.9857 51.011 15.0142 55.5433 9.45042 56.9652H0.000747681Z" fill="#595757" data-v-b8fd89ae></path><path d="M55.3741 31.1042C55.3741 39.3691 49.3687 46.1231 42.0386 46.1231C41.8619 46.1231 41.6853 46.1231 41.5087 46.1231H33.472V56.9652H25.7003V15.9076H29.5862H33.472H42.1269C49.457 15.9076 55.3741 22.8394 55.3741 31.1042ZM40.3606 23.106C36.2981 23.106 33.0305 26.7496 33.0305 31.282C33.0305 35.8143 36.2981 39.4579 40.3606 39.4579C44.423 39.4579 47.6907 35.8143 47.6907 31.282C47.6907 26.7496 44.423 23.106 40.3606 23.106Z" fill="#595757" data-v-b8fd89ae></path><path fill-rule="evenodd" clip-rule="evenodd" d="M59.2599 41.2353V51.7219C59.2599 51.7219 64.6471 57.0541 71.8889 56.9652C79.1307 56.8763 83.1932 54.8323 85.931 49.7668C88.6687 44.7012 86.8141 37.0585 80.8087 34.659C75.0682 32.3484 72.0656 31.0154 70.2993 30.1267C68.533 29.238 64.6471 24.4391 71.1824 22.7505C77.7177 21.062 84.5179 27.905 84.6946 28.3493V19.9067C84.6946 19.9067 77.2761 11.7308 65.6186 16.7963C57.1404 20.8843 58.4651 30.571 62.5276 33.9481C67.0316 37.7694 72.5954 39.1914 75.9514 40.4355C79.8372 41.8574 80.9853 48.7004 74.6267 49.5002C68.1797 50.3 61.5561 45.2345 59.2599 41.2353Z" fill="#595757" data-v-b8fd89ae></path><path d="M130 56.9652L113.838 15.1967H113.22H105.007H104.389L88.2271 56.9652H97.1469L100.944 47.1007H117.194L120.992 56.9652H130ZM103.594 40.1689L109.069 25.861L114.545 40.1689H103.594Z" fill="#595757" data-v-b8fd89ae></path>',5)])],8,z)),"all"===e.type&&e.hasBackground?(a.openBlock(),a.createElementBlock("svg",{key:2,viewBox:l.value,fill:"none",xmlns:"http://www.w3.org/2000/svg"},[...d[2]||(d[2]=[a.createStaticVNode('<path d="M275.94 52.9619C275.94 53.0635 275.816 53.1466 275.662 53.1466C275.508 53.1466 275.383 53.0635 275.383 52.9619V24.2265C275.383 24.125 275.508 24.0419 275.662 24.0419C275.816 24.0419 275.94 24.125 275.94 24.2265V52.9619Z" fill="white" data-v-b8fd89ae></path><path d="M458.132 27.2195H447.308V30.1239H456.902L458.132 27.2195Z" fill="white" data-v-b8fd89ae></path><path d="M453.15 39.2488L453.996 46.7858H450.886L453.191 35.8976H457.24L458.564 32.9434H447.208V35.8976H449.436L447.001 47.3175V49.7492L452.998 49.764L454.072 47.3286L454.339 49.9246H458.028L456.797 39.2488H453.15Z" fill="white" data-v-b8fd89ae></path><path d="M470.241 28.2886H464.694L464.857 26.8115H460.947L460.782 28.2886H458.371V31.1173H460.461L458.297 49.812H462.208L464.356 31.1191H466.396V46.7562H464.692V49.6864H467.26C468.087 49.705 468.885 49.39 469.475 48.8131C470.047 48.2898 470.331 47.5241 470.237 46.7562L470.241 28.2886Z" fill="white" data-v-b8fd89ae></path><path d="M499.888 46.7156V28.9053H486.387L486.604 27.0331H482.132L481.919 28.9164L477.768 28.9035V31.9703H481.561L477.666 49.8065H482.151L485.955 31.9703H495.632V46.7156H488.729V49.8065H496.316C497.235 49.8682 498.139 49.5587 498.826 48.9479C499.49 48.3941 499.878 47.5785 499.888 46.7156Z" fill="white" data-v-b8fd89ae></path><path d="M299.539 38.693H303.282V32.6701H306.055L306.797 29.8322H306.374H303.282V27.0441H299.539V29.8322H296.372H295.573V32.6701H299.539V38.693Z" fill="white" data-v-b8fd89ae></path><path d="M298.772 29.4426L298.486 27.0423H296.361L296.646 29.4426H298.772Z" fill="white" data-v-b8fd89ae></path><path d="M304.475 37.1661H306.598L306.164 33.4733H304.039L304.475 37.1661Z" fill="white" data-v-b8fd89ae></path><path d="M298.338 37.1661L298.772 33.4733H296.646L296.212 37.1661H298.338Z" fill="white" data-v-b8fd89ae></path><path d="M312.926 27.0423H309.009L306.778 34.751H310.777L311.352 32.6867H318.186V29.8987H312.13L312.926 27.0423Z" fill="white" data-v-b8fd89ae></path><path d="M306.45 27.0423H304.326L304.039 29.4426H306.164L306.45 27.0423Z" fill="white" data-v-b8fd89ae></path><path d="M306.962 39.2285H304.551V40.3086H298.367V39.2285H295.957V40.3086H295.487V43.0782H295.957V45.4656L299.232 47.7089L295.955 49.9985H300.339L301.452 49.2322L302.564 49.9985H306.962L303.685 47.7089L306.962 45.4693V43.0782H307.359V40.3086H306.962V39.2285ZM304.551 43.994L301.455 46.1561L298.36 43.994V43.0708H304.551V43.994Z" fill="white" data-v-b8fd89ae></path><path d="M317.883 33.0172H314.476L312.177 38.9663L310.317 35.5098H306.91L310.752 42.6517L307.893 50.0539H311.299L312.735 46.3371L314.736 50.0539H318.143L314.159 42.6517L317.883 33.0172Z" fill="white" data-v-b8fd89ae></path><path d="M338.92 26.8705H335.211V27.7568H325.812V27.7937V30.5449V32.6294H329.521V30.5449H344.892L343.89 32.6221H347.6L348.601 30.5449H348.609V30.5319L348.61 30.5283H348.609L348.618 27.7568H338.92V26.8705Z" fill="white" data-v-b8fd89ae></path><path d="M342.585 38.7817L346.149 36.2392V33.4511H327.436V36.2392H342.436L338.872 38.7817V39.6255H325.842V42.4135H338.872V46.9556H329.517V49.7437H339.321C340.924 49.7335 342.284 48.5692 342.535 46.9926V46.9113C342.543 46.8473 342.55 46.7821 342.555 46.7156L342.568 46.579V42.419H348.601V39.6255H342.568L342.585 38.7817Z" fill="white" data-v-b8fd89ae></path><path d="M416.044 48.7651H418.992L419.428 42.1827H416.478L416.044 48.7651Z" fill="white" data-v-b8fd89ae></path><path d="M424.751 42.1827L425.185 48.7651H428.136L427.702 42.1827H424.751Z" fill="white" data-v-b8fd89ae></path><path d="M423.798 26.8705H420.088V27.7088H415.945V30.5486H427.438L428.143 27.7088H423.798V26.8705Z" fill="white" data-v-b8fd89ae></path><path d="M420.254 30.8256H416.804L417.88 33.597H421.329L420.254 30.8256Z" fill="white" data-v-b8fd89ae></path><path d="M423.564 30.8256L422.488 33.597H425.938L427.014 30.8256H423.564Z" fill="white" data-v-b8fd89ae></path><path d="M423.9 37.5391H420.19V38.6358H415.945V41.4239H420.19V50.3697L423.9 48.8575V41.4239H428.143V38.6358H423.9V37.5391Z" fill="white" data-v-b8fd89ae></path><path d="M428.772 29.8857V30.5837V50.3696L432.481 48.8574V35.7425H434.404V50.3696L438.113 48.8574V35.7425H439.536V32.9544H432.481V30.5837H439.664L440.369 27.7439H428.772V29.8857Z" fill="white" data-v-b8fd89ae></path><path d="M415.945 36.7321H427.438L428.143 33.8924H415.945V36.7321Z" fill="white" data-v-b8fd89ae></path><path d="M399.072 44.5553H407.303L408.008 41.7156H399.072V40.7185H395.363V41.7156H386.426V44.5553H395.363V46.9981H385.864V49.8378H407.865L408.57 46.9981H399.072V44.5553Z" fill="white" data-v-b8fd89ae></path><path d="M388.134 33.1188H386.094V35.9068H387.563L386.722 39.9689H390.432L391.272 35.9068H394.128V39.9689H397.837V35.9068H399.567V33.1188H397.837V30.6095H398.863L399.567 27.7698H386.097V30.6095H388.662L388.134 33.1188ZM394.128 30.6095V33.1188H391.852L392.372 30.6095H394.128Z" fill="white" data-v-b8fd89ae></path><path d="M403.842 27.755H400.133V36.1432L403.842 34.6291V27.755Z" fill="white" data-v-b8fd89ae></path><path d="M401.977 37.2584H400.155V40.0464H405.216C406.792 40.0462 408.144 38.9304 408.436 37.3895V37.347C408.462 37.195 408.478 37.0414 408.482 36.8873V36.854V36.8208C408.482 36.8079 408.482 36.7968 408.482 36.7839C408.482 36.7709 408.482 36.7599 408.482 36.7469V27.2122H404.773V37.2584H401.977Z" fill="white" data-v-b8fd89ae></path><path d="M378.06 37.0664L378.764 34.2266H371.556L372.377 31.1819H377.874L378.579 28.3421H373.141L373.52 26.9407H369.777L369.399 28.3421H366.379V31.1819H368.633L367.813 34.2266H366.287V37.0664H367.045L366.392 39.487H366.39V42.275H374.632L372.713 46.675H368.364V49.5147H377.781L378.486 46.675H376.454L378.393 42.2344L378.44 42.1292V39.4907L370.137 39.487L370.79 37.0664H378.06Z" fill="white" data-v-b8fd89ae></path><path d="M360.914 31.1819H365.085L365.79 28.3421H361.492L361.769 26.9869H358.026L357.748 28.3421H356.133V31.1819H357.169L356.133 36.2669V36.361V36.3684V39.0549H360.684V42.2769H356.131V45.0649H360.684V50.3788L364.393 48.8648V45.0649H365.754V42.2769H364.393V39.0549H365.756V36.2669H364.393V33.7631H360.684V36.2669H359.879L360.914 31.1819Z" fill="white" data-v-b8fd89ae></path><path d="M86.7984 60.859H90.4854L89.5358 62.9675H86.383L85.6263 66.7563H86.2717V64.6681H89.0926V66.749H90.5113L90.5262 68.7283H89.0926V71.1637H90.5392L90.5299 73.2538H89.0963V76.0234L86.2754 77.1589V73.2538H83.0225V71.1655H86.2754V68.7283H82.926V66.893L83.7829 62.9602H82.952V60.859H84.1204L84.3058 59.8434H87.008L86.7984 60.859ZM90.2814 65.6282L91.9505 59.9136H94.9179L94.5933 60.9864H100.129V65.2903H97.3474V63.0045H94.1278L93.2765 65.6208L90.2814 65.6282ZM96.3886 66.8099H97.5774L100.131 76.677H97.1712L95.4742 69.9063L93.5158 76.6752H90.4798L94.1278 64.489H97.0581L96.3886 66.8099Z" fill="white" data-v-b8fd89ae></path><path d="M111.162 73.3572L113.777 74.694H124.582L123.705 76.5404H112.325L111.038 75.5877L108.163 77.1885V63.8132H111.162V73.3572ZM109.718 59.6274C110.008 59.6355 110.293 59.7114 110.548 59.849C110.821 59.9891 111.046 60.2054 111.196 60.4712C111.351 60.7292 111.435 61.0236 111.439 61.3243C111.443 61.6191 111.363 61.909 111.209 62.1607C111.059 62.4216 110.84 62.6367 110.576 62.7829C110.314 62.9294 110.018 63.0058 109.718 63.0045C109.411 63.0145 109.108 62.9391 108.842 62.7866C108.578 62.6387 108.358 62.4233 108.206 62.1625C108.053 61.9065 107.977 61.6126 107.985 61.315C107.987 61.0191 108.069 60.7291 108.221 60.4749C108.371 60.2085 108.594 59.9901 108.864 59.8453C109.126 59.702 109.421 59.6271 109.719 59.6274H109.718ZM124.369 61.3907L122.807 63.3258H124.369V71.5865C124.405 72.1866 124.146 72.7667 123.675 73.143C122.872 73.793 122.145 73.732 122.145 73.732H120.439V71.8395H121.637V65.1925H119.782V66.2523H121.452V68.0987H119.782V69.1253H121.418V70.9588H119.779V73.0378L117.019 73.9204V70.9661H115.152V72.855L112.414 73.732V63.3258H114.139L113.449 62.2179L116.554 62.2087L117.31 63.335H119.647L120.862 61.7933H112.414V59.9358H124.376L124.369 61.3907ZM115.152 66.2505H117.021V65.1906H115.152V66.2505ZM115.152 69.1161H117.021V68.0895H115.152V69.1161Z" fill="white" data-v-b8fd89ae></path><path d="M134.298 66.4185H132.668V64.2563H140.975L140.007 66.4185H137.04L135.354 74.3875H137.629L137.01 68.8705H139.677L140.578 76.6844H137.878L137.683 74.7845L136.895 76.5681L132.507 76.5533V74.7734L134.298 66.4185ZM132.741 62.1939V60.0669H140.663L139.764 62.1939H132.741ZM142.36 62.9214H140.83V60.8497H142.6L142.72 59.7678H145.582L145.461 60.8497H149.521V74.3672C149.591 74.9294 149.384 75.4905 148.965 75.8739C148.533 76.2959 147.948 76.5264 147.344 76.5127H145.463V74.3654H146.711V62.9177H145.217L143.644 76.6013H140.775L142.36 62.9214Z" fill="white" data-v-b8fd89ae></path><path d="M156.568 76.5939L159.417 63.5399H156.635V61.2947H159.673L159.829 59.9155H163.1L162.941 61.2855H172.824V74.3376C172.818 74.9681 172.536 75.5646 172.053 75.9717C171.55 76.4194 170.887 76.6464 170.215 76.6013H164.651V74.3376H169.721V63.5381H162.637L159.855 76.5921L156.568 76.5939Z" fill="white" data-v-b8fd89ae></path><path d="M255.886 67.5411H179.493V69.2711H255.886V67.5411Z" fill="white" data-v-b8fd89ae></path><path d="M76.5611 67.5411H0.168274V69.2711H76.5611V67.5411Z" fill="white" data-v-b8fd89ae></path><path d="M19.343 0.184639C19.2234 0.0669346 19.0623 0.000635185 18.8941 0H18.4787C16.6036 0.0352153 14.7343 0.220451 12.8889 0.553918C8.23946 1.36079 4.84926 3.85342 2.76654 6.9646C0.861866 9.81174 0.0310059 14.1655 0.0310059 17.958V24.9872C0.0310059 24.1804 0.459418 21.5197 2.07107 19.5792C5.92121 14.9262 11.1846 13.739 14.5692 13.739H18.8978C19.066 13.7388 19.2274 13.6724 19.3467 13.5544C19.4651 13.4386 19.5321 13.2802 19.5321 13.1149V0.627774C19.5321 0.460645 19.4637 0.300729 19.343 0.184639Z" fill="white" data-v-b8fd89ae></path><path d="M50.8415 23.3772L50.797 23.4787V38.285C50.8656 46.6528 56.9172 52.9656 64.892 52.9656C72.9242 52.9656 78.9869 46.5974 78.9869 38.1539C78.9869 28.8684 73.0281 23.3421 64.9958 23.3421H50.9491L50.8415 23.3772ZM57.889 38.1483C57.889 33.8555 61.0251 30.3621 64.8827 30.3621C68.7402 30.3621 71.8745 33.8573 71.8745 38.1483C71.8745 42.4394 68.7402 45.9346 64.8827 45.9346C61.0251 45.9346 57.8983 42.4541 57.8983 38.1631L57.889 38.1483Z" fill="white" data-v-b8fd89ae></path><path d="M176.198 23.3772L176.153 23.4787V38.285C176.222 46.6528 182.273 52.9656 190.248 52.9656C198.282 52.9656 204.343 46.5974 204.343 38.1539C204.343 28.8684 198.382 23.3421 190.354 23.3421H176.307L176.198 23.3772ZM183.245 38.1483C183.245 33.8555 186.383 30.3621 190.237 30.3621C194.091 30.3621 197.231 33.8573 197.231 38.1483C197.231 42.4394 194.094 45.9346 190.237 45.9346C186.379 45.9346 183.26 42.4541 183.26 38.1631L183.245 38.1483Z" fill="white" data-v-b8fd89ae></path><path d="M235.074 23.355C235.032 23.3541 234.992 23.3697 234.962 23.3985C234.932 23.4273 234.915 23.4669 234.914 23.5083V52.2917C234.916 52.3777 234.987 52.446 235.074 52.445H255.743C255.828 52.445 255.898 52.3767 255.899 52.2917V46.1543C255.899 46.0687 255.829 45.9992 255.743 45.9992H242.833C242.704 46.0002 242.58 45.9502 242.489 45.8602C242.397 45.7701 242.345 45.6475 242.344 45.5192V41.6048C242.345 41.4765 242.397 41.3539 242.489 41.2638C242.58 41.1738 242.704 41.1238 242.833 41.1248H255.135C255.221 41.1248 255.29 41.0567 255.293 40.9715V34.8249C255.292 34.7837 255.275 34.7445 255.246 34.7157C255.216 34.687 255.176 34.6711 255.135 34.6716H242.833C242.565 34.6726 242.346 34.4572 242.344 34.1897V30.2827C242.345 30.1544 242.397 30.0318 242.489 29.9417C242.58 29.8517 242.704 29.8017 242.833 29.8027H255.743C255.829 29.8027 255.899 29.7332 255.899 29.6476V23.5083C255.898 23.4234 255.828 23.355 255.743 23.355H235.074Z" fill="white" data-v-b8fd89ae></path><path d="M222.123 23.355L222.012 23.3993L221.965 23.5083V36.8281C221.957 37.0507 221.798 37.2392 221.579 37.2862C221.361 37.3332 221.138 37.2268 221.038 37.0275L214.732 23.4695C214.708 23.4089 214.654 23.3654 214.59 23.355H207.581L207.468 23.3993L207.423 23.5083V52.2917C207.424 52.3766 207.494 52.4449 207.579 52.4449H214.588L214.701 52.3988L214.745 52.2917V38.9976C214.746 38.7706 214.906 38.5749 215.129 38.5287C215.355 38.4761 215.587 38.5877 215.686 38.7964L221.991 52.3563C222.019 52.4112 222.075 52.4462 222.136 52.4468H229.183L229.297 52.4006L229.341 52.2935V23.5083C229.341 23.4671 229.324 23.4279 229.294 23.3991C229.265 23.3704 229.225 23.3545 229.183 23.355H222.123Z" fill="white" data-v-b8fd89ae></path><path d="M31.8485 13.1426C27.1267 13.8202 23.4843 16.2002 21.8541 19.6715C21.2145 20.9974 20.8758 22.4473 20.8619 23.9182C20.8619 26.5031 22.0247 29.0585 24.1816 30.9935C25.5837 32.2528 27.4346 33.2905 29.4858 34.1213L32.416 35.1276C34.0648 35.6518 35.6717 36.2986 37.2232 37.0626C38.7068 37.8326 39.9661 39.0937 39.9661 40.8921C39.959 41.506 39.8331 42.1129 39.5952 42.6794C38.8163 44.4039 36.6519 45.665 33.7717 45.6151C29.1148 45.532 25.9583 42.8455 23.781 40.556L22.3845 38.9607C21.8281 38.2351 21.6427 37.9397 21.37 37.936C21.0974 37.9323 21.1085 38.1631 21.1085 38.6339V45.9032C21.1085 46.651 21.1085 47.4966 21.537 47.9471C24.5599 51.0509 29.1779 52.9767 33.5918 52.9693C38.195 52.9693 41.7113 51.5513 44.3151 49.0273C47.5069 45.9309 48.5807 40.7517 47.0006 36.638C45.8878 33.7465 42.6423 31.1339 36.8411 29.1988C32.6887 27.8159 30.5355 26.7154 29.5766 25.6076C28.7217 24.6272 28.5622 23.4363 28.9999 22.4115C29.534 21.1597 30.9416 20.3454 32.7962 20.1091C34.3689 19.9078 36.5184 19.989 39.534 21.3221C40.7821 21.8761 43.3155 23.2738 44.7269 24.8414C45.0384 25.1848 45.3055 25.1442 45.3463 24.9743C45.3701 24.7542 45.3769 24.5326 45.3667 24.3114V18.3642V17.9949C45.3815 17.3672 45.3871 17.1345 44.9643 16.756C44.1631 16.0433 41.7929 14.6733 39.5025 13.9126C36.9079 13.054 34.0889 12.8232 31.8485 13.1426Z" fill="white" data-v-b8fd89ae></path><path d="M82.4272 23.355C82.3859 23.3545 82.346 23.3704 82.3165 23.3991C82.2869 23.4279 82.27 23.4671 82.2695 23.5083V52.2917C82.27 52.3328 82.2869 52.3721 82.3165 52.4008C82.346 52.4296 82.3859 52.4454 82.4272 52.445H89.7139C89.8003 52.446 89.8714 52.3776 89.8734 52.2917V44.3263C89.8732 44.1981 89.9247 44.0751 90.0162 43.9848C90.1077 43.8937 90.2318 43.8426 90.3612 43.8426H101.415C101.501 43.8436 101.572 43.7753 101.574 43.6893V37.5501C101.572 37.4638 101.501 37.395 101.415 37.395H90.3612C90.2318 37.3965 90.1073 37.3463 90.0153 37.2558C89.9233 37.1653 89.8715 37.0419 89.8715 36.9131V30.2827C89.872 30.1542 89.924 30.0313 90.0159 29.9411C90.1079 29.851 90.2321 29.8011 90.3612 29.8026H102.275C102.317 29.8031 102.357 29.787 102.387 29.758C102.417 29.7289 102.434 29.6891 102.435 29.6475V23.5083C102.433 23.4223 102.361 23.354 102.275 23.355H82.4272Z" fill="white" data-v-b8fd89ae></path><path d="M105.205 23.355C105.164 23.3545 105.124 23.3704 105.095 23.3991C105.065 23.4279 105.048 23.4671 105.048 23.5083V29.6549C105.048 29.6964 105.064 29.7361 105.094 29.7652C105.124 29.7944 105.164 29.8105 105.205 29.81H110.489C110.618 29.809 110.742 29.8591 110.833 29.9492C110.925 30.0393 110.976 30.1619 110.977 30.2901V52.2917C110.979 52.3776 111.05 52.446 111.136 52.445H118.423C118.509 52.445 118.579 52.3769 118.581 52.2917V30.2827C118.581 30.1542 118.633 30.0313 118.725 29.9411C118.817 29.851 118.941 29.8011 119.07 29.8026H124.35C124.392 29.8031 124.432 29.787 124.462 29.7578C124.491 29.7287 124.508 29.689 124.508 29.6475V23.5083C124.508 23.4671 124.491 23.4279 124.461 23.3991C124.432 23.3704 124.392 23.3545 124.35 23.355H105.205Z" fill="white" data-v-b8fd89ae></path><path d="M154.193 23.355C154.106 23.354 154.035 23.4223 154.033 23.5083V29.6549C154.034 29.6965 154.051 29.7362 154.081 29.7653C154.111 29.7944 154.151 29.8105 154.193 29.81H159.477C159.605 29.809 159.729 29.8591 159.821 29.9492C159.912 30.0393 159.964 30.1619 159.964 30.2901V52.2917C159.966 52.3769 160.036 52.445 160.122 52.445H167.409C167.495 52.446 167.566 52.3776 167.568 52.2917V30.2827C167.569 30.1542 167.621 30.0313 167.713 29.9411C167.804 29.851 167.929 29.8011 168.058 29.8026H173.338C173.424 29.8026 173.494 29.7335 173.495 29.6475V23.5083C173.495 23.4671 173.478 23.4279 173.448 23.3991C173.419 23.3704 173.379 23.3545 173.338 23.355H154.193Z" fill="white" data-v-b8fd89ae></path><path d="M137.883 13.1426C133.162 13.8202 129.521 16.2002 127.891 19.6715C127.25 20.9972 126.911 22.4471 126.897 23.9182C126.897 26.5031 128.061 29.0585 130.218 30.9935C131.617 32.2528 133.469 33.2905 135.521 34.1213L138.451 35.1276C140.1 35.6518 141.708 36.2986 143.26 37.0626C144.744 37.8326 146.005 39.0937 146.005 40.8921C145.998 41.506 145.872 42.1129 145.634 42.6794C144.855 44.4039 142.69 45.665 139.81 45.6151C135.153 45.532 131.997 42.8455 129.82 40.556L128.423 38.9607C127.867 38.2351 127.681 37.9397 127.409 37.936C127.136 37.9323 127.149 38.1631 127.149 38.6339V45.9032C127.149 46.651 127.149 47.4966 127.577 47.9471C130.6 51.0509 135.218 52.9767 139.632 52.9693C144.234 52.9693 147.752 51.5513 150.354 49.0273C153.545 45.9309 154.619 40.7517 153.039 36.638C151.926 33.7465 148.681 31.1339 142.88 29.1988C138.727 27.8159 136.574 26.7154 135.615 25.6076C134.76 24.6272 134.601 23.4363 135.038 22.4115C135.574 21.1597 136.982 20.3454 138.837 20.1091C140.409 19.9078 142.559 19.989 145.574 21.3221C146.823 21.8761 149.358 23.2738 150.767 24.8414C151.077 25.1848 151.346 25.1442 151.387 24.9743C151.411 24.7543 151.418 24.5326 151.407 24.3114V18.3642V17.9949C151.422 17.3672 151.428 17.1345 151.005 16.756C150.202 16.0433 147.833 14.6733 145.543 13.9126C142.945 13.054 140.126 12.8232 137.883 13.1426Z" fill="white" data-v-b8fd89ae></path><path d="M8.56588 52.4468C11.7725 52.4468 15.3166 49.9043 15.3389 46.7599V20.1183H14.5618C8.77545 20.1183 4.56551 21.9056 1.87264 25.2162C-0.380703 27.9858 0.0291637 30.0907 0.0291637 33.3625V52.4468H8.56588Z" fill="white" data-v-b8fd89ae></path>',46)])],8,$)):a.createCommentVNode("",!0),"all"!==e.type||e.hasBackground?a.createCommentVNode("",!0):(a.openBlock(),a.createElementBlock("svg",{key:3,viewBox:l.value,fill:"none",xmlns:"http://www.w3.org/2000/svg"},[...d[3]||(d[3]=[a.createStaticVNode('<path d="M275.94 52.9619C275.94 53.0635 275.816 53.1466 275.662 53.1466C275.508 53.1466 275.383 53.0635 275.383 52.9619V24.2265C275.383 24.125 275.508 24.0419 275.662 24.0419C275.816 24.0419 275.94 24.125 275.94 24.2265V52.9619Z" fill="#595757" data-v-b8fd89ae></path><path d="M458.132 27.2195H447.308V30.1239H456.902L458.132 27.2195Z" fill="#D71921" data-v-b8fd89ae></path><path d="M453.15 39.2488L453.996 46.7858H450.886L453.191 35.8976H457.24L458.564 32.9434H447.208V35.8976H449.436L447.001 47.3175V49.7492L452.998 49.764L454.072 47.3286L454.339 49.9246H458.028L456.797 39.2488H453.15Z" fill="#D71921" data-v-b8fd89ae></path><path d="M470.241 28.2886H464.694L464.857 26.8115H460.947L460.782 28.2886H458.371V31.1173H460.461L458.297 49.812H462.208L464.356 31.1191H466.396V46.7562H464.692V49.6864H467.26C468.087 49.705 468.885 49.39 469.475 48.8131C470.047 48.2898 470.331 47.5241 470.237 46.7562L470.241 28.2886Z" fill="#D71921" data-v-b8fd89ae></path><path d="M499.888 46.7156V28.9053H486.387L486.604 27.0331H482.132L481.919 28.9164L477.768 28.9035V31.9703H481.561L477.666 49.8065H482.151L485.955 31.9703H495.632V46.7156H488.729V49.8065H496.316C497.235 49.8682 498.139 49.5587 498.826 48.9479C499.49 48.3941 499.878 47.5785 499.888 46.7156Z" fill="#D71921" data-v-b8fd89ae></path><path d="M299.539 38.693H303.282V32.6701H306.055L306.797 29.8322H306.374H303.282V27.0441H299.539V29.8322H296.372H295.573V32.6701H299.539V38.693Z" fill="#D71921" data-v-b8fd89ae></path><path d="M298.772 29.4426L298.486 27.0423H296.361L296.646 29.4426H298.772Z" fill="#D71921" data-v-b8fd89ae></path><path d="M304.475 37.1661H306.598L306.164 33.4733H304.039L304.475 37.1661Z" fill="#D71921" data-v-b8fd89ae></path><path d="M298.338 37.1661L298.772 33.4733H296.646L296.212 37.1661H298.338Z" fill="#D71921" data-v-b8fd89ae></path><path d="M312.926 27.0423H309.009L306.778 34.751H310.777L311.352 32.6867H318.186V29.8987H312.13L312.926 27.0423Z" fill="#D71921" data-v-b8fd89ae></path><path d="M306.45 27.0423H304.326L304.039 29.4426H306.164L306.45 27.0423Z" fill="#D71921" data-v-b8fd89ae></path><path d="M306.962 39.2285H304.551V40.3086H298.367V39.2285H295.957V40.3086H295.487V43.0782H295.957V45.4656L299.232 47.7089L295.955 49.9985H300.339L301.452 49.2322L302.564 49.9985H306.962L303.685 47.7089L306.962 45.4693V43.0782H307.359V40.3086H306.962V39.2285ZM304.551 43.994L301.455 46.1561L298.36 43.994V43.0708H304.551V43.994Z" fill="#D71921" data-v-b8fd89ae></path><path d="M317.883 33.0172H314.476L312.177 38.9663L310.317 35.5098H306.91L310.752 42.6517L307.893 50.0539H311.299L312.735 46.3371L314.736 50.0539H318.143L314.159 42.6517L317.883 33.0172Z" fill="#D71921" data-v-b8fd89ae></path><path d="M338.92 26.8705H335.211V27.7568H325.812V27.7937V30.5449V32.6294H329.521V30.5449H344.892L343.89 32.6221H347.6L348.601 30.5449H348.609V30.5319L348.61 30.5283H348.609L348.618 27.7568H338.92V26.8705Z" fill="#D71921" data-v-b8fd89ae></path><path d="M342.585 38.7817L346.149 36.2392V33.4511H327.436V36.2392H342.436L338.872 38.7817V39.6255H325.842V42.4135H338.872V46.9556H329.517V49.7437H339.321C340.924 49.7335 342.284 48.5692 342.535 46.9926V46.9113C342.543 46.8473 342.55 46.7821 342.555 46.7156L342.568 46.579V42.419H348.601V39.6255H342.568L342.585 38.7817Z" fill="#D71921" data-v-b8fd89ae></path><path d="M416.044 48.7651H418.992L419.428 42.1827H416.478L416.044 48.7651Z" fill="#D71921" data-v-b8fd89ae></path><path d="M424.751 42.1827L425.185 48.7651H428.136L427.702 42.1827H424.751Z" fill="#D71921" data-v-b8fd89ae></path><path d="M423.798 26.8705H420.088V27.7088H415.945V30.5486H427.438L428.143 27.7088H423.798V26.8705Z" fill="#D71921" data-v-b8fd89ae></path><path d="M420.254 30.8256H416.804L417.88 33.597H421.329L420.254 30.8256Z" fill="#D71921" data-v-b8fd89ae></path><path d="M423.564 30.8256L422.488 33.597H425.938L427.014 30.8256H423.564Z" fill="#D71921" data-v-b8fd89ae></path><path d="M423.9 37.5391H420.19V38.6358H415.945V41.4239H420.19V50.3697L423.9 48.8575V41.4239H428.143V38.6358H423.9V37.5391Z" fill="#D71921" data-v-b8fd89ae></path><path d="M428.772 29.8857V30.5837V50.3696L432.481 48.8574V35.7425H434.404V50.3696L438.113 48.8574V35.7425H439.536V32.9544H432.481V30.5837H439.664L440.369 27.7439H428.772V29.8857Z" fill="#D71921" data-v-b8fd89ae></path><path d="M415.945 36.7321H427.438L428.143 33.8924H415.945V36.7321Z" fill="#D71921" data-v-b8fd89ae></path><path d="M399.072 44.5553H407.303L408.008 41.7156H399.072V40.7185H395.363V41.7156H386.426V44.5553H395.363V46.9981H385.864V49.8378H407.865L408.57 46.9981H399.072V44.5553Z" fill="#D71921" data-v-b8fd89ae></path><path d="M388.134 33.1188H386.094V35.9068H387.563L386.722 39.9689H390.432L391.272 35.9068H394.128V39.9689H397.837V35.9068H399.567V33.1188H397.837V30.6095H398.863L399.567 27.7698H386.097V30.6095H388.662L388.134 33.1188ZM394.128 30.6095V33.1188H391.852L392.372 30.6095H394.128Z" fill="#D71921" data-v-b8fd89ae></path><path d="M403.842 27.755H400.133V36.1432L403.842 34.6291V27.755Z" fill="#D71921" data-v-b8fd89ae></path><path d="M401.977 37.2584H400.155V40.0464H405.216C406.792 40.0462 408.144 38.9304 408.436 37.3895V37.347C408.462 37.195 408.478 37.0414 408.482 36.8873V36.854V36.8208C408.482 36.8079 408.482 36.7968 408.482 36.7839C408.482 36.7709 408.482 36.7599 408.482 36.7469V27.2122H404.773V37.2584H401.977Z" fill="#D71921" data-v-b8fd89ae></path><path d="M378.06 37.0664L378.764 34.2266H371.556L372.377 31.1819H377.874L378.579 28.3421H373.141L373.52 26.9407H369.777L369.399 28.3421H366.379V31.1819H368.633L367.813 34.2266H366.287V37.0664H367.045L366.392 39.487H366.39V42.275H374.632L372.713 46.675H368.364V49.5147H377.781L378.486 46.675H376.454L378.393 42.2344L378.44 42.1292V39.4907L370.137 39.487L370.79 37.0664H378.06Z" fill="#D71921" data-v-b8fd89ae></path><path d="M360.914 31.1819H365.085L365.79 28.3421H361.492L361.769 26.9869H358.026L357.748 28.3421H356.133V31.1819H357.169L356.133 36.2669V36.361V36.3684V39.0549H360.684V42.2769H356.131V45.0649H360.684V50.3788L364.393 48.8648V45.0649H365.754V42.2769H364.393V39.0549H365.756V36.2669H364.393V33.7631H360.684V36.2669H359.879L360.914 31.1819Z" fill="#D71921" data-v-b8fd89ae></path><path d="M86.7984 60.859H90.4854L89.5358 62.9675H86.383L85.6263 66.7563H86.2717V64.6681H89.0926V66.749H90.5113L90.5262 68.7283H89.0926V71.1637H90.5392L90.5299 73.2538H89.0963V76.0234L86.2754 77.1589V73.2538H83.0225V71.1655H86.2754V68.7283H82.926V66.893L83.7829 62.9602H82.952V60.859H84.1204L84.3058 59.8434H87.008L86.7984 60.859ZM90.2814 65.6282L91.9505 59.9136H94.9179L94.5933 60.9864H100.129V65.2903H97.3474V63.0045H94.1278L93.2765 65.6208L90.2814 65.6282ZM96.3886 66.8099H97.5774L100.131 76.677H97.1712L95.4742 69.9063L93.5158 76.6752H90.4798L94.1278 64.489H97.0581L96.3886 66.8099Z" fill="#595757" data-v-b8fd89ae></path><path d="M111.162 73.3572L113.777 74.694H124.582L123.705 76.5404H112.325L111.038 75.5877L108.163 77.1885V63.8132H111.162V73.3572ZM109.718 59.6274C110.008 59.6355 110.293 59.7114 110.548 59.849C110.821 59.9891 111.046 60.2054 111.196 60.4712C111.351 60.7292 111.435 61.0236 111.439 61.3243C111.443 61.6191 111.363 61.909 111.209 62.1607C111.059 62.4216 110.84 62.6367 110.576 62.7829C110.314 62.9294 110.018 63.0058 109.718 63.0045C109.411 63.0145 109.108 62.9391 108.842 62.7866C108.578 62.6387 108.358 62.4233 108.206 62.1625C108.053 61.9065 107.977 61.6126 107.985 61.315C107.987 61.0191 108.069 60.7291 108.221 60.4749C108.371 60.2085 108.594 59.9901 108.864 59.8453C109.126 59.702 109.421 59.6271 109.719 59.6274H109.718ZM124.369 61.3907L122.807 63.3258H124.369V71.5865C124.405 72.1866 124.146 72.7667 123.675 73.143C122.872 73.793 122.145 73.732 122.145 73.732H120.439V71.8395H121.637V65.1925H119.782V66.2523H121.452V68.0987H119.782V69.1253H121.418V70.9588H119.779V73.0378L117.019 73.9204V70.9661H115.152V72.855L112.414 73.732V63.3258H114.139L113.449 62.2179L116.554 62.2087L117.31 63.335H119.647L120.862 61.7933H112.414V59.9358H124.376L124.369 61.3907ZM115.152 66.2505H117.021V65.1906H115.152V66.2505ZM115.152 69.1161H117.021V68.0895H115.152V69.1161Z" fill="#595757" data-v-b8fd89ae></path><path d="M134.298 66.4185H132.668V64.2563H140.975L140.007 66.4185H137.04L135.354 74.3875H137.629L137.01 68.8705H139.677L140.578 76.6844H137.878L137.683 74.7845L136.895 76.5681L132.507 76.5533V74.7734L134.298 66.4185ZM132.741 62.1939V60.0669H140.663L139.764 62.1939H132.741ZM142.36 62.9214H140.83V60.8497H142.6L142.72 59.7678H145.582L145.461 60.8497H149.521V74.3672C149.591 74.9294 149.384 75.4905 148.965 75.8739C148.533 76.2959 147.948 76.5264 147.344 76.5127H145.463V74.3654H146.711V62.9177H145.217L143.644 76.6013H140.775L142.36 62.9214Z" fill="#595757" data-v-b8fd89ae></path><path d="M156.568 76.5939L159.417 63.5399H156.635V61.2947H159.673L159.829 59.9155H163.1L162.941 61.2855H172.824V74.3376C172.818 74.9681 172.536 75.5646 172.053 75.9717C171.55 76.4194 170.887 76.6464 170.215 76.6013H164.651V74.3376H169.721V63.5381H162.637L159.855 76.5921L156.568 76.5939Z" fill="#595757" data-v-b8fd89ae></path><path d="M255.886 67.5411H179.493V69.2711H255.886V67.5411Z" fill="#595757" data-v-b8fd89ae></path><path d="M76.5611 67.5411H0.168274V69.2711H76.5611V67.5411Z" fill="#595757" data-v-b8fd89ae></path><path d="M19.343 0.184639C19.2234 0.0669346 19.0623 0.000635185 18.8941 0H18.4787C16.6036 0.0352153 14.7343 0.220451 12.8889 0.553918C8.23946 1.36079 4.84926 3.85342 2.76654 6.9646C0.861866 9.81174 0.0310059 14.1655 0.0310059 17.958V24.9872C0.0310059 24.1804 0.459418 21.5197 2.07107 19.5792C5.92121 14.9262 11.1846 13.739 14.5692 13.739H18.8978C19.066 13.7388 19.2274 13.6724 19.3467 13.5544C19.4651 13.4386 19.5321 13.2802 19.5321 13.1149V0.627774C19.5321 0.460645 19.4637 0.300729 19.343 0.184639Z" fill="#D71921" data-v-b8fd89ae></path><path d="M50.8415 23.3772L50.797 23.4787V38.285C50.8656 46.6528 56.9172 52.9656 64.892 52.9656C72.9242 52.9656 78.9869 46.5974 78.9869 38.1539C78.9869 28.8684 73.0281 23.3421 64.9958 23.3421H50.9491L50.8415 23.3772ZM57.889 38.1483C57.889 33.8555 61.0251 30.3621 64.8827 30.3621C68.7402 30.3621 71.8745 33.8573 71.8745 38.1483C71.8745 42.4394 68.7402 45.9346 64.8827 45.9346C61.0251 45.9346 57.8983 42.4541 57.8983 38.1631L57.889 38.1483Z" fill="#595757" data-v-b8fd89ae></path><path d="M176.198 23.3772L176.153 23.4787V38.285C176.222 46.6528 182.273 52.9656 190.248 52.9656C198.282 52.9656 204.343 46.5974 204.343 38.1539C204.343 28.8684 198.382 23.3421 190.354 23.3421H176.307L176.198 23.3772ZM183.245 38.1483C183.245 33.8555 186.383 30.3621 190.237 30.3621C194.091 30.3621 197.231 33.8573 197.231 38.1483C197.231 42.4394 194.094 45.9346 190.237 45.9346C186.379 45.9346 183.26 42.4541 183.26 38.1631L183.245 38.1483Z" fill="#595757" data-v-b8fd89ae></path><path d="M235.074 23.355C235.032 23.3541 234.992 23.3697 234.962 23.3985C234.932 23.4273 234.915 23.4669 234.914 23.5083V52.2917C234.916 52.3777 234.987 52.446 235.074 52.445H255.743C255.828 52.445 255.898 52.3767 255.899 52.2917V46.1543C255.899 46.0687 255.829 45.9992 255.743 45.9992H242.833C242.704 46.0002 242.58 45.9502 242.489 45.8602C242.397 45.7701 242.345 45.6475 242.344 45.5192V41.6048C242.345 41.4765 242.397 41.3539 242.489 41.2638C242.58 41.1738 242.704 41.1238 242.833 41.1248H255.135C255.221 41.1248 255.29 41.0567 255.293 40.9715V34.8249C255.292 34.7837 255.275 34.7445 255.246 34.7157C255.216 34.687 255.176 34.6711 255.135 34.6716H242.833C242.565 34.6726 242.346 34.4572 242.344 34.1897V30.2827C242.345 30.1544 242.397 30.0318 242.489 29.9417C242.58 29.8517 242.704 29.8017 242.833 29.8027H255.743C255.829 29.8027 255.899 29.7332 255.899 29.6476V23.5083C255.898 23.4234 255.828 23.355 255.743 23.355H235.074Z" fill="#595757" data-v-b8fd89ae></path><path d="M222.123 23.355L222.012 23.3993L221.965 23.5083V36.8281C221.957 37.0507 221.798 37.2392 221.579 37.2862C221.361 37.3332 221.138 37.2268 221.038 37.0275L214.732 23.4695C214.708 23.4089 214.654 23.3654 214.59 23.355H207.581L207.468 23.3993L207.423 23.5083V52.2917C207.424 52.3766 207.494 52.4449 207.579 52.4449H214.588L214.701 52.3988L214.745 52.2917V38.9976C214.746 38.7706 214.906 38.5749 215.129 38.5287C215.355 38.4761 215.587 38.5877 215.686 38.7964L221.991 52.3563C222.019 52.4112 222.075 52.4462 222.136 52.4468H229.183L229.297 52.4006L229.341 52.2935V23.5083C229.341 23.4671 229.324 23.4279 229.294 23.3991C229.265 23.3704 229.225 23.3545 229.183 23.355H222.123Z" fill="#595757" data-v-b8fd89ae></path><path d="M31.8485 13.1426C27.1267 13.8202 23.4843 16.2002 21.8541 19.6715C21.2145 20.9974 20.8758 22.4473 20.8619 23.9182C20.8619 26.5031 22.0247 29.0585 24.1816 30.9935C25.5837 32.2528 27.4346 33.2905 29.4858 34.1213L32.416 35.1276C34.0648 35.6518 35.6717 36.2986 37.2232 37.0626C38.7068 37.8326 39.9661 39.0937 39.9661 40.8921C39.959 41.506 39.8331 42.1129 39.5952 42.6794C38.8163 44.4039 36.6519 45.665 33.7717 45.6151C29.1148 45.532 25.9583 42.8455 23.781 40.556L22.3845 38.9607C21.8281 38.2351 21.6427 37.9397 21.37 37.936C21.0974 37.9323 21.1085 38.1631 21.1085 38.6339V45.9032C21.1085 46.651 21.1085 47.4966 21.537 47.9471C24.5599 51.0509 29.1779 52.9767 33.5918 52.9693C38.195 52.9693 41.7113 51.5513 44.3151 49.0273C47.5069 45.9309 48.5807 40.7517 47.0006 36.638C45.8878 33.7465 42.6423 31.1339 36.8411 29.1988C32.6887 27.8159 30.5355 26.7154 29.5766 25.6076C28.7217 24.6272 28.5622 23.4363 28.9999 22.4115C29.534 21.1597 30.9416 20.3454 32.7962 20.1091C34.3689 19.9078 36.5184 19.989 39.534 21.3221C40.7821 21.8761 43.3155 23.2738 44.7269 24.8414C45.0384 25.1848 45.3055 25.1442 45.3463 24.9743C45.3701 24.7542 45.3769 24.5326 45.3667 24.3114V18.3642V17.9949C45.3815 17.3672 45.3871 17.1345 44.9643 16.756C44.1631 16.0433 41.7929 14.6733 39.5025 13.9126C36.9079 13.054 34.0889 12.8232 31.8485 13.1426Z" fill="#595757" data-v-b8fd89ae></path><path d="M82.4272 23.355C82.3859 23.3545 82.346 23.3704 82.3165 23.3991C82.2869 23.4279 82.27 23.4671 82.2695 23.5083V52.2917C82.27 52.3328 82.2869 52.3721 82.3165 52.4008C82.346 52.4296 82.3859 52.4454 82.4272 52.445H89.7139C89.8003 52.446 89.8714 52.3776 89.8734 52.2917V44.3263C89.8732 44.1981 89.9247 44.0751 90.0162 43.9848C90.1077 43.8937 90.2318 43.8426 90.3612 43.8426H101.415C101.501 43.8436 101.572 43.7753 101.574 43.6893V37.5501C101.572 37.4638 101.501 37.395 101.415 37.395H90.3612C90.2318 37.3965 90.1073 37.3463 90.0153 37.2558C89.9233 37.1653 89.8715 37.0419 89.8715 36.9131V30.2827C89.872 30.1542 89.924 30.0313 90.0159 29.9411C90.1079 29.851 90.2321 29.8011 90.3612 29.8026H102.275C102.317 29.8031 102.357 29.787 102.387 29.758C102.417 29.7289 102.434 29.6891