@modul/mbui 1.6.9 → 1.7.1-beta-frmm-991-d4a364b1

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.
@@ -0,0 +1,45 @@
1
+ import React from 'react';
2
+ export declare type TypographyVariant = 'title1' | 'title2' | 'title3' | 'h1' | 'h2' | 'subhead' | 'body' | 'caption' | 'captionCaps' | 'inherit';
3
+ export declare type TypographyColor = 'primary' | 'success' | 'critical' | 'warning' | 'dark' | 'light' | 'disabled' | 'inherit';
4
+ export declare type TypographyAlign = 'left' | 'center' | 'right' | 'justify';
5
+ export interface TypographyProps extends React.HTMLAttributes<HTMLElement> {
6
+ /**
7
+ * Вариант typography
8
+ */
9
+ variant?: TypographyVariant;
10
+ /**
11
+ * Цвет текста
12
+ */
13
+ color?: TypographyColor;
14
+ /**
15
+ * Выравнивание текста
16
+ */
17
+ align?: TypographyAlign;
18
+ /**
19
+ * Жирность шрифта
20
+ */
21
+ fontWeight?: 'light' | 'normal' | 'medium' | 'bold';
22
+ /**
23
+ * Обрезать текст многоточием
24
+ */
25
+ noWrap?: boolean;
26
+ /**
27
+ * HTML тег для рендера
28
+ */
29
+ component?: React.ElementType;
30
+ /**
31
+ * Показать underline
32
+ */
33
+ underline?: 'none' | 'hover' | 'always';
34
+ /**
35
+ * Делает текст блочным элементом
36
+ */
37
+ display?: 'inline' | 'block' | 'inline-block';
38
+ /**
39
+ * Количество строк для многострочного обрезания
40
+ */
41
+ lineClamp?: number;
42
+ }
43
+ export declare const getLineClampClass: (lineClamp?: number) => string;
44
+ export declare const Typography: React.FC<TypographyProps>;
45
+ export default Typography;
@@ -0,0 +1 @@
1
+ export { Typography } from './Typography';
@@ -0,0 +1 @@
1
+ (()=>{var e={2342:(e,r)=>{"use strict";Object.defineProperty(r,Symbol.toStringTag,{value:"Module"});let t=e=>{let r=l(e),{conflictingClassGroups:t,conflictingClassGroupModifiers:n}=e;return{getClassGroupId:e=>{let t=e.split("-");return""===t[0]&&1!==t.length&&t.shift(),o(t,r)||i(e)},getConflictingClassGroupIds:(e,r)=>{let o=t[e]||[];return r&&n[e]?[...o,...n[e]]:o}}},o=(e,r)=>{if(0===e.length)return r.classGroupId;let t=e[0],n=r.nextPart.get(t),i=n?o(e.slice(1),n):void 0;if(i)return i;if(0===r.validators.length)return;let l=e.join("-");return r.validators.find(({validator:e})=>e(l))?.classGroupId},n=/^\[(.+)\]$/,i=e=>{if(n.test(e)){let r=n.exec(e)[1],t=r?.substring(0,r.indexOf(":"));if(t)return"arbitrary.."+t}},l=e=>{let{theme:r,prefix:t}=e,o={nextPart:new Map,validators:[]};return d(Object.entries(e.classGroups),t).forEach(([e,t])=>{a(t,o,e,r)}),o},a=(e,r,t,o)=>{e.forEach(e=>{if("string"==typeof e){(""===e?r:s(r,e)).classGroupId=t;return}if("function"==typeof e)return c(e)?void a(e(o),r,t,o):void r.validators.push({validator:e,classGroupId:t});Object.entries(e).forEach(([e,n])=>{a(n,s(r,e),t,o)})})},s=(e,r)=>{let t=e;return r.split("-").forEach(e=>{t.nextPart.has(e)||t.nextPart.set(e,{nextPart:new Map,validators:[]}),t=t.nextPart.get(e)}),t},c=e=>e.isThemeGetter,d=(e,r)=>r?e.map(([e,t])=>[e,t.map(e=>"string"==typeof e?r+e:"object"==typeof e?Object.fromEntries(Object.entries(e).map(([e,t])=>[r+e,t])):e)]):e,u=e=>{if(e<1)return{get:()=>void 0,set:()=>{}};let r=0,t=new Map,o=new Map,n=(n,i)=>{t.set(n,i),++r>e&&(r=0,o=t,t=new Map)};return{get(e){let r=t.get(e);return void 0!==r?r:void 0!==(r=o.get(e))?(n(e,r),r):void 0},set(e,r){t.has(e)?t.set(e,r):n(e,r)}}},p=e=>{let{separator:r,experimentalParseClassName:t}=e,o=1===r.length,n=r[0],i=r.length,l=e=>{let t,l=[],a=0,s=0;for(let c=0;c<e.length;c++){let d=e[c];if(0===a){if(d===n&&(o||e.slice(c,c+i)===r)){l.push(e.slice(s,c)),s=c+i;continue}if("/"===d){t=c;continue}}"["===d?a++:"]"===d&&a--}let c=0===l.length?e:e.substring(s),d=c.startsWith("!"),u=d?c.substring(1):c;return{modifiers:l,hasImportantModifier:d,baseClassName:u,maybePostfixModifierPosition:t&&t>s?t-s:void 0}};return t?e=>t({className:e,parseClassName:l}):l},f=e=>{if(e.length<=1)return e;let r=[],t=[];return e.forEach(e=>{"["===e[0]?(r.push(...t.sort(),e),t=[]):t.push(e)}),r.push(...t.sort()),r},b=e=>({cache:u(e.cacheSize),parseClassName:p(e),...t(e)}),y=/\s+/,m=(e,r)=>{let{parseClassName:t,getClassGroupId:o,getConflictingClassGroupIds:n}=r,i=[],l=e.trim().split(y),a="";for(let e=l.length-1;e>=0;e-=1){let r=l[e],{modifiers:s,hasImportantModifier:c,baseClassName:d,maybePostfixModifierPosition:u}=t(r),p=!!u,b=o(p?d.substring(0,u):d);if(!b){if(!p||!(b=o(d))){a=r+(a.length>0?" "+a:a);continue}p=!1}let y=f(s).join(":"),m=c?y+"!":y,g=m+b;if(i.includes(g))continue;i.push(g);let h=n(b,p);for(let e=0;e<h.length;++e){let r=h[e];i.push(m+r)}a=r+(a.length>0?" "+a:a)}return a};function g(){let e,r,t=0,o="";for(;t<arguments.length;)(e=arguments[t++])&&(r=h(e))&&(o&&(o+=" "),o+=r);return o}let h=e=>{let r;if("string"==typeof e)return e;let t="";for(let o=0;o<e.length;o++)e[o]&&(r=h(e[o]))&&(t&&(t+=" "),t+=r);return t};function v(e,...r){let t,o,n,i=function(a){return o=(t=b(r.reduce((e,r)=>r(e),e()))).cache.get,n=t.cache.set,i=l,l(a)};function l(e){let r=o(e);if(r)return r;let i=m(e,t);return n(e,i),i}return function(){return i(g.apply(null,arguments))}}let w=e=>{let r=r=>r[e]||[];return r.isThemeGetter=!0,r},x=/^\[(?:([a-z-]+):)?(.+)\]$/i,j=/^\d+\/\d+$/,_=new Set(["px","full","screen"]),O=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,k=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,P=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,S=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,z=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,E=e=>C(e)||_.has(e)||j.test(e),T=e=>B(e,"length",J),C=e=>!!e&&!Number.isNaN(Number(e)),I=e=>B(e,"number",C),M=e=>!!e&&Number.isInteger(Number(e)),D=e=>e.endsWith("%")&&C(e.slice(0,-1)),N=e=>x.test(e),G=e=>O.test(e),R=new Set(["length","size","percentage"]),A=e=>B(e,R,K),$=e=>B(e,"position",K),W=new Set(["image","url"]),F=e=>B(e,W,H),L=e=>B(e,"",V),q=()=>!0,B=(e,r,t)=>{let o=x.exec(e);return!!o&&(o[1]?"string"==typeof r?o[1]===r:r.has(o[1]):t(o[2]))},J=e=>k.test(e)&&!P.test(e),K=()=>!1,V=e=>S.test(e),H=e=>z.test(e),Q=Object.defineProperty({__proto__:null,isAny:q,isArbitraryImage:F,isArbitraryLength:T,isArbitraryNumber:I,isArbitraryPosition:$,isArbitraryShadow:L,isArbitrarySize:A,isArbitraryValue:N,isInteger:M,isLength:E,isNumber:C,isPercent:D,isTshirtSize:G},Symbol.toStringTag,{value:"Module"}),U=()=>{let e=w("colors"),r=w("spacing"),t=w("blur"),o=w("brightness"),n=w("borderColor"),i=w("borderRadius"),l=w("borderSpacing"),a=w("borderWidth"),s=w("contrast"),c=w("grayscale"),d=w("hueRotate"),u=w("invert"),p=w("gap"),f=w("gradientColorStops"),b=w("gradientColorStopPositions"),y=w("inset"),m=w("margin"),g=w("opacity"),h=w("padding"),v=w("saturate"),x=w("scale"),j=w("sepia"),_=w("skew"),O=w("space"),k=w("translate"),P=()=>["auto","contain","none"],S=()=>["auto","hidden","clip","visible","scroll"],z=()=>["auto",N,r],R=()=>[N,r],W=()=>["",E,T],B=()=>["auto",C,N],J=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],K=()=>["solid","dashed","dotted","double","none"],V=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],H=()=>["start","end","center","between","around","evenly","stretch"],Q=()=>["","0",N],U=()=>["auto","avoid","all","avoid-page","page","left","right","column"],X=()=>[C,N];return{cacheSize:500,separator:":",theme:{colors:[q],spacing:[E,T],blur:["none","",G,N],brightness:X(),borderColor:[e],borderRadius:["none","","full",G,N],borderSpacing:R(),borderWidth:W(),contrast:X(),grayscale:Q(),hueRotate:X(),invert:Q(),gap:R(),gradientColorStops:[e],gradientColorStopPositions:[D,T],inset:z(),margin:z(),opacity:X(),padding:R(),saturate:X(),scale:X(),sepia:Q(),skew:X(),space:R(),translate:R()},classGroups:{aspect:[{aspect:["auto","square","video",N]}],container:["container"],columns:[{columns:[G]}],"break-after":[{"break-after":U()}],"break-before":[{"break-before":U()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...J(),N]}],overflow:[{overflow:S()}],"overflow-x":[{"overflow-x":S()}],"overflow-y":[{"overflow-y":S()}],overscroll:[{overscroll:P()}],"overscroll-x":[{"overscroll-x":P()}],"overscroll-y":[{"overscroll-y":P()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[y]}],"inset-x":[{"inset-x":[y]}],"inset-y":[{"inset-y":[y]}],start:[{start:[y]}],end:[{end:[y]}],top:[{top:[y]}],right:[{right:[y]}],bottom:[{bottom:[y]}],left:[{left:[y]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",M,N]}],basis:[{basis:z()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",N]}],grow:[{grow:Q()}],shrink:[{shrink:Q()}],order:[{order:["first","last","none",M,N]}],"grid-cols":[{"grid-cols":[q]}],"col-start-end":[{col:["auto",{span:["full",M,N]},N]}],"col-start":[{"col-start":B()}],"col-end":[{"col-end":B()}],"grid-rows":[{"grid-rows":[q]}],"row-start-end":[{row:["auto",{span:[M,N]},N]}],"row-start":[{"row-start":B()}],"row-end":[{"row-end":B()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",N]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",N]}],gap:[{gap:[p]}],"gap-x":[{"gap-x":[p]}],"gap-y":[{"gap-y":[p]}],"justify-content":[{justify:["normal",...H()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...H(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...H(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[h]}],px:[{px:[h]}],py:[{py:[h]}],ps:[{ps:[h]}],pe:[{pe:[h]}],pt:[{pt:[h]}],pr:[{pr:[h]}],pb:[{pb:[h]}],pl:[{pl:[h]}],m:[{m:[m]}],mx:[{mx:[m]}],my:[{my:[m]}],ms:[{ms:[m]}],me:[{me:[m]}],mt:[{mt:[m]}],mr:[{mr:[m]}],mb:[{mb:[m]}],ml:[{ml:[m]}],"space-x":[{"space-x":[O]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[O]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",N,r]}],"min-w":[{"min-w":[N,r,"min","max","fit"]}],"max-w":[{"max-w":[N,r,"none","full","min","max","fit","prose",{screen:[G]},G]}],h:[{h:[N,r,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[N,r,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[N,r,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[N,r,"auto","min","max","fit"]}],"font-size":[{text:["base",G,T]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",I]}],"font-family":[{font:[q]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",N]}],"line-clamp":[{"line-clamp":["none",C,I]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",E,N]}],"list-image":[{"list-image":["none",N]}],"list-style-type":[{list:["none","disc","decimal",N]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[g]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[g]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...K(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",E,T]}],"underline-offset":[{"underline-offset":["auto",E,N]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:R()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",N]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",N]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[g]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...J(),$]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",A]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},F]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[b]}],"gradient-via-pos":[{via:[b]}],"gradient-to-pos":[{to:[b]}],"gradient-from":[{from:[f]}],"gradient-via":[{via:[f]}],"gradient-to":[{to:[f]}],rounded:[{rounded:[i]}],"rounded-s":[{"rounded-s":[i]}],"rounded-e":[{"rounded-e":[i]}],"rounded-t":[{"rounded-t":[i]}],"rounded-r":[{"rounded-r":[i]}],"rounded-b":[{"rounded-b":[i]}],"rounded-l":[{"rounded-l":[i]}],"rounded-ss":[{"rounded-ss":[i]}],"rounded-se":[{"rounded-se":[i]}],"rounded-ee":[{"rounded-ee":[i]}],"rounded-es":[{"rounded-es":[i]}],"rounded-tl":[{"rounded-tl":[i]}],"rounded-tr":[{"rounded-tr":[i]}],"rounded-br":[{"rounded-br":[i]}],"rounded-bl":[{"rounded-bl":[i]}],"border-w":[{border:[a]}],"border-w-x":[{"border-x":[a]}],"border-w-y":[{"border-y":[a]}],"border-w-s":[{"border-s":[a]}],"border-w-e":[{"border-e":[a]}],"border-w-t":[{"border-t":[a]}],"border-w-r":[{"border-r":[a]}],"border-w-b":[{"border-b":[a]}],"border-w-l":[{"border-l":[a]}],"border-opacity":[{"border-opacity":[g]}],"border-style":[{border:[...K(),"hidden"]}],"divide-x":[{"divide-x":[a]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[a]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[g]}],"divide-style":[{divide:K()}],"border-color":[{border:[n]}],"border-color-x":[{"border-x":[n]}],"border-color-y":[{"border-y":[n]}],"border-color-s":[{"border-s":[n]}],"border-color-e":[{"border-e":[n]}],"border-color-t":[{"border-t":[n]}],"border-color-r":[{"border-r":[n]}],"border-color-b":[{"border-b":[n]}],"border-color-l":[{"border-l":[n]}],"divide-color":[{divide:[n]}],"outline-style":[{outline:["",...K()]}],"outline-offset":[{"outline-offset":[E,N]}],"outline-w":[{outline:[E,T]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:W()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[g]}],"ring-offset-w":[{"ring-offset":[E,T]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",G,L]}],"shadow-color":[{shadow:[q]}],opacity:[{opacity:[g]}],"mix-blend":[{"mix-blend":[...V(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":V()}],filter:[{filter:["","none"]}],blur:[{blur:[t]}],brightness:[{brightness:[o]}],contrast:[{contrast:[s]}],"drop-shadow":[{"drop-shadow":["","none",G,N]}],grayscale:[{grayscale:[c]}],"hue-rotate":[{"hue-rotate":[d]}],invert:[{invert:[u]}],saturate:[{saturate:[v]}],sepia:[{sepia:[j]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[t]}],"backdrop-brightness":[{"backdrop-brightness":[o]}],"backdrop-contrast":[{"backdrop-contrast":[s]}],"backdrop-grayscale":[{"backdrop-grayscale":[c]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[d]}],"backdrop-invert":[{"backdrop-invert":[u]}],"backdrop-opacity":[{"backdrop-opacity":[g]}],"backdrop-saturate":[{"backdrop-saturate":[v]}],"backdrop-sepia":[{"backdrop-sepia":[j]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[l]}],"border-spacing-x":[{"border-spacing-x":[l]}],"border-spacing-y":[{"border-spacing-y":[l]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",N]}],duration:[{duration:X()}],ease:[{ease:["linear","in","out","in-out",N]}],delay:[{delay:X()}],animate:[{animate:["none","spin","ping","pulse","bounce",N]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[x]}],"scale-x":[{"scale-x":[x]}],"scale-y":[{"scale-y":[x]}],rotate:[{rotate:[M,N]}],"translate-x":[{"translate-x":[k]}],"translate-y":[{"translate-y":[k]}],"skew-x":[{"skew-x":[_]}],"skew-y":[{"skew-y":[_]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",N]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",N]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":R()}],"scroll-mx":[{"scroll-mx":R()}],"scroll-my":[{"scroll-my":R()}],"scroll-ms":[{"scroll-ms":R()}],"scroll-me":[{"scroll-me":R()}],"scroll-mt":[{"scroll-mt":R()}],"scroll-mr":[{"scroll-mr":R()}],"scroll-mb":[{"scroll-mb":R()}],"scroll-ml":[{"scroll-ml":R()}],"scroll-p":[{"scroll-p":R()}],"scroll-px":[{"scroll-px":R()}],"scroll-py":[{"scroll-py":R()}],"scroll-ps":[{"scroll-ps":R()}],"scroll-pe":[{"scroll-pe":R()}],"scroll-pt":[{"scroll-pt":R()}],"scroll-pr":[{"scroll-pr":R()}],"scroll-pb":[{"scroll-pb":R()}],"scroll-pl":[{"scroll-pl":R()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",N]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[E,T,I]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}},X=(e,{cacheSize:r,prefix:t,separator:o,experimentalParseClassName:n,extend:i={},override:l={}})=>{for(let i in Y(e,"cacheSize",r),Y(e,"prefix",t),Y(e,"separator",o),Y(e,"experimentalParseClassName",n),l)Z(e[i],l[i]);for(let r in i)ee(e[r],i[r]);return e},Y=(e,r,t)=>{void 0!==t&&(e[r]=t)},Z=(e,r)=>{if(r)for(let t in r)Y(e,t,r[t])},ee=(e,r)=>{if(r)for(let t in r){let o=r[t];void 0!==o&&(e[t]=(e[t]||[]).concat(o))}},er=v(U);r.createTailwindMerge=v,r.extendTailwindMerge=(e,...r)=>"function"==typeof e?v(U,e,...r):v(()=>X(U(),e),...r),r.fromTheme=w,r.getDefaultConfig=U,r.mergeConfigs=X,r.twJoin=g,r.twMerge=er,r.validators=Q},7342:(e,r,t)=>{"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var n=["variant","color","align","fontWeight","noWrap","component","underline","display","lineClamp","className","children"];function i(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,o)}return t}Object.defineProperty(r,"__esModule",{value:!0}),r.Typography=r.getLineClampClass=void 0;var l=(0,t(31635).__importDefault)(t(54953)),a=t(18559),s={title1:"h1",title2:"h1",title3:"h1",h1:"h1",h2:"h2",subhead:"h6",body:"p",caption:"span",captionCaps:"span",inherit:"span"},c={primary:"text-[--primary]",success:"text-[--success]",critical:"text-[--critical]",warning:"text-[--warning]",disabled:"text-[--disabled]",dark:"text-[--dark]",light:"text-[--light]",inherit:"text-inherit"},d={left:"text-left",center:"text-center",right:"text-right",justify:"text-justify"},u={light:"font-light",normal:"font-normal",medium:"font-medium",bold:"font-bold"};r.getLineClampClass=function(e){return e?"line-clamp-".concat(e):""},r.Typography=function(e){var t=e.variant,p=void 0===t?"body":t,f=e.color,b=e.align,y=e.fontWeight,m=e.noWrap,g=e.component,h=e.underline,v=void 0===h?"none":h,w=e.display,x=void 0===w?"block":w,j=e.lineClamp,_=e.className,O=e.children,k=function(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)return{};var t={};for(var o in e)if(({}).hasOwnProperty.call(e,o)){if(-1!==r.indexOf(o))continue;t[o]=e[o]}return t}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(o=0;o<i.length;o++)t=i[o],-1===r.indexOf(t)&&({}).propertyIsEnumerable.call(e,t)&&(n[t]=e[t])}return n}(e,n),P=g||s[p]||"span",S=(0,a.cn)("m-0 p-0",{"text-[40px] leading-[1.1] font-bold":"title1"===p,"text-[24px] leading-[1.2] font-bold":"title2"===p,"text-[20px] leading-[1.2] font-medium":"title3"===p,"text-[18px] leading-[1.2] font-bold":"h1"===p,"text-[16px] leading-[1.2] font-medium":"h2"===p,"text-[14px] leading-[1.2] font-regular":"subhead"===p,"text-[16px] leading-[1.5] font-normal":"body"===p,"text-[12px] leading-[1.1] font-normal":"caption"===p,"text-[12px] leading-[1.1] font-medium uppercase":"captionCaps"===p,"text-inherit":"inherit"===p},c[void 0===f?"dark":f],d[void 0===b?"left":b],y&&u[y],void 0!==m&&m&&"truncate",{underline:"always"===v,"hover:underline":"hover"===v},{inline:"inline"===x,block:"block"===x,"inline-block":"inline-block"===x},(0,r.getLineClampClass)(j),_);return l.default.createElement(P,function(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?i(Object(t),!0).forEach(function(r){var n,i,l;n=e,i=r,l=t[r],(i=function(e){var r=function(e,r){if("object"!=o(e)||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,r||"default");if("object"!=o(n))return n;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===r?String:Number)(e)}(e,"string");return"symbol"==o(r)?r:r+""}(i))in n?Object.defineProperty(n,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):n[i]=l}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):i(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}({className:S},k),O)},r.Typography.displayName="Typography",r.default=r.Typography},18559:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r.cn=void 0;var o=t(71508),n=t(2342);r.cn=function(){for(var e=arguments.length,r=Array(e),t=0;t<e;t++)r[t]=arguments[t];return(0,n.twMerge)((0,o.clsx)(r))}},31635:(e,r,t)=>{"use strict";t.r(r),t.d(r,{__addDisposableResource:()=>N,__assign:()=>i,__asyncDelegator:()=>k,__asyncGenerator:()=>O,__asyncValues:()=>P,__await:()=>_,__awaiter:()=>b,__classPrivateFieldGet:()=>I,__classPrivateFieldIn:()=>D,__classPrivateFieldSet:()=>M,__createBinding:()=>m,__decorate:()=>a,__disposeResources:()=>R,__esDecorate:()=>c,__exportStar:()=>g,__extends:()=>n,__generator:()=>y,__importDefault:()=>C,__importStar:()=>T,__makeTemplateObject:()=>S,__metadata:()=>f,__param:()=>s,__propKey:()=>u,__read:()=>v,__rest:()=>l,__rewriteRelativeImportExtension:()=>A,__runInitializers:()=>d,__setFunctionName:()=>p,__spread:()=>w,__spreadArray:()=>j,__spreadArrays:()=>x,__values:()=>h,default:()=>$});var o=function(e,r){return(o=Object.setPrototypeOf||({__proto__:[]})instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var t in r)Object.prototype.hasOwnProperty.call(r,t)&&(e[t]=r[t])})(e,r)};function n(e,r){if("function"!=typeof r&&null!==r)throw TypeError("Class extends value "+String(r)+" is not a constructor or null");function t(){this.constructor=e}o(e,r),e.prototype=null===r?Object.create(r):(t.prototype=r.prototype,new t)}var i=function(){return(i=Object.assign||function(e){for(var r,t=1,o=arguments.length;t<o;t++)for(var n in r=arguments[t])Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n]);return e}).apply(this,arguments)};function l(e,r){var t={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&0>r.indexOf(o)&&(t[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols)for(var n=0,o=Object.getOwnPropertySymbols(e);n<o.length;n++)0>r.indexOf(o[n])&&Object.prototype.propertyIsEnumerable.call(e,o[n])&&(t[o[n]]=e[o[n]]);return t}function a(e,r,t,o){var n,i=arguments.length,l=i<3?r:null===o?o=Object.getOwnPropertyDescriptor(r,t):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,r,t,o);else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(l=(i<3?n(l):i>3?n(r,t,l):n(r,t))||l);return i>3&&l&&Object.defineProperty(r,t,l),l}function s(e,r){return function(t,o){r(t,o,e)}}function c(e,r,t,o,n,i){function l(e){if(void 0!==e&&"function"!=typeof e)throw TypeError("Function expected");return e}for(var a,s=o.kind,c="getter"===s?"get":"setter"===s?"set":"value",d=!r&&e?o.static?e:e.prototype:null,u=r||(d?Object.getOwnPropertyDescriptor(d,o.name):{}),p=!1,f=t.length-1;f>=0;f--){var b={};for(var y in o)b[y]="access"===y?{}:o[y];for(var y in o.access)b.access[y]=o.access[y];b.addInitializer=function(e){if(p)throw TypeError("Cannot add initializers after decoration has completed");i.push(l(e||null))};var m=(0,t[f])("accessor"===s?{get:u.get,set:u.set}:u[c],b);if("accessor"===s){if(void 0===m)continue;if(null===m||"object"!=typeof m)throw TypeError("Object expected");(a=l(m.get))&&(u.get=a),(a=l(m.set))&&(u.set=a),(a=l(m.init))&&n.unshift(a)}else(a=l(m))&&("field"===s?n.unshift(a):u[c]=a)}d&&Object.defineProperty(d,o.name,u),p=!0}function d(e,r,t){for(var o=arguments.length>2,n=0;n<r.length;n++)t=o?r[n].call(e,t):r[n].call(e);return o?t:void 0}function u(e){return"symbol"==typeof e?e:"".concat(e)}function p(e,r,t){return"symbol"==typeof r&&(r=r.description?"[".concat(r.description,"]"):""),Object.defineProperty(e,"name",{configurable:!0,value:t?"".concat(t," ",r):r})}function f(e,r){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,r)}function b(e,r,t,o){return new(t||(t=Promise))(function(n,i){function l(e){try{s(o.next(e))}catch(e){i(e)}}function a(e){try{s(o.throw(e))}catch(e){i(e)}}function s(e){var r;e.done?n(e.value):((r=e.value)instanceof t?r:new t(function(e){e(r)})).then(l,a)}s((o=o.apply(e,r||[])).next())})}function y(e,r){var t,o,n,i={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]},l=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return l.next=a(0),l.throw=a(1),l.return=a(2),"function"==typeof Symbol&&(l[Symbol.iterator]=function(){return this}),l;function a(a){return function(s){var c=[a,s];if(t)throw TypeError("Generator is already executing.");for(;l&&(l=0,c[0]&&(i=0)),i;)try{if(t=1,o&&(n=2&c[0]?o.return:c[0]?o.throw||((n=o.return)&&n.call(o),0):o.next)&&!(n=n.call(o,c[1])).done)return n;switch(o=0,n&&(c=[2&c[0],n.value]),c[0]){case 0:case 1:n=c;break;case 4:return i.label++,{value:c[1],done:!1};case 5:i.label++,o=c[1],c=[0];continue;case 7:c=i.ops.pop(),i.trys.pop();continue;default:if(!(n=(n=i.trys).length>0&&n[n.length-1])&&(6===c[0]||2===c[0])){i=0;continue}if(3===c[0]&&(!n||c[1]>n[0]&&c[1]<n[3])){i.label=c[1];break}if(6===c[0]&&i.label<n[1]){i.label=n[1],n=c;break}if(n&&i.label<n[2]){i.label=n[2],i.ops.push(c);break}n[2]&&i.ops.pop(),i.trys.pop();continue}c=r.call(e,i)}catch(e){c=[6,e],o=0}finally{t=n=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}}var m=Object.create?function(e,r,t,o){void 0===o&&(o=t);var n=Object.getOwnPropertyDescriptor(r,t);(!n||("get"in n?!r.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return r[t]}}),Object.defineProperty(e,o,n)}:function(e,r,t,o){void 0===o&&(o=t),e[o]=r[t]};function g(e,r){for(var t in e)"default"===t||Object.prototype.hasOwnProperty.call(r,t)||m(r,e,t)}function h(e){var r="function"==typeof Symbol&&Symbol.iterator,t=r&&e[r],o=0;if(t)return t.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&o>=e.length&&(e=void 0),{value:e&&e[o++],done:!e}}};throw TypeError(r?"Object is not iterable.":"Symbol.iterator is not defined.")}function v(e,r){var t="function"==typeof Symbol&&e[Symbol.iterator];if(!t)return e;var o,n,i=t.call(e),l=[];try{for(;(void 0===r||r-- >0)&&!(o=i.next()).done;)l.push(o.value)}catch(e){n={error:e}}finally{try{o&&!o.done&&(t=i.return)&&t.call(i)}finally{if(n)throw n.error}}return l}function w(){for(var e=[],r=0;r<arguments.length;r++)e=e.concat(v(arguments[r]));return e}function x(){for(var e=0,r=0,t=arguments.length;r<t;r++)e+=arguments[r].length;for(var o=Array(e),n=0,r=0;r<t;r++)for(var i=arguments[r],l=0,a=i.length;l<a;l++,n++)o[n]=i[l];return o}function j(e,r,t){if(t||2==arguments.length)for(var o,n=0,i=r.length;n<i;n++)!o&&n in r||(o||(o=Array.prototype.slice.call(r,0,n)),o[n]=r[n]);return e.concat(o||Array.prototype.slice.call(r))}function _(e){return this instanceof _?(this.v=e,this):new _(e)}function O(e,r,t){if(!Symbol.asyncIterator)throw TypeError("Symbol.asyncIterator is not defined.");var o,n=t.apply(e,r||[]),i=[];return o=Object.create(("function"==typeof AsyncIterator?AsyncIterator:Object).prototype),l("next"),l("throw"),l("return",function(e){return function(r){return Promise.resolve(r).then(e,c)}}),o[Symbol.asyncIterator]=function(){return this},o;function l(e,r){n[e]&&(o[e]=function(r){return new Promise(function(t,o){i.push([e,r,t,o])>1||a(e,r)})},r&&(o[e]=r(o[e])))}function a(e,r){try{var t;(t=n[e](r)).value instanceof _?Promise.resolve(t.value.v).then(s,c):d(i[0][2],t)}catch(e){d(i[0][3],e)}}function s(e){a("next",e)}function c(e){a("throw",e)}function d(e,r){e(r),i.shift(),i.length&&a(i[0][0],i[0][1])}}function k(e){var r,t;return r={},o("next"),o("throw",function(e){throw e}),o("return"),r[Symbol.iterator]=function(){return this},r;function o(o,n){r[o]=e[o]?function(r){return(t=!t)?{value:_(e[o](r)),done:!1}:n?n(r):r}:n}}function P(e){if(!Symbol.asyncIterator)throw TypeError("Symbol.asyncIterator is not defined.");var r,t=e[Symbol.asyncIterator];return t?t.call(e):(e=h(e),r={},o("next"),o("throw"),o("return"),r[Symbol.asyncIterator]=function(){return this},r);function o(t){r[t]=e[t]&&function(r){return new Promise(function(o,n){var i,l,a;i=o,l=n,a=(r=e[t](r)).done,Promise.resolve(r.value).then(function(e){i({value:e,done:a})},l)})}}}function S(e,r){return Object.defineProperty?Object.defineProperty(e,"raw",{value:r}):e.raw=r,e}var z=Object.create?function(e,r){Object.defineProperty(e,"default",{enumerable:!0,value:r})}:function(e,r){e.default=r},E=function(e){return(E=Object.getOwnPropertyNames||function(e){var r=[];for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(r[r.length]=t);return r})(e)};function T(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var t=E(e),o=0;o<t.length;o++)"default"!==t[o]&&m(r,e,t[o]);return z(r,e),r}function C(e){return e&&e.__esModule?e:{default:e}}function I(e,r,t,o){if("a"===t&&!o)throw TypeError("Private accessor was defined without a getter");if("function"==typeof r?e!==r||!o:!r.has(e))throw TypeError("Cannot read private member from an object whose class did not declare it");return"m"===t?o:"a"===t?o.call(e):o?o.value:r.get(e)}function M(e,r,t,o,n){if("m"===o)throw TypeError("Private method is not writable");if("a"===o&&!n)throw TypeError("Private accessor was defined without a setter");if("function"==typeof r?e!==r||!n:!r.has(e))throw TypeError("Cannot write private member to an object whose class did not declare it");return"a"===o?n.call(e,t):n?n.value=t:r.set(e,t),t}function D(e,r){if(null===r||"object"!=typeof r&&"function"!=typeof r)throw TypeError("Cannot use 'in' operator on non-object");return"function"==typeof e?r===e:e.has(r)}function N(e,r,t){if(null!=r){var o,n;if("object"!=typeof r&&"function"!=typeof r)throw TypeError("Object expected.");if(t){if(!Symbol.asyncDispose)throw TypeError("Symbol.asyncDispose is not defined.");o=r[Symbol.asyncDispose]}if(void 0===o){if(!Symbol.dispose)throw TypeError("Symbol.dispose is not defined.");o=r[Symbol.dispose],t&&(n=o)}if("function"!=typeof o)throw TypeError("Object not disposable.");n&&(o=function(){try{n.call(this)}catch(e){return Promise.reject(e)}}),e.stack.push({value:r,dispose:o,async:t})}else t&&e.stack.push({async:!0});return r}var G="function"==typeof SuppressedError?SuppressedError:function(e,r,t){var o=Error(t);return o.name="SuppressedError",o.error=e,o.suppressed=r,o};function R(e){function r(r){e.error=e.hasError?new G(r,e.error,"An error was suppressed during disposal."):r,e.hasError=!0}var t,o=0;return function n(){for(;t=e.stack.pop();)try{if(!t.async&&1===o)return o=0,e.stack.push(t),Promise.resolve().then(n);if(t.dispose){var i=t.dispose.call(t.value);if(t.async)return o|=2,Promise.resolve(i).then(n,function(e){return r(e),n()})}else o|=1}catch(e){r(e)}if(1===o)return e.hasError?Promise.reject(e.error):Promise.resolve();if(e.hasError)throw e.error}()}function A(e,r){return"string"==typeof e&&/^\.\.?\//.test(e)?e.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i,function(e,t,o,n,i){return t?r?".jsx":".js":!o||n&&i?o+n+"."+i.toLowerCase()+"js":e}):e}let $={__extends:n,__assign:i,__rest:l,__decorate:a,__param:s,__esDecorate:c,__runInitializers:d,__propKey:u,__setFunctionName:p,__metadata:f,__awaiter:b,__generator:y,__createBinding:m,__exportStar:g,__values:h,__read:v,__spread:w,__spreadArrays:x,__spreadArray:j,__await:_,__asyncGenerator:O,__asyncDelegator:k,__asyncValues:P,__makeTemplateObject:S,__importStar:T,__importDefault:C,__classPrivateFieldGet:I,__classPrivateFieldSet:M,__classPrivateFieldIn:D,__addDisposableResource:N,__disposeResources:R,__rewriteRelativeImportExtension:A}},54953:e=>{"use strict";e.exports=require("react")},71508:e=>{function r(){for(var e,r,t=0,o="",n=arguments.length;t<n;t++)(e=arguments[t])&&(r=function e(r){var t,o,n="";if("string"==typeof r||"number"==typeof r)n+=r;else if("object"==typeof r)if(Array.isArray(r)){var i=r.length;for(t=0;t<i;t++)r[t]&&(o=e(r[t]))&&(n&&(n+=" "),n+=o)}else for(o in r)r[o]&&(n&&(n+=" "),n+=o);return n}(e))&&(o&&(o+=" "),o+=r);return o}e.exports=r,e.exports.clsx=r}},r={};function t(o){var n=r[o];if(void 0!==n)return n.exports;var i=r[o]={exports:{}};return e[o](i,i.exports,t),i.exports}t.d=(e,r)=>{for(var o in r)t.o(r,o)&&!t.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:r[o]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};(()=>{"use strict";Object.defineProperty(o,"__esModule",{value:!0}),o.Typography=void 0;var e=t(7342);Object.defineProperty(o,"Typography",{enumerable:!0,get:function(){return e.Typography}})})(),module.exports=o})();
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 40"><style><![CDATA[:root>svg{display:none}:root>svg:target{display:block}]]></style><svg xmlns="http://www.w3.org/2000/svg" width="56" height="40" fill="none" style="display:block"><g clip-path="url(#a)"><path fill="#fff" d="M52 .5H4A3.5 3.5 0 0 0 .5 4v32A3.5 3.5 0 0 0 4 39.5h48a3.5 3.5 0 0 0 3.5-3.5V4A3.5 3.5 0 0 0 52 .5"/><path stroke="#F5F5F5" d="M52 .5H4A3.5 3.5 0 0 0 .5 4v32A3.5 3.5 0 0 0 4 39.5h48a3.5 3.5 0 0 0 3.5-3.5V4A3.5 3.5 0 0 0 52 .5Z"/><path fill="#CBCDD1" d="M17.33 9.33A2.69 2.69 0 0 0 14.67 12v16a2.69 2.69 0 0 0 2.66 2.67h21.34A2.69 2.69 0 0 0 41.33 28V12a2.69 2.69 0 0 0-2.66-2.67zm0 2.67h21.34v16H17.33z"/><path fill="#CBCDD1" d="m22.8 19.98-3.32 4.27a.67.67 0 0 0 .52 1.08h15.97c.55 0 .86-.63.54-1.07l-4.68-6.23a.67.67 0 0 0-1.06-.01l-4.13 5.32-2.8-3.37a.67.67 0 0 0-1.04.01"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h56v40H0z"/></clipPath></defs></svg><svg xmlns="http://www.w3.org/2000/svg" id="amd" fill="none" viewBox="0 0 56 40"><g clip-path="url(#aa)"><g fill-rule="evenodd" clip-path="url(#ab)"><path fill="#1047B9" d="M0 26.67h56V13.33H0z"/><path fill="#F01C31" d="M0 13.33h56V0H0z"/><path fill="#FECB2F" d="M0 40h56V26.67H0z"/></g></g><defs><clipPath id="aa"><rect width="56" height="40" fill="#fff" rx="4"/></clipPath><clipPath id="ab"><path fill="#fff" d="M0 0h56v40H0z"/></clipPath></defs></svg><svg xmlns="http://www.w3.org/2000/svg" id="azn" fill="none" viewBox="0 0 56 40"><clipPath id="ba"><rect width="56" height="40" rx="4"/></clipPath><clipPath id="bb"><path d="M0 0h56v40H0z"/></clipPath><filter id="bc" width="8" height="10" x="24" y="16" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="2"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_978_304"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_978_304" result="shape"/></filter><g clip-path="url(#ba)"><g clip-path="url(#bb)"><g fill-rule="evenodd"><path fill="#24aad5" d="M0 13.33h56V0H0z"/><path fill="#21bf75" d="M0 40h56V26.67H0z"/><path fill="#ed1845" d="M0 26.67h56V13.33H0z"/></g><g filter="url(#bc)"><path fill="#fff" fill-rule="evenodd" d="M30 16.67h.22a4 4 0 1 0 0 6.66 3.33 3.33 0 1 1-.22-6.66m.67 4.66a1.33 1.33 0 1 0 0-2.66 1.33 1.33 0 0 0 0 2.66"/></g></g></g></svg><svg xmlns="http://www.w3.org/2000/svg" id="byn" fill="none" viewBox="0 0 56 40"><g clip-path="url(#ca)"><g fill-rule="evenodd" clip-path="url(#cb)"><path fill="#E54252" d="M0 26.67h56V0H0z"/><path fill="#5CBE6B" d="M0 40h56V26.67H0z"/><path fill="#fff" d="M0 0h8v6L6.67 8 8 10v4l-1.33 2L8 18v4l-1.33 2L8 26v4l-1.33 2L8 34v6H0z"/><path fill="#E54252" d="M-1.33 4-4 8l2.67 4L-4 16l2.67 4L-4 24l2.67 4L-4 32l2.67 4 2.66-4-2.66-4 2.66-4-2.66-4 2.66-4-2.66-4 2.66-4zm2.66 0L4 0l2.67 4L4 8zM4 16l-2.67-4L4 8l2.67 4zm0 8-2.67-4L4 16l2.67 4zm0 8 2.67-4L4 24l-2.67 4zm0 0 2.67 4L4 40l-2.67-4z"/></g></g><defs><clipPath id="ca"><rect width="56" height="40" fill="#fff" rx="4"/></clipPath><clipPath id="cb"><path fill="#fff" d="M0 0h56v40H0z"/></clipPath></defs></svg><svg xmlns="http://www.w3.org/2000/svg" id="cny" fill="none" viewBox="0 0 56 40"><clipPath id="da"><rect width="56" height="40" rx="4"/></clipPath><clipPath id="db"><path d="M0 0h56v40H0z"/></clipPath><g clip-path="url(#da)"><g clip-path="url(#db)"><path fill="#f1361d" d="M0 0h56v40H0z"/><path fill="#ffdc42" fill-rule="evenodd" d="m20.15 6.2 1.93.33 1.46 1.32.33-1.93 1.32-1.45-1.94-.34-1.45-1.32-.33 1.94zm5.18 6.78 1.68-1.03 1.97.05-1.03-1.68.05-1.96-1.68 1.02-1.96-.05 1.02 1.68zm-2.27 10.96-1.64 1.08-.03-1.96-1.08-1.65 1.97-.02 1.64-1.08.02 1.97 1.08 1.64zm1.42-5.08 1.96-.21 1.76.87-.22-1.96.87-1.76-1.95.22-1.76-.87.21 1.95zm-11.15-2.41-4.7 3.36 1.74-5.51-4.65-3.44 5.78-.05 1.83-5.48 1.84 5.48 5.77.05-4.64 3.44 1.74 5.5-4.7-3.35z"/></g></g></svg><svg xmlns="http://www.w3.org/2000/svg" id="eur" fill="none" viewBox="0 0 56 40"><clipPath id="ea"><rect width="56" height="40" rx="4"/></clipPath><clipPath id="eb"><path d="M0 0h56v40H0z"/></clipPath><g clip-path="url(#ea)"><g clip-path="url(#eb)"><path fill="#039" d="M0 0h56v40H0z"/><g fill="#fc0"><path d="m20.7 11.62 1.73-1.26-.7-.74-1.02 2z"/><path d="m20.7 11.62.73-1.95.96.41-1.68 1.54z"/><path d="m19.96 9.41 1.77 1.17.53-.89z"/><path d="m19.96 9.41 2.16.04-.13 1z"/><path d="m21.94 8.04-.63 1.98 1.02.19-.4-2.17z"/><path d="m21.94 8.05.6 1.96-1.02.2z"/><path d="m23.15 11.61-1.72-1.24.72-.74z"/><path d="m23.15 11.61-.7-1.94-.98.43z"/><path d="m23.9 9.4-1.78 1.18-.52-.87 2.3-.3z"/><path d="m23.9 9.4-2.16.06.12 1zm-5.36 6.61-.73-1.95-.95.42L18.54 16z"/><path d="m18.54 16.01-1.73-1.26.71-.73 1.02 2z"/><path d="m16.1 16 1.72-1.23-.72-.75-1 1.99z"/><path d="m16.1 16 .7-1.94.97.43-1.67 1.52z"/><path d="m15.34 13.8 1.79 1.17.51-.87z"/><path d="m15.34 13.8 2.17.05-.12 1z"/><path d="m19.29 13.8-1.77 1.18-.53-.9z"/><path d="m19.29 13.8-2.17.04.13 1 2.04-1.03z"/><path d="m17.31 12.44.63 1.97-1.02.2.4-2.17z"/><path d="m17.3 12.44-.59 1.96 1.02.2-.42-2.16zm1.98 13.26h-2.16l.14 1.03 2.02-1.04z"/><path d="m19.28 25.69-1.76 1.17-.53-.9 2.3-.27z"/><path d="m18.55 27.9-.75-1.96-.94.4 1.7 1.56z"/><path d="m18.55 27.9-1.73-1.28.7-.72z"/><path d="m16.1 27.88 1.72-1.23-.73-.75-.98 1.98z"/><path d="m16.1 27.89.7-1.95.98.43-1.67 1.52z"/><path d="m17.3 24.32.64 1.97-1 .18z"/><path d="m17.3 24.33-.57 1.95 1 .2z"/><path d="m15.34 25.68 2.17.05-.12 1z"/><path d="m15.34 25.68 1.8 1.17.5-.87zm8.45 3.99-2.16.01.14 1.02z"/><path d="m23.78 29.67-1.75 1.16-.54-.9 2.3-.26z"/><path d="m23.05 31.87-.75-1.95-.94.4 1.7 1.55z"/><path d="m23.05 31.88-1.73-1.28.7-.72z"/><path d="m20.6 31.86 1.73-1.23-.74-.75-.98 1.98z"/><path d="m20.61 31.86.7-1.94.97.43z"/><path d="m21.8 28.3.64 1.97-1 .18.37-2.15z"/><path d="m21.8 28.3-.57 1.95 1 .21z"/><path d="m19.84 29.65 2.17.06-.11 1z"/><path d="m19.84 29.65 1.8 1.18.5-.87-2.3-.3zM16 18.21l.62 1.98-1.04.2z"/><path d="m16 18.21-.62 1.98 1.03.2L16 18.2z"/><path d="m14.03 19.59 2.16.02-.13 1.02z"/><path d="m14.03 19.59 1.77 1.16.53-.89z"/><path d="m14.78 21.8.72-1.96.96.42-1.68 1.53z"/><path d="m14.78 21.8 1.72-1.27-.7-.73z"/><path d="m17.97 19.59-2.16.02.13 1.02z"/><path d="m17.97 19.59-1.77 1.16-.52-.89z"/><path d="m17.22 21.8-.72-1.96-.96.42 1.68 1.53z"/><path d="m17.22 21.8-1.72-1.27.7-.73zM40 18.21l.62 1.98-1.03.2z"/><path d="m40 18.21-.62 1.98 1.03.2L40 18.2z"/><path d="m38.03 19.59 2.16.02-.13 1.02z"/><path d="m38.03 19.59 1.77 1.16.53-.89z"/><path d="m38.78 21.8.72-1.96.96.42-1.68 1.53z"/><path d="m38.78 21.8 1.72-1.27-.7-.73z"/><path d="m41.97 19.59-2.16.02.13 1.02z"/><path d="m41.97 19.59-1.77 1.16-.52-.89z"/><path d="m41.22 21.8-.72-1.96-.96.42 1.68 1.53z"/><path d="m41.22 21.8-1.72-1.27.7-.73zM28 30.21l.62 1.98-1.04.2z"/><path d="m28 30.21-.62 1.98 1.04.2L28 30.2z"/><path d="m26.03 31.59 2.16.02-.13 1.02z"/><path d="m26.03 31.59 1.77 1.16.53-.89z"/><path d="m26.78 33.8.72-1.96.96.42-1.68 1.53z"/><path d="m26.78 33.8 1.72-1.27-.7-.73z"/><path d="m29.97 31.59-2.16.02.13 1.02z"/><path d="m29.97 31.59-1.77 1.16-.52-.89z"/><path d="m29.22 33.8-.72-1.96-.96.42 1.68 1.53z"/><path d="m29.22 33.8-1.72-1.27.7-.73zM28 6.21l.62 1.98-1.04.2L28 6.2z"/><path d="m28 6.21-.62 1.98 1.04.2L28 6.2z"/><path d="m26.03 7.59 2.16.02-.13 1.02z"/><path d="m26.03 7.59 1.77 1.16.53-.89z"/><path d="m26.78 9.8.72-1.96.96.42-1.68 1.53z"/><path d="m26.78 9.8 1.72-1.27-.7-.73z"/><path d="m29.97 7.59-2.16.02.13 1.02z"/><path d="M29.97 7.59 28.2 8.75l-.52-.89z"/><path d="m29.22 9.8-.72-1.96-.96.42 1.68 1.53z"/><path d="M29.22 9.8 27.5 8.52l.7-.73 1.02 2zm6.08 1.82-1.73-1.26.7-.73 1.02 1.99z"/><path d="m35.3 11.62-.73-1.95-.96.41 1.68 1.54z"/><path d="m36.04 9.41-1.77 1.17-.53-.89z"/><path d="m36.04 9.41-2.16.04.13 1z"/><path d="m34.06 8.04.63 1.98-1.02.19.4-2.17z"/><path d="m34.06 8.05-.6 1.96 1.02.2z"/><path d="m32.85 11.61 1.72-1.24-.72-.74z"/><path d="m32.85 11.61.7-1.94.98.43z"/><path d="m32.1 9.4 1.78 1.18.52-.87-2.3-.3z"/><path d="m32.1 9.4 2.16.06-.12 1zm5.36 6.61.73-1.95.95.42L37.46 16z"/><path d="m37.46 16.01 1.73-1.26-.71-.73-1.02 2z"/><path d="m39.9 16-1.72-1.23.72-.75 1 1.99z"/><path d="m39.9 16-.7-1.94-.97.43 1.67 1.52z"/><path d="m40.66 13.8-1.79 1.17-.51-.87z"/><path d="m40.66 13.8-2.17.05.12 1z"/><path d="m36.71 13.8 1.77 1.18.53-.9z"/><path d="m36.71 13.8 2.17.04-.13 1-2.04-1.03z"/><path d="m38.69 12.44-.63 1.97 1.02.2-.4-2.17z"/><path d="m38.7 12.44.59 1.96-1.02.2.42-2.16zM36.72 25.7h2.16l-.14 1.03-2.02-1.04z"/><path d="m36.72 25.69 1.76 1.17.53-.9-2.3-.27z"/><path d="m37.45 27.9.75-1.96.94.4-1.7 1.56z"/><path d="m37.45 27.9 1.73-1.28-.7-.72z"/><path d="m39.9 27.88-1.72-1.23.73-.75.98 1.98z"/><path d="m39.9 27.89-.7-1.95-.98.43 1.67 1.52z"/><path d="m38.7 24.32-.64 1.97 1 .18z"/><path d="m38.7 24.33.57 1.95-1 .2z"/><path d="m40.66 25.68-2.17.05.12 1z"/><path d="m40.66 25.68-1.8 1.17-.5-.87zm-8.45 3.99 2.16.01-.14 1.02z"/><path d="m32.22 29.67 1.75 1.16.54-.9-2.3-.26z"/><path d="m32.95 31.87.75-1.95.94.4-1.7 1.55z"/><path d="m32.95 31.88 1.73-1.28-.7-.72z"/><path d="m35.4 31.86-1.73-1.23.74-.75.98 1.98z"/><path d="m35.39 31.86-.7-1.94-.97.43z"/><path d="m34.2 28.3-.64 1.97 1 .18-.37-2.15z"/><path d="m34.2 28.3.57 1.95-1 .21z"/><path d="m36.16 29.65-2.17.06.11 1z"/><path d="m36.16 29.65-1.8 1.18-.5-.87 2.3-.3z"/></g></g></g></svg><svg xmlns="http://www.w3.org/2000/svg" id="gel" fill="none" viewBox="0 0 56 40"><clipPath id="fa"><rect width="56" height="40" rx="4"/></clipPath><clipPath id="fb"><path d="M0 0h56v40H0z"/></clipPath><g clip-path="url(#fa)"><g clip-path="url(#fb)"><path fill="#fff" stroke="#f5f5f5" d="M.5.5h55v39H.5z"/><g fill-rule="evenodd"><path fill="#ff2b37" d="M32 42.67h-8V24H-2.67v-8H24V-2.67h8V16h26.67v8H32z"/><path fill="#fd0d1b" d="m43.2 8.8-3.2.53V6.67l3.2.53-.53-3.2h2.66l-.53 3.2 3.2-.53v2.66l-3.2-.53.53 3.2h-2.66zm-32 0L8 9.33V6.67l3.2.53-.53-3.2h2.66l-.53 3.2 3.2-.53v2.66l-3.2-.53.53 3.2h-2.66zm0 24-3.2.53v-2.66l3.2.53-.53-3.2h2.66l-.53 3.2 3.2-.53v2.66l-3.2-.53.53 3.2h-2.66zm32 0-3.2.53v-2.66l3.2.53-.53-3.2h2.66l-.53 3.2 3.2-.53v2.66l-3.2-.53.53 3.2h-2.66z"/></g></g></g></svg><svg xmlns="http://www.w3.org/2000/svg" id="inr" fill="none" viewBox="0 0 56 40"><g clip-path="url(#ga)"><g clip-path="url(#gb)"><path fill="#fff" stroke="#F5F5F5" d="M.5.5h55v39H.5z"/><path fill="#FFA44A" fill-rule="evenodd" d="M0 13.33h56V0H0z"/><path fill="#1A9F0B" fill-rule="evenodd" d="M0 40h56V26.67H0z"/><circle cx="28" cy="20" r="4.67" fill="#181A93" fill-opacity=".15" stroke="#181A93" stroke-width="1.33"/><circle cx="28" cy="20" r="1.33" fill="#181A93"/></g></g><defs><clipPath id="ga"><rect width="56" height="40" fill="#fff" rx="4"/></clipPath><clipPath id="gb"><path fill="#fff" d="M0 0h56v40H0z"/></clipPath></defs></svg><svg xmlns="http://www.w3.org/2000/svg" id="kgs" fill="none" viewBox="0 0 56 40"><g clip-path="url(#ha)"><g clip-path="url(#hb)"><path fill="#F22A46" d="M0 0h56v40H0z"/><circle cx="28" cy="20" r="6.67" fill="#FFF04D"/><path fill="#FFF04D" fill-rule="evenodd" d="M24.74 34.3 28 29.43l3.26 4.87.83-5.8 5.05 2.97-1.77-5.6 5.84.5-4.02-4.27 5.48-2.1-5.48-2.1 4.02-4.26-5.84.48 1.77-5.59-5.05 2.98-.83-5.8L28 10.56 24.74 5.7l-.83 5.8-5.05-2.97 1.77 5.6-5.84-.5 4.02 4.27-5.48 2.1 5.48 2.1-4.02 4.26 5.84-.48-1.77 5.59 5.05-2.98.83 5.8ZM28 29.33a9.33 9.33 0 1 0 0-18.66 9.33 9.33 0 0 0 0 18.66"/></g></g><defs><clipPath id="ha"><rect width="56" height="40" fill="#fff" rx="4"/></clipPath><clipPath id="hb"><path fill="#fff" d="M0 0h56v40H0z"/></clipPath></defs></svg><svg xmlns="http://www.w3.org/2000/svg" id="kzt" fill="none" viewBox="0 0 56 40"><clipPath id="ia"><rect width="56" height="40" rx="4"/></clipPath><clipPath id="ib"><path d="M0 0h56v40H0z"/></clipPath><g clip-path="url(#ia)"><g clip-path="url(#ib)"><path fill="#30c6e0" d="M0 0h56v40H0z"/><g fill="#ffcd4b"><circle cx="28" cy="20" r="8"/><path fill-rule="evenodd" d="M24.74 34.3 28 29.43l3.26 4.87.83-5.8 5.05 2.97-1.77-5.6 5.84.5-4.02-4.27 5.48-2.1-5.48-2.1 4.02-4.26-5.84.48 1.77-5.59-5.05 2.98-.83-5.8L28 10.56 24.74 5.7l-.83 5.8-5.05-2.97 1.77 5.6-5.84-.5 4.02 4.27-5.48 2.1 5.48 2.1-4.02 4.26 5.84-.48-1.77 5.59 5.05-2.98.83 5.8zM28 29.33a9.33 9.33 0 1 0 0-18.66 9.33 9.33 0 0 0 0 18.66m-25.33-26c0-.36.3-.66.66-.66h1.34c.37 0 .66.3.66.66v1.34c0 .36-.3.66-.66.66H3.33a.67.67 0 0 1-.66-.66zm0 5.34c0-.37.3-.67.66-.67h1.34c.37 0 .66.3.66.67V10c0 .37-.3.67-.66.67H3.33a.67.67 0 0 1-.66-.67zm.66 4.66c-.36 0-.66.3-.66.67v1.33c0 .37.3.67.66.67h1.34c.37 0 .66-.3.66-.67V14c0-.37-.3-.67-.66-.67zm-.66 6c0-.36.3-.66.66-.66h1.34c.37 0 .66.3.66.66v1.34c0 .36-.3.66-.66.66H3.33a.67.67 0 0 1-.66-.66zM3.33 24c-.36 0-.66.3-.66.67V26c0 .37.3.67.66.67h1.34c.37 0 .66-.3.66-.67v-1.33c0-.37-.3-.67-.66-.67zm-.66 6c0-.37.3-.67.66-.67h1.34c.37 0 .66.3.66.67v1.33c0 .37-.3.67-.66.67H3.33a.67.67 0 0 1-.66-.67zm.66 4.67c-.36 0-.66.3-.66.66v1.34c0 .36.3.66.66.66h1.34c.37 0 .66-.3.66-.66v-1.34c0-.36-.3-.66-.66-.66zm2-2c0-.37.3-.67.67-.67h1.33c.37 0 .67.3.67.67V34c0 .37-.3.67-.67.67H6a.67.67 0 0 1-.67-.67zm.67-6c-.37 0-.67.3-.67.66v1.34c0 .36.3.66.67.66h1.33c.37 0 .67-.3.67-.66v-1.34c0-.36-.3-.66-.67-.66zM5.33 22c0-.37.3-.67.67-.67h1.33c.37 0 .67.3.67.67v1.33c0 .37-.3.67-.67.67H6a.67.67 0 0 1-.67-.67zM6 16c-.37 0-.67.3-.67.67V18c0 .37.3.67.67.67h1.33c.37 0 .67-.3.67-.67v-1.33c0-.37-.3-.67-.67-.67zm-.67-4.67c0-.36.3-.66.67-.66h1.33c.37 0 .67.3.67.66v1.34c0 .36-.3.66-.67.66H6a.67.67 0 0 1-.67-.66zm.67-6c-.37 0-.67.3-.67.67v1.33c0 .37.3.67.67.67h1.33C7.7 8 8 7.7 8 7.33V6c0-.37-.3-.67-.67-.67z"/></g></g></g></svg><svg xmlns="http://www.w3.org/2000/svg" id="rur" fill="none" viewBox="0 0 56 40"><g clip-path="url(#ja)"><rect width="56" height="40" fill="#fff" rx="4"/><path fill="#fff" d="M0 0h56v13H0z"/><path fill="#0C47B7" d="M0 13h56v14H0z"/><path fill="#E53B35" d="M0 27h56v13H0z"/></g><defs><clipPath id="ja"><rect width="56" height="40" rx="4"/></clipPath></defs></svg><svg xmlns="http://www.w3.org/2000/svg" id="tjs" fill="none" viewBox="0 0 56 40"><clipPath id="ka"><rect width="56" height="40" rx="4"/></clipPath><clipPath id="kb"><path d="M0 0h56v40H0z"/></clipPath><g clip-path="url(#ka)"><g clip-path="url(#kb)"><rect width="55" height="39" x=".5" y=".5" fill="#fff" stroke="#f5f5f5" rx="3.5"/><g fill-rule="evenodd"><path fill="#d9101c" d="M0 13.33h56V0H0z"/><path fill="#0f7811" d="M0 40h56V26.67H0z"/><path fill="#fad14e" d="M25.33 18.67a1.33 1.33 0 1 0 0-2.67 1.33 1.33 0 0 0 0 2.67m0 2.66h1.34c0-1.47.6-2.66 1.33-2.66.74 0 1.33 1.2 1.33 2.66h1.34a1.33 1.33 0 0 1 0 2.67h-5.34a1.33 1.33 0 1 1 0-2.67m5.34-2.66a1.33 1.33 0 1 0 0-2.67 1.33 1.33 0 0 0 0 2.67M37.33 20a1.33 1.33 0 1 1-2.66 0 1.33 1.33 0 0 1 2.66 0M20 21.33a1.33 1.33 0 1 0 0-2.66 1.33 1.33 0 0 0 0 2.66"/></g></g></g></svg><svg xmlns="http://www.w3.org/2000/svg" id="try" fill="none" viewBox="0 0 56 40"><clipPath id="la"><rect width="56" height="40" rx="4"/></clipPath><clipPath id="lb"><path d="M0 0h56v40H0z"/></clipPath><g clip-path="url(#la)"><g clip-path="url(#lb)"><path fill="#e92434" d="M0 0h56v40H0z"/><g fill="#fff" fill-rule="evenodd"><path d="M38.04 21.54 35.6 24.5l.17-3.85-3.58-1.41 3.7-1.03.24-3.84 2.13 3.2 3.73-.96-2.4 3.02 2.07 3.24-3.6-1.34z"/><path d="M34.8 12.63a10.42 10.42 0 0 0-6.13-1.96c-5.53 0-10 4.18-10 9.33s4.47 9.33 10 9.33c2.31 0 4.44-.73 6.14-1.96a12 12 0 1 1 0-14.74z"/></g></g></g></svg><svg xmlns="http://www.w3.org/2000/svg" id="usd" fill="none" viewBox="0 0 56 40"><g clip-path="url(#ma)"><g clip-path="url(#mb)"><path fill="#fff" d="M0 4a4 4 0 0 1 4-4h48a4 4 0 0 1 4 4v32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4z"/><path fill="#D02F44" fill-rule="evenodd" d="M56 0H0v2.67h56zm0 5.33H0V8h56zM0 10.67h56v2.66H0zM56 16H0v2.67h56zM0 21.33h56V24H0zm56 5.34H0v2.66h56zM0 32h56v2.67H0zm56 5.33H0V40h56z"/><path fill="#46467F" d="M0 0h24v18.67H0z"/><g filter="url(#mc)"><path fill="url(#md)" fill-rule="evenodd" d="M4 5.33a1.33 1.33 0 1 0 0-2.66 1.33 1.33 0 0 0 0 2.66m5.33 0a1.33 1.33 0 1 0 0-2.66 1.33 1.33 0 0 0 0 2.66M16 4a1.33 1.33 0 1 1-2.67 0A1.33 1.33 0 0 1 16 4m4 1.33a1.33 1.33 0 1 0 0-2.66 1.33 1.33 0 0 0 0 2.66M8 6.67a1.33 1.33 0 1 1-2.67 0 1.33 1.33 0 0 1 2.67 0M12 8a1.33 1.33 0 1 0 0-2.67A1.33 1.33 0 0 0 12 8m6.67-1.33a1.33 1.33 0 1 1-2.67 0 1.33 1.33 0 0 1 2.67 0m1.33 4A1.33 1.33 0 1 0 20 8a1.33 1.33 0 0 0 0 2.67m-4-1.34a1.33 1.33 0 1 1-2.67 0 1.33 1.33 0 0 1 2.67 0m-6.67 1.34a1.33 1.33 0 1 0 0-2.67 1.33 1.33 0 0 0 0 2.67m-4-1.34a1.33 1.33 0 1 1-2.66 0 1.33 1.33 0 0 1 2.66 0m1.34 4a1.33 1.33 0 1 0 0-2.66 1.33 1.33 0 0 0 0 2.66M13.33 12a1.33 1.33 0 1 1-2.66 0 1.33 1.33 0 0 1 2.66 0m4 1.33a1.33 1.33 0 1 0 0-2.66 1.33 1.33 0 0 0 0 2.66m4 1.34a1.33 1.33 0 1 1-2.66 0 1.33 1.33 0 0 1 2.66 0M14.67 16a1.33 1.33 0 1 0 0-2.67 1.33 1.33 0 0 0 0 2.67m-4-1.33a1.33 1.33 0 1 1-2.67 0 1.33 1.33 0 0 1 2.67 0M4 16a1.33 1.33 0 1 0 0-2.67A1.33 1.33 0 0 0 4 16"/></g></g></g><defs><clipPath id="ma"><rect width="56" height="40" fill="#fff" rx="4"/></clipPath><clipPath id="mb"><path fill="#fff" d="M0 0h56v40H0z"/></clipPath><linearGradient id="md" x1="2.67" x2="2.67" y1="2.67" y2="16" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#F0F0F0"/></linearGradient><filter id="mc" width="18.67" height="15.33" x="2.67" y="2.67" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="2"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_975_687"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_975_687" result="shape"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" id="uzs" fill="none" viewBox="0 0 56 40"><clipPath id="na"><rect width="56" height="40" rx="4"/></clipPath><clipPath id="nb"><path d="M0 0h56v40H0z"/></clipPath><g clip-path="url(#na)"><g clip-path="url(#nb)"><rect width="55" height="39" x=".5" y=".5" fill="#fff" stroke="#f5f5f5" rx="3.5"/><g fill-rule="evenodd"><path fill="#04aac8" d="M0 13.33h56V0H0z"/><path fill="#23c840" d="M0 40h56V26.67H0z"/><path fill="#fff" d="m11.33 3.33.23.01a4 4 0 1 0 0 6.65l-.23.01a3.33 3.33 0 0 1 0-6.67m3.34 7.34a1.33 1.33 0 1 0 0-2.67 1.33 1.33 0 0 0 0 2.67M21.33 4a1.33 1.33 0 1 1-2.66 0 1.33 1.33 0 0 1 2.66 0m4 1.33a1.33 1.33 0 1 0 0-2.66 1.33 1.33 0 0 0 0 2.66m1.34 4a1.33 1.33 0 1 1-2.67 0 1.33 1.33 0 0 1 2.67 0M20 10.67A1.33 1.33 0 1 0 20 8a1.33 1.33 0 0 0 0 2.67"/></g></g></g></svg><svg xmlns="http://www.w3.org/2000/svg" id="vnd" fill="none" viewBox="0 0 56 40"><g clip-path="url(#oa)"><g clip-path="url(#ob)"><path fill="#EA403F" d="M0 0h56v40H0z"/><path fill="#FFFE4E" fill-rule="evenodd" d="m28 24.68-7.05 5.03 2.6-8.26-6.96-5.16 8.66-.08L28 8l2.75 8.21 8.66.08-6.96 5.16 2.6 8.26z"/></g></g><defs><clipPath id="oa"><rect width="56" height="40" fill="#fff" rx="4"/></clipPath><clipPath id="ob"><path fill="#fff" d="M0 0h56v40H0z"/></clipPath></defs></svg><svg xmlns="http://www.w3.org/2000/svg" id="brl" fill="none" viewBox="0 0 56 40"><mask id="mask0_38_2718" width="56" height="40" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="M52 0H4a4 4 0 0 0-4 4v32a4 4 0 0 0 4 4h48a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4"/></mask><g mask="url(#mask0_38_2718)"><mask id="mask1_38_2718" width="56" height="40" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="M56 0H0v40h56z"/></mask><g mask="url(#mask1_38_2718)"><path fill="#009440" d="M-1 0h58v40H-1z"/><path fill="#FFCB00" d="M3.93 20 28 35.14 52.07 20 28 4.86z"/><path fill="#302681" d="M28 30c5.6 0 10.15-4.48 10.15-10S33.61 10 28 10c-5.6 0-10.15 4.48-10.15 10S22.39 30 28 30"/><mask id="mask2_38_2718" width="22" height="20" x="17" y="10" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="M28 30c5.6 0 10.15-4.48 10.15-10S33.61 10 28 10c-5.6 0-10.15 4.48-10.15 10S22.39 30 28 30"/></mask><g mask="url(#mask2_38_2718)"><path fill="#fff" d="M-2.45 40a24.1 24.1 0 0 1 7.22-17.17A24.84 24.84 0 0 1 22.2 15.7c6.54 0 12.8 2.56 17.43 7.12A24.1 24.1 0 0 1 46.85 40H45.4c0-6.06-2.44-11.88-6.8-16.16a23.38 23.38 0 0 0-16.4-6.7c-6.15 0-12.05 2.41-16.4 6.7A22.7 22.7 0 0 0-1 40z"/></g><path fill="#009440" fill-rule="evenodd" d="M19.34 17.08a.42.42 0 0 0 .3-.18.5.5 0 0 0 .08-.35.5.5 0 0 0-.17-.32.42.42 0 0 0-.32-.1.42.42 0 0 0-.3.18.5.5 0 0 0-.08.35.5.5 0 0 0 .17.32c.1.07.2.11.32.1m-.02-.18c.07 0 .13-.05.17-.1a.33.33 0 0 0 .05-.23.33.33 0 0 0-.1-.2.24.24 0 0 0-.2-.06.24.24 0 0 0-.16.1.33.33 0 0 0-.05.23c.01.07.05.15.1.2.06.05.12.07.2.06Zm.81.1.18-.02-.02-.35.38-.03a.3.3 0 0 0 .2-.1.3.3 0 0 0-.02-.42.3.3 0 0 0-.22-.08l-.55.04.05.95Zm.14-.55.37-.03c.04 0 .07-.01.09-.04a.12.12 0 0 0-.01-.17.13.13 0 0 0-.1-.03l-.36.03z" clip-rule="evenodd"/><path fill="#009440" d="M20.95 16.94c0-.14-.03-.44-.24-.42l-.26.01c.3-.02.33.28.34.42"/><path fill="#009440" fill-rule="evenodd" d="m21.36 16.92.45-.01a.42.42 0 0 0 .3-.13.4.4 0 0 0 .1-.29v-.13a.4.4 0 0 0-.26-.38.4.4 0 0 0-.15-.02h-.46zm.17-.18h.26c.07 0 .14-.04.19-.09a.26.26 0 0 0 .07-.18v-.08a.26.26 0 0 0-.08-.18.26.26 0 0 0-.19-.08h-.26l.01.6Z" clip-rule="evenodd"/><path fill="#009440" d="m22.58 16.9.87.03.01-.17-.7-.03v-.24l.56.02v-.17l-.55-.01v-.2l.67.03v-.18l-.82-.03zm1.23.06.17.01.05-.65.14.67.15.01.25-.63-.06.65.17.01.08-.95-.24-.02-.25.63-.13-.66-.25-.02zm2 .22.72.12.03-.16-.56-.1.04-.2.45.07.03-.16-.45-.08.03-.15.53.1.03-.17-.7-.12z"/><path fill="#009440" fill-rule="evenodd" d="m27.65 17.53.17.05.1-.34.37.1a.3.3 0 0 0 .23-.04.3.3 0 0 0 .1-.41.3.3 0 0 0-.18-.14l-.54-.14zm.3-.47.37.1a.13.13 0 0 0 .15-.1l-.01-.08a.12.12 0 0 0-.08-.06l-.36-.1-.06.24Zm.88.79.18.05.1-.34.37.12a.3.3 0 0 0 .38-.2.3.3 0 0 0-.2-.38l-.52-.16-.3.9Zm.34-.46.35.11a.13.13 0 0 0 .16-.08.12.12 0 0 0-.08-.15l-.36-.11z" clip-rule="evenodd"/><path fill="#009440" d="M29.62 18.09c.04-.13.13-.42-.07-.48l-.25-.07c.3.08.2.37.16.5"/><path fill="#009440" fill-rule="evenodd" d="M30.41 18.37c.1.04.23.03.34-.03a.5.5 0 0 0 .24-.63.4.4 0 0 0-.24-.23.42.42 0 0 0-.34.02.5.5 0 0 0-.24.27.5.5 0 0 0 0 .36c.05.11.13.2.24.24m.06-.17c.07.03.14.02.2-.02.07-.03.12-.1.15-.17a.33.33 0 0 0 0-.22.23.23 0 0 0-.13-.15.24.24 0 0 0-.2.02.33.33 0 0 0-.15.17.33.33 0 0 0 0 .23c.02.07.07.12.13.14" clip-rule="evenodd"/><mask id="mask3_38_2718" width="2" height="2" x="31" y="17" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="m31.15 18.65.39-.87.8.33-.4.88-.8-.34Zm.66-.42-.07.15.4.17.06-.15-.4-.17Z"/></mask><g mask="url(#mask3_38_2718)"><path fill="#009440" fill-rule="evenodd" d="M31.55 18.82c.1.05.22.04.33 0a.52.52 0 0 0 .28-.63.4.4 0 0 0-.23-.24.42.42 0 0 0-.33 0 .51.51 0 0 0-.28.62c.04.12.12.2.23.25m.07-.16c.06.03.13.02.2-.01s.12-.1.15-.17a.33.33 0 0 0 .02-.22.23.23 0 0 0-.13-.15.24.24 0 0 0-.2 0 .34.34 0 0 0-.15.17.33.33 0 0 0-.02.23c.02.07.07.12.13.15" clip-rule="evenodd"/></g><path fill="#009440" d="m31.8 18.41.34.14-.06.13-.33-.14z"/><path fill="#009440" d="m32.01 18.5.13.05-.2.44-.12-.05.2-.44Z"/><path fill="#009440" fill-rule="evenodd" d="m32.27 19.14.16.08.16-.32.35.17a.3.3 0 0 0 .4-.13.3.3 0 0 0-.13-.4l-.5-.25zm.4-.4.34.17a.13.13 0 0 0 .16-.06.12.12 0 0 0-.05-.16l-.34-.16-.1.21Z" clip-rule="evenodd"/><path fill="#009440" d="M33 19.5c.07-.12.2-.39.02-.48l-.24-.11c.28.13.14.4.08.52m.5.26.76.42.09-.15-.61-.35.12-.2.48.26.08-.14-.48-.27.1-.17.57.33.1-.16-.73-.4zm1.42.46c-.06.08 0 .17.11.25.12.07.2.07.23.02.1-.17-.5-.4-.32-.7.17-.24.45-.05.55.02s.27.24.14.43l-.18-.1c.06-.1 0-.18-.1-.24-.08-.05-.16-.08-.21 0-.1.14.5.39.32.67-.13.21-.37.12-.52.02-.14-.08-.34-.28-.2-.48zm1.03.68c-.05.08 0 .17.1.25.12.08.2.08.23.03.12-.16-.48-.43-.28-.7.18-.24.45-.03.55.04s.26.25.12.44l-.17-.13c.06-.08 0-.16-.1-.23-.08-.06-.15-.09-.2 0-.1.12.48.4.28.68-.15.2-.38.1-.53-.01-.13-.1-.32-.3-.18-.5z"/><path fill="#009440" fill-rule="evenodd" d="M36.8 21.93c.08.07.2.1.32.08a.51.51 0 0 0 .43-.53.4.4 0 0 0-.16-.3.42.42 0 0 0-.32-.08.51.51 0 0 0-.43.53c0 .12.06.23.15.3Zm.1-.14c.06.04.13.05.2.04a.34.34 0 0 0 .2-.12.33.33 0 0 0 .07-.21.23.23 0 0 0-.09-.18.24.24 0 0 0-.2-.04.34.34 0 0 0-.19.12.33.33 0 0 0-.07.2c0 .08.03.15.08.19" clip-rule="evenodd"/><path fill="#fff" d="m19.71 17.78-.13.4.2.07"/><path fill="#fff" d="m19.71 17.78.14.4-.2.07"/><path fill="#fff" d="M20.12 18.07h-.43v.21"/><path fill="#fff" d="m20.13 18.07-.36.25-.12-.17"/><path fill="#fff" d="m19.3 18.07.35.25.13-.17"/><path fill="#fff" d="M19.3 18.07h.43v.21"/><path fill="#fff" d="m19.97 18.55-.14-.4-.2.06"/><path fill="#fff" d="m19.97 18.55-.35-.25.12-.17"/><path fill="#fff" d="m19.46 18.55.35-.25-.13-.17"/><path fill="#fff" d="m19.46 18.55.13-.4.2.06m.82 3.77-.13.4.2.07"/><path fill="#fff" d="m20.61 21.98.14.4-.21.07"/><path fill="#fff" d="M21.02 22.28h-.43v.2"/><path fill="#fff" d="m21.02 22.28-.35.25-.13-.18"/><path fill="#fff" d="m20.2 22.28.35.25.13-.18"/><path fill="#fff" d="M20.2 22.28h.43v.2"/><path fill="#fff" d="m20.87 22.76-.14-.41-.2.06"/><path fill="#fff" d="m20.87 22.76-.35-.26.12-.17"/><path fill="#fff" d="m20.36 22.75.35-.25-.13-.17"/><path fill="#fff" d="m20.36 22.76.13-.41.2.06m-1.32.54-.11.34.17.05"/><path fill="#fff" d="m19.37 22.95.11.34-.17.05"/><path fill="#fff" d="M19.71 23.2h-.36v.17"/><path fill="#fff" d="m19.71 23.2-.3.2-.1-.14"/><path fill="#fff" d="m19.02 23.2.3.2.1-.14"/><path fill="#fff" d="M19.02 23.2h.37v.17"/><path fill="#fff" d="m19.58 23.6-.11-.34-.17.05"/><path fill="#fff" d="m19.58 23.6-.3-.21.11-.15"/><path fill="#fff" d="m19.16 23.6.29-.21-.1-.15"/><path fill="#fff" d="m19.16 23.6.1-.34.18.05m2.16-1.71-.06.19.1.03"/><path fill="#fff" d="m21.6 21.6.07.19-.1.03"/><path fill="#fff" d="M21.8 21.73h-.2v.1"/><path fill="#fff" d="m21.8 21.73-.16.12-.07-.08"/><path fill="#fff" d="m21.4 21.73.18.12.06-.08"/><path fill="#fff" d="M21.41 21.73h.2v.1"/><path fill="#fff" d="m21.73 21.96-.07-.2-.1.04"/><path fill="#fff" d="m21.73 21.96-.17-.12.06-.08"/><path fill="#fff" d="m21.48 21.96.17-.12-.06-.08"/><path fill="#fff" d="m21.48 21.96.07-.2.1.04m1.07 1.24-.1.34.16.06"/><path fill="#fff" d="m22.72 23.04.12.34-.18.06"/><path fill="#fff" d="M23.07 23.3h-.36v.17"/><path fill="#fff" d="m23.07 23.3-.3.2-.1-.14"/><path fill="#fff" d="m22.38 23.3.3.2.1-.14"/><path fill="#fff" d="M22.38 23.3h.36v.17"/><path fill="#fff" d="m22.94 23.7-.12-.35-.17.06"/><path fill="#fff" d="m22.94 23.7-.3-.22.11-.14"/><path fill="#fff" d="m22.51 23.7.3-.22-.11-.14"/><path fill="#fff" d="m22.51 23.7.11-.35.18.06m-.38.69-.09.28.14.05"/><path fill="#fff" d="m22.42 24.1.09.28-.14.05"/><path fill="#fff" d="M22.7 24.3h-.3v.15"/><path fill="#fff" d="m22.7 24.3-.24.18-.08-.12"/><path fill="#fff" d="m22.14 24.3.24.17.08-.11"/><path fill="#fff" d="M22.15 24.3h.29v.15"/><path fill="#fff" d="m22.6 24.63-.1-.27-.14.04"/><path fill="#fff" d="m22.6 24.63-.24-.17.08-.11"/><path fill="#fff" d="m22.25 24.63.23-.17-.08-.12"/><path fill="#fff" d="m22.25 24.63.09-.28.14.05m8.67-7.93-.14.4.21.07"/><path fill="#fff" d="m31.15 16.47.13.4-.2.07"/><path fill="#fff" d="M31.56 16.77h-.44v.2"/><path fill="#fff" d="m31.56 16.76-.35.26-.13-.18"/><path fill="#fff" d="m30.73 16.77.36.25.12-.18"/><path fill="#fff" d="M30.74 16.77h.43v.2"/><path fill="#fff" d="m31.4 17.25-.13-.41-.2.06"/><path fill="#fff" d="m31.4 17.25-.35-.26.13-.17"/><path fill="#fff" d="m30.9 17.24.34-.25-.12-.17"/><path fill="#fff" d="m30.9 17.25.13-.41.2.06m3.88 6.18-.13.41.2.07"/><path fill="#fff" d="m35.11 23.08.14.41-.21.07"/><path fill="#fff" d="M35.52 23.38h-.43v.21"/><path fill="#fff" d="m35.52 23.38-.35.25-.13-.18"/><path fill="#fff" d="m34.7 23.38.35.25.13-.17"/><path fill="#fff" d="M34.7 23.38h.43v.21"/><path fill="#fff" d="m35.37 23.86-.14-.4-.2.06"/><path fill="#fff" d="m35.37 23.86-.35-.25.12-.18"/><path fill="#fff" d="m34.86 23.86.35-.25-.13-.18"/><path fill="#fff" d="m34.86 23.86.13-.41.2.07m1.33-.2-.09.27.14.05"/><path fill="#fff" d="m36.52 23.32.09.27-.14.05"/><path fill="#fff" d="M36.8 23.52h-.3v.14"/><path fill="#fff" d="m36.8 23.52-.24.17-.08-.12"/><path fill="#fff" d="m36.24 23.52.24.16.08-.11"/><path fill="#fff" d="M36.25 23.52h.28v.14"/><path fill="#fff" d="m36.7 23.84-.1-.27-.14.04"/><path fill="#fff" d="m36.7 23.84-.24-.17.08-.11"/><path fill="#fff" d="m36.35 23.84.23-.17-.08-.12"/><path fill="#fff" d="m36.35 23.84.09-.27.14.04m-1.05.43-.12.34.18.05"/><path fill="#fff" d="m35.53 24.04.1.34-.16.05"/><path fill="#fff" d="M35.87 24.28h-.36v.18"/><path fill="#fff" d="m35.87 24.28-.3.21-.1-.14"/><path fill="#fff" d="m35.18 24.28.3.21.1-.14"/><path fill="#fff" d="M35.18 24.29h.36v.17"/><path fill="#fff" d="m35.74 24.68-.11-.34-.18.06"/><path fill="#fff" d="m35.74 24.68-.3-.2.11-.15"/><path fill="#fff" d="m35.31 24.68.3-.2-.11-.15"/><path fill="#fff" d="m35.31 24.68.11-.34.18.06m-2.52 1.73-.11.34.17.06"/><path fill="#fff" d="m33.08 26.13.11.34-.17.06"/><path fill="#fff" d="M33.42 26.38h-.36v.18"/><path fill="#fff" d="m33.42 26.38-.29.2-.1-.14"/><path fill="#fff" d="m32.74 26.38.29.2.1-.14"/><path fill="#fff" d="M32.74 26.38h.36v.18"/><path fill="#fff" d="m33.3 26.78-.12-.34-.17.05"/><path fill="#fff" d="m33.3 26.78-.3-.21.1-.15"/><path fill="#fff" d="m32.87 26.78.3-.21-.11-.15"/><path fill="#fff" d="m32.87 26.78.11-.34.17.05m-.08.72-.1.27.15.05"/><path fill="#fff" d="m33.07 27.21.09.27-.14.05"/><path fill="#fff" d="M33.34 27.4h-.29v.15"/><path fill="#fff" d="m33.34 27.4-.23.18-.09-.12"/><path fill="#fff" d="m32.8 27.4.23.18.08-.12"/><path fill="#fff" d="M32.8 27.4h.28v.15"/><path fill="#fff" d="m33.24 27.73-.1-.27-.13.04"/><path fill="#fff" d="m33.24 27.73-.24-.17.09-.11"/><path fill="#fff" d="m32.9 27.73.23-.17-.08-.12"/><path fill="#fff" d="m32.9 27.73.09-.27.13.04m.97-2.09-.09.28.14.04"/><path fill="#fff" d="m34.09 25.41.09.28-.14.04"/><path fill="#fff" d="M34.37 25.61h-.3v.14"/><path fill="#fff" d="m34.37 25.61-.24.17-.08-.12"/><path fill="#fff" d="m33.81 25.61.24.17.08-.12"/><path fill="#fff" d="M33.81 25.61h.3v.14"/><path fill="#fff" d="m34.26 25.93-.09-.27-.14.05"/><path fill="#fff" d="m34.26 25.93-.23-.16.08-.12"/><path fill="#fff" d="m33.92 25.93.23-.17-.08-.11"/><path fill="#fff" d="m33.92 25.93.09-.27.14.04m.75-.86-.1.34.17.05"/><path fill="#fff" d="m34.9 24.84.12.34-.18.05"/><path fill="#fff" d="M35.25 25.09h-.36v.17"/><path fill="#fff" d="m35.25 25.09-.3.2-.1-.14"/><path fill="#fff" d="m34.56 25.09.3.2.1-.14"/><path fill="#fff" d="M34.56 25.09h.36v.17"/><path fill="#fff" d="m35.12 25.49-.11-.34-.18.05"/><path fill="#fff" d="m35.12 25.49-.3-.21.11-.15"/><path fill="#fff" d="m34.7 25.49.28-.21-.1-.15"/><path fill="#fff" d="m34.7 25.49.1-.34.18.05m-1.94.02-.09.28.14.04"/><path fill="#fff" d="m33.04 25.22.09.28-.14.04"/><path fill="#fff" d="M33.32 25.42h-.3v.14"/><path fill="#fff" d="m33.32 25.42-.24.17-.08-.12"/><path fill="#fff" d="m32.76 25.42.24.17.08-.12"/><path fill="#fff" d="M32.77 25.42h.28v.14"/><path fill="#fff" d="m33.21 25.74-.09-.27-.14.05"/><path fill="#fff" d="m33.21 25.74-.23-.16.08-.12"/><path fill="#fff" d="m32.87 25.74.23-.17-.08-.11"/><path fill="#fff" d="m32.87 25.74.09-.27.14.04m-8.97-5.46-.1.34.16.06"/><path fill="#fff" d="m24.13 20.05.12.34-.18.06"/><path fill="#fff" d="M24.48 20.3h-.37v.17"/><path fill="#fff" d="m24.48 20.3-.3.2-.1-.14"/><path fill="#fff" d="m23.79 20.3.3.2.1-.14"/><path fill="#fff" d="M23.79 20.3h.36v.17"/><path fill="#fff" d="m24.35 20.7-.12-.34-.17.05"/><path fill="#fff" d="m24.35 20.7-.3-.21.1-.15"/><path fill="#fff" d="m23.92 20.7.3-.21-.11-.15"/><path fill="#fff" d="m23.92 20.7.11-.34.17.05m6.56-1.2-.09.27.14.05"/><path fill="#fff" d="m30.76 19.21.1.27-.15.05"/><path fill="#fff" d="M31.04 19.4h-.3v.15"/><path fill="#fff" d="m31.04 19.4-.24.18-.08-.12"/><path fill="#fff" d="m30.49 19.4.23.18.09-.12"/><path fill="#fff" d="M30.49 19.4h.29v.15"/><path fill="#fff" d="m30.93 19.73-.09-.27-.14.04"/><path fill="#fff" d="m30.93 19.73-.23-.17.08-.11"/><path fill="#fff" d="m30.59 19.73.23-.17-.08-.12"/><path fill="#fff" d="m30.59 19.73.09-.27.14.04M28 24.06l-.13.4.2.07"/><path fill="#fff" d="m28 24.06.13.4-.2.07"/><path fill="#fff" d="M28.41 24.36h-.43v.2"/><path fill="#fff" d="m28.41 24.36-.35.25-.13-.18"/><path fill="#fff" d="m27.59 24.36.35.25.13-.18"/><path fill="#fff" d="M27.59 24.36h.43v.21"/><path fill="#fff" d="m28.26 24.84-.14-.41-.2.07"/><path fill="#fff" d="m28.26 24.84-.36-.25.13-.18"/><path fill="#fff" d="m27.74 24.84.36-.26-.13-.17"/><path fill="#fff" d="m27.74 24.84.14-.41.2.06m1.09-2.34-.1.34.16.05"/><path fill="#fff" d="m29.17 22.15.12.34-.18.05"/><path fill="#fff" d="M29.52 22.4h-.37v.17"/><path fill="#fff" d="m29.52 22.4-.3.2-.1-.14"/><path fill="#fff" d="m28.83 22.4.3.2.1-.14"/><path fill="#fff" d="M28.83 22.4h.36v.17"/><path fill="#fff" d="m29.39 22.8-.12-.35-.17.06"/><path fill="#fff" d="m29.39 22.8-.3-.22.11-.14"/><path fill="#fff" d="m28.96 22.8.3-.22-.11-.14"/><path fill="#fff" d="m28.96 22.8.11-.35.17.06M28 21.25l-.11.34.17.05"/><path fill="#fff" d="m28 21.25.11.34-.17.05"/><path fill="#fff" d="M28.34 21.5h-.36v.17"/><path fill="#fff" d="m28.34 21.5-.29.2-.1-.14"/><path fill="#fff" d="m27.66 21.5.29.2.1-.14"/><path fill="#fff" d="M27.66 21.5h.36v.17"/><path fill="#fff" d="m28.21 21.9-.11-.35-.17.06"/><path fill="#fff" d="m28.21 21.9-.29-.22.1-.14"/><path fill="#fff" d="m27.79 21.9.29-.22-.1-.14"/><path fill="#fff" d="m27.79 21.9.1-.35.18.06m-1.09.61-.1.27.15.04"/><path fill="#fff" d="m26.98 22.22.09.27-.14.04"/><path fill="#fff" d="M27.25 22.42h-.29v.14"/><path fill="#fff" d="m27.25 22.42-.23.16-.09-.11"/><path fill="#fff" d="m26.7 22.41.24.17.08-.11"/><path fill="#fff" d="M26.7 22.42h.3v.14"/><path fill="#fff" d="m27.15 22.74-.1-.27-.13.04"/><path fill="#fff" d="m27.15 22.74-.24-.17.09-.12"/><path fill="#fff" d="m26.8 22.73.24-.16-.08-.12"/><path fill="#fff" d="m26.8 22.74.1-.28.13.05m.46.49-.06.19.1.03"/><path fill="#fff" d="m27.49 23 .06.19-.1.03"/><path fill="#fff" d="M27.69 23.13h-.21v.1"/><path fill="#fff" d="m27.69 23.13-.17.12-.06-.08"/><path fill="#fff" d="m27.3 23.13.16.12.06-.08"/><path fill="#fff" d="M27.3 23.13h.2v.1"/><path fill="#fff" d="m27.61 23.36-.06-.2-.1.04"/><path fill="#fff" d="m27.61 23.36-.17-.12.06-.08"/><path fill="#fff" d="m27.36 23.36.17-.12-.06-.08"/><path fill="#fff" d="m27.37 23.36.06-.2.1.04m3.51 3.18-.11.34.17.05"/><path fill="#fff" d="m31.04 26.38.11.34-.17.05"/><path fill="#fff" d="M31.38 26.62h-.36v.18"/><path fill="#fff" d="m31.38 26.62-.3.21-.1-.14"/><path fill="#fff" d="m30.7 26.62.29.21.1-.14"/><path fill="#fff" d="M30.7 26.63h.36v.17"/><path fill="#fff" d="m31.25 27.02-.11-.34-.17.06"/><path fill="#fff" d="m31.25 27.02-.3-.2.11-.15"/><path fill="#fff" d="m30.82 27.02.3-.2-.1-.15"/><path fill="#fff" d="m30.82 27.02.12-.34.17.06m.79-1.18-.08.28.14.04"/><path fill="#fff" d="m31.9 25.56.1.28-.14.04"/><path fill="#fff" d="M32.18 25.76h-.29v.14"/><path fill="#fff" d="m32.18 25.76-.23.17-.09-.12"/><path fill="#fff" d="m31.63 25.76.24.17.08-.12"/><path fill="#fff" d="M31.63 25.76h.3v.14"/><path fill="#fff" d="m32.08 26.08-.1-.27-.13.05"/><path fill="#fff" d="m32.08 26.08-.24-.16.09-.12"/><path fill="#fff" d="m31.74 26.08.23-.17-.08-.11"/><path fill="#fff" d="m31.74 26.08.09-.27.13.04m-1.72-.53-.1.27.15.05"/><path fill="#fff" d="m30.24 25.32.09.27-.14.05"/><path fill="#fff" d="M30.51 25.52h-.29v.14"/><path fill="#fff" d="m30.51 25.52-.23.17-.09-.12"/><path fill="#fff" d="m29.96 25.52.24.16.08-.11"/><path fill="#fff" d="M29.96 25.52h.3v.14"/><path fill="#fff" d="m30.4 25.84-.08-.27-.14.04"/><path fill="#fff" d="m30.4 25.84-.23-.17.09-.11"/><path fill="#fff" d="m30.06 25.84.24-.17-.09-.12"/><path fill="#fff" d="m30.06 25.84.1-.27.13.04m-6.36-.73-.14.4.2.07"/><path fill="#fff" d="m23.93 24.88.13.4-.2.07"/><path fill="#fff" d="M24.34 25.17h-.44v.22"/><path fill="#fff" d="m24.34 25.17-.35.25-.13-.17"/><path fill="#fff" d="m23.51 25.17.35.25.13-.17"/><path fill="#fff" d="M23.51 25.17h.44v.22"/><path fill="#fff" d="m24.18 25.65-.13-.4-.21.06"/><path fill="#fff" d="m24.18 25.65-.35-.25.13-.17"/><path fill="#fff" d="m23.67 25.65.35-.25-.12-.17"/><path fill="#fff" d="m23.67 25.65.14-.4.2.06M28 27.68l-.04.14.06.02"/><path fill="#fff" d="m28 27.68.04.14-.06.02"/><path fill="#fff" d="M28.14 27.78h-.15v.07"/><path fill="#fff" d="m28.14 27.78-.12.08-.04-.06"/><path fill="#fff" d="m27.86 27.78.12.08.04-.06"/><path fill="#fff" d="M27.86 27.78h.15v.07"/><path fill="#fff" d="m28.09 27.94-.05-.14-.07.02"/><path fill="#fff" d="m28.09 27.94-.12-.09.04-.05"/><path fill="#fff" d="m27.91 27.94.12-.09-.04-.05"/><path fill="#fff" d="m27.91 27.94.05-.14.07.02"/></g></g></svg><svg xmlns="http://www.w3.org/2000/svg" id="thb" fill="none" viewBox="0 0 56 40"><g clip-path="url(#clip0_38_14)"><mask id="mask0_38_14" width="56" height="40" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="M52 0H4a4 4 0 0 0-4 4v32a4 4 0 0 0 4 4h48a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4"/></mask><g mask="url(#mask0_38_14)"><mask id="mask1_38_14" width="56" height="40" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="M56 0H0v40h56z"/></mask><g mask="url(#mask1_38_14)"><path fill="#A51931" d="M58 0H-2v40h60z"/><path fill="#F4F5F8" d="M58 6.67H-2v26.66h60z"/><path fill="#2D2A4A" d="M58 13.33H-2v13.34h60z"/></g></g></g><defs><clipPath id="clip0_38_14"><path fill="#fff" d="M0 0h56v40H0z"/></clipPath></defs></svg></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 40"><style><![CDATA[:root>svg{display:none}:root>svg:target{display:block}]]></style><svg xmlns="http://www.w3.org/2000/svg" width="56" height="40" fill="none" style="display:block"><g clip-path="url(#a)"><path fill="#fff" d="M52 .5H4A3.5 3.5 0 0 0 .5 4v32A3.5 3.5 0 0 0 4 39.5h48a3.5 3.5 0 0 0 3.5-3.5V4A3.5 3.5 0 0 0 52 .5"/><path stroke="#F5F5F5" d="M52 .5H4A3.5 3.5 0 0 0 .5 4v32A3.5 3.5 0 0 0 4 39.5h48a3.5 3.5 0 0 0 3.5-3.5V4A3.5 3.5 0 0 0 52 .5Z"/><path fill="#CBCDD1" d="M17.33 9.33A2.69 2.69 0 0 0 14.67 12v16a2.69 2.69 0 0 0 2.66 2.67h21.34A2.69 2.69 0 0 0 41.33 28V12a2.69 2.69 0 0 0-2.66-2.67zm0 2.67h21.34v16H17.33z"/><path fill="#CBCDD1" d="m22.8 19.98-3.32 4.27a.67.67 0 0 0 .52 1.08h15.97c.55 0 .86-.63.54-1.07l-4.68-6.23a.67.67 0 0 0-1.06-.01l-4.13 5.32-2.8-3.37a.67.67 0 0 0-1.04.01"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h56v40H0z"/></clipPath></defs></svg><svg xmlns="http://www.w3.org/2000/svg" id="amd" fill="none" viewBox="0 0 56 40"><g clip-path="url(#aa)"><g fill-rule="evenodd" clip-path="url(#ab)"><path fill="#1047B9" d="M0 26.67h56V13.33H0z"/><path fill="#F01C31" d="M0 13.33h56V0H0z"/><path fill="#FECB2F" d="M0 40h56V26.67H0z"/></g></g><defs><clipPath id="aa"><rect width="56" height="40" fill="#fff" rx="4"/></clipPath><clipPath id="ab"><path fill="#fff" d="M0 0h56v40H0z"/></clipPath></defs></svg><svg xmlns="http://www.w3.org/2000/svg" id="azn" fill="none" viewBox="0 0 56 40"><clipPath id="ba"><rect width="56" height="40" rx="4"/></clipPath><clipPath id="bb"><path d="M0 0h56v40H0z"/></clipPath><filter id="bc" width="8" height="10" x="24" y="16" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="2"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_978_304"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_978_304" result="shape"/></filter><g clip-path="url(#ba)"><g clip-path="url(#bb)"><g fill-rule="evenodd"><path fill="#24aad5" d="M0 13.33h56V0H0z"/><path fill="#21bf75" d="M0 40h56V26.67H0z"/><path fill="#ed1845" d="M0 26.67h56V13.33H0z"/></g><g filter="url(#bc)"><path fill="#fff" fill-rule="evenodd" d="M30 16.67h.22a4 4 0 1 0 0 6.66 3.33 3.33 0 1 1-.22-6.66m.67 4.66a1.33 1.33 0 1 0 0-2.66 1.33 1.33 0 0 0 0 2.66"/></g></g></g></svg><svg xmlns="http://www.w3.org/2000/svg" id="byn" fill="none" viewBox="0 0 56 40"><g clip-path="url(#ca)"><g fill-rule="evenodd" clip-path="url(#cb)"><path fill="#E54252" d="M0 26.67h56V0H0z"/><path fill="#5CBE6B" d="M0 40h56V26.67H0z"/><path fill="#fff" d="M0 0h8v6L6.67 8 8 10v4l-1.33 2L8 18v4l-1.33 2L8 26v4l-1.33 2L8 34v6H0z"/><path fill="#E54252" d="M-1.33 4-4 8l2.67 4L-4 16l2.67 4L-4 24l2.67 4L-4 32l2.67 4 2.66-4-2.66-4 2.66-4-2.66-4 2.66-4-2.66-4 2.66-4zm2.66 0L4 0l2.67 4L4 8zM4 16l-2.67-4L4 8l2.67 4zm0 8-2.67-4L4 16l2.67 4zm0 8 2.67-4L4 24l-2.67 4zm0 0 2.67 4L4 40l-2.67-4z"/></g></g><defs><clipPath id="ca"><rect width="56" height="40" fill="#fff" rx="4"/></clipPath><clipPath id="cb"><path fill="#fff" d="M0 0h56v40H0z"/></clipPath></defs></svg><svg xmlns="http://www.w3.org/2000/svg" id="cny" fill="none" viewBox="0 0 56 40"><clipPath id="da"><rect width="56" height="40" rx="4"/></clipPath><clipPath id="db"><path d="M0 0h56v40H0z"/></clipPath><g clip-path="url(#da)"><g clip-path="url(#db)"><path fill="#f1361d" d="M0 0h56v40H0z"/><path fill="#ffdc42" fill-rule="evenodd" d="m20.15 6.2 1.93.33 1.46 1.32.33-1.93 1.32-1.45-1.94-.34-1.45-1.32-.33 1.94zm5.18 6.78 1.68-1.03 1.97.05-1.03-1.68.05-1.96-1.68 1.02-1.96-.05 1.02 1.68zm-2.27 10.96-1.64 1.08-.03-1.96-1.08-1.65 1.97-.02 1.64-1.08.02 1.97 1.08 1.64zm1.42-5.08 1.96-.21 1.76.87-.22-1.96.87-1.76-1.95.22-1.76-.87.21 1.95zm-11.15-2.41-4.7 3.36 1.74-5.51-4.65-3.44 5.78-.05 1.83-5.48 1.84 5.48 5.77.05-4.64 3.44 1.74 5.5-4.7-3.35z"/></g></g></svg><svg xmlns="http://www.w3.org/2000/svg" id="eur" fill="none" viewBox="0 0 56 40"><clipPath id="ea"><rect width="56" height="40" rx="4"/></clipPath><clipPath id="eb"><path d="M0 0h56v40H0z"/></clipPath><g clip-path="url(#ea)"><g clip-path="url(#eb)"><path fill="#039" d="M0 0h56v40H0z"/><g fill="#fc0"><path d="m20.7 11.62 1.73-1.26-.7-.74-1.02 2z"/><path d="m20.7 11.62.73-1.95.96.41-1.68 1.54z"/><path d="m19.96 9.41 1.77 1.17.53-.89z"/><path d="m19.96 9.41 2.16.04-.13 1z"/><path d="m21.94 8.04-.63 1.98 1.02.19-.4-2.17z"/><path d="m21.94 8.05.6 1.96-1.02.2z"/><path d="m23.15 11.61-1.72-1.24.72-.74z"/><path d="m23.15 11.61-.7-1.94-.98.43z"/><path d="m23.9 9.4-1.78 1.18-.52-.87 2.3-.3z"/><path d="m23.9 9.4-2.16.06.12 1zm-5.36 6.61-.73-1.95-.95.42L18.54 16z"/><path d="m18.54 16.01-1.73-1.26.71-.73 1.02 2z"/><path d="m16.1 16 1.72-1.23-.72-.75-1 1.99z"/><path d="m16.1 16 .7-1.94.97.43-1.67 1.52z"/><path d="m15.34 13.8 1.79 1.17.51-.87z"/><path d="m15.34 13.8 2.17.05-.12 1z"/><path d="m19.29 13.8-1.77 1.18-.53-.9z"/><path d="m19.29 13.8-2.17.04.13 1 2.04-1.03z"/><path d="m17.31 12.44.63 1.97-1.02.2.4-2.17z"/><path d="m17.3 12.44-.59 1.96 1.02.2-.42-2.16zm1.98 13.26h-2.16l.14 1.03 2.02-1.04z"/><path d="m19.28 25.69-1.76 1.17-.53-.9 2.3-.27z"/><path d="m18.55 27.9-.75-1.96-.94.4 1.7 1.56z"/><path d="m18.55 27.9-1.73-1.28.7-.72z"/><path d="m16.1 27.88 1.72-1.23-.73-.75-.98 1.98z"/><path d="m16.1 27.89.7-1.95.98.43-1.67 1.52z"/><path d="m17.3 24.32.64 1.97-1 .18z"/><path d="m17.3 24.33-.57 1.95 1 .2z"/><path d="m15.34 25.68 2.17.05-.12 1z"/><path d="m15.34 25.68 1.8 1.17.5-.87zm8.45 3.99-2.16.01.14 1.02z"/><path d="m23.78 29.67-1.75 1.16-.54-.9 2.3-.26z"/><path d="m23.05 31.87-.75-1.95-.94.4 1.7 1.55z"/><path d="m23.05 31.88-1.73-1.28.7-.72z"/><path d="m20.6 31.86 1.73-1.23-.74-.75-.98 1.98z"/><path d="m20.61 31.86.7-1.94.97.43z"/><path d="m21.8 28.3.64 1.97-1 .18.37-2.15z"/><path d="m21.8 28.3-.57 1.95 1 .21z"/><path d="m19.84 29.65 2.17.06-.11 1z"/><path d="m19.84 29.65 1.8 1.18.5-.87-2.3-.3zM16 18.21l.62 1.98-1.04.2z"/><path d="m16 18.21-.62 1.98 1.03.2L16 18.2z"/><path d="m14.03 19.59 2.16.02-.13 1.02z"/><path d="m14.03 19.59 1.77 1.16.53-.89z"/><path d="m14.78 21.8.72-1.96.96.42-1.68 1.53z"/><path d="m14.78 21.8 1.72-1.27-.7-.73z"/><path d="m17.97 19.59-2.16.02.13 1.02z"/><path d="m17.97 19.59-1.77 1.16-.52-.89z"/><path d="m17.22 21.8-.72-1.96-.96.42 1.68 1.53z"/><path d="m17.22 21.8-1.72-1.27.7-.73zM40 18.21l.62 1.98-1.03.2z"/><path d="m40 18.21-.62 1.98 1.03.2L40 18.2z"/><path d="m38.03 19.59 2.16.02-.13 1.02z"/><path d="m38.03 19.59 1.77 1.16.53-.89z"/><path d="m38.78 21.8.72-1.96.96.42-1.68 1.53z"/><path d="m38.78 21.8 1.72-1.27-.7-.73z"/><path d="m41.97 19.59-2.16.02.13 1.02z"/><path d="m41.97 19.59-1.77 1.16-.52-.89z"/><path d="m41.22 21.8-.72-1.96-.96.42 1.68 1.53z"/><path d="m41.22 21.8-1.72-1.27.7-.73zM28 30.21l.62 1.98-1.04.2z"/><path d="m28 30.21-.62 1.98 1.04.2L28 30.2z"/><path d="m26.03 31.59 2.16.02-.13 1.02z"/><path d="m26.03 31.59 1.77 1.16.53-.89z"/><path d="m26.78 33.8.72-1.96.96.42-1.68 1.53z"/><path d="m26.78 33.8 1.72-1.27-.7-.73z"/><path d="m29.97 31.59-2.16.02.13 1.02z"/><path d="m29.97 31.59-1.77 1.16-.52-.89z"/><path d="m29.22 33.8-.72-1.96-.96.42 1.68 1.53z"/><path d="m29.22 33.8-1.72-1.27.7-.73zM28 6.21l.62 1.98-1.04.2L28 6.2z"/><path d="m28 6.21-.62 1.98 1.04.2L28 6.2z"/><path d="m26.03 7.59 2.16.02-.13 1.02z"/><path d="m26.03 7.59 1.77 1.16.53-.89z"/><path d="m26.78 9.8.72-1.96.96.42-1.68 1.53z"/><path d="m26.78 9.8 1.72-1.27-.7-.73z"/><path d="m29.97 7.59-2.16.02.13 1.02z"/><path d="M29.97 7.59 28.2 8.75l-.52-.89z"/><path d="m29.22 9.8-.72-1.96-.96.42 1.68 1.53z"/><path d="M29.22 9.8 27.5 8.52l.7-.73 1.02 2zm6.08 1.82-1.73-1.26.7-.73 1.02 1.99z"/><path d="m35.3 11.62-.73-1.95-.96.41 1.68 1.54z"/><path d="m36.04 9.41-1.77 1.17-.53-.89z"/><path d="m36.04 9.41-2.16.04.13 1z"/><path d="m34.06 8.04.63 1.98-1.02.19.4-2.17z"/><path d="m34.06 8.05-.6 1.96 1.02.2z"/><path d="m32.85 11.61 1.72-1.24-.72-.74z"/><path d="m32.85 11.61.7-1.94.98.43z"/><path d="m32.1 9.4 1.78 1.18.52-.87-2.3-.3z"/><path d="m32.1 9.4 2.16.06-.12 1zm5.36 6.61.73-1.95.95.42L37.46 16z"/><path d="m37.46 16.01 1.73-1.26-.71-.73-1.02 2z"/><path d="m39.9 16-1.72-1.23.72-.75 1 1.99z"/><path d="m39.9 16-.7-1.94-.97.43 1.67 1.52z"/><path d="m40.66 13.8-1.79 1.17-.51-.87z"/><path d="m40.66 13.8-2.17.05.12 1z"/><path d="m36.71 13.8 1.77 1.18.53-.9z"/><path d="m36.71 13.8 2.17.04-.13 1-2.04-1.03z"/><path d="m38.69 12.44-.63 1.97 1.02.2-.4-2.17z"/><path d="m38.7 12.44.59 1.96-1.02.2.42-2.16zM36.72 25.7h2.16l-.14 1.03-2.02-1.04z"/><path d="m36.72 25.69 1.76 1.17.53-.9-2.3-.27z"/><path d="m37.45 27.9.75-1.96.94.4-1.7 1.56z"/><path d="m37.45 27.9 1.73-1.28-.7-.72z"/><path d="m39.9 27.88-1.72-1.23.73-.75.98 1.98z"/><path d="m39.9 27.89-.7-1.95-.98.43 1.67 1.52z"/><path d="m38.7 24.32-.64 1.97 1 .18z"/><path d="m38.7 24.33.57 1.95-1 .2z"/><path d="m40.66 25.68-2.17.05.12 1z"/><path d="m40.66 25.68-1.8 1.17-.5-.87zm-8.45 3.99 2.16.01-.14 1.02z"/><path d="m32.22 29.67 1.75 1.16.54-.9-2.3-.26z"/><path d="m32.95 31.87.75-1.95.94.4-1.7 1.55z"/><path d="m32.95 31.88 1.73-1.28-.7-.72z"/><path d="m35.4 31.86-1.73-1.23.74-.75.98 1.98z"/><path d="m35.39 31.86-.7-1.94-.97.43z"/><path d="m34.2 28.3-.64 1.97 1 .18-.37-2.15z"/><path d="m34.2 28.3.57 1.95-1 .21z"/><path d="m36.16 29.65-2.17.06.11 1z"/><path d="m36.16 29.65-1.8 1.18-.5-.87 2.3-.3z"/></g></g></g></svg><svg xmlns="http://www.w3.org/2000/svg" id="gel" fill="none" viewBox="0 0 56 40"><clipPath id="fa"><rect width="56" height="40" rx="4"/></clipPath><clipPath id="fb"><path d="M0 0h56v40H0z"/></clipPath><g clip-path="url(#fa)"><g clip-path="url(#fb)"><path fill="#fff" stroke="#f5f5f5" d="M.5.5h55v39H.5z"/><g fill-rule="evenodd"><path fill="#ff2b37" d="M32 42.67h-8V24H-2.67v-8H24V-2.67h8V16h26.67v8H32z"/><path fill="#fd0d1b" d="m43.2 8.8-3.2.53V6.67l3.2.53-.53-3.2h2.66l-.53 3.2 3.2-.53v2.66l-3.2-.53.53 3.2h-2.66zm-32 0L8 9.33V6.67l3.2.53-.53-3.2h2.66l-.53 3.2 3.2-.53v2.66l-3.2-.53.53 3.2h-2.66zm0 24-3.2.53v-2.66l3.2.53-.53-3.2h2.66l-.53 3.2 3.2-.53v2.66l-3.2-.53.53 3.2h-2.66zm32 0-3.2.53v-2.66l3.2.53-.53-3.2h2.66l-.53 3.2 3.2-.53v2.66l-3.2-.53.53 3.2h-2.66z"/></g></g></g></svg><svg xmlns="http://www.w3.org/2000/svg" id="inr" fill="none" viewBox="0 0 56 40"><g clip-path="url(#ga)"><g clip-path="url(#gb)"><path fill="#fff" stroke="#F5F5F5" d="M.5.5h55v39H.5z"/><path fill="#FFA44A" fill-rule="evenodd" d="M0 13.33h56V0H0z"/><path fill="#1A9F0B" fill-rule="evenodd" d="M0 40h56V26.67H0z"/><circle cx="28" cy="20" r="4.67" fill="#181A93" fill-opacity=".15" stroke="#181A93" stroke-width="1.33"/><circle cx="28" cy="20" r="1.33" fill="#181A93"/></g></g><defs><clipPath id="ga"><rect width="56" height="40" fill="#fff" rx="4"/></clipPath><clipPath id="gb"><path fill="#fff" d="M0 0h56v40H0z"/></clipPath></defs></svg><svg xmlns="http://www.w3.org/2000/svg" id="kgs" fill="none" viewBox="0 0 56 40"><g clip-path="url(#ha)"><g clip-path="url(#hb)"><path fill="#F22A46" d="M0 0h56v40H0z"/><circle cx="28" cy="20" r="6.67" fill="#FFF04D"/><path fill="#FFF04D" fill-rule="evenodd" d="M24.74 34.3 28 29.43l3.26 4.87.83-5.8 5.05 2.97-1.77-5.6 5.84.5-4.02-4.27 5.48-2.1-5.48-2.1 4.02-4.26-5.84.48 1.77-5.59-5.05 2.98-.83-5.8L28 10.56 24.74 5.7l-.83 5.8-5.05-2.97 1.77 5.6-5.84-.5 4.02 4.27-5.48 2.1 5.48 2.1-4.02 4.26 5.84-.48-1.77 5.59 5.05-2.98.83 5.8ZM28 29.33a9.33 9.33 0 1 0 0-18.66 9.33 9.33 0 0 0 0 18.66"/></g></g><defs><clipPath id="ha"><rect width="56" height="40" fill="#fff" rx="4"/></clipPath><clipPath id="hb"><path fill="#fff" d="M0 0h56v40H0z"/></clipPath></defs></svg><svg xmlns="http://www.w3.org/2000/svg" id="kzt" fill="none" viewBox="0 0 56 40"><clipPath id="ia"><rect width="56" height="40" rx="4"/></clipPath><clipPath id="ib"><path d="M0 0h56v40H0z"/></clipPath><g clip-path="url(#ia)"><g clip-path="url(#ib)"><path fill="#30c6e0" d="M0 0h56v40H0z"/><g fill="#ffcd4b"><circle cx="28" cy="20" r="8"/><path fill-rule="evenodd" d="M24.74 34.3 28 29.43l3.26 4.87.83-5.8 5.05 2.97-1.77-5.6 5.84.5-4.02-4.27 5.48-2.1-5.48-2.1 4.02-4.26-5.84.48 1.77-5.59-5.05 2.98-.83-5.8L28 10.56 24.74 5.7l-.83 5.8-5.05-2.97 1.77 5.6-5.84-.5 4.02 4.27-5.48 2.1 5.48 2.1-4.02 4.26 5.84-.48-1.77 5.59 5.05-2.98.83 5.8zM28 29.33a9.33 9.33 0 1 0 0-18.66 9.33 9.33 0 0 0 0 18.66m-25.33-26c0-.36.3-.66.66-.66h1.34c.37 0 .66.3.66.66v1.34c0 .36-.3.66-.66.66H3.33a.67.67 0 0 1-.66-.66zm0 5.34c0-.37.3-.67.66-.67h1.34c.37 0 .66.3.66.67V10c0 .37-.3.67-.66.67H3.33a.67.67 0 0 1-.66-.67zm.66 4.66c-.36 0-.66.3-.66.67v1.33c0 .37.3.67.66.67h1.34c.37 0 .66-.3.66-.67V14c0-.37-.3-.67-.66-.67zm-.66 6c0-.36.3-.66.66-.66h1.34c.37 0 .66.3.66.66v1.34c0 .36-.3.66-.66.66H3.33a.67.67 0 0 1-.66-.66zM3.33 24c-.36 0-.66.3-.66.67V26c0 .37.3.67.66.67h1.34c.37 0 .66-.3.66-.67v-1.33c0-.37-.3-.67-.66-.67zm-.66 6c0-.37.3-.67.66-.67h1.34c.37 0 .66.3.66.67v1.33c0 .37-.3.67-.66.67H3.33a.67.67 0 0 1-.66-.67zm.66 4.67c-.36 0-.66.3-.66.66v1.34c0 .36.3.66.66.66h1.34c.37 0 .66-.3.66-.66v-1.34c0-.36-.3-.66-.66-.66zm2-2c0-.37.3-.67.67-.67h1.33c.37 0 .67.3.67.67V34c0 .37-.3.67-.67.67H6a.67.67 0 0 1-.67-.67zm.67-6c-.37 0-.67.3-.67.66v1.34c0 .36.3.66.67.66h1.33c.37 0 .67-.3.67-.66v-1.34c0-.36-.3-.66-.67-.66zM5.33 22c0-.37.3-.67.67-.67h1.33c.37 0 .67.3.67.67v1.33c0 .37-.3.67-.67.67H6a.67.67 0 0 1-.67-.67zM6 16c-.37 0-.67.3-.67.67V18c0 .37.3.67.67.67h1.33c.37 0 .67-.3.67-.67v-1.33c0-.37-.3-.67-.67-.67zm-.67-4.67c0-.36.3-.66.67-.66h1.33c.37 0 .67.3.67.66v1.34c0 .36-.3.66-.67.66H6a.67.67 0 0 1-.67-.66zm.67-6c-.37 0-.67.3-.67.67v1.33c0 .37.3.67.67.67h1.33C7.7 8 8 7.7 8 7.33V6c0-.37-.3-.67-.67-.67z"/></g></g></g></svg><svg xmlns="http://www.w3.org/2000/svg" id="rur" fill="none" viewBox="0 0 56 40"><g clip-path="url(#ja)"><rect width="56" height="40" fill="#fff" rx="4"/><path fill="#fff" d="M0 0h56v13H0z"/><path fill="#0C47B7" d="M0 13h56v14H0z"/><path fill="#E53B35" d="M0 27h56v13H0z"/></g><defs><clipPath id="ja"><rect width="56" height="40" rx="4"/></clipPath></defs></svg><svg xmlns="http://www.w3.org/2000/svg" id="tjs" fill="none" viewBox="0 0 56 40"><clipPath id="ka"><rect width="56" height="40" rx="4"/></clipPath><clipPath id="kb"><path d="M0 0h56v40H0z"/></clipPath><g clip-path="url(#ka)"><g clip-path="url(#kb)"><rect width="55" height="39" x=".5" y=".5" fill="#fff" stroke="#f5f5f5" rx="3.5"/><g fill-rule="evenodd"><path fill="#d9101c" d="M0 13.33h56V0H0z"/><path fill="#0f7811" d="M0 40h56V26.67H0z"/><path fill="#fad14e" d="M25.33 18.67a1.33 1.33 0 1 0 0-2.67 1.33 1.33 0 0 0 0 2.67m0 2.66h1.34c0-1.47.6-2.66 1.33-2.66.74 0 1.33 1.2 1.33 2.66h1.34a1.33 1.33 0 0 1 0 2.67h-5.34a1.33 1.33 0 1 1 0-2.67m5.34-2.66a1.33 1.33 0 1 0 0-2.67 1.33 1.33 0 0 0 0 2.67M37.33 20a1.33 1.33 0 1 1-2.66 0 1.33 1.33 0 0 1 2.66 0M20 21.33a1.33 1.33 0 1 0 0-2.66 1.33 1.33 0 0 0 0 2.66"/></g></g></g></svg><svg xmlns="http://www.w3.org/2000/svg" id="try" fill="none" viewBox="0 0 56 40"><clipPath id="la"><rect width="56" height="40" rx="4"/></clipPath><clipPath id="lb"><path d="M0 0h56v40H0z"/></clipPath><g clip-path="url(#la)"><g clip-path="url(#lb)"><path fill="#e92434" d="M0 0h56v40H0z"/><g fill="#fff" fill-rule="evenodd"><path d="M38.04 21.54 35.6 24.5l.17-3.85-3.58-1.41 3.7-1.03.24-3.84 2.13 3.2 3.73-.96-2.4 3.02 2.07 3.24-3.6-1.34z"/><path d="M34.8 12.63a10.42 10.42 0 0 0-6.13-1.96c-5.53 0-10 4.18-10 9.33s4.47 9.33 10 9.33c2.31 0 4.44-.73 6.14-1.96a12 12 0 1 1 0-14.74z"/></g></g></g></svg><svg xmlns="http://www.w3.org/2000/svg" id="usd" fill="none" viewBox="0 0 56 40"><g clip-path="url(#ma)"><g clip-path="url(#mb)"><path fill="#fff" d="M0 4a4 4 0 0 1 4-4h48a4 4 0 0 1 4 4v32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4z"/><path fill="#D02F44" fill-rule="evenodd" d="M56 0H0v2.67h56zm0 5.33H0V8h56zM0 10.67h56v2.66H0zM56 16H0v2.67h56zM0 21.33h56V24H0zm56 5.34H0v2.66h56zM0 32h56v2.67H0zm56 5.33H0V40h56z"/><path fill="#46467F" d="M0 0h24v18.67H0z"/><g filter="url(#mc)"><path fill="url(#md)" fill-rule="evenodd" d="M4 5.33a1.33 1.33 0 1 0 0-2.66 1.33 1.33 0 0 0 0 2.66m5.33 0a1.33 1.33 0 1 0 0-2.66 1.33 1.33 0 0 0 0 2.66M16 4a1.33 1.33 0 1 1-2.67 0A1.33 1.33 0 0 1 16 4m4 1.33a1.33 1.33 0 1 0 0-2.66 1.33 1.33 0 0 0 0 2.66M8 6.67a1.33 1.33 0 1 1-2.67 0 1.33 1.33 0 0 1 2.67 0M12 8a1.33 1.33 0 1 0 0-2.67A1.33 1.33 0 0 0 12 8m6.67-1.33a1.33 1.33 0 1 1-2.67 0 1.33 1.33 0 0 1 2.67 0m1.33 4A1.33 1.33 0 1 0 20 8a1.33 1.33 0 0 0 0 2.67m-4-1.34a1.33 1.33 0 1 1-2.67 0 1.33 1.33 0 0 1 2.67 0m-6.67 1.34a1.33 1.33 0 1 0 0-2.67 1.33 1.33 0 0 0 0 2.67m-4-1.34a1.33 1.33 0 1 1-2.66 0 1.33 1.33 0 0 1 2.66 0m1.34 4a1.33 1.33 0 1 0 0-2.66 1.33 1.33 0 0 0 0 2.66M13.33 12a1.33 1.33 0 1 1-2.66 0 1.33 1.33 0 0 1 2.66 0m4 1.33a1.33 1.33 0 1 0 0-2.66 1.33 1.33 0 0 0 0 2.66m4 1.34a1.33 1.33 0 1 1-2.66 0 1.33 1.33 0 0 1 2.66 0M14.67 16a1.33 1.33 0 1 0 0-2.67 1.33 1.33 0 0 0 0 2.67m-4-1.33a1.33 1.33 0 1 1-2.67 0 1.33 1.33 0 0 1 2.67 0M4 16a1.33 1.33 0 1 0 0-2.67A1.33 1.33 0 0 0 4 16"/></g></g></g><defs><clipPath id="ma"><rect width="56" height="40" fill="#fff" rx="4"/></clipPath><clipPath id="mb"><path fill="#fff" d="M0 0h56v40H0z"/></clipPath><linearGradient id="md" x1="2.67" x2="2.67" y1="2.67" y2="16" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#F0F0F0"/></linearGradient><filter id="mc" width="18.67" height="15.33" x="2.67" y="2.67" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="2"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_975_687"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_975_687" result="shape"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" id="uzs" fill="none" viewBox="0 0 56 40"><clipPath id="na"><rect width="56" height="40" rx="4"/></clipPath><clipPath id="nb"><path d="M0 0h56v40H0z"/></clipPath><g clip-path="url(#na)"><g clip-path="url(#nb)"><rect width="55" height="39" x=".5" y=".5" fill="#fff" stroke="#f5f5f5" rx="3.5"/><g fill-rule="evenodd"><path fill="#04aac8" d="M0 13.33h56V0H0z"/><path fill="#23c840" d="M0 40h56V26.67H0z"/><path fill="#fff" d="m11.33 3.33.23.01a4 4 0 1 0 0 6.65l-.23.01a3.33 3.33 0 0 1 0-6.67m3.34 7.34a1.33 1.33 0 1 0 0-2.67 1.33 1.33 0 0 0 0 2.67M21.33 4a1.33 1.33 0 1 1-2.66 0 1.33 1.33 0 0 1 2.66 0m4 1.33a1.33 1.33 0 1 0 0-2.66 1.33 1.33 0 0 0 0 2.66m1.34 4a1.33 1.33 0 1 1-2.67 0 1.33 1.33 0 0 1 2.67 0M20 10.67A1.33 1.33 0 1 0 20 8a1.33 1.33 0 0 0 0 2.67"/></g></g></g></svg><svg xmlns="http://www.w3.org/2000/svg" id="vnd" fill="none" viewBox="0 0 56 40"><g clip-path="url(#oa)"><g clip-path="url(#ob)"><path fill="#EA403F" d="M0 0h56v40H0z"/><path fill="#FFFE4E" fill-rule="evenodd" d="m28 24.68-7.05 5.03 2.6-8.26-6.96-5.16 8.66-.08L28 8l2.75 8.21 8.66.08-6.96 5.16 2.6 8.26z"/></g></g><defs><clipPath id="oa"><rect width="56" height="40" fill="#fff" rx="4"/></clipPath><clipPath id="ob"><path fill="#fff" d="M0 0h56v40H0z"/></clipPath></defs></svg><svg xmlns="http://www.w3.org/2000/svg" id="brl" fill="none" viewBox="0 0 56 40"><mask id="mask0_38_2718" width="56" height="40" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="M52 0H4a4 4 0 0 0-4 4v32a4 4 0 0 0 4 4h48a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4"/></mask><g mask="url(#mask0_38_2718)"><mask id="mask1_38_2718" width="56" height="40" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="M56 0H0v40h56z"/></mask><g mask="url(#mask1_38_2718)"><path fill="#009440" d="M-1 0h58v40H-1z"/><path fill="#FFCB00" d="M3.93 20 28 35.14 52.07 20 28 4.86z"/><path fill="#302681" d="M28 30c5.6 0 10.15-4.48 10.15-10S33.61 10 28 10c-5.6 0-10.15 4.48-10.15 10S22.39 30 28 30"/><mask id="mask2_38_2718" width="22" height="20" x="17" y="10" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="M28 30c5.6 0 10.15-4.48 10.15-10S33.61 10 28 10c-5.6 0-10.15 4.48-10.15 10S22.39 30 28 30"/></mask><g mask="url(#mask2_38_2718)"><path fill="#fff" d="M-2.45 40a24.1 24.1 0 0 1 7.22-17.17A24.84 24.84 0 0 1 22.2 15.7c6.54 0 12.8 2.56 17.43 7.12A24.1 24.1 0 0 1 46.85 40H45.4c0-6.06-2.44-11.88-6.8-16.16a23.38 23.38 0 0 0-16.4-6.7c-6.15 0-12.05 2.41-16.4 6.7A22.7 22.7 0 0 0-1 40z"/></g><path fill="#009440" fill-rule="evenodd" d="M19.34 17.08a.42.42 0 0 0 .3-.18.5.5 0 0 0 .08-.35.5.5 0 0 0-.17-.32.42.42 0 0 0-.32-.1.42.42 0 0 0-.3.18.5.5 0 0 0-.08.35.5.5 0 0 0 .17.32c.1.07.2.11.32.1m-.02-.18c.07 0 .13-.05.17-.1a.33.33 0 0 0 .05-.23.33.33 0 0 0-.1-.2.24.24 0 0 0-.2-.06.24.24 0 0 0-.16.1.33.33 0 0 0-.05.23c.01.07.05.15.1.2.06.05.12.07.2.06Zm.81.1.18-.02-.02-.35.38-.03a.3.3 0 0 0 .2-.1.3.3 0 0 0-.02-.42.3.3 0 0 0-.22-.08l-.55.04.05.95Zm.14-.55.37-.03c.04 0 .07-.01.09-.04a.12.12 0 0 0-.01-.17.13.13 0 0 0-.1-.03l-.36.03z" clip-rule="evenodd"/><path fill="#009440" d="M20.95 16.94c0-.14-.03-.44-.24-.42l-.26.01c.3-.02.33.28.34.42"/><path fill="#009440" fill-rule="evenodd" d="m21.36 16.92.45-.01a.42.42 0 0 0 .3-.13.4.4 0 0 0 .1-.29v-.13a.4.4 0 0 0-.26-.38.4.4 0 0 0-.15-.02h-.46zm.17-.18h.26c.07 0 .14-.04.19-.09a.26.26 0 0 0 .07-.18v-.08a.26.26 0 0 0-.08-.18.26.26 0 0 0-.19-.08h-.26l.01.6Z" clip-rule="evenodd"/><path fill="#009440" d="m22.58 16.9.87.03.01-.17-.7-.03v-.24l.56.02v-.17l-.55-.01v-.2l.67.03v-.18l-.82-.03zm1.23.06.17.01.05-.65.14.67.15.01.25-.63-.06.65.17.01.08-.95-.24-.02-.25.63-.13-.66-.25-.02zm2 .22.72.12.03-.16-.56-.1.04-.2.45.07.03-.16-.45-.08.03-.15.53.1.03-.17-.7-.12z"/><path fill="#009440" fill-rule="evenodd" d="m27.65 17.53.17.05.1-.34.37.1a.3.3 0 0 0 .23-.04.3.3 0 0 0 .1-.41.3.3 0 0 0-.18-.14l-.54-.14zm.3-.47.37.1a.13.13 0 0 0 .15-.1l-.01-.08a.12.12 0 0 0-.08-.06l-.36-.1-.06.24Zm.88.79.18.05.1-.34.37.12a.3.3 0 0 0 .38-.2.3.3 0 0 0-.2-.38l-.52-.16-.3.9Zm.34-.46.35.11a.13.13 0 0 0 .16-.08.12.12 0 0 0-.08-.15l-.36-.11z" clip-rule="evenodd"/><path fill="#009440" d="M29.62 18.09c.04-.13.13-.42-.07-.48l-.25-.07c.3.08.2.37.16.5"/><path fill="#009440" fill-rule="evenodd" d="M30.41 18.37c.1.04.23.03.34-.03a.5.5 0 0 0 .24-.63.4.4 0 0 0-.24-.23.42.42 0 0 0-.34.02.5.5 0 0 0-.24.27.5.5 0 0 0 0 .36c.05.11.13.2.24.24m.06-.17c.07.03.14.02.2-.02.07-.03.12-.1.15-.17a.33.33 0 0 0 0-.22.23.23 0 0 0-.13-.15.24.24 0 0 0-.2.02.33.33 0 0 0-.15.17.33.33 0 0 0 0 .23c.02.07.07.12.13.14" clip-rule="evenodd"/><mask id="mask3_38_2718" width="2" height="2" x="31" y="17" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="m31.15 18.65.39-.87.8.33-.4.88-.8-.34Zm.66-.42-.07.15.4.17.06-.15-.4-.17Z"/></mask><g mask="url(#mask3_38_2718)"><path fill="#009440" fill-rule="evenodd" d="M31.55 18.82c.1.05.22.04.33 0a.52.52 0 0 0 .28-.63.4.4 0 0 0-.23-.24.42.42 0 0 0-.33 0 .51.51 0 0 0-.28.62c.04.12.12.2.23.25m.07-.16c.06.03.13.02.2-.01s.12-.1.15-.17a.33.33 0 0 0 .02-.22.23.23 0 0 0-.13-.15.24.24 0 0 0-.2 0 .34.34 0 0 0-.15.17.33.33 0 0 0-.02.23c.02.07.07.12.13.15" clip-rule="evenodd"/></g><path fill="#009440" d="m31.8 18.41.34.14-.06.13-.33-.14z"/><path fill="#009440" d="m32.01 18.5.13.05-.2.44-.12-.05.2-.44Z"/><path fill="#009440" fill-rule="evenodd" d="m32.27 19.14.16.08.16-.32.35.17a.3.3 0 0 0 .4-.13.3.3 0 0 0-.13-.4l-.5-.25zm.4-.4.34.17a.13.13 0 0 0 .16-.06.12.12 0 0 0-.05-.16l-.34-.16-.1.21Z" clip-rule="evenodd"/><path fill="#009440" d="M33 19.5c.07-.12.2-.39.02-.48l-.24-.11c.28.13.14.4.08.52m.5.26.76.42.09-.15-.61-.35.12-.2.48.26.08-.14-.48-.27.1-.17.57.33.1-.16-.73-.4zm1.42.46c-.06.08 0 .17.11.25.12.07.2.07.23.02.1-.17-.5-.4-.32-.7.17-.24.45-.05.55.02s.27.24.14.43l-.18-.1c.06-.1 0-.18-.1-.24-.08-.05-.16-.08-.21 0-.1.14.5.39.32.67-.13.21-.37.12-.52.02-.14-.08-.34-.28-.2-.48zm1.03.68c-.05.08 0 .17.1.25.12.08.2.08.23.03.12-.16-.48-.43-.28-.7.18-.24.45-.03.55.04s.26.25.12.44l-.17-.13c.06-.08 0-.16-.1-.23-.08-.06-.15-.09-.2 0-.1.12.48.4.28.68-.15.2-.38.1-.53-.01-.13-.1-.32-.3-.18-.5z"/><path fill="#009440" fill-rule="evenodd" d="M36.8 21.93c.08.07.2.1.32.08a.51.51 0 0 0 .43-.53.4.4 0 0 0-.16-.3.42.42 0 0 0-.32-.08.51.51 0 0 0-.43.53c0 .12.06.23.15.3Zm.1-.14c.06.04.13.05.2.04a.34.34 0 0 0 .2-.12.33.33 0 0 0 .07-.21.23.23 0 0 0-.09-.18.24.24 0 0 0-.2-.04.34.34 0 0 0-.19.12.33.33 0 0 0-.07.2c0 .08.03.15.08.19" clip-rule="evenodd"/><path fill="#fff" d="m19.71 17.78-.13.4.2.07"/><path fill="#fff" d="m19.71 17.78.14.4-.2.07"/><path fill="#fff" d="M20.12 18.07h-.43v.21"/><path fill="#fff" d="m20.13 18.07-.36.25-.12-.17"/><path fill="#fff" d="m19.3 18.07.35.25.13-.17"/><path fill="#fff" d="M19.3 18.07h.43v.21"/><path fill="#fff" d="m19.97 18.55-.14-.4-.2.06"/><path fill="#fff" d="m19.97 18.55-.35-.25.12-.17"/><path fill="#fff" d="m19.46 18.55.35-.25-.13-.17"/><path fill="#fff" d="m19.46 18.55.13-.4.2.06m.82 3.77-.13.4.2.07"/><path fill="#fff" d="m20.61 21.98.14.4-.21.07"/><path fill="#fff" d="M21.02 22.28h-.43v.2"/><path fill="#fff" d="m21.02 22.28-.35.25-.13-.18"/><path fill="#fff" d="m20.2 22.28.35.25.13-.18"/><path fill="#fff" d="M20.2 22.28h.43v.2"/><path fill="#fff" d="m20.87 22.76-.14-.41-.2.06"/><path fill="#fff" d="m20.87 22.76-.35-.26.12-.17"/><path fill="#fff" d="m20.36 22.75.35-.25-.13-.17"/><path fill="#fff" d="m20.36 22.76.13-.41.2.06m-1.32.54-.11.34.17.05"/><path fill="#fff" d="m19.37 22.95.11.34-.17.05"/><path fill="#fff" d="M19.71 23.2h-.36v.17"/><path fill="#fff" d="m19.71 23.2-.3.2-.1-.14"/><path fill="#fff" d="m19.02 23.2.3.2.1-.14"/><path fill="#fff" d="M19.02 23.2h.37v.17"/><path fill="#fff" d="m19.58 23.6-.11-.34-.17.05"/><path fill="#fff" d="m19.58 23.6-.3-.21.11-.15"/><path fill="#fff" d="m19.16 23.6.29-.21-.1-.15"/><path fill="#fff" d="m19.16 23.6.1-.34.18.05m2.16-1.71-.06.19.1.03"/><path fill="#fff" d="m21.6 21.6.07.19-.1.03"/><path fill="#fff" d="M21.8 21.73h-.2v.1"/><path fill="#fff" d="m21.8 21.73-.16.12-.07-.08"/><path fill="#fff" d="m21.4 21.73.18.12.06-.08"/><path fill="#fff" d="M21.41 21.73h.2v.1"/><path fill="#fff" d="m21.73 21.96-.07-.2-.1.04"/><path fill="#fff" d="m21.73 21.96-.17-.12.06-.08"/><path fill="#fff" d="m21.48 21.96.17-.12-.06-.08"/><path fill="#fff" d="m21.48 21.96.07-.2.1.04m1.07 1.24-.1.34.16.06"/><path fill="#fff" d="m22.72 23.04.12.34-.18.06"/><path fill="#fff" d="M23.07 23.3h-.36v.17"/><path fill="#fff" d="m23.07 23.3-.3.2-.1-.14"/><path fill="#fff" d="m22.38 23.3.3.2.1-.14"/><path fill="#fff" d="M22.38 23.3h.36v.17"/><path fill="#fff" d="m22.94 23.7-.12-.35-.17.06"/><path fill="#fff" d="m22.94 23.7-.3-.22.11-.14"/><path fill="#fff" d="m22.51 23.7.3-.22-.11-.14"/><path fill="#fff" d="m22.51 23.7.11-.35.18.06m-.38.69-.09.28.14.05"/><path fill="#fff" d="m22.42 24.1.09.28-.14.05"/><path fill="#fff" d="M22.7 24.3h-.3v.15"/><path fill="#fff" d="m22.7 24.3-.24.18-.08-.12"/><path fill="#fff" d="m22.14 24.3.24.17.08-.11"/><path fill="#fff" d="M22.15 24.3h.29v.15"/><path fill="#fff" d="m22.6 24.63-.1-.27-.14.04"/><path fill="#fff" d="m22.6 24.63-.24-.17.08-.11"/><path fill="#fff" d="m22.25 24.63.23-.17-.08-.12"/><path fill="#fff" d="m22.25 24.63.09-.28.14.05m8.67-7.93-.14.4.21.07"/><path fill="#fff" d="m31.15 16.47.13.4-.2.07"/><path fill="#fff" d="M31.56 16.77h-.44v.2"/><path fill="#fff" d="m31.56 16.76-.35.26-.13-.18"/><path fill="#fff" d="m30.73 16.77.36.25.12-.18"/><path fill="#fff" d="M30.74 16.77h.43v.2"/><path fill="#fff" d="m31.4 17.25-.13-.41-.2.06"/><path fill="#fff" d="m31.4 17.25-.35-.26.13-.17"/><path fill="#fff" d="m30.9 17.24.34-.25-.12-.17"/><path fill="#fff" d="m30.9 17.25.13-.41.2.06m3.88 6.18-.13.41.2.07"/><path fill="#fff" d="m35.11 23.08.14.41-.21.07"/><path fill="#fff" d="M35.52 23.38h-.43v.21"/><path fill="#fff" d="m35.52 23.38-.35.25-.13-.18"/><path fill="#fff" d="m34.7 23.38.35.25.13-.17"/><path fill="#fff" d="M34.7 23.38h.43v.21"/><path fill="#fff" d="m35.37 23.86-.14-.4-.2.06"/><path fill="#fff" d="m35.37 23.86-.35-.25.12-.18"/><path fill="#fff" d="m34.86 23.86.35-.25-.13-.18"/><path fill="#fff" d="m34.86 23.86.13-.41.2.07m1.33-.2-.09.27.14.05"/><path fill="#fff" d="m36.52 23.32.09.27-.14.05"/><path fill="#fff" d="M36.8 23.52h-.3v.14"/><path fill="#fff" d="m36.8 23.52-.24.17-.08-.12"/><path fill="#fff" d="m36.24 23.52.24.16.08-.11"/><path fill="#fff" d="M36.25 23.52h.28v.14"/><path fill="#fff" d="m36.7 23.84-.1-.27-.14.04"/><path fill="#fff" d="m36.7 23.84-.24-.17.08-.11"/><path fill="#fff" d="m36.35 23.84.23-.17-.08-.12"/><path fill="#fff" d="m36.35 23.84.09-.27.14.04m-1.05.43-.12.34.18.05"/><path fill="#fff" d="m35.53 24.04.1.34-.16.05"/><path fill="#fff" d="M35.87 24.28h-.36v.18"/><path fill="#fff" d="m35.87 24.28-.3.21-.1-.14"/><path fill="#fff" d="m35.18 24.28.3.21.1-.14"/><path fill="#fff" d="M35.18 24.29h.36v.17"/><path fill="#fff" d="m35.74 24.68-.11-.34-.18.06"/><path fill="#fff" d="m35.74 24.68-.3-.2.11-.15"/><path fill="#fff" d="m35.31 24.68.3-.2-.11-.15"/><path fill="#fff" d="m35.31 24.68.11-.34.18.06m-2.52 1.73-.11.34.17.06"/><path fill="#fff" d="m33.08 26.13.11.34-.17.06"/><path fill="#fff" d="M33.42 26.38h-.36v.18"/><path fill="#fff" d="m33.42 26.38-.29.2-.1-.14"/><path fill="#fff" d="m32.74 26.38.29.2.1-.14"/><path fill="#fff" d="M32.74 26.38h.36v.18"/><path fill="#fff" d="m33.3 26.78-.12-.34-.17.05"/><path fill="#fff" d="m33.3 26.78-.3-.21.1-.15"/><path fill="#fff" d="m32.87 26.78.3-.21-.11-.15"/><path fill="#fff" d="m32.87 26.78.11-.34.17.05m-.08.72-.1.27.15.05"/><path fill="#fff" d="m33.07 27.21.09.27-.14.05"/><path fill="#fff" d="M33.34 27.4h-.29v.15"/><path fill="#fff" d="m33.34 27.4-.23.18-.09-.12"/><path fill="#fff" d="m32.8 27.4.23.18.08-.12"/><path fill="#fff" d="M32.8 27.4h.28v.15"/><path fill="#fff" d="m33.24 27.73-.1-.27-.13.04"/><path fill="#fff" d="m33.24 27.73-.24-.17.09-.11"/><path fill="#fff" d="m32.9 27.73.23-.17-.08-.12"/><path fill="#fff" d="m32.9 27.73.09-.27.13.04m.97-2.09-.09.28.14.04"/><path fill="#fff" d="m34.09 25.41.09.28-.14.04"/><path fill="#fff" d="M34.37 25.61h-.3v.14"/><path fill="#fff" d="m34.37 25.61-.24.17-.08-.12"/><path fill="#fff" d="m33.81 25.61.24.17.08-.12"/><path fill="#fff" d="M33.81 25.61h.3v.14"/><path fill="#fff" d="m34.26 25.93-.09-.27-.14.05"/><path fill="#fff" d="m34.26 25.93-.23-.16.08-.12"/><path fill="#fff" d="m33.92 25.93.23-.17-.08-.11"/><path fill="#fff" d="m33.92 25.93.09-.27.14.04m.75-.86-.1.34.17.05"/><path fill="#fff" d="m34.9 24.84.12.34-.18.05"/><path fill="#fff" d="M35.25 25.09h-.36v.17"/><path fill="#fff" d="m35.25 25.09-.3.2-.1-.14"/><path fill="#fff" d="m34.56 25.09.3.2.1-.14"/><path fill="#fff" d="M34.56 25.09h.36v.17"/><path fill="#fff" d="m35.12 25.49-.11-.34-.18.05"/><path fill="#fff" d="m35.12 25.49-.3-.21.11-.15"/><path fill="#fff" d="m34.7 25.49.28-.21-.1-.15"/><path fill="#fff" d="m34.7 25.49.1-.34.18.05m-1.94.02-.09.28.14.04"/><path fill="#fff" d="m33.04 25.22.09.28-.14.04"/><path fill="#fff" d="M33.32 25.42h-.3v.14"/><path fill="#fff" d="m33.32 25.42-.24.17-.08-.12"/><path fill="#fff" d="m32.76 25.42.24.17.08-.12"/><path fill="#fff" d="M32.77 25.42h.28v.14"/><path fill="#fff" d="m33.21 25.74-.09-.27-.14.05"/><path fill="#fff" d="m33.21 25.74-.23-.16.08-.12"/><path fill="#fff" d="m32.87 25.74.23-.17-.08-.11"/><path fill="#fff" d="m32.87 25.74.09-.27.14.04m-8.97-5.46-.1.34.16.06"/><path fill="#fff" d="m24.13 20.05.12.34-.18.06"/><path fill="#fff" d="M24.48 20.3h-.37v.17"/><path fill="#fff" d="m24.48 20.3-.3.2-.1-.14"/><path fill="#fff" d="m23.79 20.3.3.2.1-.14"/><path fill="#fff" d="M23.79 20.3h.36v.17"/><path fill="#fff" d="m24.35 20.7-.12-.34-.17.05"/><path fill="#fff" d="m24.35 20.7-.3-.21.1-.15"/><path fill="#fff" d="m23.92 20.7.3-.21-.11-.15"/><path fill="#fff" d="m23.92 20.7.11-.34.17.05m6.56-1.2-.09.27.14.05"/><path fill="#fff" d="m30.76 19.21.1.27-.15.05"/><path fill="#fff" d="M31.04 19.4h-.3v.15"/><path fill="#fff" d="m31.04 19.4-.24.18-.08-.12"/><path fill="#fff" d="m30.49 19.4.23.18.09-.12"/><path fill="#fff" d="M30.49 19.4h.29v.15"/><path fill="#fff" d="m30.93 19.73-.09-.27-.14.04"/><path fill="#fff" d="m30.93 19.73-.23-.17.08-.11"/><path fill="#fff" d="m30.59 19.73.23-.17-.08-.12"/><path fill="#fff" d="m30.59 19.73.09-.27.14.04M28 24.06l-.13.4.2.07"/><path fill="#fff" d="m28 24.06.13.4-.2.07"/><path fill="#fff" d="M28.41 24.36h-.43v.2"/><path fill="#fff" d="m28.41 24.36-.35.25-.13-.18"/><path fill="#fff" d="m27.59 24.36.35.25.13-.18"/><path fill="#fff" d="M27.59 24.36h.43v.21"/><path fill="#fff" d="m28.26 24.84-.14-.41-.2.07"/><path fill="#fff" d="m28.26 24.84-.36-.25.13-.18"/><path fill="#fff" d="m27.74 24.84.36-.26-.13-.17"/><path fill="#fff" d="m27.74 24.84.14-.41.2.06m1.09-2.34-.1.34.16.05"/><path fill="#fff" d="m29.17 22.15.12.34-.18.05"/><path fill="#fff" d="M29.52 22.4h-.37v.17"/><path fill="#fff" d="m29.52 22.4-.3.2-.1-.14"/><path fill="#fff" d="m28.83 22.4.3.2.1-.14"/><path fill="#fff" d="M28.83 22.4h.36v.17"/><path fill="#fff" d="m29.39 22.8-.12-.35-.17.06"/><path fill="#fff" d="m29.39 22.8-.3-.22.11-.14"/><path fill="#fff" d="m28.96 22.8.3-.22-.11-.14"/><path fill="#fff" d="m28.96 22.8.11-.35.17.06M28 21.25l-.11.34.17.05"/><path fill="#fff" d="m28 21.25.11.34-.17.05"/><path fill="#fff" d="M28.34 21.5h-.36v.17"/><path fill="#fff" d="m28.34 21.5-.29.2-.1-.14"/><path fill="#fff" d="m27.66 21.5.29.2.1-.14"/><path fill="#fff" d="M27.66 21.5h.36v.17"/><path fill="#fff" d="m28.21 21.9-.11-.35-.17.06"/><path fill="#fff" d="m28.21 21.9-.29-.22.1-.14"/><path fill="#fff" d="m27.79 21.9.29-.22-.1-.14"/><path fill="#fff" d="m27.79 21.9.1-.35.18.06m-1.09.61-.1.27.15.04"/><path fill="#fff" d="m26.98 22.22.09.27-.14.04"/><path fill="#fff" d="M27.25 22.42h-.29v.14"/><path fill="#fff" d="m27.25 22.42-.23.16-.09-.11"/><path fill="#fff" d="m26.7 22.41.24.17.08-.11"/><path fill="#fff" d="M26.7 22.42h.3v.14"/><path fill="#fff" d="m27.15 22.74-.1-.27-.13.04"/><path fill="#fff" d="m27.15 22.74-.24-.17.09-.12"/><path fill="#fff" d="m26.8 22.73.24-.16-.08-.12"/><path fill="#fff" d="m26.8 22.74.1-.28.13.05m.46.49-.06.19.1.03"/><path fill="#fff" d="m27.49 23 .06.19-.1.03"/><path fill="#fff" d="M27.69 23.13h-.21v.1"/><path fill="#fff" d="m27.69 23.13-.17.12-.06-.08"/><path fill="#fff" d="m27.3 23.13.16.12.06-.08"/><path fill="#fff" d="M27.3 23.13h.2v.1"/><path fill="#fff" d="m27.61 23.36-.06-.2-.1.04"/><path fill="#fff" d="m27.61 23.36-.17-.12.06-.08"/><path fill="#fff" d="m27.36 23.36.17-.12-.06-.08"/><path fill="#fff" d="m27.37 23.36.06-.2.1.04m3.51 3.18-.11.34.17.05"/><path fill="#fff" d="m31.04 26.38.11.34-.17.05"/><path fill="#fff" d="M31.38 26.62h-.36v.18"/><path fill="#fff" d="m31.38 26.62-.3.21-.1-.14"/><path fill="#fff" d="m30.7 26.62.29.21.1-.14"/><path fill="#fff" d="M30.7 26.63h.36v.17"/><path fill="#fff" d="m31.25 27.02-.11-.34-.17.06"/><path fill="#fff" d="m31.25 27.02-.3-.2.11-.15"/><path fill="#fff" d="m30.82 27.02.3-.2-.1-.15"/><path fill="#fff" d="m30.82 27.02.12-.34.17.06m.79-1.18-.08.28.14.04"/><path fill="#fff" d="m31.9 25.56.1.28-.14.04"/><path fill="#fff" d="M32.18 25.76h-.29v.14"/><path fill="#fff" d="m32.18 25.76-.23.17-.09-.12"/><path fill="#fff" d="m31.63 25.76.24.17.08-.12"/><path fill="#fff" d="M31.63 25.76h.3v.14"/><path fill="#fff" d="m32.08 26.08-.1-.27-.13.05"/><path fill="#fff" d="m32.08 26.08-.24-.16.09-.12"/><path fill="#fff" d="m31.74 26.08.23-.17-.08-.11"/><path fill="#fff" d="m31.74 26.08.09-.27.13.04m-1.72-.53-.1.27.15.05"/><path fill="#fff" d="m30.24 25.32.09.27-.14.05"/><path fill="#fff" d="M30.51 25.52h-.29v.14"/><path fill="#fff" d="m30.51 25.52-.23.17-.09-.12"/><path fill="#fff" d="m29.96 25.52.24.16.08-.11"/><path fill="#fff" d="M29.96 25.52h.3v.14"/><path fill="#fff" d="m30.4 25.84-.08-.27-.14.04"/><path fill="#fff" d="m30.4 25.84-.23-.17.09-.11"/><path fill="#fff" d="m30.06 25.84.24-.17-.09-.12"/><path fill="#fff" d="m30.06 25.84.1-.27.13.04m-6.36-.73-.14.4.2.07"/><path fill="#fff" d="m23.93 24.88.13.4-.2.07"/><path fill="#fff" d="M24.34 25.17h-.44v.22"/><path fill="#fff" d="m24.34 25.17-.35.25-.13-.17"/><path fill="#fff" d="m23.51 25.17.35.25.13-.17"/><path fill="#fff" d="M23.51 25.17h.44v.22"/><path fill="#fff" d="m24.18 25.65-.13-.4-.21.06"/><path fill="#fff" d="m24.18 25.65-.35-.25.13-.17"/><path fill="#fff" d="m23.67 25.65.35-.25-.12-.17"/><path fill="#fff" d="m23.67 25.65.14-.4.2.06M28 27.68l-.04.14.06.02"/><path fill="#fff" d="m28 27.68.04.14-.06.02"/><path fill="#fff" d="M28.14 27.78h-.15v.07"/><path fill="#fff" d="m28.14 27.78-.12.08-.04-.06"/><path fill="#fff" d="m27.86 27.78.12.08.04-.06"/><path fill="#fff" d="M27.86 27.78h.15v.07"/><path fill="#fff" d="m28.09 27.94-.05-.14-.07.02"/><path fill="#fff" d="m28.09 27.94-.12-.09.04-.05"/><path fill="#fff" d="m27.91 27.94.12-.09-.04-.05"/><path fill="#fff" d="m27.91 27.94.05-.14.07.02"/></g></g></svg><svg xmlns="http://www.w3.org/2000/svg" id="thb" fill="none" viewBox="0 0 56 40"><g clip-path="url(#clip0_38_14)"><mask id="mask0_38_14" width="56" height="40" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="M52 0H4a4 4 0 0 0-4 4v32a4 4 0 0 0 4 4h48a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4"/></mask><g mask="url(#mask0_38_14)"><mask id="mask1_38_14" width="56" height="40" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="M56 0H0v40h56z"/></mask><g mask="url(#mask1_38_14)"><path fill="#A51931" d="M58 0H-2v40h60z"/><path fill="#F4F5F8" d="M58 6.67H-2v26.66h60z"/><path fill="#2D2A4A" d="M58 13.33H-2v13.34h60z"/></g></g></g><defs><clipPath id="clip0_38_14"><path fill="#fff" d="M0 0h56v40H0z"/></clipPath></defs></svg><svg xmlns="http://www.w3.org/2000/svg" id="rsd" width="40" height="29" fill="none" viewBox="0 0 40 29"><g clip-path="url(#clip0_16140_1972)"><g clip-path="url(#clip1_16140_1972)"><mask id="mask0_16140_1972" width="40" height="29" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="M0 4a4 4 0 0 1 4-4h32a4 4 0 0 1 4 4v20.571a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4z"/></mask><g mask="url(#mask0_16140_1972)"><path fill="#fff" stroke="#F5F5F6" d="M4 .5h32A3.5 3.5 0 0 1 39.5 4v20.571a3.5 3.5 0 0 1-3.5 3.5H4a3.5 3.5 0 0 1-3.5-3.5V4A3.5 3.5 0 0 1 4 .5Z"/><path fill="#17508F" fill-rule="evenodd" d="M0 19.047h40V9.524H0z" clip-rule="evenodd"/><path fill="#E1444D" fill-rule="evenodd" d="M0 9.524h40V0H0z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M8.572 14.286c0-.986.562-3.268.822-4.272a.656.656 0 0 1 .639-.49h4.698c.3 0 .562.198.638.488.26 1 .822 3.265.822 4.274 0 1.092-.754 4.008-.92 4.64a.6.6 0 0 1-.111.221c-.318.392-1.549 1.805-2.779 1.805-1.231 0-2.462-1.414-2.779-1.806a.6.6 0 0 1-.11-.22c-.167-.627-.92-3.52-.92-4.64" clip-rule="evenodd"/><mask id="mask1_16140_1972" width="9" height="12" x="8" y="9" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" fill-rule="evenodd" d="M8.572 14.286c0-.986.562-3.268.822-4.272a.656.656 0 0 1 .639-.49h4.698c.3 0 .562.198.638.488.26 1 .822 3.265.822 4.274 0 1.092-.754 4.008-.92 4.64a.6.6 0 0 1-.111.221c-.318.392-1.549 1.805-2.779 1.805-1.231 0-2.462-1.414-2.779-1.806a.6.6 0 0 1-.11-.22c-.167-.627-.92-3.52-.92-4.64" clip-rule="evenodd"/></mask><g mask="url(#mask1_16140_1972)"><path fill="#E1444D" d="M16.86 10.402 8.646 20.669l-.744-.595 8.214-10.267z"/><path fill="#E1444D" d="m7.902 10.402 8.214 10.267.744-.595L8.646 9.807z"/></g></g></g></g><defs><clipPath id="clip0_16140_1972"><rect width="40" height="28.571" fill="#fff" rx="4"/></clipPath><clipPath id="clip1_16140_1972"><path fill="#fff" d="M0 6.4c0-2.24 0-3.36.436-4.216A4 4 0 0 1 2.184.436C3.04 0 4.16 0 6.4 0h27.2c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748C40 3.04 40 4.16 40 6.4v15.771c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.748 1.749c-.856.435-1.976.435-4.216.435H6.4c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C0 25.532 0 24.412 0 22.171z"/></clipPath></defs></svg></svg>