@privy-io/react-auth 1.10.0-beta.9 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +224 -106
- package/dist/index.d.ts +15 -1
- package/dist/index.esm.js +224 -106
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
"use strict";var X3=Object.create;var J1=Object.defineProperty;var Q3=Object.getOwnPropertyDescriptor;var t5=Object.getOwnPropertyNames;var e5=Object.getPrototypeOf,i5=Object.prototype.hasOwnProperty;var a5=(i,e)=>{for(var a in e)J1(i,a,{get:e[a],enumerable:!0})},p4=(i,e,a,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of t5(e))!i5.call(i,r)&&r!==a&&J1(i,r,{get:()=>e[r],enumerable:!(o=Q3(e,r))||o.enumerable});return i};var w=(i,e,a)=>(a=i!=null?X3(e5(i)):{},p4(e||!i||!i.__esModule?J1(a,"default",{value:i,enumerable:!0}):a,i)),o5=i=>p4(J1({},"__esModule",{value:!0}),i);var k6={};a5(k6,{PrivyProvider:()=>Y3,VERSION:()=>t2,getAccessToken:()=>K3,usePrivy:()=>T});module.exports=o5(k6);var H=require("react");var a2=w(require("axios"));var h4=w(require("axios")),K=class extends Error{constructor(a,o){super(a);o instanceof Error&&(this.cause=o)}toString(){return`${this.type}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},X1=class extends K{constructor(a,o,r,s){super(r,s);this.type=a;this.status=o}},C=class extends K{constructor(a,o){super(a,o);this.type="client_error"}};var j=class extends K{constructor(a,o){super(a,o);this.type="connector_error"}},L=i=>{if(i instanceof K)return i;if(!h4.default.isAxiosError(i))return z(i);if(!i.response)return new X1("api_error",null,i.message,i);let{type:e,message:a,error:o}=i.response.data;return new X1(e||"ApiError",i.response.status,a||o,i)},z=i=>i instanceof K?i:i instanceof Error?new C(i.message,i):new C(`Internal error: ${i}`);var f4="1.10.0-beta.9";var u4="https://api.privy.io/v0",m4=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",Q1="4df5e2316331463a9130964bd6078dfa",b4=1e4,Z1=1200,k4=365*24*60*60,t2=f4,g4="ES256",M4="privy.io",x1="privy:token",e2="privy:refresh_token",i2="privy:wallet_type",w4="walletconnect";var o2=class{constructor(e,a,o){this.appId=e,this.sdkVersion=t2,this.session=a,this.defaults=o}async get(e,a){try{return await a2.default.get(e,this.buildConfig({headers:{"Cache-Control":"no-cache"},...a}))}catch(o){throw L(o)}}async post(e,a,o){try{return await a2.default.post(e,a,this.buildConfig(o))}catch(r){throw L(r)}}async delete(e,a){try{return await a2.default.delete(e,this.buildConfig(a))}catch(o){throw L(o)}}buildConfig(e){return e=e||{},e.headers=e.headers||{},e.headers["privy-app-id"]=this.appId,e.headers["privy-client"]=`react-auth:${this.sdkVersion}`,this.session.token!==null&&(e.headers.authorization=`Bearer ${this.session.token}`),{...this.defaults,...e}}};var L1=w(require("jose"));var n1=class{static parse(e){try{return new n1(e)}catch{return null}}constructor(e){this.value=e,this._decoded=L1.decodeJwt(e)}get subject(){return this._decoded.sub}get expiration(){return this._decoded.exp}get issuer(){return this._decoded.iss}get audience(){return this._decoded.aud}isExpired(e=0){let a=Date.now(),o=(this.expiration-e)*1e3;return a>=o}async isValid(e,a,o=0){let r=await L1.importSPKI(e,g4);try{return await L1.jwtVerify(this.value,r,{issuer:M4,audience:a,clockTolerance:o}),!0}catch{return!1}}};var s1=class{constructor(e){this.promise=null;this.fn=e}execute(e){return this.promise===null&&(this.promise=(async()=>{try{return await this.fn(e)}finally{this.promise=null}})()),this.promise}};var I2=class{constructor(){this._cache={}}get(e){return this._cache[e]}put(e,a){a!==void 0?this._cache[e]=a:this.del(e)}del(e){delete this._cache[e]}},R2=class{get(e){let a=localStorage.getItem(e);return a===null?void 0:JSON.parse(a)}put(e,a){a!==void 0?localStorage.setItem(e,JSON.stringify(a)):this.del(e)}del(e){localStorage.removeItem(e)}};function l5(){return typeof window<"u"&&window.localStorage?new R2:new I2}var F=l5();function h1(i){return new Date(i*1e3)}function n5(i){return i.map(e=>{switch(e.type){case"wallet":return{address:e.address,type:e.type,verifiedAt:h1(e.verified_at),chainType:e.chain_type};case"email":return{address:e.address,type:e.type,verifiedAt:h1(e.verified_at)};case"phone":return{number:e.phoneNumber,type:e.type,verifiedAt:h1(e.verified_at)};case"google_oauth":return{subject:e.subject,email:e.email,name:e.name,type:e.type,verifiedAt:h1(e.verified_at)};case"twitter_oauth":return{subject:e.subject,username:e.username,name:e.name,type:e.type,verifiedAt:h1(e.verified_at)};case"discord_oauth":return{subject:e.subject,username:e.username,email:e.email,type:e.type,verifiedAt:h1(e.verified_at)};default:throw new C("Unrecognized account type")}})}function A1(i,e){return i.sort((a,o)=>o.verifiedAt.getTime()-a.verifiedAt.getTime()),i.find(a=>a.type===e)}function i1(i){if(!i)return null;let e=n5(i.linked_accounts),a=A1(e,"wallet"),o=A1(e,"email"),r=A1(e,"phone"),s=A1(e,"google_oauth"),d=A1(e,"twitter_oauth"),f=A1(e,"discord_oauth");return{id:i.id,createdAt:h1(i.created_at),linkedAccounts:e,email:o&&{address:o==null?void 0:o.address},phone:r&&{number:r==null?void 0:r.number},wallet:a&&{address:a.address,chainType:a.chainType,chainId:a.chainId,walletType:a.walletType},google:s&&{subject:s.subject,email:s.email,name:s.name},twitter:d&&{subject:d.subject,username:d.username,name:d.name},discord:f&&{subject:f.subject,username:f.username,email:f.email}}}var y4=()=>"/api/v1/sessions",v4=()=>"/api/v1/sessions/logout",Z4=()=>"/api/v1/sessions/fork",x4=()=>"/api/v1/siwe/init",L4=()=>"/api/v1/siwe/authenticate",A4=()=>"/api/v1/siwe/link",E4=()=>"/api/v1/passwordless/init",_4=()=>"/api/v1/passwordless/authenticate",P4=()=>"/api/v1/passwordless/link",T4=()=>"/api/v1/passwordless_sms/init",S4=()=>"/api/v1/passwordless_sms/authenticate",I4=()=>"/api/v1/passwordless_sms/link",R4=()=>"/api/v1/oauth/init",W4=()=>"/api/v1/oauth/authenticate",O4=()=>"/api/v1/oauth/link",N4=()=>"/api/v1/siwe/unlink",U4=()=>"/api/v1/passwordless/unlink",D4=()=>"/api/v1/passwordless_sms/unlink",F4=()=>"/api/v1/oauth/unlink";var s5=30,r2=class{constructor(){this.authenticateOnce=new s1(async e=>this._authenticate(e)),this.linkOnce=new s1(async e=>this._link(e)),this.refreshOnce=new s1(this._refresh.bind(this)),this.destroyOnce=new s1(this._destroy.bind(this)),this.forkSessionOnce=new s1(this._forkSession.bind(this))}get token(){try{let e=F.get(x1);return typeof e=="string"?new n1(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=F.get(e2);return typeof e=="string"?e:null}catch(e){return console.error(e),this.destroyLocalState(),null}}hasRefreshCredentials(){return typeof this.token=="string"&&typeof this.refreshToken=="string"}hasActiveToken(){let e=n1.parse(this.token);return e!==null&&!e.isExpired(s5)}async hasValidToken(e,a,o=0){let r=n1.parse(this.token);return r!==null&&await r.isValid(e,a,o)}authenticate(e){return this.authenticateOnce.execute(e)}link(e){return this.linkOnce.execute(e)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(e){try{let{token:a,refresh_token:o,user:r}=await e.authenticate();return this.storeToken(a),this.storeRefreshToken(o),i1(r)}catch(a){throw console.warn("Error authenticating session"),z(a)}}async _link(e){try{let a=await e.link();return i1(a)}catch(a){throw console.warn("Error linking account"),z(a)}}async _refresh(){if(!this.api)throw new C("Session has no API instance");let e=this.token,a=this.refreshToken;if(!e||!a)return null;try{let o=await this.api.post(y4(),{refresh_token:a});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),i1(o.data.user)}catch(o){throw z(o)}}async _destroy(){var e;try{await((e=this.api)==null?void 0:e.post(v4(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new C("Session has no API instance");let e=this.refreshToken;try{let a=await this.api.post(Z4(),{refresh_token:e});return this.storeToken(a.data.token),this.storeRefreshToken(a.data.refresh_token),a.data.new_session_refresh_token}catch(a){throw z(a)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null)}storeToken(e){typeof e=="string"?F.put(x1,e):F.del(x1)}storeRefreshToken(e){typeof e=="string"?F.put(e2,e):F.del(e2)}};var H4=require("@ethersproject/address"),N2=w(require("@walletconnect/web3-provider"));var V4=require("@ethersproject/logger");var E1=class extends j{constructor(){super("Wallet timeout");this.type="wallet_error"}},l2=i=>{if(i instanceof j)return i;if((i==null?void 0:i.code)&&(i==null?void 0:i.reason)){let e=new _1(i);return i.code===V4.ErrorCode.ACTION_REJECTED&&(e.details=f1.E4001_USER_REJECTED_REQUEST),e}return i!=null&&i.code?new _1(i):new j("Unknown connector error",i)},W2=class extends K{constructor(a,o,r){super(a);this.type="provider_error";this.code=o,this.data=r}},_1=class extends W2{constructor(a){var s,d,f;let o=a;super(o.message,o.code,o.data);let r=Object.values(f1).find(u=>u.eipCode===o.code);this.details=r||f1.UNKNOWN_ERROR,o.code===-32002&&((s=o.message)!=null&&s.includes("already pending for origin")?(d=o.message)!=null&&d.includes("wallet_requestPermissions")?this.details=f1.E32002_CONNECTION_ALREADY_PENDING:this.details=f1.E32002_REQUEST_ALREADY_PENDING:(f=o.message)!=null&&f.includes("Already processing")&&o.message.includes("eth_requestAccounts")&&(this.details=f1.E32002_WALLET_LOCKED))}},C5={ERROR_USER_EXISTS:{message:"User already exists for this address",detail:"Try another address!",retryable:!1},ERROR_TIMED_OUT:{message:"Wallet request timed out",detail:"Please try connecting again.",retryable:!0},ERROR_WALLET_CONNECTION:{message:"Could not log in with wallet",detail:"Please try connecting again.",retryable:!0}},d5={E32002_CONNECTION_ALREADY_PENDING:{eipCode:-32002,message:"Connection request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_REQUEST_ALREADY_PENDING:{eipCode:-32002,message:"Resource request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_WALLET_LOCKED:{eipCode:-32002,message:"Wallet might be locked",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E4001_USER_REJECTED_REQUEST:{eipCode:4001,message:"Signature rejected",detail:"Please try signing again.",retryable:!0}},c5={E4001_DEFAULT_USER_REJECTED_REQUEST:{eipCode:4001,message:"User Rejected Request",detail:"The user rejected the request.",default:!0,retryable:!0},E4100_DEFAULT_UNAUTHORIZED:{eipCode:4100,message:"Unauthorized",detail:"The requested method and/or account has not been authorized by the user.",default:!0,retryable:!1},E4200_DEFAULT_UNSUPPORTED_METHOD:{eipCode:4200,message:"Unsupported Method",detail:"The Provider does not support the requested method.",default:!0,retryable:!1},E4900_DEFAULT_DISCONNECTED:{eipCode:4900,message:"Disconnected",detail:"The Provider is disconnected from all chains.",default:!0,retryable:!0},E4901_DEFAULT_CHAIN_DISCONNECTED:{eipCode:4901,message:"Chain Disconnected",detail:"The Provider is not connected to the requested chain.",default:!0,retryable:!0},E32700_DEFAULT_PARSE_ERROR:{eipCode:-32700,message:"Parse error",detail:"Invalid JSON",default:!0,retryable:!1},E32600_DEFAULT_INVALID_REQUEST:{eipCode:-32600,message:"Invalid request",detail:"JSON is not a valid request object",default:!0,retryable:!1},E32601_DEFAULT_METHOD_NOT_FOUND:{eipCode:-32601,message:"Method not found",detail:"Method does not exist",default:!0,retryable:!1},E32602_DEFAULT_INVALID_PARAMS:{eipCode:-32602,message:"Invalid params",detail:"Invalid method parameters",default:!0,retryable:!1},E32603_DEFAULT_INTERNAL_ERROR:{eipCode:-32603,message:"Internal error",detail:"Internal JSON-RPC error",default:!0,retryable:!0},E32000_DEFAULT_INVALID_INPUT:{eipCode:-32e3,message:"Invalid input",detail:"Missing or invalid parameters",default:!0,retryable:!1},E32001_DEFAULT_RESOURCE_NOT_FOUND:{eipCode:-32001,message:"Resource not found",detail:"Requested resource not found",default:!0,retryable:!1},E32002_DEFAULT_RESOURCE_UNAVAILABLE:{eipCode:-32002,message:"Resource unavailable",detail:"Requested resource not available",default:!0,retryable:!0},E32003_DEFAULT_TRANSACTION_REJECTED:{eipCode:-32003,message:"Transaction rejected",detail:"Transaction creation failed",default:!0,retryable:!0},E32004_DEFAULT_METHOD_NOT_SUPPORTED:{eipCode:-32004,message:"Method not supported",detail:"Method is not implemented",default:!0,retryable:!1},E32005_DEFAULT_LIMIT_EXCEEDED:{eipCode:-32005,message:"Limit exceeded",detail:"Request exceeds defined limit",default:!0,retryable:!1},E32006_DEFAULT_JSON_RPC_VERSION_NOT_SUPPORTED:{eipCode:-32006,message:"JSON-RPC version not supported",detail:"Version of JSON-RPC protocol is not supported",default:!0,retryable:!1}},f1={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...c5,...d5},n2={...C5,...f1};var p5=12e4,O2=(i=new E1,e=p5)=>new Promise((a,o)=>setTimeout(()=>{o(i)},e)),P1=class{constructor(e){this.removeListener=(e,a)=>{if(this.walletProvider)return this.walletProvider.removeListener(e,a)};this.setProvider=e=>{this.walletProvider=e,this._subscriptions.forEach(a=>{var o;(o=this.walletProvider)==null||o.on(a.eventName,a.listener)})};this.walletProvider=e,this._subscriptions=[]}on(e,a){if(this.walletProvider)return this.walletProvider.on(e,a);this._subscriptions.push({eventName:e,listener:a})}request(e){if(!this.walletProvider)throw new j(`A wallet request of type ${e.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(e),O2()]).catch(a=>{throw l2(a)})}},T1=class extends P1{constructor(a){super(a)}},s2=class extends P1{constructor(e){super(e)}sendAsync(e,a){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var B4=require("@ethersproject/providers");var G4=["metamask","coinbase_wallet","wallet_connect"];var j4=w(require("@coinbase/wallet-sdk")),h5=()=>{let i=`https://mainnet.infura.io/v3/${Q1}`,e=1;return new j4.default({appName:"Privy",darkMode:!1,headlessMode:!1}).makeWeb3Provider(i,e)},U2=()=>{if(!window.ethereum)return!1;if(window.ethereum.isMetaMask)return!0;if(window.ethereum.providers){for(let i of window.ethereum.providers)if(i.isMetaMask)return!0}return!1},d2=()=>{if(!window.ethereum)return!1;if(window.ethereum.isCoinbaseWallet)return!0;if(window.ethereum.providers){for(let i of window.ethereum.providers)if(i.isCoinbaseWallet)return!0}return!1},C2=class{constructor(){this.walletType=null;this.getEthereumProvider=()=>this.ethProvider;this.createSiweMessage=(e,a,o,r,s,d,f)=>`${o} wants you to sign in with your Ethereum account:
|
|
2
|
-
${
|
|
1
|
+
"use strict";var c5=Object.create;var l2=Object.defineProperty;var p5=Object.getOwnPropertyDescriptor;var h5=Object.getOwnPropertyNames;var f5=Object.getPrototypeOf,u5=Object.prototype.hasOwnProperty;var m5=(i,e)=>{for(var o in e)l2(i,o,{get:e[o],enumerable:!0})},L4=(i,e,o,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of h5(e))!u5.call(i,r)&&r!==o&&l2(i,r,{get:()=>e[r],enumerable:!(a=p5(e,r))||a.enumerable});return i};var y=(i,e,o)=>(o=i!=null?c5(f5(i)):{},L4(e||!i||!i.__esModule?l2(o,"default",{value:i,enumerable:!0}):o,i)),b5=i=>L4(l2({},"__esModule",{value:!0}),i);var I6={};m5(I6,{PrivyProvider:()=>C5,VERSION:()=>C2,getAccessToken:()=>s5,usePrivy:()=>R});module.exports=b5(I6);var G=require("react");var p2=y(require("axios"));var A4=y(require("axios")),q=class extends Error{constructor(o,a){super(o);a instanceof Error&&(this.cause=a)}toString(){return`${this.type}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},n2=class extends q{constructor(o,a,r,n){super(r,n);this.type=o;this.status=a}},d=class extends q{constructor(o,a){super(o,a);this.type="client_error"}};var B=class extends q{constructor(o,a){super(o,a);this.type="connector_error"}},P=i=>{if(i instanceof q)return i;if(!A4.default.isAxiosError(i))return j(i);if(!i.response)return new n2("api_error",null,i.message,i);let{type:e,message:o,error:a}=i.response.data;return new n2(e||"ApiError",i.response.status,o||a,i)},j=i=>i instanceof q?i:i instanceof Error?new d(i.message,i):new d(`Internal error: ${i}`);var E4="1.10.0";var _4="https://api.privy.io/v0",P4=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",s2="4df5e2316331463a9130964bd6078dfa",S4=1e4,I1=1200,T4=365*24*60*60,C2=E4,I4="ES256",R4="privy.io",R1="privy:token",d2="privy:refresh_token",e1="privy:active_wallet",c2="privy:wallet_type",W4="walletconnect";var h2=class{constructor(e,o,a){this.appId=e,this.sdkVersion=C2,this.session=o,this.defaults=a}async get(e,o){try{return await p2.default.get(e,this.buildConfig({headers:{"Cache-Control":"no-cache"},...o}))}catch(a){throw P(a)}}async post(e,o,a){try{return await p2.default.post(e,o,this.buildConfig(a))}catch(r){throw P(r)}}async delete(e,o){try{return await p2.default.delete(e,this.buildConfig(o))}catch(a){throw P(a)}}buildConfig(e){return e=e||{},e.headers=e.headers||{},e.headers["privy-app-id"]=this.appId,e.headers["privy-client"]=`react-auth:${this.sdkVersion}`,this.session.token!==null&&(e.headers.authorization=`Bearer ${this.session.token}`),{...this.defaults,...e}}};var W1=y(require("jose"));var f1=class{static parse(e){try{return new f1(e)}catch{return null}}constructor(e){this.value=e,this._decoded=W1.decodeJwt(e)}get subject(){return this._decoded.sub}get expiration(){return this._decoded.exp}get issuer(){return this._decoded.iss}get audience(){return this._decoded.aud}isExpired(e=0){let o=Date.now(),a=(this.expiration-e)*1e3;return o>=a}async isValid(e,o,a=0){let r=await W1.importSPKI(e,I4);try{return await W1.jwtVerify(this.value,r,{issuer:R4,audience:o,clockTolerance:a}),!0}catch{return!1}}};var u1=class{constructor(e){this.promise=null;this.fn=e}execute(e){return this.promise===null&&(this.promise=(async()=>{try{return await this.fn(e)}finally{this.promise=null}})()),this.promise}};var $2=class{constructor(){this._cache={}}get(e){return this._cache[e]}put(e,o){o!==void 0?this._cache[e]=o:this.del(e)}del(e){delete this._cache[e]}},K2=class{get(e){let o=localStorage.getItem(e);return o===null?void 0:JSON.parse(o)}put(e,o){o!==void 0?localStorage.setItem(e,JSON.stringify(o)):this.del(e)}del(e){localStorage.removeItem(e)}};function g5(){return typeof window<"u"&&window.localStorage?new K2:new $2}var Z=g5();function v1(i){return new Date(i*1e3)}function w5(i){return i.map(e=>{switch(e.type){case"wallet":return{address:e.address,type:e.type,verifiedAt:v1(e.verified_at),chainType:e.chain_type};case"email":return{address:e.address,type:e.type,verifiedAt:v1(e.verified_at)};case"phone":return{number:e.phoneNumber,type:e.type,verifiedAt:v1(e.verified_at)};case"google_oauth":return{subject:e.subject,email:e.email,name:e.name,type:e.type,verifiedAt:v1(e.verified_at)};case"twitter_oauth":return{subject:e.subject,username:e.username,name:e.name,type:e.type,verifiedAt:v1(e.verified_at)};case"discord_oauth":return{subject:e.subject,username:e.username,email:e.email,type:e.type,verifiedAt:v1(e.verified_at)};default:throw new d("Unrecognized account type")}})}function M5(i,e){return e.find(o=>o.type==="wallet"&&o.address===i)}function x1(i,e){return i.sort((o,a)=>a.verifiedAt.getTime()-o.verifiedAt.getTime()),i.find(o=>o.type===e)}function q1(i){let e=i.linkedAccounts.map(C=>C.type==="wallet"?C.address:null),a=Z.get(e1);if(!a||!e.includes(a)){Z.del(e1);let C=x1(i.linkedAccounts,"wallet");C&&(a=C.address,Z.put(e1,a))}let r=M5(a,i.linkedAccounts),n=Object.assign({},i);return n.wallet=r&&{address:r.address,chainType:r.chainType,chainId:r.chainId,walletType:r.walletType},n}function n1(i){if(!i)return null;let e=w5(i.linked_accounts),o=x1(e,"wallet"),a=x1(e,"email"),r=x1(e,"phone"),n=x1(e,"google_oauth"),C=x1(e,"twitter_oauth"),u=x1(e,"discord_oauth"),f={id:i.id,createdAt:v1(i.created_at),linkedAccounts:e,email:a&&{address:a==null?void 0:a.address},phone:r&&{number:r==null?void 0:r.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletType:o.walletType},google:n&&{subject:n.subject,email:n.email,name:n.name},twitter:C&&{subject:C.subject,username:C.username,name:C.name},discord:u&&{subject:u.subject,username:u.username,email:u.email}};return q1(f)}var O4=()=>"/api/v1/sessions",N4=()=>"/api/v1/sessions/logout",U4=()=>"/api/v1/sessions/fork",D4=()=>"/api/v1/siwe/init",F4=()=>"/api/v1/siwe/authenticate",V4=()=>"/api/v1/siwe/link",H4=()=>"/api/v1/passwordless/init",G4=()=>"/api/v1/passwordless/authenticate",B4=()=>"/api/v1/passwordless/link",j4=()=>"/api/v1/passwordless_sms/init",z4=()=>"/api/v1/passwordless_sms/authenticate",$4=()=>"/api/v1/passwordless_sms/link",K4=()=>"/api/v1/oauth/init",q4=()=>"/api/v1/oauth/authenticate",Y4=()=>"/api/v1/oauth/link",J4=()=>"/api/v1/siwe/unlink",X4=()=>"/api/v1/passwordless/unlink",Q4=()=>"/api/v1/passwordless_sms/unlink",t3=()=>"/api/v1/oauth/unlink";var y5=30,f2=class{constructor(){this.authenticateOnce=new u1(async e=>this._authenticate(e)),this.linkOnce=new u1(async e=>this._link(e)),this.refreshOnce=new u1(this._refresh.bind(this)),this.destroyOnce=new u1(this._destroy.bind(this)),this.forkSessionOnce=new u1(this._forkSession.bind(this))}get token(){try{let e=Z.get(R1);return typeof e=="string"?new f1(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=Z.get(d2);return typeof e=="string"?e:null}catch(e){return console.error(e),this.destroyLocalState(),null}}hasRefreshCredentials(){return typeof this.token=="string"&&typeof this.refreshToken=="string"}hasActiveToken(){let e=f1.parse(this.token);return e!==null&&!e.isExpired(y5)}async hasValidToken(e,o,a=0){let r=f1.parse(this.token);return r!==null&&await r.isValid(e,o,a)}authenticate(e){return this.authenticateOnce.execute(e)}link(e){return this.linkOnce.execute(e)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(e){try{let{token:o,refresh_token:a,user:r}=await e.authenticate();return this.storeToken(o),this.storeRefreshToken(a),n1(r)}catch(o){throw console.warn("Error authenticating session"),j(o)}}async _link(e){try{let o=await e.link();return n1(o)}catch(o){throw console.warn("Error linking account"),j(o)}}async _refresh(){if(!this.api)throw new d("Session has no API instance");let e=this.token,o=this.refreshToken;if(!e||!o)return null;try{let a=await this.api.post(O4(),{refresh_token:o});return this.storeToken(a.data.token),this.storeRefreshToken(a.data.refresh_token),n1(a.data.user)}catch(a){throw j(a)}}async _destroy(){var e;try{await((e=this.api)==null?void 0:e.post(N4(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new d("Session has no API instance");let e=this.refreshToken;try{let o=await this.api.post(U4(),{refresh_token:e});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw j(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),Z.del(e1)}storeToken(e){typeof e=="string"?Z.put(R1,e):Z.del(R1)}storeRefreshToken(e){typeof e=="string"?Z.put(d2,e):Z.del(d2)}};var o3=require("@ethersproject/address"),J2=y(require("@walletconnect/web3-provider"));var e3=require("@ethersproject/logger");var O1=class extends B{constructor(){super("Wallet timeout");this.type="wallet_error"}},u2=i=>{if(i instanceof B)return i;if((i==null?void 0:i.code)&&(i==null?void 0:i.reason)){let e=new N1(i);return i.code===e3.ErrorCode.ACTION_REJECTED&&(e.details=Z1.E4001_USER_REJECTED_REQUEST),e}return i!=null&&i.code?new N1(i):new B("Unknown connector error",i)},q2=class extends q{constructor(o,a,r){super(o);this.type="provider_error";this.code=a,this.data=r}},N1=class extends q2{constructor(o){var n,C,u;let a=o;super(a.message,a.code,a.data);let r=Object.values(Z1).find(f=>f.eipCode===a.code);this.details=r||Z1.UNKNOWN_ERROR,a.code===-32002&&((n=a.message)!=null&&n.includes("already pending for origin")?(C=a.message)!=null&&C.includes("wallet_requestPermissions")?this.details=Z1.E32002_CONNECTION_ALREADY_PENDING:this.details=Z1.E32002_REQUEST_ALREADY_PENDING:(u=a.message)!=null&&u.includes("Already processing")&&a.message.includes("eth_requestAccounts")&&(this.details=Z1.E32002_WALLET_LOCKED))}},v5={ERROR_USER_EXISTS:{message:"User already exists for this address",detail:"Try another address!",retryable:!1},ERROR_TIMED_OUT:{message:"Wallet request timed out",detail:"Please try connecting again.",retryable:!0},ERROR_WALLET_CONNECTION:{message:"Could not log in with wallet",detail:"Please try connecting again.",retryable:!0}},x5={E32002_CONNECTION_ALREADY_PENDING:{eipCode:-32002,message:"Connection request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_REQUEST_ALREADY_PENDING:{eipCode:-32002,message:"Resource request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_WALLET_LOCKED:{eipCode:-32002,message:"Wallet might be locked",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E4001_USER_REJECTED_REQUEST:{eipCode:4001,message:"Signature rejected",detail:"Please try signing again.",retryable:!0}},Z5={E4001_DEFAULT_USER_REJECTED_REQUEST:{eipCode:4001,message:"User Rejected Request",detail:"The user rejected the request.",default:!0,retryable:!0},E4100_DEFAULT_UNAUTHORIZED:{eipCode:4100,message:"Unauthorized",detail:"The requested method and/or account has not been authorized by the user.",default:!0,retryable:!1},E4200_DEFAULT_UNSUPPORTED_METHOD:{eipCode:4200,message:"Unsupported Method",detail:"The Provider does not support the requested method.",default:!0,retryable:!1},E4900_DEFAULT_DISCONNECTED:{eipCode:4900,message:"Disconnected",detail:"The Provider is disconnected from all chains.",default:!0,retryable:!0},E4901_DEFAULT_CHAIN_DISCONNECTED:{eipCode:4901,message:"Chain Disconnected",detail:"The Provider is not connected to the requested chain.",default:!0,retryable:!0},E32700_DEFAULT_PARSE_ERROR:{eipCode:-32700,message:"Parse error",detail:"Invalid JSON",default:!0,retryable:!1},E32600_DEFAULT_INVALID_REQUEST:{eipCode:-32600,message:"Invalid request",detail:"JSON is not a valid request object",default:!0,retryable:!1},E32601_DEFAULT_METHOD_NOT_FOUND:{eipCode:-32601,message:"Method not found",detail:"Method does not exist",default:!0,retryable:!1},E32602_DEFAULT_INVALID_PARAMS:{eipCode:-32602,message:"Invalid params",detail:"Invalid method parameters",default:!0,retryable:!1},E32603_DEFAULT_INTERNAL_ERROR:{eipCode:-32603,message:"Internal error",detail:"Internal JSON-RPC error",default:!0,retryable:!0},E32000_DEFAULT_INVALID_INPUT:{eipCode:-32e3,message:"Invalid input",detail:"Missing or invalid parameters",default:!0,retryable:!1},E32001_DEFAULT_RESOURCE_NOT_FOUND:{eipCode:-32001,message:"Resource not found",detail:"Requested resource not found",default:!0,retryable:!1},E32002_DEFAULT_RESOURCE_UNAVAILABLE:{eipCode:-32002,message:"Resource unavailable",detail:"Requested resource not available",default:!0,retryable:!0},E32003_DEFAULT_TRANSACTION_REJECTED:{eipCode:-32003,message:"Transaction rejected",detail:"Transaction creation failed",default:!0,retryable:!0},E32004_DEFAULT_METHOD_NOT_SUPPORTED:{eipCode:-32004,message:"Method not supported",detail:"Method is not implemented",default:!0,retryable:!1},E32005_DEFAULT_LIMIT_EXCEEDED:{eipCode:-32005,message:"Limit exceeded",detail:"Request exceeds defined limit",default:!0,retryable:!1},E32006_DEFAULT_JSON_RPC_VERSION_NOT_SUPPORTED:{eipCode:-32006,message:"JSON-RPC version not supported",detail:"Version of JSON-RPC protocol is not supported",default:!0,retryable:!1}},Z1={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Z5,...x5},m2={...v5,...Z1};var L5=12e4,Y2=(i=new O1,e=L5)=>new Promise((o,a)=>setTimeout(()=>{a(i)},e)),U1=class{constructor(e){this.removeListener=(e,o)=>{if(this.walletProvider)return this.walletProvider.removeListener(e,o)};this.setProvider=e=>{this.walletProvider=e,this._subscriptions.forEach(o=>{var a;(a=this.walletProvider)==null||a.on(o.eventName,o.listener)})};this.walletProvider=e,this._subscriptions=[]}on(e,o){if(this.walletProvider)return this.walletProvider.on(e,o);this._subscriptions.push({eventName:e,listener:o})}request(e){if(!this.walletProvider)throw new B(`A wallet request of type ${e.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(e),Y2()]).catch(o=>{throw u2(o)})}},D1=class extends U1{constructor(o){super(o)}},b2=class extends U1{constructor(e){super(e)}sendAsync(e,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var a3=require("@ethersproject/providers");var i3=["metamask","coinbase_wallet","wallet_connect"];var r3=y(require("@coinbase/wallet-sdk")),A5=()=>{let i=`https://mainnet.infura.io/v3/${s2}`,e=1;return new r3.default({appName:"Privy",darkMode:!1,headlessMode:!1}).makeWeb3Provider(i,e)},X2=()=>{if(!window.ethereum)return!1;if(window.ethereum.isMetaMask)return!0;if(window.ethereum.providers){for(let i of window.ethereum.providers)if(i.isMetaMask)return!0}return!1},g2=()=>{if(!window.ethereum)return!1;if(window.ethereum.isCoinbaseWallet)return!0;if(window.ethereum.providers){for(let i of window.ethereum.providers)if(i.isCoinbaseWallet)return!0}return!1},k2=class{constructor(){this.walletType=null;this.getEthereumProvider=()=>this.ethProvider;this.createSiweMessage=(e,o,a,r,n,C,u)=>`${a} wants you to sign in with your Ethereum account:
|
|
2
|
+
${o}
|
|
3
3
|
|
|
4
|
-
${
|
|
4
|
+
${u}
|
|
5
5
|
|
|
6
6
|
URI: ${r}
|
|
7
7
|
Version: 1
|
|
8
8
|
Chain ID: ${e}
|
|
9
|
-
Nonce: ${
|
|
10
|
-
Issued At: ${
|
|
9
|
+
Nonce: ${C}
|
|
10
|
+
Issued At: ${n}
|
|
11
11
|
Resources:
|
|
12
|
-
- https://privy.io`;this.ethProvider=new P1}initialize(){let e=F.get(i2);G4.includes(e)&&(this.walletType=e,this.connect({showPrompt:!1}))}destroy(){this.walletType=null,F.del(i2),F.del(w4)}async getConnectedWallet(){let e=this.walletType;if(!e||!await this.isConnected())return null;let a=await this.address(),o=await this.chainId();return{address:a,chainId:o,chainType:"ethereum",walletType:e}}async connect(e){var a;switch(this.walletType){case"metamask":this.ethProvider.setProvider(window.ethereum),(a=window.ethereum.providers)==null||a.forEach(async r=>{r.isMetaMask&&this.ethProvider.setProvider(r)});break;case"coinbase_wallet":this.ethProvider.setProvider(h5());break;case"wallet_connect":let o=new N2.default({infuraId:Q1});this.ethProvider.setProvider(o);break;default:throw new j(`Unsupported wallet: ${this.walletType}`)}return(!await this.isConnected()||e.showPrompt)&&await this.promptConnection(this.walletType),this.getConnectedWallet()}async isConnected(){switch(this.walletType){case"metamask":return await this.address()!==null;case"coinbase_wallet":return await this.address()!==null;case"wallet_connect":return this.ethProvider.walletProvider.connected;default:throw new j(`Unsupported wallet: ${this.walletType}`)}}async promptConnection(e){try{switch(e){case"metamask":await this.ethProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]}),await this.ethProvider.request({method:"eth_requestAccounts"});break;case"coinbase_wallet":await this.ethProvider.request({method:"eth_requestAccounts"});break;case"wallet_connect":let a=new N2.default({infuraId:Q1});this.ethProvider.setProvider(a),await Promise.race([a.enable(),O2()]);break;default:throw new j(`Unsupported wallet: ${this.walletType}`)}F.put(i2,e)}catch(a){throw l2(a)}}async sign(e){return new B4.Web3Provider(new T1(this.getEthereumProvider())).getSigner().signMessage(e)}prepareMessage(e,a,o){let r=window.location.host,s=window.location.origin,d=`Welcome! Before continuing, ${r} needs to verify you own this wallet. Signing this message proves ownership. Please note that signing is NOT a transaction, there are NO fees, and this signature does NOT authorize any future transaction requests.`,f=new Date().toISOString();return this.createSiweMessage(e,a,r,s,f,o,d)}async chainId(){let e=await this.getEthereumProvider().request({method:"eth_chainId"}),a=Number(e);return String(a)}async address(){let e=await this.getEthereumProvider().request({method:"eth_accounts"});return Array.isArray(e)&&e.length>0?(0,H4.getAddress)(e[0]):null}};var D2,c2=class{constructor(e){let a=e.apiURL||u4,o=e.timeout||b4;this.appId=e.appId,this.connector=new C2,this.connector.initialize(),D2||(D2=new r2),this.session=D2,this.api=new o2(e.appId,this.session,{baseURL:a,timeout:o}),this.session.api=this.api}authenticate(){if(!this.authFlow)throw new C("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new C("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.connector.destroy(),this.authFlow=void 0}startAuthFlow(e){e.api=this.api,this.authFlow=e}async unlinkEmail(e){try{let a=await this.api.post(U4(),{address:e});return i1(a.data)}catch(a){throw z(a)}}async unlinkPhone(e){try{let a=await this.api.post(D4(),{phoneNumber:e});return i1(a.data)}catch(a){throw z(a)}}async unlinkWallet(e){try{let a=await this.api.post(N4(),{address:e});return i1(a.data)}catch(a){throw z(a)}}async unlinkOAuth(e,a){try{let o=await this.api.post(F4(),{provider:e,subject:a});return i1(o.data)}catch(o){throw z(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()?this.session.refresh():null}async getAccessToken(){if(this.session.hasActiveToken()){let{verificationKey:e,id:a}=await this.getAppSettings();return await this.session.hasValidToken(e,a,k4)?this.session.token:(await this.logout(),null)}else return this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getAppSettings(){try{let e=await this.api.get(`/api/v1/apps/${this.appId}`);return{id:e.data.id,name:e.data.name,verificationKey:e.data.verification_key,logoUrl:e.data.logo_url||void 0,theme:e.data.theme,accentColor:e.data.accent_color||void 0,walletAuth:e.data.wallet_auth,emailAuth:e.data.email_auth,smsAuth:e.data.sms_auth,googleOAuth:e.data.google_oauth,twitterOAuth:e.data.twitter_oauth,discordOAuth:e.data.discord_oauth,termsAndConditionsUrl:e.data.terms_and_conditions_url,privacyPolicyUrl:e.data.privacy_policy_url,createdAt:new Date(e.data.created_at*1e3),updatedAt:new Date(e.data.updated_at*1e3)}}catch(e){throw z(e)}}async forkSession(){return await this.session.forkSession()}};var q3=require("@ethersproject/providers");var p2=require("react");var m=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var F2=(0,p2.createContext)({ready:!1,authenticated:!1,user:null,login:m,linkEmail:m,linkPhone:m,linkWallet:m,linkGoogle:m,linkTwitter:m,linkDiscord:m,logout:m,getAccessToken:m,getEthereumProvider:m,getEthersProvider:m,getWeb3jsProvider:m,unlinkEmail:m,unlinkPhone:m,unlinkWallet:m,unlinkGoogle:m,unlinkTwitter:m,unlinkDiscord:m,forkSession:m}),T=()=>(0,p2.useContext)(F2);var V1=class{constructor(e){this.connector=e,this.meta={wallet:this.connector.walletType}}async authenticate(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.connector.walletType)throw new C("Wallet must be specified");try{let{message:e,signature:a}=await this.promptConnectAndSign(this.api),o=await this.api.post(L4(),{message:e,signature:a});return{user:o.data.user,token:o.data.token,refresh_token:o.data.refresh_token}}catch(e){throw L(e)}}async link(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.connector.walletType)throw new C("Wallet must be specified");try{let{message:e,signature:a}=await this.promptConnectAndSign(this.api);return(await this.api.post(A4(),{message:e,signature:a})).data}catch(e){throw L(e)}}async promptConnectAndSign(e){let a=await this.connector.connect({showPrompt:!0}),o=a.address,r=a.chainId,s=await e.post(x4(),{address:o}),d=this.connector.prepareMessage(r,o,s.data.nonce),f=await this.connector.sign(d);return{message:d,signature:f}}getEthereumProvider(){return this.connector.getEthereumProvider()}};var G1=class{constructor(e){this.meta={email:e}}async authenticate(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new C("Email and email code must be set prior to calling authenticate.");try{let e=_4(),a=await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode});return{user:a.data.user,token:a.data.token,refresh_token:a.data.refresh_token}}catch(e){throw L(e)}}async link(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new C("Email and email code must be set prior to calling authenticate.");try{let e=P4();return(await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode})).data}catch(e){throw L(e)}}async sendCodeEmail(e){if(!this.api)throw new C("Auth flow has no API instance");if(e&&(this.meta.email=e),!this.meta.email)throw new C("Email must be set when initialzing authentication.");try{let a=E4();return(await this.api.post(a,{email:this.meta.email})).data}catch(a){throw L(a)}}};var H1=class{constructor(e){this.meta={phoneNumber:e}}async authenticate(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new C("phone number and sms code must be set prior to calling authenticate.");try{let e=S4(),a=await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:a.data.user,token:a.data.token,refresh_token:a.data.refresh_token}}catch(e){throw L(e)}}async link(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new C("phone number and sms code must be set prior to calling authenticate.");try{let e=I4();return(await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(e){throw L(e)}}async sendSmsCode(e){if(!this.api)throw new C("Auth flow has no API instance");if(e&&(this.meta.phoneNumber=e),!this.meta.phoneNumber)throw new C("phone nNumber must be set when initialzing authentication.");try{let a=T4();return(await this.api.post(a,{phoneNumber:this.meta.phoneNumber})).data}catch(a){throw L(a)}}};var S1=class{constructor(e,a,o){this.meta={provider:e},this.meta.authorizationCode=a,this.meta.stateCode=o}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new C("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new C("User denied confirmation during OAuth flow");try{let e=W4(),a=await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode});return{user:a.data.user,token:a.data.token,refresh_token:a.data.refresh_token}}catch(e){throw L(e)}}async link(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new C("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new C("User denied confirmation during OAuth flow");try{let e=O4();return(await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(e){throw L(e)}}async getAuthorizationUrl(){if(!this.api)throw new C("Auth flow has no API instance");if(!this.meta.provider)throw new C("Provider must be set when initialzing OAuth authentication.");try{let e=R4();return(await this.api.post(e,{provider:this.meta.provider,redirect_to:window.location.href})).data}catch(e){throw L(e)}}};var u0=require("wicg-inert"),j3=w(require("react-dom")),E2=w(require("styled-components"));var X=require("react");var $4=require("react/jsx-runtime");function z4(i){return(0,$4.jsx)("link",{rel:"prefetch",href:i.src})}var h2=require("react/jsx-runtime"),q4=(0,X.createContext)({ready:!1,app:null,options:{email:!0,sms:!1,wallet:!0,google:!1,twitter:!1,discord:!1},currentScreen:"LANDING",lastScreen:"LANDING",navigate:m,navigateBack:m}),K4=i=>{let e=i.appSettings,a=i.authenticated,o=i.visible,[r,s]=(0,X.useState)(null),[d,f]=(0,X.useState)(null);(0,X.useEffect)(()=>{a||s(null)},[a]),(0,X.useEffect)(()=>{o||(f("LANDING"),s("LANDING"))},[o]);let u={ready:!!(e!=null&&e.id),app:e,options:i.options,currentScreen:r||"LANDING",lastScreen:d||"LANDING",navigate:g=>{f(r),s(g)},navigateBack:()=>{s(d)}};return(0,h2.jsxs)(q4.Provider,{value:u,children:[e&&e.logoUrl&&(0,h2.jsx)(z4,{src:e.logoUrl}),i.children]})},y=()=>(0,X.useContext)(q4);var Z2=require("react"),N1=w(require("styled-components"));var X4=w(require("styled-components"));var V2=require("react/jsx-runtime"),Y4=({style:i,...e})=>(0,V2.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...i},...e,children:(0,V2.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});var G2=require("react/jsx-runtime"),J4=({style:i,...e})=>(0,G2.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...i},...e,children:(0,G2.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});var f2=require("react");var H2=(0,f2.createContext)({getAuthMeta:m,getAuthFlow:m,closePrivyModal:m,initLoginWithWallet:m,loginWithWallet:m,loginWithCode:m,loginWithEmail:m,loginWithSms:m,resendEmailCode:m,resendSmsCode:m,initLoginWithOAuth:m,loginWithOAuth:m}),E=()=>(0,f2.useContext)(H2);var $=require("react/jsx-runtime"),f5=()=>(0,$.jsx)("div",{}),u5=({backFn:i})=>(0,$.jsx)("div",{children:(0,$.jsx)(J4,{onClick:i})}),m5=()=>{let{closePrivyModal:i}=E();return(0,$.jsx)("div",{children:(0,$.jsx)("div",{children:(0,$.jsx)(Y4,{onClick:i})})})};var S=({backFn:i})=>(0,$.jsxs)(b5,{children:[i?(0,$.jsx)(u5,{backFn:i}):(0,$.jsx)(f5,{}),(0,$.jsx)(m5,{})]}),b5=X4.default.div`
|
|
12
|
+
- https://privy.io`;this.ethProvider=new U1}initialize(){let e=Z.get(c2);i3.includes(e)&&(this.walletType=e,this.connect({showPrompt:!1}))}destroy(){this.walletType=null,Z.del(c2),Z.del(W4)}async getConnectedWallet(){let e=this.walletType;if(!e||!await this.isConnected())return null;let o=await this.address(),a=await this.chainId();return{address:o,chainId:a,chainType:"ethereum",walletType:e}}async connect(e){var o;switch(this.walletType){case"metamask":this.ethProvider.setProvider(window.ethereum),(o=window.ethereum.providers)==null||o.forEach(async r=>{r.isMetaMask&&this.ethProvider.setProvider(r)});break;case"coinbase_wallet":this.ethProvider.setProvider(A5());break;case"wallet_connect":let a=new J2.default({infuraId:s2});this.ethProvider.setProvider(a);break;default:throw new B(`Unsupported wallet: ${this.walletType}`)}return(!await this.isConnected()||e.showPrompt)&&await this.promptConnection(this.walletType),this.getConnectedWallet()}async isConnected(){switch(this.walletType){case"metamask":return await this.address()!==null;case"coinbase_wallet":return await this.address()!==null;case"wallet_connect":return this.ethProvider.walletProvider.connected;default:throw new B(`Unsupported wallet: ${this.walletType}`)}}async promptConnection(e){try{switch(e){case"metamask":await this.ethProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]}),await this.ethProvider.request({method:"eth_requestAccounts"});break;case"coinbase_wallet":await this.ethProvider.request({method:"eth_requestAccounts"});break;case"wallet_connect":let o=new J2.default({infuraId:s2});this.ethProvider.setProvider(o),await Promise.race([o.enable(),Y2()]);break;default:throw new B(`Unsupported wallet: ${this.walletType}`)}Z.put(c2,e)}catch(o){throw u2(o)}}async sign(e){return new a3.Web3Provider(new D1(this.getEthereumProvider())).getSigner().signMessage(e)}prepareMessage(e,o,a){let r=window.location.host,n=window.location.origin,C=`Welcome! Before continuing, ${r} needs to verify you own this wallet. Signing this message proves ownership. Please note that signing is NOT a transaction, there are NO fees, and this signature does NOT authorize any future transaction requests.`,u=new Date().toISOString();return this.createSiweMessage(e,o,r,n,u,a,C)}async chainId(){let e=await this.getEthereumProvider().request({method:"eth_chainId"}),o=Number(e);return String(o)}async address(){let e=await this.getEthereumProvider().request({method:"eth_accounts"});return Array.isArray(e)&&e.length>0?(0,o3.getAddress)(e[0]):null}};var Q2,w2=class{constructor(e){let o=e.apiURL||_4,a=e.timeout||S4;this.appId=e.appId,this.connector=new k2,this.connector.initialize(),Q2||(Q2=new f2),this.session=Q2,this.api=new h2(e.appId,this.session,{baseURL:o,timeout:a}),this.session.api=this.api}authenticate(){if(!this.authFlow)throw new d("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new d("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.connector.destroy(),this.authFlow=void 0}startAuthFlow(e){e.api=this.api,this.authFlow=e}async unlinkEmail(e){try{let o=await this.api.post(X4(),{address:e});return n1(o.data)}catch(o){throw j(o)}}async unlinkPhone(e){try{let o=await this.api.post(Q4(),{phoneNumber:e});return n1(o.data)}catch(o){throw j(o)}}async unlinkWallet(e){try{let o=await this.api.post(J4(),{address:e});return n1(o.data)}catch(o){throw j(o)}}async unlinkOAuth(e,o){try{let a=await this.api.post(t3(),{provider:e,subject:o});return n1(a.data)}catch(a){throw j(a)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()?this.session.refresh():null}async getAccessToken(){if(this.session.hasActiveToken()){let{verificationKey:e,id:o}=await this.getAppSettings();return await this.session.hasValidToken(e,o,T4)?this.session.token:(await this.logout(),null)}else return this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getAppSettings(){try{let e=await this.api.get(`/api/v1/apps/${this.appId}`);return{id:e.data.id,name:e.data.name,verificationKey:e.data.verification_key,logoUrl:e.data.logo_url||void 0,theme:e.data.theme,accentColor:e.data.accent_color||void 0,walletAuth:e.data.wallet_auth,emailAuth:e.data.email_auth,smsAuth:e.data.sms_auth,googleOAuth:e.data.google_oauth,twitterOAuth:e.data.twitter_oauth,discordOAuth:e.data.discord_oauth,termsAndConditionsUrl:e.data.terms_and_conditions_url,privacyPolicyUrl:e.data.privacy_policy_url,createdAt:new Date(e.data.created_at*1e3),updatedAt:new Date(e.data.updated_at*1e3)}}catch(e){throw j(e)}}setActiveWallet(e,o){if(!o.linkedAccounts.map(r=>r.type==="wallet"?r.address:null).includes(e))throw new d("Cannot set an unlinked address as active.");return Z.put(e1,e),q1(o)}async forkSession(){return await this.session.forkSession()}};var n5=require("@ethersproject/providers");var M2=require("react");var m=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var t4=(0,M2.createContext)({ready:!1,authenticated:!1,user:null,login:m,linkEmail:m,linkPhone:m,linkWallet:m,linkGoogle:m,linkTwitter:m,linkDiscord:m,logout:m,getAccessToken:m,getEthereumProvider:m,getEthersProvider:m,getWeb3jsProvider:m,unlinkEmail:m,unlinkPhone:m,unlinkWallet:m,unlinkGoogle:m,unlinkTwitter:m,unlinkDiscord:m,setActiveWallet:m,forkSession:m}),R=()=>(0,M2.useContext)(t4);var Y1=class{constructor(e){this.connector=e,this.meta={wallet:this.connector.walletType}}async authenticate(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.connector.walletType)throw new d("Wallet must be specified");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),a=await this.api.post(F4(),{message:e,signature:o});return{user:a.data.user,token:a.data.token,refresh_token:a.data.refresh_token}}catch(e){throw P(e)}}async link(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.connector.walletType)throw new d("Wallet must be specified");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api);return(await this.api.post(V4(),{message:e,signature:o})).data}catch(e){throw P(e)}}async promptConnectAndSign(e){let o=await this.connector.connect({showPrompt:!0}),a=o.address,r=o.chainId,n=await e.post(D4(),{address:a}),C=this.connector.prepareMessage(r,a,n.data.nonce),u=await this.connector.sign(C);return{message:C,signature:u}}getEthereumProvider(){return this.connector.getEthereumProvider()}};var J1=class{constructor(e){this.meta={email:e}}async authenticate(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new d("Email and email code must be set prior to calling authenticate.");try{let e=G4(),o=await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode});return{user:o.data.user,token:o.data.token,refresh_token:o.data.refresh_token}}catch(e){throw P(e)}}async link(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new d("Email and email code must be set prior to calling authenticate.");try{let e=B4();return(await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode})).data}catch(e){throw P(e)}}async sendCodeEmail(e){if(!this.api)throw new d("Auth flow has no API instance");if(e&&(this.meta.email=e),!this.meta.email)throw new d("Email must be set when initialzing authentication.");try{let o=H4();return(await this.api.post(o,{email:this.meta.email})).data}catch(o){throw P(o)}}};var X1=class{constructor(e){this.meta={phoneNumber:e}}async authenticate(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new d("phone number and sms code must be set prior to calling authenticate.");try{let e=z4(),o=await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.data.user,token:o.data.token,refresh_token:o.data.refresh_token}}catch(e){throw P(e)}}async link(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new d("phone number and sms code must be set prior to calling authenticate.");try{let e=$4();return(await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(e){throw P(e)}}async sendSmsCode(e){if(!this.api)throw new d("Auth flow has no API instance");if(e&&(this.meta.phoneNumber=e),!this.meta.phoneNumber)throw new d("phone nNumber must be set when initialzing authentication.");try{let o=j4();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw P(o)}}};var F1=class{constructor(e,o,a){this.meta={provider:e},this.meta.authorizationCode=o,this.meta.stateCode=a}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new d("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new d("User denied confirmation during OAuth flow");try{let e=q4(),o=await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode});return{user:o.data.user,token:o.data.token,refresh_token:o.data.refresh_token}}catch(e){throw P(e)}}async link(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new d("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new d("User denied confirmation during OAuth flow");try{let e=Y4();return(await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(e){throw P(e)}}async getAuthorizationUrl(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.meta.provider)throw new d("Provider must be set when initialzing OAuth authentication.");try{let e=K4();return(await this.api.post(e,{provider:this.meta.provider,redirect_to:window.location.href})).data}catch(e){throw P(e)}}};var ot=require("wicg-inert"),a5=y(require("react-dom")),H2=y(require("styled-components"));var i1=require("react");var n3=require("react/jsx-runtime");function l3(i){return(0,n3.jsx)("link",{rel:"prefetch",href:i.src})}var y2=require("react/jsx-runtime"),s3=(0,i1.createContext)({ready:!1,app:null,options:{email:!0,sms:!1,wallet:!0,google:!1,twitter:!1,discord:!1},currentScreen:"LANDING",lastScreen:"LANDING",navigate:m,navigateBack:m}),C3=i=>{let e=i.appSettings,o=i.authenticated,a=i.visible,[r,n]=(0,i1.useState)(null),[C,u]=(0,i1.useState)(null);(0,i1.useEffect)(()=>{o||n(null)},[o]),(0,i1.useEffect)(()=>{a||(u("LANDING"),n("LANDING"))},[a]);let f={ready:!!(e!=null&&e.id),app:e,options:i.options,currentScreen:r||"LANDING",lastScreen:C||"LANDING",navigate:k=>{u(r),n(k)},navigateBack:()=>{n(C)}};return(0,y2.jsxs)(s3.Provider,{value:f,children:[e&&e.logoUrl&&(0,y2.jsx)(l3,{src:e.logoUrl}),i.children]})},g=()=>(0,i1.useContext)(s3);var N2=require("react"),B1=y(require("styled-components"));var p3=y(require("styled-components"));var e4=require("react/jsx-runtime"),d3=({style:i,...e})=>(0,e4.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...i},...e,children:(0,e4.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});var i4=require("react/jsx-runtime"),c3=({style:i,...e})=>(0,i4.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...i},...e,children:(0,i4.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});var v2=require("react");var o4=(0,v2.createContext)({isLinking:!1,getAuthMeta:m,getAuthFlow:m,closePrivyModal:m,initLoginWithWallet:m,loginWithWallet:m,loginWithCode:m,loginWithEmail:m,loginWithSms:m,resendEmailCode:m,resendSmsCode:m,initLoginWithOAuth:m,loginWithOAuth:m}),_=()=>(0,v2.useContext)(o4);var z=require("react/jsx-runtime"),E5=()=>(0,z.jsx)("div",{}),_5=({backFn:i})=>(0,z.jsx)("div",{children:(0,z.jsx)(c3,{onClick:i})}),P5=()=>{let{closePrivyModal:i}=_();return(0,z.jsx)("div",{children:(0,z.jsx)("div",{children:(0,z.jsx)(d3,{onClick:i})})})};var L=({backFn:i})=>(0,z.jsxs)(S5,{children:[i?(0,z.jsx)(_5,{backFn:i}):(0,z.jsx)(E5,{}),(0,z.jsx)(P5,{})]}),S5=p3.default.div`
|
|
13
13
|
height: 30px;
|
|
14
14
|
display: flex;
|
|
15
15
|
align-items: center;
|
|
@@ -72,15 +72,15 @@ Resources:
|
|
|
72
72
|
@media (max-width: 440px) {
|
|
73
73
|
height: 30px;
|
|
74
74
|
}
|
|
75
|
-
`;var
|
|
75
|
+
`;var s4=y(require("styled-components"));var W=require("react/jsx-runtime"),A1=({style:i,...e})=>(0,W.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...i},...e,children:[(0,W.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"white"}),(0,W.jsx)("path",{d:"M23.0126 5L15.1958 10.7823L16.6533 7.37359L23.0126 5Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,W.jsx)("path",{d:"M4.98753 5L12.7329 10.8299L11.3468 7.37954L4.98753 5ZM20.1987 18.4027L18.1166 21.5794L22.5723 22.8049L23.8454 18.4741L20.1987 18.4027ZM4.16064 18.4741L5.42775 22.8049L9.87153 21.5794L7.80133 18.4027L4.16064 18.4741Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,W.jsx)("path",{d:"M9.6336 13.0369L8.39624 14.9049L12.7984 15.1071L12.6556 10.3659L9.6336 13.0429V13.0369ZM18.3665 13.0429L15.2969 10.3064L15.1958 15.1071L19.5979 14.9049L18.3665 13.0429ZM9.87155 21.5794L12.5426 20.2945L10.2463 18.5098L9.87155 21.5794ZM15.4635 20.2886L18.1166 21.5794L17.7597 18.5039L15.4635 20.2886Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,W.jsx)("path",{d:"M18.1167 21.5794L15.4635 20.2944L15.6776 22.0196L15.6539 22.7513L18.1167 21.5794ZM9.87158 21.5794L12.3463 22.7513L12.3285 22.0196L12.5426 20.2944L9.87158 21.5794Z",fill:"#D5BFB2",stroke:"#D5BFB2",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,W.jsx)("path",{d:"M12.3878 17.3616L10.1868 16.7191L11.7454 16.0052L12.3938 17.3616H12.3878ZM15.6062 17.3616L16.2605 15.9993L17.8251 16.7131L15.6062 17.3675V17.3616Z",fill:"#233447",stroke:"#233447",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,W.jsx)("path",{d:"M9.87147 21.5794L10.2581 18.4027L7.80127 18.4741L9.87147 21.5794ZM17.7418 18.4027L18.1166 21.5794L20.1987 18.4741L17.7418 18.4027ZM19.6038 14.9048L15.2016 15.107L15.6061 17.3676L16.2605 15.9994L17.8251 16.7132L19.6038 14.9048ZM10.1868 16.7192L11.7454 16.0053L12.3938 17.3617L12.8042 15.1011L8.4021 14.9048L10.1868 16.7192Z",fill:"#CC6228",stroke:"#CC6228",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,W.jsx)("path",{d:"M8.4021 14.9048L10.2462 18.5038L10.1868 16.7192L8.4021 14.9048ZM17.8251 16.7192L17.7537 18.5038L19.5978 14.9048L17.8251 16.7192ZM12.8042 15.107L12.3878 17.3676L12.9113 20.0327L13.0303 16.5169L12.8042 15.107ZM15.1957 15.107L14.9815 16.511L15.0886 20.0327L15.6061 17.3617L15.1957 15.1011V15.107Z",fill:"#E27525",stroke:"#E27525",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,W.jsx)("path",{d:"M15.6062 17.3617L15.0887 20.0327L15.4635 20.2945L17.7538 18.5098L17.8252 16.7192L15.6062 17.3617ZM10.1869 16.7192L10.2463 18.5039L12.5426 20.2885L12.9114 20.0327L12.3939 17.3617L10.1809 16.7192H10.1869Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,W.jsx)("path",{d:"M15.6598 22.7513L15.6776 22.0196L15.4754 21.853H12.5248L12.3285 22.0196L12.3463 22.7513L9.87158 21.5793L10.7401 22.2932L12.495 23.5008H15.4992L17.26 22.2873L18.1167 21.5793L15.6539 22.7513H15.6598Z",fill:"#C0AC9D",stroke:"#C0AC9D",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,W.jsx)("path",{d:"M15.4634 20.2885L15.0886 20.0327H12.9114L12.5425 20.2945L12.3284 22.0196L12.5247 21.8531H15.4753L15.6776 22.0196L15.4634 20.2945V20.2885Z",fill:"#161616",stroke:"#161616",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,W.jsx)("path",{d:"M23.3456 11.1571L24 7.97442L23.0125 5L15.4575 10.5919L18.3664 13.0369L22.4711 14.2326L23.3754 13.1797L22.9827 12.8941L23.6074 12.323L23.1315 11.9542L23.7561 11.4783L23.3397 11.1571H23.3456ZM4 7.96847L4.66627 11.1571L4.23795 11.4723L4.87448 11.9482L4.39857 12.323L5.01725 12.8941L4.62463 13.1797L5.52885 14.2326L9.63355 13.0428L12.5425 10.586L4.98751 5L4 7.96847Z",fill:"#763E1A",stroke:"#763E1A",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,W.jsx)("path",{d:"M22.4712 14.2325L18.3665 13.0428L19.6038 14.9048L17.7597 18.5038L20.1987 18.4741H23.8454L22.4712 14.2325ZM9.63358 13.0368L5.52888 14.2325L4.16064 18.4741H7.80728L10.2463 18.5038L8.40217 14.9048L9.63953 13.0368H9.63358ZM15.1957 15.107L15.4634 10.5859L16.6532 7.37354H11.3468L12.5366 10.5859L12.8043 15.107L12.9054 16.5229V20.0327H15.0887L15.1006 16.5229L15.1957 15.107Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"})]});var Q1=require("react/jsx-runtime"),V1=({style:i,...e})=>(0,Q1.jsxs)("svg",{width:"1024",height:"1024",viewBox:"0 0 1024 1024",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...i},...e,children:[(0,Q1.jsx)("rect",{width:"1024",height:"1024",fill:"#0052FF"}),(0,Q1.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});var s1=require("react/jsx-runtime"),x2=({style:i,...e})=>(0,s1.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...i},...e,children:[(0,s1.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"#141414"}),(0,s1.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,s1.jsx)("path",{d:"M8.09448 10.3941C11.3558 7.20196 16.6442 7.20196 19.9055 10.3941L20.2982 10.7782C20.3369 10.8157 20.3677 10.8606 20.3887 10.9102C20.4097 10.9599 20.4206 11.0132 20.4206 11.0671C20.4206 11.121 20.4097 11.1744 20.3887 11.224C20.3677 11.2737 20.3369 11.3186 20.2982 11.3561L18.9554 12.6702C18.9158 12.7086 18.8628 12.7301 18.8077 12.7301C18.7526 12.7301 18.6996 12.7086 18.66 12.6702L18.1198 12.1415C15.8448 9.91503 12.1557 9.91503 9.88015 12.1415L9.30167 12.7075C9.26207 12.7459 9.20909 12.7673 9.15395 12.7673C9.0988 12.7673 9.04582 12.7459 9.00622 12.7075L7.66346 11.3934C7.62475 11.3559 7.59397 11.3109 7.57295 11.2613C7.55193 11.2117 7.5411 11.1583 7.5411 11.1044C7.5411 11.0505 7.55193 10.9971 7.57295 10.9475C7.59397 10.8979 7.62475 10.8529 7.66346 10.8154L8.09448 10.3941ZM22.6829 13.1115L23.8776 14.2814C23.9163 14.319 23.9471 14.3639 23.9681 14.4135C23.9892 14.4632 24 14.5165 24 14.5704C24 14.6243 23.9892 14.6777 23.9681 14.7273C23.9471 14.777 23.9163 14.8219 23.8776 14.8594L18.4893 20.1332C18.4102 20.2101 18.3042 20.2531 18.1938 20.2531C18.0835 20.2531 17.9775 20.2101 17.8984 20.1332L14.0743 16.3901C14.0545 16.3708 14.0279 16.36 14.0003 16.36C13.9726 16.36 13.9461 16.3708 13.9263 16.3901L10.1021 20.1332C10.023 20.2101 9.91703 20.2531 9.8067 20.2531C9.69636 20.2531 9.59038 20.2101 9.51124 20.1332L4.12236 14.8594C4.08365 14.8219 4.05287 14.777 4.03185 14.7273C4.01083 14.6777 4 14.6243 4 14.5704C4 14.5165 4.01083 14.4632 4.03185 14.4135C4.05287 14.3639 4.08365 14.319 4.12236 14.2814L5.31767 13.1115C5.39678 13.0348 5.50265 12.9919 5.61285 12.9919C5.72305 12.9919 5.82892 13.0348 5.90803 13.1115L9.73216 16.8546C9.75194 16.874 9.7785 16.8848 9.80616 16.8848C9.83381 16.8848 9.86037 16.874 9.88015 16.8546L13.7043 13.1115C13.7834 13.0346 13.8894 12.9916 13.9997 12.9916C14.1101 12.9916 14.216 13.0346 14.2952 13.1115L18.1198 16.8546C18.1396 16.874 18.1662 16.8848 18.1938 16.8848C18.2215 16.8848 18.2481 16.874 18.2678 16.8546L22.092 13.1115C22.1711 13.0346 22.2771 12.9916 22.3874 12.9916C22.4977 12.9916 22.6037 13.0346 22.6829 13.1115Z",fill:"white"})}),(0,s1.jsx)("defs",{children:(0,s1.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,s1.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]});var n4=require("react-device-detect");var Z2=require("react-device-detect"),a4=i=>{let e=new URL(window.location.href);if(!window.ethereum&&Z2.isMobile){let o;switch(i){case"metamask":Z2.isIOS?o="dapp://"+e.hostname+e.pathname:o="https://metamask.app.link/dapp/"+e.hostname+e.pathname;break;case"coinbase_wallet":o="https://go.cb-w.com/dapp?cb_url="+encodeURIComponent(e.href.replace(/\/$/g,""));break;case"wallet_connect":break;default:break}o&&window.location.assign(o)}};var r4=y(require("styled-components")),h3=r4.default.span`
|
|
76
76
|
@media (max-width: 440px) {
|
|
77
77
|
display: none;
|
|
78
78
|
}
|
|
79
|
-
`,
|
|
79
|
+
`,p9=r4.default.button`
|
|
80
80
|
@media (min-width: 441px) {
|
|
81
81
|
display: none;
|
|
82
82
|
}
|
|
83
|
-
`;var
|
|
83
|
+
`;var O=require("react/jsx-runtime"),L2=()=>{let{navigate:i}=g(),{initLoginWithWallet:e,closePrivyModal:o}=_();return(0,O.jsxs)(T5,{children:[(0,O.jsxs)(l4,{onClick:()=>{X2()?(e("metamask"),i("AWAITING_CONNECTION")):n4.isMobile?(a4("metamask"),o()):i("INSTALL_METAMASK_SCREEN")},children:[(0,O.jsx)(A1,{}),(0,O.jsx)("span",{children:"Metamask"}),(0,O.jsx)("span",{children:X2()?"Connect":"Install"})]}),(0,O.jsxs)(l4,{onClick:()=>{g2()?(e("coinbase_wallet"),i("AWAITING_CONNECTION")):n4.isMobile?(a4("coinbase_wallet"),o()):(e("coinbase_wallet"),i("AWAITING_CONNECTION"))},children:[(0,O.jsx)(V1,{}),(0,O.jsxs)("span",{children:["Coinbase",(0,O.jsx)(h3,{children:" Wallet"})]}),(0,O.jsx)("span",{children:"Connect"})]}),(0,O.jsxs)(l4,{onClick:()=>{e("wallet_connect"),i("AWAITING_CONNECTION")},children:[(0,O.jsx)(x2,{}),(0,O.jsx)("span",{children:"WalletConnect"}),(0,O.jsx)("span",{children:"Connect"})]})]})},T5=s4.default.div`
|
|
84
84
|
display: flex;
|
|
85
85
|
flex-direction: column;
|
|
86
86
|
align-items: flex-start;
|
|
@@ -90,7 +90,7 @@ Resources:
|
|
|
90
90
|
@media (max-width: 440px) {
|
|
91
91
|
flex-direction: row;
|
|
92
92
|
}
|
|
93
|
-
`,
|
|
93
|
+
`,l4=s4.default.button`
|
|
94
94
|
display: flex;
|
|
95
95
|
flex-direction: row;
|
|
96
96
|
align-items: center;
|
|
@@ -157,7 +157,7 @@ Resources:
|
|
|
157
157
|
:hover > :last-child {
|
|
158
158
|
opacity: 1;
|
|
159
159
|
}
|
|
160
|
-
`;var
|
|
160
|
+
`;var f3=y(require("styled-components"));var t2=require("react/jsx-runtime"),A2=()=>{let{navigate:i}=g();return(0,t2.jsxs)(I5,{children:[(0,t2.jsx)("span",{children:"Don\u2019t have a wallet? "}),(0,t2.jsx)("button",{onClick:()=>{i("WALLET_EDUCATION")},children:"Create one now."})]})},I5=f3.default.div`
|
|
161
161
|
font-size: 13px;
|
|
162
162
|
color: #6b7280;
|
|
163
163
|
|
|
@@ -168,7 +168,7 @@ Resources:
|
|
|
168
168
|
@media (max-width: 440px) {
|
|
169
169
|
margin-top: 4px;
|
|
170
170
|
}
|
|
171
|
-
`;var
|
|
171
|
+
`;var d4=y(require("styled-components"));var C4=require("react/jsx-runtime"),u3=({style:i,...e})=>(0,C4.jsx)("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...i},...e,children:(0,C4.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99555 0.929932C-1.12055 1.31799 -0.499722 9.15734 2.17445 8.76915C0.0807959 10.5544 -0.960455 16.6416 6.01654 16.0265C10.6356 15.9489 15.5635 12.2232 15.5635 8.1095C15.5635 2.63748 10.7516 0.929932 7.99555 0.929932ZM9.47052 7.53055C9.47052 8.49933 8.81856 9.28468 8.01433 9.28468C7.2101 9.28468 6.55814 8.49933 6.55814 7.53055C6.55814 6.56176 7.2101 5.77641 8.01433 5.77641C8.81856 5.77641 9.47052 6.56176 9.47052 7.53055ZM12.3171 9.28468C13.1213 9.28468 13.7733 8.49933 13.7733 7.53055C13.7733 6.56176 13.1213 5.77641 12.3171 5.77641C11.5129 5.77641 10.8609 6.56176 10.8609 7.53055C10.8609 8.49933 11.5129 9.28468 12.3171 9.28468Z",fill:"var(--primary-color)"})});var $=require("react/jsx-runtime"),R5=d4.default.div`
|
|
172
172
|
margin-top: 16px;
|
|
173
173
|
font-size: 12px;
|
|
174
174
|
text-align: left;
|
|
@@ -177,7 +177,7 @@ Resources:
|
|
|
177
177
|
&& > a {
|
|
178
178
|
color: var(--primary-color);
|
|
179
179
|
}
|
|
180
|
-
`;function
|
|
180
|
+
`;function m3(i){let{privacyPolicyUrl:e,termsAndConditionsUrl:o}=i.app,a=typeof e=="string",r=typeof o=="string",n=a&&r;return!a&&!r?null:(0,$.jsxs)(R5,{children:["By logging in I agree to the"," ",r&&(0,$.jsx)("a",{href:o,target:"_blank",children:n?"Terms":"Terms of Service"}),n&&" & ",a&&(0,$.jsx)("a",{href:e,target:"_blank",children:"Privacy Policy"})]})}var o1=({protectedByPrivy:i})=>(0,$.jsx)(C1,{hideOnMobile:i,children:i?(0,$.jsxs)($.Fragment,{children:[(0,$.jsx)(u3,{}),(0,$.jsx)("span",{children:(0,$.jsx)("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),C1=d4.default.div`
|
|
181
181
|
height: 20px;
|
|
182
182
|
font-size: 12px;
|
|
183
183
|
display: flex;
|
|
@@ -199,7 +199,7 @@ Resources:
|
|
|
199
199
|
@media (max-width: 440px) {
|
|
200
200
|
display: ${i=>i.hideOnMobile?"none":"inherit"};
|
|
201
201
|
}
|
|
202
|
-
`;var
|
|
202
|
+
`;var c4=y(require("styled-components")),m1=c4.default.div`
|
|
203
203
|
display: flex;
|
|
204
204
|
flex-direction: column;
|
|
205
205
|
align-items: flex-start;
|
|
@@ -207,19 +207,20 @@ Resources:
|
|
|
207
207
|
margin-top: auto;
|
|
208
208
|
gap: 16px;
|
|
209
209
|
flex-grow: 100;
|
|
210
|
-
`,
|
|
210
|
+
`,b3=c4.default.div`
|
|
211
211
|
display: flex;
|
|
212
212
|
flex-direction: column;
|
|
213
213
|
align-items: center;
|
|
214
214
|
justify-content: center;
|
|
215
215
|
height: 100%;
|
|
216
|
-
|
|
216
|
+
width: 100%;
|
|
217
|
+
`;var e2=y(require("styled-components"));var p4=require("react/jsx-runtime"),E2=({style:i,logoFill:e,...o})=>(0,p4.jsx)("svg",{width:"24",height:"20",viewBox:"0 0 24 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...i},...o,children:(0,p4.jsx)("path",{d:"M7.54311 19.7551C16.5973 19.7551 21.5516 12.2467 21.5516 5.74656C21.5516 5.53533 21.5516 5.32409 21.542 5.11286C22.5021 4.42156 23.3375 3.54783 24 2.55888C23.1166 2.95254 22.1661 3.21178 21.1675 3.3366C22.1853 2.73171 22.963 1.76196 23.3375 0.609788C22.3869 1.17627 21.3308 1.57953 20.2074 1.80037C19.3049 0.840223 18.0279 0.244934 16.6165 0.244934C13.8993 0.244934 11.6909 2.45326 11.6909 5.17047C11.6909 5.55453 11.7389 5.92898 11.8157 6.29384C7.72554 6.09221 4.09619 4.12391 1.66703 1.14747C1.24457 1.87718 1.00453 2.72211 1.00453 3.62464C1.00453 5.3337 1.87826 6.84112 3.19366 7.72445C2.38714 7.69565 1.62862 7.47481 0.966125 7.10996C0.966125 7.12916 0.966125 7.14837 0.966125 7.17717C0.966125 9.55833 2.66558 11.5554 4.91232 12.0067C4.49945 12.1219 4.06739 12.1795 3.61612 12.1795C3.29927 12.1795 2.99203 12.1507 2.69438 12.0931C3.31848 14.0518 5.14275 15.4728 7.29347 15.5112C5.60362 16.8362 3.4817 17.6235 1.17736 17.6235C0.783698 17.6235 0.390039 17.6043 0.00598145 17.5563C2.17591 18.9389 4.76829 19.7551 7.54311 19.7551Z",fill:e==="primary"?"#1da1f2":"white"})});var b1=require("react/jsx-runtime"),_2=({logoFill:i,style:e,...o})=>(0,b1.jsxs)("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 71 55",style:{height:"24px",...e},...o,children:[(0,b1.jsx)("g",{clipPath:"url(#clip0)",children:(0,b1.jsx)("path",{d:"M60.1045 4.8978C55.5792 2.8214 50.7265 1.2916 45.6527 0.41542C45.5603 0.39851 45.468 0.440769 45.4204 0.525289C44.7963 1.6353 44.105 3.0834 43.6209 4.2216C38.1637 3.4046 32.7345 3.4046 27.3892 4.2216C26.905 3.0581 26.1886 1.6353 25.5617 0.525289C25.5141 0.443589 25.4218 0.40133 25.3294 0.41542C20.2584 1.2888 15.4057 2.8186 10.8776 4.8978C10.8384 4.9147 10.8048 4.9429 10.7825 4.9795C1.57795 18.7309 -0.943561 32.1443 0.293408 45.3914C0.299005 45.4562 0.335386 45.5182 0.385761 45.5576C6.45866 50.0174 12.3413 52.7249 18.1147 54.5195C18.2071 54.5477 18.305 54.5139 18.3638 54.4378C19.7295 52.5728 20.9469 50.6063 21.9907 48.5383C22.0523 48.4172 21.9935 48.2735 21.8676 48.2256C19.9366 47.4931 18.0979 46.6 16.3292 45.5858C16.1893 45.5041 16.1781 45.304 16.3068 45.2082C16.679 44.9293 17.0513 44.6391 17.4067 44.3461C17.471 44.2926 17.5606 44.2813 17.6362 44.3151C29.2558 49.6202 41.8354 49.6202 53.3179 44.3151C53.3935 44.2785 53.4831 44.2898 53.5502 44.3433C53.9057 44.6363 54.2779 44.9293 54.6529 45.2082C54.7816 45.304 54.7732 45.5041 54.6333 45.5858C52.8646 46.6197 51.0259 47.4931 49.0921 48.2228C48.9662 48.2707 48.9102 48.4172 48.9718 48.5383C50.038 50.6034 51.2554 52.5699 52.5959 54.435C52.6519 54.5139 52.7526 54.5477 52.845 54.5195C58.6464 52.7249 64.529 50.0174 70.6019 45.5576C70.6551 45.5182 70.6887 45.459 70.6943 45.3942C72.1747 30.0791 68.2147 16.7757 60.1968 4.9823C60.1772 4.9429 60.1437 4.9147 60.1045 4.8978ZM23.7259 37.3253C20.2276 37.3253 17.3451 34.1136 17.3451 30.1693C17.3451 26.225 20.1717 23.0133 23.7259 23.0133C27.308 23.0133 30.1626 26.2532 30.1066 30.1693C30.1066 34.1136 27.28 37.3253 23.7259 37.3253ZM47.3178 37.3253C43.8196 37.3253 40.9371 34.1136 40.9371 30.1693C40.9371 26.225 43.7636 23.0133 47.3178 23.0133C50.9 23.0133 53.7545 26.2532 53.6986 30.1693C53.6986 34.1136 50.9 37.3253 47.3178 37.3253Z",fill:i==="primary"?"#5865f2":"white"})}),(0,b1.jsx)("defs",{children:(0,b1.jsx)("clipPath",{id:"clip0",children:(0,b1.jsx)("rect",{width:"71",height:"55",fill:"white"})})})]});var E1=require("react/jsx-runtime"),P2=({style:i,...e})=>(0,E1.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...i},...e,children:[(0,E1.jsx)("path",{d:"M22.56 12.25C22.56 11.47 22.49 10.72 22.36 10H12V14.255H17.92C17.665 15.63 16.89 16.795 15.725 17.575V20.335H19.28C21.36 18.42 22.56 15.6 22.56 12.25Z",fill:"#4285F4"}),(0,E1.jsx)("path",{d:"M12 23C14.97 23 17.46 22.015 19.28 20.335L15.725 17.575C14.74 18.235 13.48 18.625 12 18.625C9.13504 18.625 6.71004 16.69 5.84504 14.09H2.17004V16.94C3.98004 20.535 7.70004 23 12 23Z",fill:"#34A853"}),(0,E1.jsx)("path",{d:"M5.845 14.09C5.625 13.43 5.5 12.725 5.5 12C5.5 11.275 5.625 10.57 5.845 9.91V7.06H2.17C1.4 8.59286 0.999321 10.2846 1 12C1 13.775 1.425 15.455 2.17 16.94L5.845 14.09Z",fill:"#FBBC05"}),(0,E1.jsx)("path",{d:"M12 5.375C13.615 5.375 15.065 5.93 16.205 7.02L19.36 3.865C17.455 2.09 14.965 1 12 1C7.70004 1 3.98004 3.465 2.17004 7.06L5.84504 9.91C6.71004 7.31 9.13504 5.375 12 5.375Z",fill:"#EA4335"})]});var d1=require("react/jsx-runtime"),k3=({showGoogle:i,showTwitter:e,showDiscord:o,stacked:a})=>{let{initLoginWithOAuth:r}=_();return(0,d1.jsxs)(W5,{stacked:a,children:[i&&(0,d1.jsx)(U5,{onClick:()=>{r("google")},children:(0,d1.jsx)(P2,{})}),e&&(0,d1.jsx)(O5,{onClick:()=>{r("twitter")},children:(0,d1.jsx)(E2,{})}),o&&(0,d1.jsx)(N5,{onClick:()=>{r("discord")},children:(0,d1.jsx)(_2,{})})]})},W5=e2.default.div`
|
|
217
218
|
display: flex;
|
|
218
|
-
flex-direction: row;
|
|
219
|
+
flex-direction: ${i=>i.stacked?"column":"row"};
|
|
219
220
|
justify-content: space-between;
|
|
220
221
|
width: 100%;
|
|
221
222
|
gap: 4px;
|
|
222
|
-
`,
|
|
223
|
+
`,O5=e2.default.button`
|
|
223
224
|
&& {
|
|
224
225
|
border-radius: var(--border-radius-sm);
|
|
225
226
|
cursor: pointer;
|
|
@@ -231,7 +232,7 @@ Resources:
|
|
|
231
232
|
justify-content: center;
|
|
232
233
|
align-items: center;
|
|
233
234
|
}
|
|
234
|
-
`,
|
|
235
|
+
`,N5=e2.default.button`
|
|
235
236
|
&& {
|
|
236
237
|
border-radius: var(--border-radius-sm);
|
|
237
238
|
cursor: pointer;
|
|
@@ -243,7 +244,7 @@ Resources:
|
|
|
243
244
|
justify-content: center;
|
|
244
245
|
align-items: center;
|
|
245
246
|
}
|
|
246
|
-
`,
|
|
247
|
+
`,U5=e2.default.button`
|
|
247
248
|
&& {
|
|
248
249
|
border-radius: var(--border-radius-sm);
|
|
249
250
|
cursor: pointer;
|
|
@@ -256,7 +257,7 @@ Resources:
|
|
|
256
257
|
align-items: center;
|
|
257
258
|
border: 1px solid #e5e7eb;
|
|
258
259
|
}
|
|
259
|
-
`;var
|
|
260
|
+
`;var H1=require("react"),_1=y(require("styled-components"));var h4=require("react/jsx-runtime"),S2=({style:i,...e})=>(0,h4.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...i},...e,children:(0,h4.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"})});var g3=y(require("styled-components")),w3=require("react/jsx-runtime"),T2=({success:i,fail:e})=>(0,w3.jsx)(k1,{className:i?"success":e?"fail":""}),k1=g3.default.span`
|
|
260
261
|
&& {
|
|
261
262
|
width: 82px;
|
|
262
263
|
height: 82px;
|
|
@@ -289,11 +290,21 @@ Resources:
|
|
|
289
290
|
border-color: var(--fail-light);
|
|
290
291
|
border-bottom-color: var(--fail-light);
|
|
291
292
|
}
|
|
292
|
-
`;var
|
|
293
|
+
`;var M3=require("libphonenumber-js/min");var y3=i=>!!String(i).toLowerCase().match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/),v3=i=>(0,M3.isPossiblePhoneNumber)(String(i),"US"),I2=i=>{var e=/^#?([a-f\d])([a-f\d])([a-f\d])$/i;i=i.replace(e,function(a,r,n,C){return r+r+n+n+C+C});var o=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(i);return{r:parseInt((o==null?void 0:o[1])||"00",16),g:parseInt((o==null?void 0:o[2])||"00",16),b:parseInt((o==null?void 0:o[3])||"00",16)}};var N=require("react/jsx-runtime"),R2=i=>{let[e,o]=(0,H1.useState)(""),[a,r]=(0,H1.useState)(!1),[n,C]=(0,H1.useState)(null),{authenticated:u}=R(),{loginWithEmail:f}=_(),{navigate:k,options:x}=g(),S=x.wallet;(0,H1.useEffect)(()=>{let p=document.querySelector("#email-input");p==null||p.focus()},[]);let E=y3(e),M=()=>{r(!0),f(e).then(()=>{k("AWAITING_PASSWORDLESS_CODE")}).catch(p=>{(p==null?void 0:p.status)===422?C(p.message):C("Issue submitting email"),r(!1)})};return(0,N.jsxs)(N.Fragment,{children:[(0,N.jsxs)(D5,{stacked:i.stacked,children:[(0,N.jsxs)(H5,{standalone:i.stacked,children:[(0,N.jsx)(S2,{}),(0,N.jsx)("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:p=>o(p.target.value),onKeyUp:p=>{p.key==="Enter"&&M()},value:e,autoComplete:"email"})]}),i.stacked?null:(0,N.jsx)(F5,{disabled:a||!E,onClick:M,children:a?(0,N.jsx)(k1,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"})]}),n||u||!S?(0,N.jsx)(B5,{fail:!!n,children:n||""}):null,!n&&!u&&S?(0,N.jsx)(G5,{children:(0,N.jsx)("span",{children:"Get started without a wallet."})}):null,i.stacked?(0,N.jsx)(V5,{disabled:a||!E,onClick:M,children:a?(0,N.jsx)(k1,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"}):null]})},D5=_1.default.div`
|
|
293
294
|
display: flex;
|
|
294
295
|
border: 1px solid #d1d5db;
|
|
295
296
|
width: 100%;
|
|
296
|
-
|
|
297
|
+
|
|
298
|
+
height: ${i=>i.stacked?"100%":"auto"};
|
|
299
|
+
display: flex;
|
|
300
|
+
align-content: center;
|
|
301
|
+
align-items: center;
|
|
302
|
+
flex-grow: 1;
|
|
303
|
+
|
|
304
|
+
@media (max-width: 440px) {
|
|
305
|
+
margin-top: 20px;
|
|
306
|
+
}
|
|
307
|
+
`,F5=_1.default.button`
|
|
297
308
|
display: flex;
|
|
298
309
|
flex-direction: row;
|
|
299
310
|
align-items: center;
|
|
@@ -318,13 +329,37 @@ Resources:
|
|
|
318
329
|
color: var(--disabled-fg);
|
|
319
330
|
cursor: not-allowed;
|
|
320
331
|
}
|
|
321
|
-
`,
|
|
332
|
+
`,V5=_1.default.button`
|
|
333
|
+
display: flex;
|
|
334
|
+
flex-direction: column;
|
|
335
|
+
align-items: center;
|
|
336
|
+
justify-content: center;
|
|
337
|
+
& {
|
|
338
|
+
height: 44px;
|
|
339
|
+
width: 100%;
|
|
340
|
+
cursor: pointer;
|
|
341
|
+
font-size: 14px;
|
|
342
|
+
font-weight: 600;
|
|
343
|
+
border-radius: var(--border-radius-sm);
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
&& {
|
|
347
|
+
background-color: var(--primary-color);
|
|
348
|
+
color: #ffffff;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
&&:disabled {
|
|
352
|
+
background-color: var(--disabled-bg);
|
|
353
|
+
color: var(--disabled-fg);
|
|
354
|
+
cursor: not-allowed;
|
|
355
|
+
}
|
|
356
|
+
`,H5=_1.default.label`
|
|
322
357
|
display: flex;
|
|
323
358
|
flex-direction: row;
|
|
324
359
|
align-items: center;
|
|
325
360
|
position: relative;
|
|
326
361
|
width: 100%;
|
|
327
|
-
height: 44px;
|
|
362
|
+
height: ${i=>i.standalone?"64px":"44px"};
|
|
328
363
|
background: #ffffff;
|
|
329
364
|
|
|
330
365
|
> svg {
|
|
@@ -341,7 +376,7 @@ Resources:
|
|
|
341
376
|
line-height: 20px;
|
|
342
377
|
|
|
343
378
|
/* Mirror parent to handle embedded logo on left */
|
|
344
|
-
border-radius: var(--border-radius-sm) 0px 0px var(--border-radius-sm);
|
|
379
|
+
border-radius: ${i=>i.standalone?"var(--border-radius-sm)":"var(--border-radius-sm) 0px 0px var(--border-radius-sm)"};
|
|
345
380
|
height: 100%;
|
|
346
381
|
width: 100%;
|
|
347
382
|
border: 1px solid #d1d5db;
|
|
@@ -355,7 +390,7 @@ Resources:
|
|
|
355
390
|
line-height: 24px;
|
|
356
391
|
}
|
|
357
392
|
}
|
|
358
|
-
`,
|
|
393
|
+
`,G5=_1.default.div`
|
|
359
394
|
font-size: 13px;
|
|
360
395
|
color: #6b7280;
|
|
361
396
|
text-align: left;
|
|
@@ -363,7 +398,7 @@ Resources:
|
|
|
363
398
|
> button {
|
|
364
399
|
text-decoration: underline;
|
|
365
400
|
}
|
|
366
|
-
`,
|
|
401
|
+
`,B5=_1.default.div`
|
|
367
402
|
line-height: 20px;
|
|
368
403
|
height: 20px;
|
|
369
404
|
font-size: 13px;
|
|
@@ -375,11 +410,21 @@ Resources:
|
|
|
375
410
|
opacity: ${i=>i.success||i.fail?"1":"0"};
|
|
376
411
|
|
|
377
412
|
transition: ${i=>i.fail?"":"all 150ms ease-in-out"};
|
|
378
|
-
`;var
|
|
413
|
+
`;var G1=require("react"),g1=y(require("styled-components"));var f4=require("react/jsx-runtime"),W2=({style:i,...e})=>(0,f4.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",strokeWidth:1.5,stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...i},...e,children:(0,f4.jsx)("path",{d:"M2.5 4.16667C2.5 3.72464 2.67559 3.30072 2.98816 2.98816C3.30072 2.67559 3.72464 2.5 4.16667 2.5H6.9C7.07483 2.50013 7.24519 2.55525 7.38696 2.65754C7.52874 2.75984 7.63475 2.90413 7.69 3.07L8.93833 6.81417C9.00158 7.00445 8.9941 7.21116 8.91726 7.39637C8.84042 7.58158 8.69938 7.73288 8.52 7.8225L6.63917 8.76417C7.5611 10.8046 9.19538 12.4389 11.2358 13.3608L12.1775 11.48C12.2671 11.3006 12.4184 11.1596 12.6036 11.0827C12.7888 11.0059 12.9956 10.9984 13.1858 11.0617L16.93 12.31C17.096 12.3653 17.2404 12.4714 17.3427 12.6134C17.445 12.7553 17.5 12.9259 17.5 13.1008V15.8333C17.5 16.2754 17.3244 16.6993 17.0118 17.0118C16.6993 17.3244 16.2754 17.5 15.8333 17.5H15C8.09667 17.5 2.5 11.9033 2.5 5V4.16667Z",strokeLinecap:"round",strokeLinejoin:"round"})});var U=require("react/jsx-runtime"),O2=i=>{let[e,o]=(0,G1.useState)(""),[a,r]=(0,G1.useState)(!1),[n,C]=(0,G1.useState)(null),{authenticated:u}=R(),{loginWithSms:f}=_(),{navigate:k,options:x}=g(),S=x.wallet;(0,G1.useEffect)(()=>{let p=document.querySelector("#phone-number-input");p==null||p.focus()},[]);let E=v3(e),M=()=>{r(!0),f(e).then(()=>{k("AWAITING_PASSWORDLESS_CODE")}).catch(p=>{(p==null?void 0:p.status)===422?C(p.message):C("Issue submitting phone number"),r(!1)})};return(0,U.jsxs)(U.Fragment,{children:[(0,U.jsxs)(j5,{stacked:i.stacked,children:[(0,U.jsxs)(K5,{standalone:i.stacked,children:[(0,U.jsx)(W2,{}),(0,U.jsx)("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:p=>{o(p.target.value)},onKeyUp:p=>{p.key==="Enter"&&M()},value:e,autoComplete:"tel"})]}),i.stacked?null:(0,U.jsx)(z5,{disabled:a||!E,onClick:M,children:a?(0,U.jsx)(x3,{color:"var(--disabled-fg)"}):"Submit"})]}),n||u||!S?(0,U.jsx)(Y5,{fail:!!n,children:n||""}):null,!n&&!u&&S?(0,U.jsx)(q5,{children:(0,U.jsx)("span",{children:"Don\u2019t have a wallet? Start exploring with your phone or socials."})}):null,i.stacked?(0,U.jsx)($5,{disabled:a||!E,onClick:M,children:a?(0,U.jsx)(x3,{color:"var(--disabled-fg)"}):"Submit"}):null]})},j5=g1.default.div`
|
|
379
414
|
display: flex;
|
|
380
415
|
border: 1px solid #d1d5db;
|
|
381
416
|
width: 100%;
|
|
382
|
-
|
|
417
|
+
|
|
418
|
+
height: ${i=>i.stacked?"100%":"auto"};
|
|
419
|
+
display: flex;
|
|
420
|
+
align-content: center;
|
|
421
|
+
align-items: center;
|
|
422
|
+
flex-grow: 1;
|
|
423
|
+
|
|
424
|
+
@media (max-width: 440px) {
|
|
425
|
+
margin-top: 20px;
|
|
426
|
+
}
|
|
427
|
+
`,z5=g1.default.button`
|
|
383
428
|
display: flex;
|
|
384
429
|
flex-direction: row;
|
|
385
430
|
align-items: center;
|
|
@@ -404,13 +449,37 @@ Resources:
|
|
|
404
449
|
color: var(--disabled-fg);
|
|
405
450
|
cursor: not-allowed;
|
|
406
451
|
}
|
|
407
|
-
|
|
452
|
+
`,$5=g1.default.button`
|
|
453
|
+
display: flex;
|
|
454
|
+
flex-direction: column;
|
|
455
|
+
align-items: center;
|
|
456
|
+
justify-content: center;
|
|
457
|
+
& {
|
|
458
|
+
height: 44px;
|
|
459
|
+
width: 100%;
|
|
460
|
+
cursor: pointer;
|
|
461
|
+
font-size: 14px;
|
|
462
|
+
font-weight: 600;
|
|
463
|
+
border-radius: var(--border-radius-sm);
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
&& {
|
|
467
|
+
background-color: var(--primary-color);
|
|
468
|
+
color: #ffffff;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
&&:disabled {
|
|
472
|
+
background-color: var(--disabled-bg);
|
|
473
|
+
color: var(--disabled-fg);
|
|
474
|
+
cursor: not-allowed;
|
|
475
|
+
}
|
|
476
|
+
`,K5=g1.default.label`
|
|
408
477
|
display: flex;
|
|
409
478
|
flex-direction: row;
|
|
410
479
|
align-items: center;
|
|
411
480
|
position: relative;
|
|
412
481
|
width: 100%;
|
|
413
|
-
height: 44px;
|
|
482
|
+
height: ${i=>i.standalone?"64px":"44px"};
|
|
414
483
|
background: #ffffff;
|
|
415
484
|
|
|
416
485
|
> svg {
|
|
@@ -427,7 +496,7 @@ Resources:
|
|
|
427
496
|
line-height: 20px;
|
|
428
497
|
|
|
429
498
|
/* Mirror parent to handle embedded logo on left */
|
|
430
|
-
border-radius: var(--border-radius-sm) 0px 0px var(--border-radius-sm);
|
|
499
|
+
border-radius: ${i=>i.standalone?"var(--border-radius-sm)":"var(--border-radius-sm) 0px 0px var(--border-radius-sm)"};
|
|
431
500
|
height: 100%;
|
|
432
501
|
width: 100%;
|
|
433
502
|
border: 1px solid #d1d5db;
|
|
@@ -441,14 +510,14 @@ Resources:
|
|
|
441
510
|
line-height: 24px;
|
|
442
511
|
}
|
|
443
512
|
}
|
|
444
|
-
`,
|
|
513
|
+
`,q5=g1.default.div`
|
|
445
514
|
font-size: 13px;
|
|
446
515
|
color: #6b7280;
|
|
447
516
|
|
|
448
517
|
> button {
|
|
449
518
|
text-decoration: underline;
|
|
450
519
|
}
|
|
451
|
-
`,
|
|
520
|
+
`,Y5=g1.default.div`
|
|
452
521
|
line-height: 20px;
|
|
453
522
|
height: 20px;
|
|
454
523
|
font-size: 13px;
|
|
@@ -460,24 +529,23 @@ Resources:
|
|
|
460
529
|
opacity: ${i=>i.success||i.fail?"1":"0"};
|
|
461
530
|
|
|
462
531
|
transition: ${i=>i.fail?"":"all 150ms ease-in-out"};
|
|
463
|
-
`,
|
|
532
|
+
`,x3=(0,g1.default)(k1)`
|
|
464
533
|
&& {
|
|
465
534
|
height: 1rem;
|
|
466
535
|
width: 1rem;
|
|
467
536
|
border-width: 2px;
|
|
468
537
|
}
|
|
469
|
-
`;var
|
|
538
|
+
`;var u4=require("react/jsx-runtime"),Z3=()=>{let{app:i}=g();return i!=null&&i.logoUrl?(0,u4.jsx)("div",{children:(0,u4.jsx)("img",{src:i.logoUrl,alt:`${i==null?void 0:i.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};var m4=require("react-device-detect"),w=require("react/jsx-runtime");var A3=()=>{let{ready:i}=R(),{getAuthMeta:e,isLinking:o}=_(),{app:a,navigate:r,options:n}=g(),C=n.email,u=n.sms,f=n.wallet,k=n.google,x=n.twitter,S=n.discord,E=f?0:1,[M,p]=(0,N2.useState)(E),b=e(),T=(b==null?void 0:b.authorizationCode)&&(b==null?void 0:b.stateCode)&&(b==null?void 0:b.provider);(0,N2.useEffect)(()=>{T?r("AWAITING_OAUTH_SCREEN"):o&&C?r("LINK_EMAIL_SCREEN"):o&&u?r("LINK_PHONE_SCREEN"):o&&f&&r("LINK_WALLET_SCREEN")},[i]);let I=M==0,p1=M==1;return(0,w.jsxs)(w.Fragment,{children:[(0,w.jsx)(L,{},"header"),(0,w.jsx)(e6,{walletOnly:!C&&!u&&!k&&!x&&!S,children:(0,w.jsx)(Z3,{})}),(0,w.jsxs)(m1,{children:[f&&(0,w.jsx)(J5,{active:I,onClick:()=>p(0)}),(C||u)&&(0,w.jsx)(X5,{active:p1,onClick:()=>p(1),email:C,sms:u,google:k,twitter:x,discord:S})]}),a&&(0,w.jsx)(m3,{app:a}),(0,w.jsx)(o1,{protectedByPrivy:!0})]})};function J5(i){return(0,w.jsxs)(_3,{active:i.active,onClick:i.onClick,children:[(0,w.jsx)(E3,{active:i.active,children:(0,w.jsx)("h4",{children:"Connect Wallet"})}),i.active&&(0,w.jsxs)(w.Fragment,{children:[(0,w.jsx)(L2,{}),(0,w.jsx)(A2,{})]})]})}function X5(i){let e=i.google||i.discord||i.twitter&&!m4.isMobile,o=i.email?"Email":"Phone";return(0,w.jsxs)(_3,{active:i.active,onClick:i.onClick,children:[(0,w.jsx)(E3,{active:i.active,children:(0,w.jsxs)("h4",{children:["Sign In with ",e?`${o} & Social`:o]})}),i.active&&i.email&&(0,w.jsx)(R2,{}),i.active&&i.sms&&!i.email&&(0,w.jsx)(O2,{}),i.active&&e&&(0,w.jsx)(Q5,{google:i.google,twitter:i.twitter&&!m4.isMobile,discord:i.discord})]})}function Q5(i){return(0,w.jsxs)(w.Fragment,{children:[(0,w.jsxs)(t6,{children:[(0,w.jsx)(L3,{}),(0,w.jsx)("p",{children:" Or "}),(0,w.jsx)(L3,{})]}),(0,w.jsx)(k3,{showGoogle:i.google,showDiscord:i.discord,showTwitter:i.twitter})]})}var E3=B1.default.div`
|
|
470
539
|
font-weight: ${i=>i.active?600:500};
|
|
471
540
|
color: ${i=>i.active?"inherit":"#6b7280"};
|
|
472
541
|
display: flex;
|
|
473
542
|
justify-content: center;
|
|
474
543
|
align-items: center;
|
|
475
|
-
`,
|
|
544
|
+
`,_3=B1.default.div`
|
|
476
545
|
display: flex;
|
|
477
546
|
flex-direction: column;
|
|
478
547
|
align-items: flex-start;
|
|
479
|
-
padding: 12px
|
|
480
|
-
padding-bottom: ${i=>i.active?"16px":"12px"};
|
|
548
|
+
padding: 12px;
|
|
481
549
|
gap: 12px;
|
|
482
550
|
width: 100%;
|
|
483
551
|
max-height: ${i=>i.active?"400px":"52px"};
|
|
@@ -494,18 +562,18 @@ Resources:
|
|
|
494
562
|
}
|
|
495
563
|
|
|
496
564
|
cursor: ${i=>i.active?"inherit":"pointer"};
|
|
497
|
-
`,
|
|
565
|
+
`,t6=B1.default.div`
|
|
498
566
|
display: flex;
|
|
499
567
|
justify-content: center;
|
|
500
568
|
align-items: center;
|
|
501
569
|
width: 100%;
|
|
502
|
-
`,
|
|
570
|
+
`,L3=B1.default.hr`
|
|
503
571
|
width: 50%;
|
|
504
572
|
&& {
|
|
505
573
|
border-top: 1px solid #d1d5db;
|
|
506
574
|
margin: 0px 8px;
|
|
507
575
|
}
|
|
508
|
-
`,
|
|
576
|
+
`,e6=B1.default.div`
|
|
509
577
|
display: flex;
|
|
510
578
|
flex-direction: column;
|
|
511
579
|
align-items: center;
|
|
@@ -513,20 +581,25 @@ Resources:
|
|
|
513
581
|
// This is a temp hack until we use a real accordion and JS to calculate
|
|
514
582
|
// heights - real-life CSS height math is hard to do properly.
|
|
515
583
|
|
|
584
|
+
// - Logo is 80px tall
|
|
516
585
|
// - Top margin from cancel button is 24px and needs to be counteracted
|
|
517
586
|
// - All but one of our current clients use wallet
|
|
518
587
|
// - Some don't have social/email/sms. That adds 46px+16px gap
|
|
519
588
|
// So...
|
|
520
|
-
// - Wallet + other =>
|
|
521
|
-
// - Wallet only =>
|
|
522
|
-
|
|
523
|
-
|
|
589
|
+
// - Wallet + other => 114px padding for logo, -24px on the top
|
|
590
|
+
// - Wallet only => 176px padding for the logo, -24px on the top
|
|
591
|
+
// Lastly, apply a 10px cheat upwards, which helps in particular for when
|
|
592
|
+
// the logo is close to the top (mobile or full wallet-open design)
|
|
593
|
+
margin-top: 28px;
|
|
594
|
+
margin-bottom: 62px;
|
|
524
595
|
|
|
525
596
|
${({walletOnly:i})=>i&&`
|
|
526
|
-
margin-top:
|
|
527
|
-
margin-bottom:
|
|
597
|
+
margin-top: 59px;
|
|
598
|
+
margin-bottom: 93px;
|
|
528
599
|
`}
|
|
529
|
-
`;var
|
|
600
|
+
`;var w1=require("react");var o2=y(require("styled-components"));var i2=y(require("styled-components")),c1=require("react/jsx-runtime"),P1=({title:i,description:e,children:o,...a})=>(0,c1.jsxs)(S3,{...a,children:[(0,c1.jsx)("h3",{children:i}),typeof e=="string"?(0,c1.jsx)("p",{children:e}):null,o]}),P3=(0,i2.default)(P1)`
|
|
601
|
+
margin-bottom: 24px;
|
|
602
|
+
`,j1=({title:i,description:e,icon:o,children:a,...r})=>(0,c1.jsxs)(i6,{...r,children:[o?(0,c1.jsx)(o6,{children:o}):null,(0,c1.jsx)("h3",{children:i}),typeof e=="string"?(0,c1.jsx)("p",{children:e}):null,a]}),S3=i2.default.div`
|
|
530
603
|
display: flex;
|
|
531
604
|
flex-direction: column;
|
|
532
605
|
justify-content: flex-start;
|
|
@@ -534,26 +607,56 @@ Resources:
|
|
|
534
607
|
text-align: left;
|
|
535
608
|
gap: 8px;
|
|
536
609
|
width: 100%;
|
|
610
|
+
margin-bottom: 24px;
|
|
611
|
+
|
|
612
|
+
&& h3 {
|
|
613
|
+
font-size: 17px;
|
|
614
|
+
}
|
|
537
615
|
|
|
538
616
|
/* Sugar assuming children are paragraphs. Otherwise, handling styling on your own */
|
|
539
617
|
&& p {
|
|
540
618
|
color: var(--text-dark-gray);
|
|
619
|
+
font-size: 14px;
|
|
620
|
+
}
|
|
621
|
+
`,i6=(0,i2.default)(S3)`
|
|
622
|
+
align-items: center;
|
|
623
|
+
text-align: center;
|
|
624
|
+
gap: 16px;
|
|
625
|
+
|
|
626
|
+
h3 {
|
|
627
|
+
margin-bottom: 24px;
|
|
628
|
+
}
|
|
629
|
+
`,o6=i2.default.div`
|
|
630
|
+
padding: 14px;
|
|
631
|
+
border-radius: 50%;
|
|
632
|
+
&& {
|
|
633
|
+
border-color: #e1e7ef;
|
|
634
|
+
border-width: 1px;
|
|
541
635
|
}
|
|
542
|
-
`;var
|
|
636
|
+
`;var v=require("react/jsx-runtime"),b4=6,T3=new Array(b4).fill(""),a6=1400;var I3=()=>{var c,K1,T1;let{app:i}=g(),{closePrivyModal:e,resendEmailCode:o,resendSmsCode:a,getAuthMeta:r,loginWithCode:n}=_(),{authenticated:C,user:u}=R(),[f,k]=(0,w1.useState)(T3),[x,S]=(0,w1.useState)(!1),[E,M]=(0,w1.useState)(null),[p,b]=(0,w1.useState)(null),T=(c=r())!=null&&c.email?0:1;(0,w1.useEffect)(()=>{if(C&&x){let H=setTimeout(e,I1);return()=>clearTimeout(H)}},[C,x,u]),(0,w1.useEffect)(()=>{if(E&&p===0){let H=setTimeout(()=>{k(T3),M(null);let D=document.querySelector("input[name=code-0]");D==null||D.focus()},a6);return()=>clearTimeout(H)}},[E]);let I=H=>{var Z4;let D=H.currentTarget.value.replace(" ","");if(D==="")return;if(isNaN(Number(D))){M("Code should be numeric"),b(1);return}M(null),b(null);let Q=Number((Z4=H.currentTarget.name)==null?void 0:Z4.charAt(5)),B2=[...D||[""]].slice(0,b4-Q),j2=[...f.slice(0,Q),...B2,...f.slice(Q+B2.length)];k(j2);let d5=B2.length,x4=Math.min(Math.max(Q+d5,0),b4-1);if(!isNaN(Number(H.currentTarget.value))){let t1=document.querySelector(`input[name=code-${x4}]`);t1==null||t1.focus()}if(j2.every(t1=>t1&&!isNaN(+t1))){let t1=document.querySelector(`input[name=code-${x4}]`);t1==null||t1.blur(),n(j2.join("")).then(()=>S(!0)).catch(z2=>{(z2==null?void 0:z2.status)===422?M("Invalid or expired verification code"):M("Issue verifying code"),b(0)})}H.preventDefault()},p1=H=>{p===1&&(M(null),b(null));let D=[...f.slice(0,H),"",...f.slice(H+1)];if(k(D),H>0){let Q=document.querySelector(`input[name=code-${H-1}]`);Q==null||Q.focus()}},h1=`Verify your ${T==0?"email":"phone"}`,s=T==0?`Please check ${(K1=r())==null?void 0:K1.email} for an email from privy.io and enter your code below.`:`Please check ${(T1=r())==null?void 0:T1.phoneNumber} for a message from ${(i==null?void 0:i.name)||"privy.io"} and enter your code below.`;return(0,v.jsxs)(v.Fragment,{children:[(0,v.jsx)(L,{},"header"),(0,v.jsxs)(r6,{children:[(0,v.jsx)(P1,{title:h1,description:s}),(0,v.jsxs)(b3,{children:[(0,v.jsxs)(l6,{children:[(0,v.jsx)(n6,{fail:!!E,success:x,children:(0,v.jsx)("span",{children:E||(x?"Success!":"")})}),(0,v.jsx)("div",{children:f.map((H,D)=>(0,v.jsx)("input",{name:`code-${D}`,type:"text",value:f[D],onChange:I,onKeyUp:Q=>{Q.key==="Backspace"&&p1(D)},inputMode:"numeric",autoFocus:D===0,pattern:"[0-9]",className:`${x?"success":""} ${E?"fail":""}`,autoComplete:"one-time-code"},D))})]}),(0,v.jsx)(s6,{children:T==0?(0,v.jsxs)(v.Fragment,{children:[(0,v.jsx)("span",{children:"Didn't get an email?"}),(0,v.jsx)("button",{onClick:o,children:"Resend Code"})]}):(0,v.jsxs)(v.Fragment,{children:[(0,v.jsx)("span",{children:"Didn't get a message?"}),(0,v.jsx)("button",{onClick:a,children:"Resend Code"})]})})]})]}),(0,v.jsx)(o1,{protectedByPrivy:!0})]})},r6=o2.default.div`
|
|
543
637
|
display: flex;
|
|
544
638
|
flex-direction: column;
|
|
545
639
|
align-items: flex-start;
|
|
546
640
|
justify-content: flex-end;
|
|
547
641
|
margin: auto;
|
|
548
642
|
gap: 16px;
|
|
549
|
-
`,
|
|
643
|
+
`,l6=o2.default.div`
|
|
550
644
|
display: flex;
|
|
551
645
|
flex-direction: column;
|
|
552
646
|
width: 100%;
|
|
553
647
|
gap: 8px;
|
|
554
648
|
// This may seem goofy, but it's actually cleaner than trying to globally
|
|
555
649
|
// center just this element.
|
|
556
|
-
margin-top:
|
|
650
|
+
margin-top: 70px;
|
|
651
|
+
|
|
652
|
+
${U2}[data-height='medium'] & {
|
|
653
|
+
/* Aligns this with the input field on the page before on shorter modals */
|
|
654
|
+
margin-top: 22px;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
@media (max-width: 440px) {
|
|
658
|
+
margin-top: 20px;
|
|
659
|
+
}
|
|
557
660
|
|
|
558
661
|
> div:last-child {
|
|
559
662
|
display: flex;
|
|
@@ -605,7 +708,7 @@ Resources:
|
|
|
605
708
|
transform: translate(1px, 0px);
|
|
606
709
|
}
|
|
607
710
|
}
|
|
608
|
-
`,
|
|
711
|
+
`,n6=o2.default.div`
|
|
609
712
|
line-height: 20px;
|
|
610
713
|
height: 20px;
|
|
611
714
|
font-size: 13px;
|
|
@@ -613,28 +716,32 @@ Resources:
|
|
|
613
716
|
display: flex;
|
|
614
717
|
justify-content: flex-end;
|
|
615
718
|
width: 100%;
|
|
616
|
-
`,
|
|
719
|
+
`,s6=o2.default.div`
|
|
617
720
|
font-size: 13px;
|
|
618
721
|
color: #6b7280;
|
|
619
722
|
display: flex;
|
|
620
723
|
justify-content: space-between;
|
|
621
724
|
width: 100%;
|
|
725
|
+
margin-top: 16px;
|
|
726
|
+
// Equal opposing size buffer to account for auto margining when the
|
|
727
|
+
// success/fail text does not show up
|
|
728
|
+
padding-bottom: 32px;
|
|
622
729
|
|
|
623
730
|
> button {
|
|
624
731
|
text-decoration: underline;
|
|
625
732
|
}
|
|
626
|
-
`;var P3=require("react"),B=w(require("styled-components"));var t=require("react/jsx-runtime"),v3=({style:i})=>(0,t.jsxs)("svg",{width:"161",height:"160",viewBox:"0 0 161 160",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"150px",width:"150px",...i},children:[(0,t.jsxs)("g",{clipPath:"url(#clip0_3360_39100)",children:[(0,t.jsx)("path",{d:"M160 0H0V160H160V0Z",fill:"white"}),(0,t.jsx)("path",{d:"M44.0644 8.856C44.6625 8.856 45.1474 8.37114 45.1474 7.77303C45.1474 7.17492 44.6625 6.69006 44.0644 6.69006C43.4663 6.69006 42.9814 7.17492 42.9814 7.77303C42.9814 8.37114 43.4663 8.856 44.0644 8.856Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 8.856C48.2724 8.856 48.7572 8.37114 48.7572 7.77303C48.7572 7.17492 48.2724 6.69006 47.6743 6.69006C47.0762 6.69006 46.5913 7.17492 46.5913 7.77303C46.5913 8.37114 47.0762 8.856 47.6743 8.856Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 8.856C55.4921 8.856 55.977 8.37114 55.977 7.77303C55.977 7.17492 55.4921 6.69006 54.894 6.69006C54.2959 6.69006 53.811 7.17492 53.811 7.77303C53.811 8.37114 54.2959 8.856 54.894 8.856Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 8.856C59.102 8.856 59.5868 8.37114 59.5868 7.77303C59.5868 7.17492 59.102 6.69006 58.5039 6.69006C57.9058 6.69006 57.4209 7.17492 57.4209 7.77303C57.4209 8.37114 57.9058 8.856 58.5039 8.856Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 8.856C66.3217 8.856 66.8066 8.37114 66.8066 7.77303C66.8066 7.17492 66.3217 6.69006 65.7236 6.69006C65.1255 6.69006 64.6406 7.17492 64.6406 7.77303C64.6406 8.37114 65.1255 8.856 65.7236 8.856Z",fill:"black"}),(0,t.jsx)("path",{d:"M76.5532 8.856C77.1513 8.856 77.6361 8.37114 77.6361 7.77303C77.6361 7.17492 77.1513 6.69006 76.5532 6.69006C75.9551 6.69006 75.4702 7.17492 75.4702 7.77303C75.4702 8.37114 75.9551 8.856 76.5532 8.856Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 8.856C84.371 8.856 84.8559 8.37114 84.8559 7.77303C84.8559 7.17492 84.371 6.69006 83.7729 6.69006C83.1748 6.69006 82.6899 7.17492 82.6899 7.77303C82.6899 8.37114 83.1748 8.856 83.7729 8.856Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 8.856C87.9809 8.856 88.4657 8.37114 88.4657 7.77303C88.4657 7.17492 87.9809 6.69006 87.3828 6.69006C86.7847 6.69006 86.2998 7.17492 86.2998 7.77303C86.2998 8.37114 86.7847 8.856 87.3828 8.856Z",fill:"black"}),(0,t.jsx)("path",{d:"M98.2128 8.856C98.811 8.856 99.2958 8.37114 99.2958 7.77303C99.2958 7.17492 98.811 6.69006 98.2128 6.69006C97.6147 6.69006 97.1299 7.17492 97.1299 7.77303C97.1299 8.37114 97.6147 8.856 98.2128 8.856Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 8.856C106.031 8.856 106.516 8.37114 106.516 7.77303C106.516 7.17492 106.031 6.69006 105.433 6.69006C104.834 6.69006 104.35 7.17492 104.35 7.77303C104.35 8.37114 104.834 8.856 105.433 8.856Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 8.856C113.25 8.856 113.735 8.37114 113.735 7.77303C113.735 7.17492 113.25 6.69006 112.652 6.69006C112.054 6.69006 111.569 7.17492 111.569 7.77303C111.569 8.37114 112.054 8.856 112.652 8.856Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 12.4659C37.4428 12.4659 37.9277 11.981 37.9277 11.3829C37.9277 10.7848 37.4428 10.2999 36.8447 10.2999C36.2466 10.2999 35.7617 10.7848 35.7617 11.3829C35.7617 11.981 36.2466 12.4659 36.8447 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 12.4659C44.6625 12.4659 45.1474 11.981 45.1474 11.3829C45.1474 10.7848 44.6625 10.2999 44.0644 10.2999C43.4663 10.2999 42.9814 10.7848 42.9814 11.3829C42.9814 11.981 43.4663 12.4659 44.0644 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 12.4659C51.8822 12.4659 52.3671 11.981 52.3671 11.3829C52.3671 10.7848 51.8822 10.2999 51.2841 10.2999C50.686 10.2999 50.2012 10.7848 50.2012 11.3829C50.2012 11.981 50.686 12.4659 51.2841 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 12.4659C59.102 12.4659 59.5868 11.981 59.5868 11.3829C59.5868 10.7848 59.102 10.2999 58.5039 10.2999C57.9058 10.2999 57.4209 10.7848 57.4209 11.3829C57.4209 11.981 57.9058 12.4659 58.5039 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 12.4659C62.7118 12.4659 63.1967 11.981 63.1967 11.3829C63.1967 10.7848 62.7118 10.2999 62.1137 10.2999C61.5156 10.2999 61.0308 10.7848 61.0308 11.3829C61.0308 11.981 61.5156 12.4659 62.1137 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 12.4659C69.9316 12.4659 70.4164 11.981 70.4164 11.3829C70.4164 10.7848 69.9316 10.2999 69.3335 10.2999C68.7353 10.2999 68.2505 10.7848 68.2505 11.3829C68.2505 11.981 68.7353 12.4659 69.3335 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M72.9433 12.4659C73.5414 12.4659 74.0263 11.981 74.0263 11.3829C74.0263 10.7848 73.5414 10.2999 72.9433 10.2999C72.3452 10.2999 71.8604 10.7848 71.8604 11.3829C71.8604 11.981 72.3452 12.4659 72.9433 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M76.5532 12.4659C77.1513 12.4659 77.6361 11.981 77.6361 11.3829C77.6361 10.7848 77.1513 10.2999 76.5532 10.2999C75.9551 10.2999 75.4702 10.7848 75.4702 11.3829C75.4702 11.981 75.9551 12.4659 76.5532 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 12.4659C80.7612 12.4659 81.246 11.981 81.246 11.3829C81.246 10.7848 80.7612 10.2999 80.163 10.2999C79.5649 10.2999 79.0801 10.7848 79.0801 11.3829C79.0801 11.981 79.5649 12.4659 80.163 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 12.4659C84.371 12.4659 84.8559 11.981 84.8559 11.3829C84.8559 10.7848 84.371 10.2999 83.7729 10.2999C83.1748 10.2999 82.6899 10.7848 82.6899 11.3829C82.6899 11.981 83.1748 12.4659 83.7729 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M98.2128 12.4659C98.811 12.4659 99.2958 11.981 99.2958 11.3829C99.2958 10.7848 98.811 10.2999 98.2128 10.2999C97.6147 10.2999 97.1299 10.7848 97.1299 11.3829C97.1299 11.981 97.6147 12.4659 98.2128 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 12.4659C102.421 12.4659 102.906 11.981 102.906 11.3829C102.906 10.7848 102.421 10.2999 101.823 10.2999C101.225 10.2999 100.74 10.7848 100.74 11.3829C100.74 11.981 101.225 12.4659 101.823 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 12.4659C113.25 12.4659 113.735 11.981 113.735 11.3829C113.735 10.7848 113.25 10.2999 112.652 10.2999C112.054 10.2999 111.569 10.7848 111.569 11.3829C111.569 11.981 112.054 12.4659 112.652 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 12.4659C120.47 12.4659 120.955 11.981 120.955 11.3829C120.955 10.7848 120.47 10.2999 119.872 10.2999C119.274 10.2999 118.789 10.7848 118.789 11.3829C118.789 11.981 119.274 12.4659 119.872 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 16.0757C41.0527 16.0757 41.5375 15.5909 41.5375 14.9928C41.5375 14.3947 41.0527 13.9098 40.4545 13.9098C39.8564 13.9098 39.3716 14.3947 39.3716 14.9928C39.3716 15.5909 39.8564 16.0757 40.4545 16.0757Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 16.0757C44.6625 16.0757 45.1474 15.5909 45.1474 14.9928C45.1474 14.3947 44.6625 13.9098 44.0644 13.9098C43.4663 13.9098 42.9814 14.3947 42.9814 14.9928C42.9814 15.5909 43.4663 16.0757 44.0644 16.0757Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 16.0757C66.3217 16.0757 66.8066 15.5909 66.8066 14.9928C66.8066 14.3947 66.3217 13.9098 65.7236 13.9098C65.1255 13.9098 64.6406 14.3947 64.6406 14.9928C64.6406 15.5909 65.1255 16.0757 65.7236 16.0757Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 16.0757C69.9316 16.0757 70.4164 15.5909 70.4164 14.9928C70.4164 14.3947 69.9316 13.9098 69.3335 13.9098C68.7353 13.9098 68.2505 14.3947 68.2505 14.9928C68.2505 15.5909 68.7353 16.0757 69.3335 16.0757Z",fill:"black"}),(0,t.jsx)("path",{d:"M72.9433 16.0757C73.5414 16.0757 74.0263 15.5909 74.0263 14.9928C74.0263 14.3947 73.5414 13.9098 72.9433 13.9098C72.3452 13.9098 71.8604 14.3947 71.8604 14.9928C71.8604 15.5909 72.3452 16.0757 72.9433 16.0757Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 16.0757C87.9809 16.0757 88.4657 15.5909 88.4657 14.9928C88.4657 14.3947 87.9809 13.9098 87.3828 13.9098C86.7847 13.9098 86.2998 14.3947 86.2998 14.9928C86.2998 15.5909 86.7847 16.0757 87.3828 16.0757Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 16.0757C102.421 16.0757 102.906 15.5909 102.906 14.9928C102.906 14.3947 102.421 13.9098 101.823 13.9098C101.225 13.9098 100.74 14.3947 100.74 14.9928C100.74 15.5909 101.225 16.0757 101.823 16.0757Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 16.0757C109.641 16.0757 110.125 15.5909 110.125 14.9928C110.125 14.3947 109.641 13.9098 109.042 13.9098C108.444 13.9098 107.959 14.3947 107.959 14.9928C107.959 15.5909 108.444 16.0757 109.042 16.0757Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 16.0757C120.47 16.0757 120.955 15.5909 120.955 14.9928C120.955 14.3947 120.47 13.9098 119.872 13.9098C119.274 13.9098 118.789 14.3947 118.789 14.9928C118.789 15.5909 119.274 16.0757 119.872 16.0757Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 19.6856C41.0527 19.6856 41.5375 19.2007 41.5375 18.6026C41.5375 18.0045 41.0527 17.5197 40.4545 17.5197C39.8564 17.5197 39.3716 18.0045 39.3716 18.6026C39.3716 19.2007 39.8564 19.6856 40.4545 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 19.6856C48.2724 19.6856 48.7572 19.2007 48.7572 18.6026C48.7572 18.0045 48.2724 17.5197 47.6743 17.5197C47.0762 17.5197 46.5913 18.0045 46.5913 18.6026C46.5913 19.2007 47.0762 19.6856 47.6743 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 19.6856C51.8822 19.6856 52.3671 19.2007 52.3671 18.6026C52.3671 18.0045 51.8822 17.5197 51.2841 17.5197C50.686 17.5197 50.2012 18.0045 50.2012 18.6026C50.2012 19.2007 50.686 19.6856 51.2841 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 19.6856C55.4921 19.6856 55.977 19.2007 55.977 18.6026C55.977 18.0045 55.4921 17.5197 54.894 17.5197C54.2959 17.5197 53.811 18.0045 53.811 18.6026C53.811 19.2007 54.2959 19.6856 54.894 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 19.6856C59.102 19.6856 59.5868 19.2007 59.5868 18.6026C59.5868 18.0045 59.102 17.5197 58.5039 17.5197C57.9058 17.5197 57.4209 18.0045 57.4209 18.6026C57.4209 19.2007 57.9058 19.6856 58.5039 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 19.6856C69.9316 19.6856 70.4164 19.2007 70.4164 18.6026C70.4164 18.0045 69.9316 17.5197 69.3335 17.5197C68.7353 17.5197 68.2505 18.0045 68.2505 18.6026C68.2505 19.2007 68.7353 19.6856 69.3335 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 19.6856C91.5907 19.6856 92.0756 19.2007 92.0756 18.6026C92.0756 18.0045 91.5907 17.5197 90.9926 17.5197C90.3945 17.5197 89.9097 18.0045 89.9097 18.6026C89.9097 19.2007 90.3945 19.6856 90.9926 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 19.6856C95.2006 19.6856 95.6855 19.2007 95.6855 18.6026C95.6855 18.0045 95.2006 17.5197 94.6025 17.5197C94.0044 17.5197 93.5195 18.0045 93.5195 18.6026C93.5195 19.2007 94.0044 19.6856 94.6025 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 19.6856C106.031 19.6856 106.516 19.2007 106.516 18.6026C106.516 18.0045 106.031 17.5197 105.433 17.5197C104.834 17.5197 104.35 18.0045 104.35 18.6026C104.35 19.2007 104.834 19.6856 105.433 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 19.6856C109.641 19.6856 110.125 19.2007 110.125 18.6026C110.125 18.0045 109.641 17.5197 109.042 17.5197C108.444 17.5197 107.959 18.0045 107.959 18.6026C107.959 19.2007 108.444 19.6856 109.042 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 19.6856C113.25 19.6856 113.735 19.2007 113.735 18.6026C113.735 18.0045 113.25 17.5197 112.652 17.5197C112.054 17.5197 111.569 18.0045 111.569 18.6026C111.569 19.2007 112.054 19.6856 112.652 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 19.6856C116.86 19.6856 117.345 19.2007 117.345 18.6026C117.345 18.0045 116.86 17.5197 116.262 17.5197C115.664 17.5197 115.179 18.0045 115.179 18.6026C115.179 19.2007 115.664 19.6856 116.262 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 23.2956C41.0527 23.2956 41.5375 22.8107 41.5375 22.2126C41.5375 21.6145 41.0527 21.1296 40.4545 21.1296C39.8564 21.1296 39.3716 21.6145 39.3716 22.2126C39.3716 22.8107 39.8564 23.2956 40.4545 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 23.2956C44.6625 23.2956 45.1474 22.8107 45.1474 22.2126C45.1474 21.6145 44.6625 21.1296 44.0644 21.1296C43.4663 21.1296 42.9814 21.6145 42.9814 22.2126C42.9814 22.8107 43.4663 23.2956 44.0644 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 23.2956C51.8822 23.2956 52.3671 22.8107 52.3671 22.2126C52.3671 21.6145 51.8822 21.1296 51.2841 21.1296C50.686 21.1296 50.2012 21.6145 50.2012 22.2126C50.2012 22.8107 50.686 23.2956 51.2841 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 23.2956C55.4921 23.2956 55.977 22.8107 55.977 22.2126C55.977 21.6145 55.4921 21.1296 54.894 21.1296C54.2959 21.1296 53.811 21.6145 53.811 22.2126C53.811 22.8107 54.2959 23.2956 54.894 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 23.2956C59.102 23.2956 59.5868 22.8107 59.5868 22.2126C59.5868 21.6145 59.102 21.1296 58.5039 21.1296C57.9058 21.1296 57.4209 21.6145 57.4209 22.2126C57.4209 22.8107 57.9058 23.2956 58.5039 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M76.5532 23.2956C77.1513 23.2956 77.6361 22.8107 77.6361 22.2126C77.6361 21.6145 77.1513 21.1296 76.5532 21.1296C75.9551 21.1296 75.4702 21.6145 75.4702 22.2126C75.4702 22.8107 75.9551 23.2956 76.5532 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 23.2956C80.7612 23.2956 81.246 22.8107 81.246 22.2126C81.246 21.6145 80.7612 21.1296 80.163 21.1296C79.5649 21.1296 79.0801 21.6145 79.0801 22.2126C79.0801 22.8107 79.5649 23.2956 80.163 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 23.2956C91.5907 23.2956 92.0756 22.8107 92.0756 22.2126C92.0756 21.6145 91.5907 21.1296 90.9926 21.1296C90.3945 21.1296 89.9097 21.6145 89.9097 22.2126C89.9097 22.8107 90.3945 23.2956 90.9926 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 23.2956C95.2006 23.2956 95.6855 22.8107 95.6855 22.2126C95.6855 21.6145 95.2006 21.1296 94.6025 21.1296C94.0044 21.1296 93.5195 21.6145 93.5195 22.2126C93.5195 22.8107 94.0044 23.2956 94.6025 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 23.2956C106.031 23.2956 106.516 22.8107 106.516 22.2126C106.516 21.6145 106.031 21.1296 105.433 21.1296C104.834 21.1296 104.35 21.6145 104.35 22.2126C104.35 22.8107 104.834 23.2956 105.433 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 23.2956C109.641 23.2956 110.125 22.8107 110.125 22.2126C110.125 21.6145 109.641 21.1296 109.042 21.1296C108.444 21.1296 107.959 21.6145 107.959 22.2126C107.959 22.8107 108.444 23.2956 109.042 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 23.2956C116.86 23.2956 117.345 22.8107 117.345 22.2126C117.345 21.6145 116.86 21.1296 116.262 21.1296C115.664 21.1296 115.179 21.6145 115.179 22.2126C115.179 22.8107 115.664 23.2956 116.262 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 23.2956C124.08 23.2956 124.565 22.8107 124.565 22.2126C124.565 21.6145 124.08 21.1296 123.482 21.1296C122.884 21.1296 122.399 21.6145 122.399 22.2126C122.399 22.8107 122.884 23.2956 123.482 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 26.9054C37.4428 26.9054 37.9277 26.4206 37.9277 25.8225C37.9277 25.2244 37.4428 24.7395 36.8447 24.7395C36.2466 24.7395 35.7617 25.2244 35.7617 25.8225C35.7617 26.4206 36.2466 26.9054 36.8447 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 26.9054C41.0527 26.9054 41.5375 26.4206 41.5375 25.8225C41.5375 25.2244 41.0527 24.7395 40.4545 24.7395C39.8564 24.7395 39.3716 25.2244 39.3716 25.8225C39.3716 26.4206 39.8564 26.9054 40.4545 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 26.9054C48.2724 26.9054 48.7572 26.4206 48.7572 25.8225C48.7572 25.2244 48.2724 24.7395 47.6743 24.7395C47.0762 24.7395 46.5913 25.2244 46.5913 25.8225C46.5913 26.4206 47.0762 26.9054 47.6743 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 26.9054C55.4921 26.9054 55.977 26.4206 55.977 25.8225C55.977 25.2244 55.4921 24.7395 54.894 24.7395C54.2959 24.7395 53.811 25.2244 53.811 25.8225C53.811 26.4206 54.2959 26.9054 54.894 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 26.9054C62.7118 26.9054 63.1967 26.4206 63.1967 25.8225C63.1967 25.2244 62.7118 24.7395 62.1137 24.7395C61.5156 24.7395 61.0308 25.2244 61.0308 25.8225C61.0308 26.4206 61.5156 26.9054 62.1137 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M76.5532 26.9054C77.1513 26.9054 77.6361 26.4206 77.6361 25.8225C77.6361 25.2244 77.1513 24.7395 76.5532 24.7395C75.9551 24.7395 75.4702 25.2244 75.4702 25.8225C75.4702 26.4206 75.9551 26.9054 76.5532 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 26.9054C84.371 26.9054 84.8559 26.4206 84.8559 25.8225C84.8559 25.2244 84.371 24.7395 83.7729 24.7395C83.1748 24.7395 82.6899 25.2244 82.6899 25.8225C82.6899 26.4206 83.1748 26.9054 83.7729 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 26.9054C87.9809 26.9054 88.4657 26.4206 88.4657 25.8225C88.4657 25.2244 87.9809 24.7395 87.3828 24.7395C86.7847 24.7395 86.2998 25.2244 86.2998 25.8225C86.2998 26.4206 86.7847 26.9054 87.3828 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 26.9054C95.2006 26.9054 95.6855 26.4206 95.6855 25.8225C95.6855 25.2244 95.2006 24.7395 94.6025 24.7395C94.0044 24.7395 93.5195 25.2244 93.5195 25.8225C93.5195 26.4206 94.0044 26.9054 94.6025 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 26.9054C113.25 26.9054 113.735 26.4206 113.735 25.8225C113.735 25.2244 113.25 24.7395 112.652 24.7395C112.054 24.7395 111.569 25.2244 111.569 25.8225C111.569 26.4206 112.054 26.9054 112.652 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 26.9054C116.86 26.9054 117.345 26.4206 117.345 25.8225C117.345 25.2244 116.86 24.7395 116.262 24.7395C115.664 24.7395 115.179 25.2244 115.179 25.8225C115.179 26.4206 115.664 26.9054 116.262 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 26.9054C120.47 26.9054 120.955 26.4206 120.955 25.8225C120.955 25.2244 120.47 24.7395 119.872 24.7395C119.274 24.7395 118.789 25.2244 118.789 25.8225C118.789 26.4206 119.274 26.9054 119.872 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 26.9054C124.08 26.9054 124.565 26.4206 124.565 25.8225C124.565 25.2244 124.08 24.7395 123.482 24.7395C122.884 24.7395 122.399 25.2244 122.399 25.8225C122.399 26.4206 122.884 26.9054 123.482 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 30.5153C37.4428 30.5153 37.9277 30.0304 37.9277 29.4323C37.9277 28.8342 37.4428 28.3494 36.8447 28.3494C36.2466 28.3494 35.7617 28.8342 35.7617 29.4323C35.7617 30.0304 36.2466 30.5153 36.8447 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 30.5153C44.6625 30.5153 45.1474 30.0304 45.1474 29.4323C45.1474 28.8342 44.6625 28.3494 44.0644 28.3494C43.4663 28.3494 42.9814 28.8342 42.9814 29.4323C42.9814 30.0304 43.4663 30.5153 44.0644 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 30.5153C51.8822 30.5153 52.3671 30.0304 52.3671 29.4323C52.3671 28.8342 51.8822 28.3494 51.2841 28.3494C50.686 28.3494 50.2012 28.8342 50.2012 29.4323C50.2012 30.0304 50.686 30.5153 51.2841 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 30.5153C59.102 30.5153 59.5868 30.0304 59.5868 29.4323C59.5868 28.8342 59.102 28.3494 58.5039 28.3494C57.9058 28.3494 57.4209 28.8342 57.4209 29.4323C57.4209 30.0304 57.9058 30.5153 58.5039 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 30.5153C66.3217 30.5153 66.8066 30.0304 66.8066 29.4323C66.8066 28.8342 66.3217 28.3494 65.7236 28.3494C65.1255 28.3494 64.6406 28.8342 64.6406 29.4323C64.6406 30.0304 65.1255 30.5153 65.7236 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M72.9433 30.5153C73.5414 30.5153 74.0263 30.0304 74.0263 29.4323C74.0263 28.8342 73.5414 28.3494 72.9433 28.3494C72.3452 28.3494 71.8604 28.8342 71.8604 29.4323C71.8604 30.0304 72.3452 30.5153 72.9433 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 30.5153C80.7612 30.5153 81.246 30.0304 81.246 29.4323C81.246 28.8342 80.7612 28.3494 80.163 28.3494C79.5649 28.3494 79.0801 28.8342 79.0801 29.4323C79.0801 30.0304 79.5649 30.5153 80.163 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 30.5153C87.9809 30.5153 88.4657 30.0304 88.4657 29.4323C88.4657 28.8342 87.9809 28.3494 87.3828 28.3494C86.7847 28.3494 86.2998 28.8342 86.2998 29.4323C86.2998 30.0304 86.7847 30.5153 87.3828 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 30.5153C95.2006 30.5153 95.6855 30.0304 95.6855 29.4323C95.6855 28.8342 95.2006 28.3494 94.6025 28.3494C94.0044 28.3494 93.5195 28.8342 93.5195 29.4323C93.5195 30.0304 94.0044 30.5153 94.6025 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 30.5153C102.421 30.5153 102.906 30.0304 102.906 29.4323C102.906 28.8342 102.421 28.3494 101.823 28.3494C101.225 28.3494 100.74 28.8342 100.74 29.4323C100.74 30.0304 101.225 30.5153 101.823 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 30.5153C109.641 30.5153 110.125 30.0304 110.125 29.4323C110.125 28.8342 109.641 28.3494 109.042 28.3494C108.444 28.3494 107.959 28.8342 107.959 29.4323C107.959 30.0304 108.444 30.5153 109.042 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 30.5153C116.86 30.5153 117.345 30.0304 117.345 29.4323C117.345 28.8342 116.86 28.3494 116.262 28.3494C115.664 28.3494 115.179 28.8342 115.179 29.4323C115.179 30.0304 115.664 30.5153 116.262 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 30.5153C124.08 30.5153 124.565 30.0304 124.565 29.4323C124.565 28.8342 124.08 28.3494 123.482 28.3494C122.884 28.3494 122.399 28.8342 122.399 29.4323C122.399 30.0304 122.884 30.5153 123.482 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 34.1252C37.4428 34.1252 37.9277 33.6403 37.9277 33.0422C37.9277 32.4441 37.4428 31.9592 36.8447 31.9592C36.2466 31.9592 35.7617 32.4441 35.7617 33.0422C35.7617 33.6403 36.2466 34.1252 36.8447 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 34.1252C41.0527 34.1252 41.5375 33.6403 41.5375 33.0422C41.5375 32.4441 41.0527 31.9592 40.4545 31.9592C39.8564 31.9592 39.3716 32.4441 39.3716 33.0422C39.3716 33.6403 39.8564 34.1252 40.4545 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 34.1252C48.2724 34.1252 48.7572 33.6403 48.7572 33.0422C48.7572 32.4441 48.2724 31.9592 47.6743 31.9592C47.0762 31.9592 46.5913 32.4441 46.5913 33.0422C46.5913 33.6403 47.0762 34.1252 47.6743 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 34.1252C51.8822 34.1252 52.3671 33.6403 52.3671 33.0422C52.3671 32.4441 51.8822 31.9592 51.2841 31.9592C50.686 31.9592 50.2012 32.4441 50.2012 33.0422C50.2012 33.6403 50.686 34.1252 51.2841 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 34.1252C55.4921 34.1252 55.977 33.6403 55.977 33.0422C55.977 32.4441 55.4921 31.9592 54.894 31.9592C54.2959 31.9592 53.811 32.4441 53.811 33.0422C53.811 33.6403 54.2959 34.1252 54.894 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 34.1252C66.3217 34.1252 66.8066 33.6403 66.8066 33.0422C66.8066 32.4441 66.3217 31.9592 65.7236 31.9592C65.1255 31.9592 64.6406 32.4441 64.6406 33.0422C64.6406 33.6403 65.1255 34.1252 65.7236 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 34.1252C69.9316 34.1252 70.4164 33.6403 70.4164 33.0422C70.4164 32.4441 69.9316 31.9592 69.3335 31.9592C68.7353 31.9592 68.2505 32.4441 68.2505 33.0422C68.2505 33.6403 68.7353 34.1252 69.3335 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 34.1252C80.7612 34.1252 81.246 33.6403 81.246 33.0422C81.246 32.4441 80.7612 31.9592 80.163 31.9592C79.5649 31.9592 79.0801 32.4441 79.0801 33.0422C79.0801 33.6403 79.5649 34.1252 80.163 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 34.1252C84.371 34.1252 84.8559 33.6403 84.8559 33.0422C84.8559 32.4441 84.371 31.9592 83.7729 31.9592C83.1748 31.9592 82.6899 32.4441 82.6899 33.0422C82.6899 33.6403 83.1748 34.1252 83.7729 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 34.1252C87.9809 34.1252 88.4657 33.6403 88.4657 33.0422C88.4657 32.4441 87.9809 31.9592 87.3828 31.9592C86.7847 31.9592 86.2998 32.4441 86.2998 33.0422C86.2998 33.6403 86.7847 34.1252 87.3828 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 34.1252C91.5907 34.1252 92.0756 33.6403 92.0756 33.0422C92.0756 32.4441 91.5907 31.9592 90.9926 31.9592C90.3945 31.9592 89.9097 32.4441 89.9097 33.0422C89.9097 33.6403 90.3945 34.1252 90.9926 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 34.1252C106.031 34.1252 106.516 33.6403 106.516 33.0422C106.516 32.4441 106.031 31.9592 105.433 31.9592C104.834 31.9592 104.35 32.4441 104.35 33.0422C104.35 33.6403 104.834 34.1252 105.433 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 34.1252C113.25 34.1252 113.735 33.6403 113.735 33.0422C113.735 32.4441 113.25 31.9592 112.652 31.9592C112.054 31.9592 111.569 32.4441 111.569 33.0422C111.569 33.6403 112.054 34.1252 112.652 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 34.1252C116.86 34.1252 117.345 33.6403 117.345 33.0422C117.345 32.4441 116.86 31.9592 116.262 31.9592C115.664 31.9592 115.179 32.4441 115.179 33.0422C115.179 33.6403 115.664 34.1252 116.262 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 34.1252C124.08 34.1252 124.565 33.6403 124.565 33.0422C124.565 32.4441 124.08 31.9592 123.482 31.9592C122.884 31.9592 122.399 32.4441 122.399 33.0422C122.399 33.6403 122.884 34.1252 123.482 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 37.7351C23.0029 37.7351 23.4877 37.2503 23.4877 36.6522C23.4877 36.0541 23.0029 35.5692 22.4047 35.5692C21.8066 35.5692 21.3218 36.0541 21.3218 36.6522C21.3218 37.2503 21.8066 37.7351 22.4047 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 37.7351C26.6127 37.7351 27.0976 37.2503 27.0976 36.6522C27.0976 36.0541 26.6127 35.5692 26.0146 35.5692C25.4165 35.5692 24.9316 36.0541 24.9316 36.6522C24.9316 37.2503 25.4165 37.7351 26.0146 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 37.7351C30.2231 37.7351 30.7079 37.2503 30.7079 36.6522C30.7079 36.0541 30.2231 35.5692 29.625 35.5692C29.0269 35.5692 28.542 36.0541 28.542 36.6522C28.542 37.2503 29.0269 37.7351 29.625 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M33.2348 37.7351C33.8329 37.7351 34.3178 37.2503 34.3178 36.6522C34.3178 36.0541 33.8329 35.5692 33.2348 35.5692C32.6367 35.5692 32.1519 36.0541 32.1519 36.6522C32.1519 37.2503 32.6367 37.7351 33.2348 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 37.7351C41.0527 37.7351 41.5375 37.2503 41.5375 36.6522C41.5375 36.0541 41.0527 35.5692 40.4545 35.5692C39.8564 35.5692 39.3716 36.0541 39.3716 36.6522C39.3716 37.2503 39.8564 37.7351 40.4545 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 37.7351C51.8822 37.7351 52.3671 37.2503 52.3671 36.6522C52.3671 36.0541 51.8822 35.5692 51.2841 35.5692C50.686 35.5692 50.2012 36.0541 50.2012 36.6522C50.2012 37.2503 50.686 37.7351 51.2841 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 37.7351C62.7118 37.7351 63.1967 37.2503 63.1967 36.6522C63.1967 36.0541 62.7118 35.5692 62.1137 35.5692C61.5156 35.5692 61.0308 36.0541 61.0308 36.6522C61.0308 37.2503 61.5156 37.7351 62.1137 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 37.7351C69.9316 37.7351 70.4164 37.2503 70.4164 36.6522C70.4164 36.0541 69.9316 35.5692 69.3335 35.5692C68.7353 35.5692 68.2505 36.0541 68.2505 36.6522C68.2505 37.2503 68.7353 37.7351 69.3335 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 37.7351C84.371 37.7351 84.8559 37.2503 84.8559 36.6522C84.8559 36.0541 84.371 35.5692 83.7729 35.5692C83.1748 35.5692 82.6899 36.0541 82.6899 36.6522C82.6899 37.2503 83.1748 37.7351 83.7729 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 37.7351C87.9809 37.7351 88.4657 37.2503 88.4657 36.6522C88.4657 36.0541 87.9809 35.5692 87.3828 35.5692C86.7847 35.5692 86.2998 36.0541 86.2998 36.6522C86.2998 37.2503 86.7847 37.7351 87.3828 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 37.7351C95.2006 37.7351 95.6855 37.2503 95.6855 36.6522C95.6855 36.0541 95.2006 35.5692 94.6025 35.5692C94.0044 35.5692 93.5195 36.0541 93.5195 36.6522C93.5195 37.2503 94.0044 37.7351 94.6025 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M98.2128 37.7351C98.811 37.7351 99.2958 37.2503 99.2958 36.6522C99.2958 36.0541 98.811 35.5692 98.2128 35.5692C97.6147 35.5692 97.1299 36.0541 97.1299 36.6522C97.1299 37.2503 97.6147 37.7351 98.2128 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 37.7351C106.031 37.7351 106.516 37.2503 106.516 36.6522C106.516 36.0541 106.031 35.5692 105.433 35.5692C104.834 35.5692 104.35 36.0541 104.35 36.6522C104.35 37.2503 104.834 37.7351 105.433 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 37.7351C113.25 37.7351 113.735 37.2503 113.735 36.6522C113.735 36.0541 113.25 35.5692 112.652 35.5692C112.054 35.5692 111.569 36.0541 111.569 36.6522C111.569 37.2503 112.054 37.7351 112.652 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 37.7351C120.47 37.7351 120.955 37.2503 120.955 36.6522C120.955 36.0541 120.47 35.5692 119.872 35.5692C119.274 35.5692 118.789 36.0541 118.789 36.6522C118.789 37.2503 119.274 37.7351 119.872 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 37.7351C124.08 37.7351 124.565 37.2503 124.565 36.6522C124.565 36.0541 124.08 35.5692 123.482 35.5692C122.884 35.5692 122.399 36.0541 122.399 36.6522C122.399 37.2503 122.884 37.7351 123.482 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 37.7351C131.3 37.7351 131.785 37.2503 131.785 36.6522C131.785 36.0541 131.3 35.5692 130.702 35.5692C130.104 35.5692 129.619 36.0541 129.619 36.6522C129.619 37.2503 130.104 37.7351 130.702 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 37.7351C134.91 37.7351 135.394 37.2503 135.394 36.6522C135.394 36.0541 134.91 35.5692 134.311 35.5692C133.713 35.5692 133.229 36.0541 133.229 36.6522C133.229 37.2503 133.713 37.7351 134.311 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 37.7351C149.349 37.7351 149.834 37.2503 149.834 36.6522C149.834 36.0541 149.349 35.5692 148.751 35.5692C148.153 35.5692 147.668 36.0541 147.668 36.6522C147.668 37.2503 148.153 37.7351 148.751 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 41.345C12.1733 41.345 12.6581 40.8601 12.6581 40.262C12.6581 39.6639 12.1733 39.1791 11.5752 39.1791C10.977 39.1791 10.4922 39.6639 10.4922 40.262C10.4922 40.8601 10.977 41.345 11.5752 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 41.345C23.0029 41.345 23.4877 40.8601 23.4877 40.262C23.4877 39.6639 23.0029 39.1791 22.4047 39.1791C21.8066 39.1791 21.3218 39.6639 21.3218 40.262C21.3218 40.8601 21.8066 41.345 22.4047 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 41.345C26.6127 41.345 27.0976 40.8601 27.0976 40.262C27.0976 39.6639 26.6127 39.1791 26.0146 39.1791C25.4165 39.1791 24.9316 39.6639 24.9316 40.262C24.9316 40.8601 25.4165 41.345 26.0146 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 41.345C41.0527 41.345 41.5375 40.8601 41.5375 40.262C41.5375 39.6639 41.0527 39.1791 40.4545 39.1791C39.8564 39.1791 39.3716 39.6639 39.3716 40.262C39.3716 40.8601 39.8564 41.345 40.4545 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 41.345C44.6625 41.345 45.1474 40.8601 45.1474 40.262C45.1474 39.6639 44.6625 39.1791 44.0644 39.1791C43.4663 39.1791 42.9814 39.6639 42.9814 40.262C42.9814 40.8601 43.4663 41.345 44.0644 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 41.345C51.8822 41.345 52.3671 40.8601 52.3671 40.262C52.3671 39.6639 51.8822 39.1791 51.2841 39.1791C50.686 39.1791 50.2012 39.6639 50.2012 40.262C50.2012 40.8601 50.686 41.345 51.2841 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 41.345C55.4921 41.345 55.977 40.8601 55.977 40.262C55.977 39.6639 55.4921 39.1791 54.894 39.1791C54.2959 39.1791 53.811 39.6639 53.811 40.262C53.811 40.8601 54.2959 41.345 54.894 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 41.345C66.3217 41.345 66.8066 40.8601 66.8066 40.262C66.8066 39.6639 66.3217 39.1791 65.7236 39.1791C65.1255 39.1791 64.6406 39.6639 64.6406 40.262C64.6406 40.8601 65.1255 41.345 65.7236 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M76.5532 41.345C77.1513 41.345 77.6361 40.8601 77.6361 40.262C77.6361 39.6639 77.1513 39.1791 76.5532 39.1791C75.9551 39.1791 75.4702 39.6639 75.4702 40.262C75.4702 40.8601 75.9551 41.345 76.5532 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 41.345C84.371 41.345 84.8559 40.8601 84.8559 40.262C84.8559 39.6639 84.371 39.1791 83.7729 39.1791C83.1748 39.1791 82.6899 39.6639 82.6899 40.262C82.6899 40.8601 83.1748 41.345 83.7729 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 41.345C87.9809 41.345 88.4657 40.8601 88.4657 40.262C88.4657 39.6639 87.9809 39.1791 87.3828 39.1791C86.7847 39.1791 86.2998 39.6639 86.2998 40.262C86.2998 40.8601 86.7847 41.345 87.3828 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 41.345C95.2006 41.345 95.6855 40.8601 95.6855 40.262C95.6855 39.6639 95.2006 39.1791 94.6025 39.1791C94.0044 39.1791 93.5195 39.6639 93.5195 40.262C93.5195 40.8601 94.0044 41.345 94.6025 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 41.345C106.031 41.345 106.516 40.8601 106.516 40.262C106.516 39.6639 106.031 39.1791 105.433 39.1791C104.834 39.1791 104.35 39.6639 104.35 40.262C104.35 40.8601 104.834 41.345 105.433 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 41.345C109.641 41.345 110.125 40.8601 110.125 40.262C110.125 39.6639 109.641 39.1791 109.042 39.1791C108.444 39.1791 107.959 39.6639 107.959 40.262C107.959 40.8601 108.444 41.345 109.042 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 41.345C113.25 41.345 113.735 40.8601 113.735 40.262C113.735 39.6639 113.25 39.1791 112.652 39.1791C112.054 39.1791 111.569 39.6639 111.569 40.262C111.569 40.8601 112.054 41.345 112.652 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 41.345C116.86 41.345 117.345 40.8601 117.345 40.262C117.345 39.6639 116.86 39.1791 116.262 39.1791C115.664 39.1791 115.179 39.6639 115.179 40.262C115.179 40.8601 115.664 41.345 116.262 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 41.345C131.3 41.345 131.785 40.8601 131.785 40.262C131.785 39.6639 131.3 39.1791 130.702 39.1791C130.104 39.1791 129.619 39.6639 129.619 40.262C129.619 40.8601 130.104 41.345 130.702 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 41.345C138.519 41.345 139.004 40.8601 139.004 40.262C139.004 39.6639 138.519 39.1791 137.921 39.1791C137.323 39.1791 136.838 39.6639 136.838 40.262C136.838 40.8601 137.323 41.345 137.921 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 41.345C142.129 41.345 142.614 40.8601 142.614 40.262C142.614 39.6639 142.129 39.1791 141.531 39.1791C140.933 39.1791 140.448 39.6639 140.448 40.262C140.448 40.8601 140.933 41.345 141.531 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 41.345C149.349 41.345 149.834 40.8601 149.834 40.262C149.834 39.6639 149.349 39.1791 148.751 39.1791C148.153 39.1791 147.668 39.6639 147.668 40.262C147.668 40.8601 148.153 41.345 148.751 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 41.345C152.959 41.345 153.444 40.8601 153.444 40.262C153.444 39.6639 152.959 39.1791 152.361 39.1791C151.763 39.1791 151.278 39.6639 151.278 40.262C151.278 40.8601 151.763 41.345 152.361 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M7.96529 44.9549C8.5634 44.9549 9.04826 44.47 9.04826 43.8719C9.04826 43.2738 8.5634 42.7889 7.96529 42.7889C7.36718 42.7889 6.88232 43.2738 6.88232 43.8719C6.88232 44.47 7.36718 44.9549 7.96529 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 44.9549C12.1733 44.9549 12.6581 44.47 12.6581 43.8719C12.6581 43.2738 12.1733 42.7889 11.5752 42.7889C10.977 42.7889 10.4922 43.2738 10.4922 43.8719C10.4922 44.47 10.977 44.9549 11.5752 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M15.185 44.9549C15.7831 44.9549 16.268 44.47 16.268 43.8719C16.268 43.2738 15.7831 42.7889 15.185 42.7889C14.5869 42.7889 14.1021 43.2738 14.1021 43.8719C14.1021 44.47 14.5869 44.9549 15.185 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 44.9549C19.393 44.9549 19.8778 44.47 19.8778 43.8719C19.8778 43.2738 19.393 42.7889 18.7949 42.7889C18.1968 42.7889 17.7119 43.2738 17.7119 43.8719C17.7119 44.47 18.1968 44.9549 18.7949 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 44.9549C26.6127 44.9549 27.0976 44.47 27.0976 43.8719C27.0976 43.2738 26.6127 42.7889 26.0146 42.7889C25.4165 42.7889 24.9316 43.2738 24.9316 43.8719C24.9316 44.47 25.4165 44.9549 26.0146 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 44.9549C30.2231 44.9549 30.7079 44.47 30.7079 43.8719C30.7079 43.2738 30.2231 42.7889 29.625 42.7889C29.0269 42.7889 28.542 43.2738 28.542 43.8719C28.542 44.47 29.0269 44.9549 29.625 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 44.9549C41.0527 44.9549 41.5375 44.47 41.5375 43.8719C41.5375 43.2738 41.0527 42.7889 40.4545 42.7889C39.8564 42.7889 39.3716 43.2738 39.3716 43.8719C39.3716 44.47 39.8564 44.9549 40.4545 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 44.9549C48.2724 44.9549 48.7572 44.47 48.7572 43.8719C48.7572 43.2738 48.2724 42.7889 47.6743 42.7889C47.0762 42.7889 46.5913 43.2738 46.5913 43.8719C46.5913 44.47 47.0762 44.9549 47.6743 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 44.9549C62.7118 44.9549 63.1967 44.47 63.1967 43.8719C63.1967 43.2738 62.7118 42.7889 62.1137 42.7889C61.5156 42.7889 61.0308 43.2738 61.0308 43.8719C61.0308 44.47 61.5156 44.9549 62.1137 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 44.9549C69.9316 44.9549 70.4164 44.47 70.4164 43.8719C70.4164 43.2738 69.9316 42.7889 69.3335 42.7889C68.7353 42.7889 68.2505 43.2738 68.2505 43.8719C68.2505 44.47 68.7353 44.9549 69.3335 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M72.9433 44.9549C73.5414 44.9549 74.0263 44.47 74.0263 43.8719C74.0263 43.2738 73.5414 42.7889 72.9433 42.7889C72.3452 42.7889 71.8604 43.2738 71.8604 43.8719C71.8604 44.47 72.3452 44.9549 72.9433 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M76.5532 44.9549C77.1513 44.9549 77.6361 44.47 77.6361 43.8719C77.6361 43.2738 77.1513 42.7889 76.5532 42.7889C75.9551 42.7889 75.4702 43.2738 75.4702 43.8719C75.4702 44.47 75.9551 44.9549 76.5532 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 44.9549C80.7612 44.9549 81.246 44.47 81.246 43.8719C81.246 43.2738 80.7612 42.7889 80.163 42.7889C79.5649 42.7889 79.0801 43.2738 79.0801 43.8719C79.0801 44.47 79.5649 44.9549 80.163 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 44.9549C84.371 44.9549 84.8559 44.47 84.8559 43.8719C84.8559 43.2738 84.371 42.7889 83.7729 42.7889C83.1748 42.7889 82.6899 43.2738 82.6899 43.8719C82.6899 44.47 83.1748 44.9549 83.7729 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 44.9549C95.2006 44.9549 95.6855 44.47 95.6855 43.8719C95.6855 43.2738 95.2006 42.7889 94.6025 42.7889C94.0044 42.7889 93.5195 43.2738 93.5195 43.8719C93.5195 44.47 94.0044 44.9549 94.6025 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 44.9549C102.421 44.9549 102.906 44.47 102.906 43.8719C102.906 43.2738 102.421 42.7889 101.823 42.7889C101.225 42.7889 100.74 43.2738 100.74 43.8719C100.74 44.47 101.225 44.9549 101.823 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 44.9549C106.031 44.9549 106.516 44.47 106.516 43.8719C106.516 43.2738 106.031 42.7889 105.433 42.7889C104.834 42.7889 104.35 43.2738 104.35 43.8719C104.35 44.47 104.834 44.9549 105.433 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 44.9549C109.641 44.9549 110.125 44.47 110.125 43.8719C110.125 43.2738 109.641 42.7889 109.042 42.7889C108.444 42.7889 107.959 43.2738 107.959 43.8719C107.959 44.47 108.444 44.9549 109.042 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 44.9549C116.86 44.9549 117.345 44.47 117.345 43.8719C117.345 43.2738 116.86 42.7889 116.262 42.7889C115.664 42.7889 115.179 43.2738 115.179 43.8719C115.179 44.47 115.664 44.9549 116.262 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 44.9549C124.08 44.9549 124.565 44.47 124.565 43.8719C124.565 43.2738 124.08 42.7889 123.482 42.7889C122.884 42.7889 122.399 43.2738 122.399 43.8719C122.399 44.47 122.884 44.9549 123.482 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 44.9549C149.349 44.9549 149.834 44.47 149.834 43.8719C149.834 43.2738 149.349 42.7889 148.751 42.7889C148.153 42.7889 147.668 43.2738 147.668 43.8719C147.668 44.47 148.153 44.9549 148.751 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 44.9549C152.959 44.9549 153.444 44.47 153.444 43.8719C153.444 43.2738 152.959 42.7889 152.361 42.7889C151.763 42.7889 151.278 43.2738 151.278 43.8719C151.278 44.47 151.763 44.9549 152.361 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 48.5647C23.0029 48.5647 23.4877 48.0799 23.4877 47.4818C23.4877 46.8837 23.0029 46.3988 22.4047 46.3988C21.8066 46.3988 21.3218 46.8837 21.3218 47.4818C21.3218 48.0799 21.8066 48.5647 22.4047 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 48.5647C26.6127 48.5647 27.0976 48.0799 27.0976 47.4818C27.0976 46.8837 26.6127 46.3988 26.0146 46.3988C25.4165 46.3988 24.9316 46.8837 24.9316 47.4818C24.9316 48.0799 25.4165 48.5647 26.0146 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 48.5647C41.0527 48.5647 41.5375 48.0799 41.5375 47.4818C41.5375 46.8837 41.0527 46.3988 40.4545 46.3988C39.8564 46.3988 39.3716 46.8837 39.3716 47.4818C39.3716 48.0799 39.8564 48.5647 40.4545 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 48.5647C44.6625 48.5647 45.1474 48.0799 45.1474 47.4818C45.1474 46.8837 44.6625 46.3988 44.0644 46.3988C43.4663 46.3988 42.9814 46.8837 42.9814 47.4818C42.9814 48.0799 43.4663 48.5647 44.0644 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 48.5647C48.2724 48.5647 48.7572 48.0799 48.7572 47.4818C48.7572 46.8837 48.2724 46.3988 47.6743 46.3988C47.0762 46.3988 46.5913 46.8837 46.5913 47.4818C46.5913 48.0799 47.0762 48.5647 47.6743 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 48.5647C55.4921 48.5647 55.977 48.0799 55.977 47.4818C55.977 46.8837 55.4921 46.3988 54.894 46.3988C54.2959 46.3988 53.811 46.8837 53.811 47.4818C53.811 48.0799 54.2959 48.5647 54.894 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 48.5647C62.7118 48.5647 63.1967 48.0799 63.1967 47.4818C63.1967 46.8837 62.7118 46.3988 62.1137 46.3988C61.5156 46.3988 61.0308 46.8837 61.0308 47.4818C61.0308 48.0799 61.5156 48.5647 62.1137 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 48.5647C69.9316 48.5647 70.4164 48.0799 70.4164 47.4818C70.4164 46.8837 69.9316 46.3988 69.3335 46.3988C68.7353 46.3988 68.2505 46.8837 68.2505 47.4818C68.2505 48.0799 68.7353 48.5647 69.3335 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M72.9433 48.5647C73.5414 48.5647 74.0263 48.0799 74.0263 47.4818C74.0263 46.8837 73.5414 46.3988 72.9433 46.3988C72.3452 46.3988 71.8604 46.8837 71.8604 47.4818C71.8604 48.0799 72.3452 48.5647 72.9433 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 48.5647C80.7612 48.5647 81.246 48.0799 81.246 47.4818C81.246 46.8837 80.7612 46.3988 80.163 46.3988C79.5649 46.3988 79.0801 46.8837 79.0801 47.4818C79.0801 48.0799 79.5649 48.5647 80.163 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 48.5647C91.5907 48.5647 92.0756 48.0799 92.0756 47.4818C92.0756 46.8837 91.5907 46.3988 90.9926 46.3988C90.3945 46.3988 89.9097 46.8837 89.9097 47.4818C89.9097 48.0799 90.3945 48.5647 90.9926 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M98.2128 48.5647C98.811 48.5647 99.2958 48.0799 99.2958 47.4818C99.2958 46.8837 98.811 46.3988 98.2128 46.3988C97.6147 46.3988 97.1299 46.8837 97.1299 47.4818C97.1299 48.0799 97.6147 48.5647 98.2128 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 48.5647C102.421 48.5647 102.906 48.0799 102.906 47.4818C102.906 46.8837 102.421 46.3988 101.823 46.3988C101.225 46.3988 100.74 46.8837 100.74 47.4818C100.74 48.0799 101.225 48.5647 101.823 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 48.5647C109.641 48.5647 110.125 48.0799 110.125 47.4818C110.125 46.8837 109.641 46.3988 109.042 46.3988C108.444 46.3988 107.959 46.8837 107.959 47.4818C107.959 48.0799 108.444 48.5647 109.042 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 48.5647C113.25 48.5647 113.735 48.0799 113.735 47.4818C113.735 46.8837 113.25 46.3988 112.652 46.3988C112.054 46.3988 111.569 46.8837 111.569 47.4818C111.569 48.0799 112.054 48.5647 112.652 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 48.5647C120.47 48.5647 120.955 48.0799 120.955 47.4818C120.955 46.8837 120.47 46.3988 119.872 46.3988C119.274 46.3988 118.789 46.8837 118.789 47.4818C118.789 48.0799 119.274 48.5647 119.872 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 48.5647C124.08 48.5647 124.565 48.0799 124.565 47.4818C124.565 46.8837 124.08 46.3988 123.482 46.3988C122.884 46.3988 122.399 46.8837 122.399 47.4818C122.399 48.0799 122.884 48.5647 123.482 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 48.5647C127.69 48.5647 128.175 48.0799 128.175 47.4818C128.175 46.8837 127.69 46.3988 127.092 46.3988C126.494 46.3988 126.009 46.8837 126.009 47.4818C126.009 48.0799 126.494 48.5647 127.092 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 48.5647C142.129 48.5647 142.614 48.0799 142.614 47.4818C142.614 46.8837 142.129 46.3988 141.531 46.3988C140.933 46.3988 140.448 46.8837 140.448 47.4818C140.448 48.0799 140.933 48.5647 141.531 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 48.5647C149.349 48.5647 149.834 48.0799 149.834 47.4818C149.834 46.8837 149.349 46.3988 148.751 46.3988C148.153 46.3988 147.668 46.8837 147.668 47.4818C147.668 48.0799 148.153 48.5647 148.751 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M7.96529 52.1746C8.5634 52.1746 9.04826 51.6897 9.04826 51.0916C9.04826 50.4935 8.5634 50.0087 7.96529 50.0087C7.36718 50.0087 6.88232 50.4935 6.88232 51.0916C6.88232 51.6897 7.36718 52.1746 7.96529 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 52.1746C19.393 52.1746 19.8778 51.6897 19.8778 51.0916C19.8778 50.4935 19.393 50.0087 18.7949 50.0087C18.1968 50.0087 17.7119 50.4935 17.7119 51.0916C17.7119 51.6897 18.1968 52.1746 18.7949 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 52.1746C30.2231 52.1746 30.7079 51.6897 30.7079 51.0916C30.7079 50.4935 30.2231 50.0087 29.625 50.0087C29.0269 50.0087 28.542 50.4935 28.542 51.0916C28.542 51.6897 29.0269 52.1746 29.625 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M33.2348 52.1746C33.8329 52.1746 34.3178 51.6897 34.3178 51.0916C34.3178 50.4935 33.8329 50.0087 33.2348 50.0087C32.6367 50.0087 32.1519 50.4935 32.1519 51.0916C32.1519 51.6897 32.6367 52.1746 33.2348 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 52.1746C37.4428 52.1746 37.9277 51.6897 37.9277 51.0916C37.9277 50.4935 37.4428 50.0087 36.8447 50.0087C36.2466 50.0087 35.7617 50.4935 35.7617 51.0916C35.7617 51.6897 36.2466 52.1746 36.8447 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 52.1746C48.2724 52.1746 48.7572 51.6897 48.7572 51.0916C48.7572 50.4935 48.2724 50.0087 47.6743 50.0087C47.0762 50.0087 46.5913 50.4935 46.5913 51.0916C46.5913 51.6897 47.0762 52.1746 47.6743 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 52.1746C51.8822 52.1746 52.3671 51.6897 52.3671 51.0916C52.3671 50.4935 51.8822 50.0087 51.2841 50.0087C50.686 50.0087 50.2012 50.4935 50.2012 51.0916C50.2012 51.6897 50.686 52.1746 51.2841 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 52.1746C55.4921 52.1746 55.977 51.6897 55.977 51.0916C55.977 50.4935 55.4921 50.0087 54.894 50.0087C54.2959 50.0087 53.811 50.4935 53.811 51.0916C53.811 51.6897 54.2959 52.1746 54.894 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 52.1746C62.7118 52.1746 63.1967 51.6897 63.1967 51.0916C63.1967 50.4935 62.7118 50.0087 62.1137 50.0087C61.5156 50.0087 61.0308 50.4935 61.0308 51.0916C61.0308 51.6897 61.5156 52.1746 62.1137 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 52.1746C66.3217 52.1746 66.8066 51.6897 66.8066 51.0916C66.8066 50.4935 66.3217 50.0087 65.7236 50.0087C65.1255 50.0087 64.6406 50.4935 64.6406 51.0916C64.6406 51.6897 65.1255 52.1746 65.7236 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 52.1746C84.371 52.1746 84.8559 51.6897 84.8559 51.0916C84.8559 50.4935 84.371 50.0087 83.7729 50.0087C83.1748 50.0087 82.6899 50.4935 82.6899 51.0916C82.6899 51.6897 83.1748 52.1746 83.7729 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 52.1746C87.9809 52.1746 88.4657 51.6897 88.4657 51.0916C88.4657 50.4935 87.9809 50.0087 87.3828 50.0087C86.7847 50.0087 86.2998 50.4935 86.2998 51.0916C86.2998 51.6897 86.7847 52.1746 87.3828 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 52.1746C91.5907 52.1746 92.0756 51.6897 92.0756 51.0916C92.0756 50.4935 91.5907 50.0087 90.9926 50.0087C90.3945 50.0087 89.9097 50.4935 89.9097 51.0916C89.9097 51.6897 90.3945 52.1746 90.9926 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M98.2128 52.1746C98.811 52.1746 99.2958 51.6897 99.2958 51.0916C99.2958 50.4935 98.811 50.0087 98.2128 50.0087C97.6147 50.0087 97.1299 50.4935 97.1299 51.0916C97.1299 51.6897 97.6147 52.1746 98.2128 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 52.1746C113.25 52.1746 113.735 51.6897 113.735 51.0916C113.735 50.4935 113.25 50.0087 112.652 50.0087C112.054 50.0087 111.569 50.4935 111.569 51.0916C111.569 51.6897 112.054 52.1746 112.652 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 52.1746C127.69 52.1746 128.175 51.6897 128.175 51.0916C128.175 50.4935 127.69 50.0087 127.092 50.0087C126.494 50.0087 126.009 50.4935 126.009 51.0916C126.009 51.6897 126.494 52.1746 127.092 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 52.1746C131.3 52.1746 131.785 51.6897 131.785 51.0916C131.785 50.4935 131.3 50.0087 130.702 50.0087C130.104 50.0087 129.619 50.4935 129.619 51.0916C129.619 51.6897 130.104 52.1746 130.702 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 55.7846C23.0029 55.7846 23.4877 55.2997 23.4877 54.7016C23.4877 54.1035 23.0029 53.6187 22.4047 53.6187C21.8066 53.6187 21.3218 54.1035 21.3218 54.7016C21.3218 55.2997 21.8066 55.7846 22.4047 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 55.7846C41.0527 55.7846 41.5375 55.2997 41.5375 54.7016C41.5375 54.1035 41.0527 53.6187 40.4545 53.6187C39.8564 53.6187 39.3716 54.1035 39.3716 54.7016C39.3716 55.2997 39.8564 55.7846 40.4545 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 55.7846C55.4921 55.7846 55.977 55.2997 55.977 54.7016C55.977 54.1035 55.4921 53.6187 54.894 53.6187C54.2959 53.6187 53.811 54.1035 53.811 54.7016C53.811 55.2997 54.2959 55.7846 54.894 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 55.7846C59.102 55.7846 59.5868 55.2997 59.5868 54.7016C59.5868 54.1035 59.102 53.6187 58.5039 53.6187C57.9058 53.6187 57.4209 54.1035 57.4209 54.7016C57.4209 55.2997 57.9058 55.7846 58.5039 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 55.7846C66.3217 55.7846 66.8066 55.2997 66.8066 54.7016C66.8066 54.1035 66.3217 53.6187 65.7236 53.6187C65.1255 53.6187 64.6406 54.1035 64.6406 54.7016C64.6406 55.2997 65.1255 55.7846 65.7236 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 55.7846C84.371 55.7846 84.8559 55.2997 84.8559 54.7016C84.8559 54.1035 84.371 53.6187 83.7729 53.6187C83.1748 53.6187 82.6899 54.1035 82.6899 54.7016C82.6899 55.2997 83.1748 55.7846 83.7729 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 55.7846C95.2006 55.7846 95.6855 55.2997 95.6855 54.7016C95.6855 54.1035 95.2006 53.6187 94.6025 53.6187C94.0044 53.6187 93.5195 54.1035 93.5195 54.7016C93.5195 55.2997 94.0044 55.7846 94.6025 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 55.7846C102.421 55.7846 102.906 55.2997 102.906 54.7016C102.906 54.1035 102.421 53.6187 101.823 53.6187C101.225 53.6187 100.74 54.1035 100.74 54.7016C100.74 55.2997 101.225 55.7846 101.823 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 55.7846C109.641 55.7846 110.125 55.2997 110.125 54.7016C110.125 54.1035 109.641 53.6187 109.042 53.6187C108.444 53.6187 107.959 54.1035 107.959 54.7016C107.959 55.2997 108.444 55.7846 109.042 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 55.7846C113.25 55.7846 113.735 55.2997 113.735 54.7016C113.735 54.1035 113.25 53.6187 112.652 53.6187C112.054 53.6187 111.569 54.1035 111.569 54.7016C111.569 55.2997 112.054 55.7846 112.652 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 55.7846C116.86 55.7846 117.345 55.2997 117.345 54.7016C117.345 54.1035 116.86 53.6187 116.262 53.6187C115.664 53.6187 115.179 54.1035 115.179 54.7016C115.179 55.2997 115.664 55.7846 116.262 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 55.7846C120.47 55.7846 120.955 55.2997 120.955 54.7016C120.955 54.1035 120.47 53.6187 119.872 53.6187C119.274 53.6187 118.789 54.1035 118.789 54.7016C118.789 55.2997 119.274 55.7846 119.872 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 55.7846C124.08 55.7846 124.565 55.2997 124.565 54.7016C124.565 54.1035 124.08 53.6187 123.482 53.6187C122.884 53.6187 122.399 54.1035 122.399 54.7016C122.399 55.2997 122.884 55.7846 123.482 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 55.7846C134.91 55.7846 135.394 55.2997 135.394 54.7016C135.394 54.1035 134.91 53.6187 134.311 53.6187C133.713 53.6187 133.229 54.1035 133.229 54.7016C133.229 55.2997 133.713 55.7846 134.311 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 55.7846C138.519 55.7846 139.004 55.2997 139.004 54.7016C139.004 54.1035 138.519 53.6187 137.921 53.6187C137.323 53.6187 136.838 54.1035 136.838 54.7016C136.838 55.2997 137.323 55.7846 137.921 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M145.141 55.7846C145.739 55.7846 146.224 55.2997 146.224 54.7016C146.224 54.1035 145.739 53.6187 145.141 53.6187C144.543 53.6187 144.058 54.1035 144.058 54.7016C144.058 55.2997 144.543 55.7846 145.141 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 55.7846C152.959 55.7846 153.444 55.2997 153.444 54.7016C153.444 54.1035 152.959 53.6187 152.361 53.6187C151.763 53.6187 151.278 54.1035 151.278 54.7016C151.278 55.2997 151.763 55.7846 152.361 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M7.96529 59.3944C8.5634 59.3944 9.04826 58.9096 9.04826 58.3115C9.04826 57.7134 8.5634 57.2285 7.96529 57.2285C7.36718 57.2285 6.88232 57.7134 6.88232 58.3115C6.88232 58.9096 7.36718 59.3944 7.96529 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M15.185 59.3944C15.7831 59.3944 16.268 58.9096 16.268 58.3115C16.268 57.7134 15.7831 57.2285 15.185 57.2285C14.5869 57.2285 14.1021 57.7134 14.1021 58.3115C14.1021 58.9096 14.5869 59.3944 15.185 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 59.3944C26.6127 59.3944 27.0976 58.9096 27.0976 58.3115C27.0976 57.7134 26.6127 57.2285 26.0146 57.2285C25.4165 57.2285 24.9316 57.7134 24.9316 58.3115C24.9316 58.9096 25.4165 59.3944 26.0146 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 59.3944C30.2231 59.3944 30.7079 58.9096 30.7079 58.3115C30.7079 57.7134 30.2231 57.2285 29.625 57.2285C29.0269 57.2285 28.542 57.7134 28.542 58.3115C28.542 58.9096 29.0269 59.3944 29.625 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 59.3944C37.4428 59.3944 37.9277 58.9096 37.9277 58.3115C37.9277 57.7134 37.4428 57.2285 36.8447 57.2285C36.2466 57.2285 35.7617 57.7134 35.7617 58.3115C35.7617 58.9096 36.2466 59.3944 36.8447 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 59.3944C109.641 59.3944 110.125 58.9096 110.125 58.3115C110.125 57.7134 109.641 57.2285 109.042 57.2285C108.444 57.2285 107.959 57.7134 107.959 58.3115C107.959 58.9096 108.444 59.3944 109.042 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 59.3944C113.25 59.3944 113.735 58.9096 113.735 58.3115C113.735 57.7134 113.25 57.2285 112.652 57.2285C112.054 57.2285 111.569 57.7134 111.569 58.3115C111.569 58.9096 112.054 59.3944 112.652 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 59.3944C124.08 59.3944 124.565 58.9096 124.565 58.3115C124.565 57.7134 124.08 57.2285 123.482 57.2285C122.884 57.2285 122.399 57.7134 122.399 58.3115C122.399 58.9096 122.884 59.3944 123.482 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 59.3944C127.69 59.3944 128.175 58.9096 128.175 58.3115C128.175 57.7134 127.69 57.2285 127.092 57.2285C126.494 57.2285 126.009 57.7134 126.009 58.3115C126.009 58.9096 126.494 59.3944 127.092 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 59.3944C131.3 59.3944 131.785 58.9096 131.785 58.3115C131.785 57.7134 131.3 57.2285 130.702 57.2285C130.104 57.2285 129.619 57.7134 129.619 58.3115C129.619 58.9096 130.104 59.3944 130.702 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 59.3944C142.129 59.3944 142.614 58.9096 142.614 58.3115C142.614 57.7134 142.129 57.2285 141.531 57.2285C140.933 57.2285 140.448 57.7134 140.448 58.3115C140.448 58.9096 140.933 59.3944 141.531 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 59.3944C152.959 59.3944 153.444 58.9096 153.444 58.3115C153.444 57.7134 152.959 57.2285 152.361 57.2285C151.763 57.2285 151.278 57.7134 151.278 58.3115C151.278 58.9096 151.763 59.3944 152.361 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 63.0043C12.1733 63.0043 12.6581 62.5195 12.6581 61.9213C12.6581 61.3232 12.1733 60.8384 11.5752 60.8384C10.977 60.8384 10.4922 61.3232 10.4922 61.9213C10.4922 62.5195 10.977 63.0043 11.5752 63.0043Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 63.0043C26.6127 63.0043 27.0976 62.5195 27.0976 61.9213C27.0976 61.3232 26.6127 60.8384 26.0146 60.8384C25.4165 60.8384 24.9316 61.3232 24.9316 61.9213C24.9316 62.5195 25.4165 63.0043 26.0146 63.0043Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 63.0043C37.4428 63.0043 37.9277 62.5195 37.9277 61.9213C37.9277 61.3232 37.4428 60.8384 36.8447 60.8384C36.2466 60.8384 35.7617 61.3232 35.7617 61.9213C35.7617 62.5195 36.2466 63.0043 36.8447 63.0043Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 63.0043C44.6625 63.0043 45.1474 62.5195 45.1474 61.9213C45.1474 61.3232 44.6625 60.8384 44.0644 60.8384C43.4663 60.8384 42.9814 61.3232 42.9814 61.9213C42.9814 62.5195 43.4663 63.0043 44.0644 63.0043Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 63.0043C48.2724 63.0043 48.7572 62.5195 48.7572 61.9213C48.7572 61.3232 48.2724 60.8384 47.6743 60.8384C47.0762 60.8384 46.5913 61.3232 46.5913 61.9213C46.5913 62.5195 47.0762 63.0043 47.6743 63.0043Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 63.0043C51.8822 63.0043 52.3671 62.5195 52.3671 61.9213C52.3671 61.3232 51.8822 60.8384 51.2841 60.8384C50.686 60.8384 50.2012 61.3232 50.2012 61.9213C50.2012 62.5195 50.686 63.0043 51.2841 63.0043Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 63.0043C113.25 63.0043 113.735 62.5195 113.735 61.9213C113.735 61.3232 113.25 60.8384 112.652 60.8384C112.054 60.8384 111.569 61.3232 111.569 61.9213C111.569 62.5195 112.054 63.0043 112.652 63.0043Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 63.0043C134.91 63.0043 135.394 62.5195 135.394 61.9213C135.394 61.3232 134.91 60.8384 134.311 60.8384C133.713 60.8384 133.229 61.3232 133.229 61.9213C133.229 62.5195 133.713 63.0043 134.311 63.0043Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 63.0043C149.349 63.0043 149.834 62.5195 149.834 61.9213C149.834 61.3232 149.349 60.8384 148.751 60.8384C148.153 60.8384 147.668 61.3232 147.668 61.9213C147.668 62.5195 148.153 63.0043 148.751 63.0043Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 66.6142C23.0029 66.6142 23.4877 66.1293 23.4877 65.5312C23.4877 64.9331 23.0029 64.4482 22.4047 64.4482C21.8066 64.4482 21.3218 64.9331 21.3218 65.5312C21.3218 66.1293 21.8066 66.6142 22.4047 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 66.6142C30.2231 66.6142 30.7079 66.1293 30.7079 65.5312C30.7079 64.9331 30.2231 64.4482 29.625 64.4482C29.0269 64.4482 28.542 64.9331 28.542 65.5312C28.542 66.1293 29.0269 66.6142 29.625 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M33.2348 66.6142C33.8329 66.6142 34.3178 66.1293 34.3178 65.5312C34.3178 64.9331 33.8329 64.4482 33.2348 64.4482C32.6367 64.4482 32.1519 64.9331 32.1519 65.5312C32.1519 66.1293 32.6367 66.6142 33.2348 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 66.6142C44.6625 66.6142 45.1474 66.1293 45.1474 65.5312C45.1474 64.9331 44.6625 64.4482 44.0644 64.4482C43.4663 64.4482 42.9814 64.9331 42.9814 65.5312C42.9814 66.1293 43.4663 66.6142 44.0644 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 66.6142C48.2724 66.6142 48.7572 66.1293 48.7572 65.5312C48.7572 64.9331 48.2724 64.4482 47.6743 64.4482C47.0762 64.4482 46.5913 64.9331 46.5913 65.5312C46.5913 66.1293 47.0762 66.6142 47.6743 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 66.6142C51.8822 66.6142 52.3671 66.1293 52.3671 65.5312C52.3671 64.9331 51.8822 64.4482 51.2841 64.4482C50.686 64.4482 50.2012 64.9331 50.2012 65.5312C50.2012 66.1293 50.686 66.6142 51.2841 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 66.6142C106.031 66.6142 106.516 66.1293 106.516 65.5312C106.516 64.9331 106.031 64.4482 105.433 64.4482C104.834 64.4482 104.35 64.9331 104.35 65.5312C104.35 66.1293 104.834 66.6142 105.433 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 66.6142C113.25 66.6142 113.735 66.1293 113.735 65.5312C113.735 64.9331 113.25 64.4482 112.652 64.4482C112.054 64.4482 111.569 64.9331 111.569 65.5312C111.569 66.1293 112.054 66.6142 112.652 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 66.6142C116.86 66.6142 117.345 66.1293 117.345 65.5312C117.345 64.9331 116.86 64.4482 116.262 64.4482C115.664 64.4482 115.179 64.9331 115.179 65.5312C115.179 66.1293 115.664 66.6142 116.262 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 66.6142C120.47 66.6142 120.955 66.1293 120.955 65.5312C120.955 64.9331 120.47 64.4482 119.872 64.4482C119.274 64.4482 118.789 64.9331 118.789 65.5312C118.789 66.1293 119.274 66.6142 119.872 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 66.6142C134.91 66.6142 135.394 66.1293 135.394 65.5312C135.394 64.9331 134.91 64.4482 134.311 64.4482C133.713 64.4482 133.229 64.9331 133.229 65.5312C133.229 66.1293 133.713 66.6142 134.311 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 66.6142C142.129 66.6142 142.614 66.1293 142.614 65.5312C142.614 64.9331 142.129 64.4482 141.531 64.4482C140.933 64.4482 140.448 64.9331 140.448 65.5312C140.448 66.1293 140.933 66.6142 141.531 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 66.6142C149.349 66.6142 149.834 66.1293 149.834 65.5312C149.834 64.9331 149.349 64.4482 148.751 64.4482C148.153 64.4482 147.668 64.9331 147.668 65.5312C147.668 66.1293 148.153 66.6142 148.751 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 66.6142C152.959 66.6142 153.444 66.1293 153.444 65.5312C153.444 64.9331 152.959 64.4482 152.361 64.4482C151.763 64.4482 151.278 64.9331 151.278 65.5312C151.278 66.1293 151.763 66.6142 152.361 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M7.96529 70.224C8.5634 70.224 9.04826 69.7392 9.04826 69.1411C9.04826 68.543 8.5634 68.0581 7.96529 68.0581C7.36718 68.0581 6.88232 68.543 6.88232 69.1411C6.88232 69.7392 7.36718 70.224 7.96529 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 70.224C19.393 70.224 19.8778 69.7392 19.8778 69.1411C19.8778 68.543 19.393 68.0581 18.7949 68.0581C18.1968 68.0581 17.7119 68.543 17.7119 69.1411C17.7119 69.7392 18.1968 70.224 18.7949 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 70.224C26.6127 70.224 27.0976 69.7392 27.0976 69.1411C27.0976 68.543 26.6127 68.0581 26.0146 68.0581C25.4165 68.0581 24.9316 68.543 24.9316 69.1411C24.9316 69.7392 25.4165 70.224 26.0146 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 70.224C41.0527 70.224 41.5375 69.7392 41.5375 69.1411C41.5375 68.543 41.0527 68.0581 40.4545 68.0581C39.8564 68.0581 39.3716 68.543 39.3716 69.1411C39.3716 69.7392 39.8564 70.224 40.4545 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 70.224C48.2724 70.224 48.7572 69.7392 48.7572 69.1411C48.7572 68.543 48.2724 68.0581 47.6743 68.0581C47.0762 68.0581 46.5913 68.543 46.5913 69.1411C46.5913 69.7392 47.0762 70.224 47.6743 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 70.224C51.8822 70.224 52.3671 69.7392 52.3671 69.1411C52.3671 68.543 51.8822 68.0581 51.2841 68.0581C50.686 68.0581 50.2012 68.543 50.2012 69.1411C50.2012 69.7392 50.686 70.224 51.2841 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 70.224C55.4921 70.224 55.977 69.7392 55.977 69.1411C55.977 68.543 55.4921 68.0581 54.894 68.0581C54.2959 68.0581 53.811 68.543 53.811 69.1411C53.811 69.7392 54.2959 70.224 54.894 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 70.224C106.031 70.224 106.516 69.7392 106.516 69.1411C106.516 68.543 106.031 68.0581 105.433 68.0581C104.834 68.0581 104.35 68.543 104.35 69.1411C104.35 69.7392 104.834 70.224 105.433 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 70.224C109.641 70.224 110.125 69.7392 110.125 69.1411C110.125 68.543 109.641 68.0581 109.042 68.0581C108.444 68.0581 107.959 68.543 107.959 69.1411C107.959 69.7392 108.444 70.224 109.042 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 70.224C116.86 70.224 117.345 69.7392 117.345 69.1411C117.345 68.543 116.86 68.0581 116.262 68.0581C115.664 68.0581 115.179 68.543 115.179 69.1411C115.179 69.7392 115.664 70.224 116.262 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 70.224C120.47 70.224 120.955 69.7392 120.955 69.1411C120.955 68.543 120.47 68.0581 119.872 68.0581C119.274 68.0581 118.789 68.543 118.789 69.1411C118.789 69.7392 119.274 70.224 119.872 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 70.224C127.69 70.224 128.175 69.7392 128.175 69.1411C128.175 68.543 127.69 68.0581 127.092 68.0581C126.494 68.0581 126.009 68.543 126.009 69.1411C126.009 69.7392 126.494 70.224 127.092 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 70.224C131.3 70.224 131.785 69.7392 131.785 69.1411C131.785 68.543 131.3 68.0581 130.702 68.0581C130.104 68.0581 129.619 68.543 129.619 69.1411C129.619 69.7392 130.104 70.224 130.702 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 70.224C134.91 70.224 135.394 69.7392 135.394 69.1411C135.394 68.543 134.91 68.0581 134.311 68.0581C133.713 68.0581 133.229 68.543 133.229 69.1411C133.229 69.7392 133.713 70.224 134.311 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 70.224C138.519 70.224 139.004 69.7392 139.004 69.1411C139.004 68.543 138.519 68.0581 137.921 68.0581C137.323 68.0581 136.838 68.543 136.838 69.1411C136.838 69.7392 137.323 70.224 137.921 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 70.224C142.129 70.224 142.614 69.7392 142.614 69.1411C142.614 68.543 142.129 68.0581 141.531 68.0581C140.933 68.0581 140.448 68.543 140.448 69.1411C140.448 69.7392 140.933 70.224 141.531 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 70.224C152.959 70.224 153.444 69.7392 153.444 69.1411C153.444 68.543 152.959 68.0581 152.361 68.0581C151.763 68.0581 151.278 68.543 151.278 69.1411C151.278 69.7392 151.763 70.224 152.361 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 73.834C12.1733 73.834 12.6581 73.3492 12.6581 72.7511C12.6581 72.153 12.1733 71.6681 11.5752 71.6681C10.977 71.6681 10.4922 72.153 10.4922 72.7511C10.4922 73.3492 10.977 73.834 11.5752 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M15.185 73.834C15.7831 73.834 16.268 73.3492 16.268 72.7511C16.268 72.153 15.7831 71.6681 15.185 71.6681C14.5869 71.6681 14.1021 72.153 14.1021 72.7511C14.1021 73.3492 14.5869 73.834 15.185 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 73.834C19.393 73.834 19.8778 73.3492 19.8778 72.7511C19.8778 72.153 19.393 71.6681 18.7949 71.6681C18.1968 71.6681 17.7119 72.153 17.7119 72.7511C17.7119 73.3492 18.1968 73.834 18.7949 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 73.834C26.6127 73.834 27.0976 73.3492 27.0976 72.7511C27.0976 72.153 26.6127 71.6681 26.0146 71.6681C25.4165 71.6681 24.9316 72.153 24.9316 72.7511C24.9316 73.3492 25.4165 73.834 26.0146 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 73.834C30.2231 73.834 30.7079 73.3492 30.7079 72.7511C30.7079 72.153 30.2231 71.6681 29.625 71.6681C29.0269 71.6681 28.542 72.153 28.542 72.7511C28.542 73.3492 29.0269 73.834 29.625 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 73.834C51.8822 73.834 52.3671 73.3492 52.3671 72.7511C52.3671 72.153 51.8822 71.6681 51.2841 71.6681C50.686 71.6681 50.2012 72.153 50.2012 72.7511C50.2012 73.3492 50.686 73.834 51.2841 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 73.834C55.4921 73.834 55.977 73.3492 55.977 72.7511C55.977 72.153 55.4921 71.6681 54.894 71.6681C54.2959 71.6681 53.811 72.153 53.811 72.7511C53.811 73.3492 54.2959 73.834 54.894 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 73.834C106.031 73.834 106.516 73.3492 106.516 72.7511C106.516 72.153 106.031 71.6681 105.433 71.6681C104.834 71.6681 104.35 72.153 104.35 72.7511C104.35 73.3492 104.834 73.834 105.433 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 73.834C109.641 73.834 110.125 73.3492 110.125 72.7511C110.125 72.153 109.641 71.6681 109.042 71.6681C108.444 71.6681 107.959 72.153 107.959 72.7511C107.959 73.3492 108.444 73.834 109.042 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 73.834C113.25 73.834 113.735 73.3492 113.735 72.7511C113.735 72.153 113.25 71.6681 112.652 71.6681C112.054 71.6681 111.569 72.153 111.569 72.7511C111.569 73.3492 112.054 73.834 112.652 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 73.834C124.08 73.834 124.565 73.3492 124.565 72.7511C124.565 72.153 124.08 71.6681 123.482 71.6681C122.884 71.6681 122.399 72.153 122.399 72.7511C122.399 73.3492 122.884 73.834 123.482 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 73.834C134.91 73.834 135.394 73.3492 135.394 72.7511C135.394 72.153 134.91 71.6681 134.311 71.6681C133.713 71.6681 133.229 72.153 133.229 72.7511C133.229 73.3492 133.713 73.834 134.311 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 73.834C142.129 73.834 142.614 73.3492 142.614 72.7511C142.614 72.153 142.129 71.6681 141.531 71.6681C140.933 71.6681 140.448 72.153 140.448 72.7511C140.448 73.3492 140.933 73.834 141.531 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M145.141 73.834C145.739 73.834 146.224 73.3492 146.224 72.7511C146.224 72.153 145.739 71.6681 145.141 71.6681C144.543 71.6681 144.058 72.153 144.058 72.7511C144.058 73.3492 144.543 73.834 145.141 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 73.834C152.959 73.834 153.444 73.3492 153.444 72.7511C153.444 72.153 152.959 71.6681 152.361 71.6681C151.763 71.6681 151.278 72.153 151.278 72.7511C151.278 73.3492 151.763 73.834 152.361 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M15.185 77.4439C15.7831 77.4439 16.268 76.959 16.268 76.3609C16.268 75.7628 15.7831 75.278 15.185 75.278C14.5869 75.278 14.1021 75.7628 14.1021 76.3609C14.1021 76.959 14.5869 77.4439 15.185 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 77.4439C19.393 77.4439 19.8778 76.959 19.8778 76.3609C19.8778 75.7628 19.393 75.278 18.7949 75.278C18.1968 75.278 17.7119 75.7628 17.7119 76.3609C17.7119 76.959 18.1968 77.4439 18.7949 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 77.4439C23.0029 77.4439 23.4877 76.959 23.4877 76.3609C23.4877 75.7628 23.0029 75.278 22.4047 75.278C21.8066 75.278 21.3218 75.7628 21.3218 76.3609C21.3218 76.959 21.8066 77.4439 22.4047 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 77.4439C26.6127 77.4439 27.0976 76.959 27.0976 76.3609C27.0976 75.7628 26.6127 75.278 26.0146 75.278C25.4165 75.278 24.9316 75.7628 24.9316 76.3609C24.9316 76.959 25.4165 77.4439 26.0146 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M33.2348 77.4439C33.8329 77.4439 34.3178 76.959 34.3178 76.3609C34.3178 75.7628 33.8329 75.278 33.2348 75.278C32.6367 75.278 32.1519 75.7628 32.1519 76.3609C32.1519 76.959 32.6367 77.4439 33.2348 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 77.4439C37.4428 77.4439 37.9277 76.959 37.9277 76.3609C37.9277 75.7628 37.4428 75.278 36.8447 75.278C36.2466 75.278 35.7617 75.7628 35.7617 76.3609C35.7617 76.959 36.2466 77.4439 36.8447 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 77.4439C44.6625 77.4439 45.1474 76.959 45.1474 76.3609C45.1474 75.7628 44.6625 75.278 44.0644 75.278C43.4663 75.278 42.9814 75.7628 42.9814 76.3609C42.9814 76.959 43.4663 77.4439 44.0644 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 77.4439C55.4921 77.4439 55.977 76.959 55.977 76.3609C55.977 75.7628 55.4921 75.278 54.894 75.278C54.2959 75.278 53.811 75.7628 53.811 76.3609C53.811 76.959 54.2959 77.4439 54.894 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 77.4439C106.031 77.4439 106.516 76.959 106.516 76.3609C106.516 75.7628 106.031 75.278 105.433 75.278C104.834 75.278 104.35 75.7628 104.35 76.3609C104.35 76.959 104.834 77.4439 105.433 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 77.4439C113.25 77.4439 113.735 76.959 113.735 76.3609C113.735 75.7628 113.25 75.278 112.652 75.278C112.054 75.278 111.569 75.7628 111.569 76.3609C111.569 76.959 112.054 77.4439 112.652 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 77.4439C116.86 77.4439 117.345 76.959 117.345 76.3609C117.345 75.7628 116.86 75.278 116.262 75.278C115.664 75.278 115.179 75.7628 115.179 76.3609C115.179 76.959 115.664 77.4439 116.262 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 77.4439C124.08 77.4439 124.565 76.959 124.565 76.3609C124.565 75.7628 124.08 75.278 123.482 75.278C122.884 75.278 122.399 75.7628 122.399 76.3609C122.399 76.959 122.884 77.4439 123.482 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 77.4439C127.69 77.4439 128.175 76.959 128.175 76.3609C128.175 75.7628 127.69 75.278 127.092 75.278C126.494 75.278 126.009 75.7628 126.009 76.3609C126.009 76.959 126.494 77.4439 127.092 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 77.4439C131.3 77.4439 131.785 76.959 131.785 76.3609C131.785 75.7628 131.3 75.278 130.702 75.278C130.104 75.278 129.619 75.7628 129.619 76.3609C129.619 76.959 130.104 77.4439 130.702 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 77.4439C134.91 77.4439 135.394 76.959 135.394 76.3609C135.394 75.7628 134.91 75.278 134.311 75.278C133.713 75.278 133.229 75.7628 133.229 76.3609C133.229 76.959 133.713 77.4439 134.311 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 81.0538C19.393 81.0538 19.8778 80.5689 19.8778 79.9708C19.8778 79.3727 19.393 78.8878 18.7949 78.8878C18.1968 78.8878 17.7119 79.3727 17.7119 79.9708C17.7119 80.5689 18.1968 81.0538 18.7949 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 81.0538C23.0029 81.0538 23.4877 80.5689 23.4877 79.9708C23.4877 79.3727 23.0029 78.8878 22.4047 78.8878C21.8066 78.8878 21.3218 79.3727 21.3218 79.9708C21.3218 80.5689 21.8066 81.0538 22.4047 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 81.0538C30.2231 81.0538 30.7079 80.5689 30.7079 79.9708C30.7079 79.3727 30.2231 78.8878 29.625 78.8878C29.0269 78.8878 28.542 79.3727 28.542 79.9708C28.542 80.5689 29.0269 81.0538 29.625 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M33.2348 81.0538C33.8329 81.0538 34.3178 80.5689 34.3178 79.9708C34.3178 79.3727 33.8329 78.8878 33.2348 78.8878C32.6367 78.8878 32.1519 79.3727 32.1519 79.9708C32.1519 80.5689 32.6367 81.0538 33.2348 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 81.0538C37.4428 81.0538 37.9277 80.5689 37.9277 79.9708C37.9277 79.3727 37.4428 78.8878 36.8447 78.8878C36.2466 78.8878 35.7617 79.3727 35.7617 79.9708C35.7617 80.5689 36.2466 81.0538 36.8447 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 81.0538C41.0527 81.0538 41.5375 80.5689 41.5375 79.9708C41.5375 79.3727 41.0527 78.8878 40.4545 78.8878C39.8564 78.8878 39.3716 79.3727 39.3716 79.9708C39.3716 80.5689 39.8564 81.0538 40.4545 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 81.0538C51.8822 81.0538 52.3671 80.5689 52.3671 79.9708C52.3671 79.3727 51.8822 78.8878 51.2841 78.8878C50.686 78.8878 50.2012 79.3727 50.2012 79.9708C50.2012 80.5689 50.686 81.0538 51.2841 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 81.0538C55.4921 81.0538 55.977 80.5689 55.977 79.9708C55.977 79.3727 55.4921 78.8878 54.894 78.8878C54.2959 78.8878 53.811 79.3727 53.811 79.9708C53.811 80.5689 54.2959 81.0538 54.894 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 81.0538C116.86 81.0538 117.345 80.5689 117.345 79.9708C117.345 79.3727 116.86 78.8878 116.262 78.8878C115.664 78.8878 115.179 79.3727 115.179 79.9708C115.179 80.5689 115.664 81.0538 116.262 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 81.0538C120.47 81.0538 120.955 80.5689 120.955 79.9708C120.955 79.3727 120.47 78.8878 119.872 78.8878C119.274 78.8878 118.789 79.3727 118.789 79.9708C118.789 80.5689 119.274 81.0538 119.872 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 81.0538C127.69 81.0538 128.175 80.5689 128.175 79.9708C128.175 79.3727 127.69 78.8878 127.092 78.8878C126.494 78.8878 126.009 79.3727 126.009 79.9708C126.009 80.5689 126.494 81.0538 127.092 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 81.0538C138.519 81.0538 139.004 80.5689 139.004 79.9708C139.004 79.3727 138.519 78.8878 137.921 78.8878C137.323 78.8878 136.838 79.3727 136.838 79.9708C136.838 80.5689 137.323 81.0538 137.921 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 81.0538C142.129 81.0538 142.614 80.5689 142.614 79.9708C142.614 79.3727 142.129 78.8878 141.531 78.8878C140.933 78.8878 140.448 79.3727 140.448 79.9708C140.448 80.5689 140.933 81.0538 141.531 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M7.96529 84.6636C8.5634 84.6636 9.04826 84.1788 9.04826 83.5806C9.04826 82.9825 8.5634 82.4977 7.96529 82.4977C7.36718 82.4977 6.88232 82.9825 6.88232 83.5806C6.88232 84.1788 7.36718 84.6636 7.96529 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M15.185 84.6636C15.7831 84.6636 16.268 84.1788 16.268 83.5806C16.268 82.9825 15.7831 82.4977 15.185 82.4977C14.5869 82.4977 14.1021 82.9825 14.1021 83.5806C14.1021 84.1788 14.5869 84.6636 15.185 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 84.6636C19.393 84.6636 19.8778 84.1788 19.8778 83.5806C19.8778 82.9825 19.393 82.4977 18.7949 82.4977C18.1968 82.4977 17.7119 82.9825 17.7119 83.5806C17.7119 84.1788 18.1968 84.6636 18.7949 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 84.6636C23.0029 84.6636 23.4877 84.1788 23.4877 83.5806C23.4877 82.9825 23.0029 82.4977 22.4047 82.4977C21.8066 82.4977 21.3218 82.9825 21.3218 83.5806C21.3218 84.1788 21.8066 84.6636 22.4047 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 84.6636C26.6127 84.6636 27.0976 84.1788 27.0976 83.5806C27.0976 82.9825 26.6127 82.4977 26.0146 82.4977C25.4165 82.4977 24.9316 82.9825 24.9316 83.5806C24.9316 84.1788 25.4165 84.6636 26.0146 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M33.2348 84.6636C33.8329 84.6636 34.3178 84.1788 34.3178 83.5806C34.3178 82.9825 33.8329 82.4977 33.2348 82.4977C32.6367 82.4977 32.1519 82.9825 32.1519 83.5806C32.1519 84.1788 32.6367 84.6636 33.2348 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 84.6636C41.0527 84.6636 41.5375 84.1788 41.5375 83.5806C41.5375 82.9825 41.0527 82.4977 40.4545 82.4977C39.8564 82.4977 39.3716 82.9825 39.3716 83.5806C39.3716 84.1788 39.8564 84.6636 40.4545 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 84.6636C44.6625 84.6636 45.1474 84.1788 45.1474 83.5806C45.1474 82.9825 44.6625 82.4977 44.0644 82.4977C43.4663 82.4977 42.9814 82.9825 42.9814 83.5806C42.9814 84.1788 43.4663 84.6636 44.0644 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 84.6636C106.031 84.6636 106.516 84.1788 106.516 83.5806C106.516 82.9825 106.031 82.4977 105.433 82.4977C104.834 82.4977 104.35 82.9825 104.35 83.5806C104.35 84.1788 104.834 84.6636 105.433 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 84.6636C109.641 84.6636 110.125 84.1788 110.125 83.5806C110.125 82.9825 109.641 82.4977 109.042 82.4977C108.444 82.4977 107.959 82.9825 107.959 83.5806C107.959 84.1788 108.444 84.6636 109.042 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 84.6636C113.25 84.6636 113.735 84.1788 113.735 83.5806C113.735 82.9825 113.25 82.4977 112.652 82.4977C112.054 82.4977 111.569 82.9825 111.569 83.5806C111.569 84.1788 112.054 84.6636 112.652 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 84.6636C131.3 84.6636 131.785 84.1788 131.785 83.5806C131.785 82.9825 131.3 82.4977 130.702 82.4977C130.104 82.4977 129.619 82.9825 129.619 83.5806C129.619 84.1788 130.104 84.6636 130.702 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 84.6636C138.519 84.6636 139.004 84.1788 139.004 83.5806C139.004 82.9825 138.519 82.4977 137.921 82.4977C137.323 82.4977 136.838 82.9825 136.838 83.5806C136.838 84.1788 137.323 84.6636 137.921 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 84.6636C142.129 84.6636 142.614 84.1788 142.614 83.5806C142.614 82.9825 142.129 82.4977 141.531 82.4977C140.933 82.4977 140.448 82.9825 140.448 83.5806C140.448 84.1788 140.933 84.6636 141.531 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M145.141 84.6636C145.739 84.6636 146.224 84.1788 146.224 83.5806C146.224 82.9825 145.739 82.4977 145.141 82.4977C144.543 82.4977 144.058 82.9825 144.058 83.5806C144.058 84.1788 144.543 84.6636 145.141 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 84.6636C152.959 84.6636 153.444 84.1788 153.444 83.5806C153.444 82.9825 152.959 82.4977 152.361 82.4977C151.763 82.4977 151.278 82.9825 151.278 83.5806C151.278 84.1788 151.763 84.6636 152.361 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M7.96529 88.2736C8.5634 88.2736 9.04826 87.7887 9.04826 87.1906C9.04826 86.5925 8.5634 86.1077 7.96529 86.1077C7.36718 86.1077 6.88232 86.5925 6.88232 87.1906C6.88232 87.7887 7.36718 88.2736 7.96529 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 88.2736C12.1733 88.2736 12.6581 87.7887 12.6581 87.1906C12.6581 86.5925 12.1733 86.1077 11.5752 86.1077C10.977 86.1077 10.4922 86.5925 10.4922 87.1906C10.4922 87.7887 10.977 88.2736 11.5752 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 88.2736C26.6127 88.2736 27.0976 87.7887 27.0976 87.1906C27.0976 86.5925 26.6127 86.1077 26.0146 86.1077C25.4165 86.1077 24.9316 86.5925 24.9316 87.1906C24.9316 87.7887 25.4165 88.2736 26.0146 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 88.2736C30.2231 88.2736 30.7079 87.7887 30.7079 87.1906C30.7079 86.5925 30.2231 86.1077 29.625 86.1077C29.0269 86.1077 28.542 86.5925 28.542 87.1906C28.542 87.7887 29.0269 88.2736 29.625 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M33.2348 88.2736C33.8329 88.2736 34.3178 87.7887 34.3178 87.1906C34.3178 86.5925 33.8329 86.1077 33.2348 86.1077C32.6367 86.1077 32.1519 86.5925 32.1519 87.1906C32.1519 87.7887 32.6367 88.2736 33.2348 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 88.2736C44.6625 88.2736 45.1474 87.7887 45.1474 87.1906C45.1474 86.5925 44.6625 86.1077 44.0644 86.1077C43.4663 86.1077 42.9814 86.5925 42.9814 87.1906C42.9814 87.7887 43.4663 88.2736 44.0644 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 88.2736C51.8822 88.2736 52.3671 87.7887 52.3671 87.1906C52.3671 86.5925 51.8822 86.1077 51.2841 86.1077C50.686 86.1077 50.2012 86.5925 50.2012 87.1906C50.2012 87.7887 50.686 88.2736 51.2841 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 88.2736C106.031 88.2736 106.516 87.7887 106.516 87.1906C106.516 86.5925 106.031 86.1077 105.433 86.1077C104.834 86.1077 104.35 86.5925 104.35 87.1906C104.35 87.7887 104.834 88.2736 105.433 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 88.2736C116.86 88.2736 117.345 87.7887 117.345 87.1906C117.345 86.5925 116.86 86.1077 116.262 86.1077C115.664 86.1077 115.179 86.5925 115.179 87.1906C115.179 87.7887 115.664 88.2736 116.262 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 88.2736C124.08 88.2736 124.565 87.7887 124.565 87.1906C124.565 86.5925 124.08 86.1077 123.482 86.1077C122.884 86.1077 122.399 86.5925 122.399 87.1906C122.399 87.7887 122.884 88.2736 123.482 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 88.2736C134.91 88.2736 135.394 87.7887 135.394 87.1906C135.394 86.5925 134.91 86.1077 134.311 86.1077C133.713 86.1077 133.229 86.5925 133.229 87.1906C133.229 87.7887 133.713 88.2736 134.311 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M145.141 88.2736C145.739 88.2736 146.224 87.7887 146.224 87.1906C146.224 86.5925 145.739 86.1077 145.141 86.1077C144.543 86.1077 144.058 86.5925 144.058 87.1906C144.058 87.7887 144.543 88.2736 145.141 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 88.2736C152.959 88.2736 153.444 87.7887 153.444 87.1906C153.444 86.5925 152.959 86.1077 152.361 86.1077C151.763 86.1077 151.278 86.5925 151.278 87.1906C151.278 87.7887 151.763 88.2736 152.361 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 91.8835C12.1733 91.8835 12.6581 91.3986 12.6581 90.8005C12.6581 90.2024 12.1733 89.7175 11.5752 89.7175C10.977 89.7175 10.4922 90.2024 10.4922 90.8005C10.4922 91.3986 10.977 91.8835 11.5752 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M15.185 91.8835C15.7831 91.8835 16.268 91.3986 16.268 90.8005C16.268 90.2024 15.7831 89.7175 15.185 89.7175C14.5869 89.7175 14.1021 90.2024 14.1021 90.8005C14.1021 91.3986 14.5869 91.8835 15.185 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 91.8835C19.393 91.8835 19.8778 91.3986 19.8778 90.8005C19.8778 90.2024 19.393 89.7175 18.7949 89.7175C18.1968 89.7175 17.7119 90.2024 17.7119 90.8005C17.7119 91.3986 18.1968 91.8835 18.7949 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 91.8835C26.6127 91.8835 27.0976 91.3986 27.0976 90.8005C27.0976 90.2024 26.6127 89.7175 26.0146 89.7175C25.4165 89.7175 24.9316 90.2024 24.9316 90.8005C24.9316 91.3986 25.4165 91.8835 26.0146 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M33.2348 91.8835C33.8329 91.8835 34.3178 91.3986 34.3178 90.8005C34.3178 90.2024 33.8329 89.7175 33.2348 89.7175C32.6367 89.7175 32.1519 90.2024 32.1519 90.8005C32.1519 91.3986 32.6367 91.8835 33.2348 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 91.8835C44.6625 91.8835 45.1474 91.3986 45.1474 90.8005C45.1474 90.2024 44.6625 89.7175 44.0644 89.7175C43.4663 89.7175 42.9814 90.2024 42.9814 90.8005C42.9814 91.3986 43.4663 91.8835 44.0644 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 91.8835C55.4921 91.8835 55.977 91.3986 55.977 90.8005C55.977 90.2024 55.4921 89.7175 54.894 89.7175C54.2959 89.7175 53.811 90.2024 53.811 90.8005C53.811 91.3986 54.2959 91.8835 54.894 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 91.8835C106.031 91.8835 106.516 91.3986 106.516 90.8005C106.516 90.2024 106.031 89.7175 105.433 89.7175C104.834 89.7175 104.35 90.2024 104.35 90.8005C104.35 91.3986 104.834 91.8835 105.433 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 91.8835C113.25 91.8835 113.735 91.3986 113.735 90.8005C113.735 90.2024 113.25 89.7175 112.652 89.7175C112.054 89.7175 111.569 90.2024 111.569 90.8005C111.569 91.3986 112.054 91.8835 112.652 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 91.8835C116.86 91.8835 117.345 91.3986 117.345 90.8005C117.345 90.2024 116.86 89.7175 116.262 89.7175C115.664 89.7175 115.179 90.2024 115.179 90.8005C115.179 91.3986 115.664 91.8835 116.262 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 91.8835C124.08 91.8835 124.565 91.3986 124.565 90.8005C124.565 90.2024 124.08 89.7175 123.482 89.7175C122.884 89.7175 122.399 90.2024 122.399 90.8005C122.399 91.3986 122.884 91.8835 123.482 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 91.8835C134.91 91.8835 135.394 91.3986 135.394 90.8005C135.394 90.2024 134.91 89.7175 134.311 89.7175C133.713 89.7175 133.229 90.2024 133.229 90.8005C133.229 91.3986 133.713 91.8835 134.311 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 91.8835C149.349 91.8835 149.834 91.3986 149.834 90.8005C149.834 90.2024 149.349 89.7175 148.751 89.7175C148.153 89.7175 147.668 90.2024 147.668 90.8005C147.668 91.3986 148.153 91.8835 148.751 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 91.8835C152.959 91.8835 153.444 91.3986 153.444 90.8005C153.444 90.2024 152.959 89.7175 152.361 89.7175C151.763 89.7175 151.278 90.2024 151.278 90.8005C151.278 91.3986 151.763 91.8835 152.361 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 95.4933C12.1733 95.4933 12.6581 95.0085 12.6581 94.4104C12.6581 93.8123 12.1733 93.3274 11.5752 93.3274C10.977 93.3274 10.4922 93.8123 10.4922 94.4104C10.4922 95.0085 10.977 95.4933 11.5752 95.4933Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 95.4933C26.6127 95.4933 27.0976 95.0085 27.0976 94.4104C27.0976 93.8123 26.6127 93.3274 26.0146 93.3274C25.4165 93.3274 24.9316 93.8123 24.9316 94.4104C24.9316 95.0085 25.4165 95.4933 26.0146 95.4933Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 95.4933C30.2231 95.4933 30.7079 95.0085 30.7079 94.4104C30.7079 93.8123 30.2231 93.3274 29.625 93.3274C29.0269 93.3274 28.542 93.8123 28.542 94.4104C28.542 95.0085 29.0269 95.4933 29.625 95.4933Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 95.4933C41.0527 95.4933 41.5375 95.0085 41.5375 94.4104C41.5375 93.8123 41.0527 93.3274 40.4545 93.3274C39.8564 93.3274 39.3716 93.8123 39.3716 94.4104C39.3716 95.0085 39.8564 95.4933 40.4545 95.4933Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 95.4933C51.8822 95.4933 52.3671 95.0085 52.3671 94.4104C52.3671 93.8123 51.8822 93.3274 51.2841 93.3274C50.686 93.3274 50.2012 93.8123 50.2012 94.4104C50.2012 95.0085 50.686 95.4933 51.2841 95.4933Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 95.4933C113.25 95.4933 113.735 95.0085 113.735 94.4104C113.735 93.8123 113.25 93.3274 112.652 93.3274C112.054 93.3274 111.569 93.8123 111.569 94.4104C111.569 95.0085 112.054 95.4933 112.652 95.4933Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 95.4933C120.47 95.4933 120.955 95.0085 120.955 94.4104C120.955 93.8123 120.47 93.3274 119.872 93.3274C119.274 93.3274 118.789 93.8123 118.789 94.4104C118.789 95.0085 119.274 95.4933 119.872 95.4933Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 95.4933C124.08 95.4933 124.565 95.0085 124.565 94.4104C124.565 93.8123 124.08 93.3274 123.482 93.3274C122.884 93.3274 122.399 93.8123 122.399 94.4104C122.399 95.0085 122.884 95.4933 123.482 95.4933Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 95.4933C127.69 95.4933 128.175 95.0085 128.175 94.4104C128.175 93.8123 127.69 93.3274 127.092 93.3274C126.494 93.3274 126.009 93.8123 126.009 94.4104C126.009 95.0085 126.494 95.4933 127.092 95.4933Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 99.1032C12.1733 99.1032 12.6581 98.6183 12.6581 98.0202C12.6581 97.4221 12.1733 96.9373 11.5752 96.9373C10.977 96.9373 10.4922 97.4221 10.4922 98.0202C10.4922 98.6183 10.977 99.1032 11.5752 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M15.185 99.1032C15.7831 99.1032 16.268 98.6183 16.268 98.0202C16.268 97.4221 15.7831 96.9373 15.185 96.9373C14.5869 96.9373 14.1021 97.4221 14.1021 98.0202C14.1021 98.6183 14.5869 99.1032 15.185 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 99.1032C26.6127 99.1032 27.0976 98.6183 27.0976 98.0202C27.0976 97.4221 26.6127 96.9373 26.0146 96.9373C25.4165 96.9373 24.9316 97.4221 24.9316 98.0202C24.9316 98.6183 25.4165 99.1032 26.0146 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 99.1032C37.4428 99.1032 37.9277 98.6183 37.9277 98.0202C37.9277 97.4221 37.4428 96.9373 36.8447 96.9373C36.2466 96.9373 35.7617 97.4221 35.7617 98.0202C35.7617 98.6183 36.2466 99.1032 36.8447 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 99.1032C48.2724 99.1032 48.7572 98.6183 48.7572 98.0202C48.7572 97.4221 48.2724 96.9373 47.6743 96.9373C47.0762 96.9373 46.5913 97.4221 46.5913 98.0202C46.5913 98.6183 47.0762 99.1032 47.6743 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 99.1032C55.4921 99.1032 55.977 98.6183 55.977 98.0202C55.977 97.4221 55.4921 96.9373 54.894 96.9373C54.2959 96.9373 53.811 97.4221 53.811 98.0202C53.811 98.6183 54.2959 99.1032 54.894 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 99.1032C106.031 99.1032 106.516 98.6183 106.516 98.0202C106.516 97.4221 106.031 96.9373 105.433 96.9373C104.834 96.9373 104.35 97.4221 104.35 98.0202C104.35 98.6183 104.834 99.1032 105.433 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 99.1032C109.641 99.1032 110.125 98.6183 110.125 98.0202C110.125 97.4221 109.641 96.9373 109.042 96.9373C108.444 96.9373 107.959 97.4221 107.959 98.0202C107.959 98.6183 108.444 99.1032 109.042 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 99.1032C113.25 99.1032 113.735 98.6183 113.735 98.0202C113.735 97.4221 113.25 96.9373 112.652 96.9373C112.054 96.9373 111.569 97.4221 111.569 98.0202C111.569 98.6183 112.054 99.1032 112.652 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 99.1032C116.86 99.1032 117.345 98.6183 117.345 98.0202C117.345 97.4221 116.86 96.9373 116.262 96.9373C115.664 96.9373 115.179 97.4221 115.179 98.0202C115.179 98.6183 115.664 99.1032 116.262 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 99.1032C124.08 99.1032 124.565 98.6183 124.565 98.0202C124.565 97.4221 124.08 96.9373 123.482 96.9373C122.884 96.9373 122.399 97.4221 122.399 98.0202C122.399 98.6183 122.884 99.1032 123.482 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 99.1032C127.69 99.1032 128.175 98.6183 128.175 98.0202C128.175 97.4221 127.69 96.9373 127.092 96.9373C126.494 96.9373 126.009 97.4221 126.009 98.0202C126.009 98.6183 126.494 99.1032 127.092 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 99.1032C131.3 99.1032 131.785 98.6183 131.785 98.0202C131.785 97.4221 131.3 96.9373 130.702 96.9373C130.104 96.9373 129.619 97.4221 129.619 98.0202C129.619 98.6183 130.104 99.1032 130.702 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 99.1032C134.91 99.1032 135.394 98.6183 135.394 98.0202C135.394 97.4221 134.91 96.9373 134.311 96.9373C133.713 96.9373 133.229 97.4221 133.229 98.0202C133.229 98.6183 133.713 99.1032 134.311 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 99.1032C138.519 99.1032 139.004 98.6183 139.004 98.0202C139.004 97.4221 138.519 96.9373 137.921 96.9373C137.323 96.9373 136.838 97.4221 136.838 98.0202C136.838 98.6183 137.323 99.1032 137.921 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M145.141 99.1032C145.739 99.1032 146.224 98.6183 146.224 98.0202C146.224 97.4221 145.739 96.9373 145.141 96.9373C144.543 96.9373 144.058 97.4221 144.058 98.0202C144.058 98.6183 144.543 99.1032 145.141 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 99.1032C152.959 99.1032 153.444 98.6183 153.444 98.0202C153.444 97.4221 152.959 96.9373 152.361 96.9373C151.763 96.9373 151.278 97.4221 151.278 98.0202C151.278 98.6183 151.763 99.1032 152.361 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M7.96529 102.713C8.5634 102.713 9.04826 102.228 9.04826 101.63C9.04826 101.032 8.5634 100.547 7.96529 100.547C7.36718 100.547 6.88232 101.032 6.88232 101.63C6.88232 102.228 7.36718 102.713 7.96529 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 102.713C12.1733 102.713 12.6581 102.228 12.6581 101.63C12.6581 101.032 12.1733 100.547 11.5752 100.547C10.977 100.547 10.4922 101.032 10.4922 101.63C10.4922 102.228 10.977 102.713 11.5752 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 102.713C19.393 102.713 19.8778 102.228 19.8778 101.63C19.8778 101.032 19.393 100.547 18.7949 100.547C18.1968 100.547 17.7119 101.032 17.7119 101.63C17.7119 102.228 18.1968 102.713 18.7949 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 102.713C23.0029 102.713 23.4877 102.228 23.4877 101.63C23.4877 101.032 23.0029 100.547 22.4047 100.547C21.8066 100.547 21.3218 101.032 21.3218 101.63C21.3218 102.228 21.8066 102.713 22.4047 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 102.713C26.6127 102.713 27.0976 102.228 27.0976 101.63C27.0976 101.032 26.6127 100.547 26.0146 100.547C25.4165 100.547 24.9316 101.032 24.9316 101.63C24.9316 102.228 25.4165 102.713 26.0146 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 102.713C30.2231 102.713 30.7079 102.228 30.7079 101.63C30.7079 101.032 30.2231 100.547 29.625 100.547C29.0269 100.547 28.542 101.032 28.542 101.63C28.542 102.228 29.0269 102.713 29.625 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 102.713C41.0527 102.713 41.5375 102.228 41.5375 101.63C41.5375 101.032 41.0527 100.547 40.4545 100.547C39.8564 100.547 39.3716 101.032 39.3716 101.63C39.3716 102.228 39.8564 102.713 40.4545 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 102.713C44.6625 102.713 45.1474 102.228 45.1474 101.63C45.1474 101.032 44.6625 100.547 44.0644 100.547C43.4663 100.547 42.9814 101.032 42.9814 101.63C42.9814 102.228 43.4663 102.713 44.0644 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 102.713C51.8822 102.713 52.3671 102.228 52.3671 101.63C52.3671 101.032 51.8822 100.547 51.2841 100.547C50.686 100.547 50.2012 101.032 50.2012 101.63C50.2012 102.228 50.686 102.713 51.2841 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 102.713C106.031 102.713 106.516 102.228 106.516 101.63C106.516 101.032 106.031 100.547 105.433 100.547C104.834 100.547 104.35 101.032 104.35 101.63C104.35 102.228 104.834 102.713 105.433 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 102.713C109.641 102.713 110.125 102.228 110.125 101.63C110.125 101.032 109.641 100.547 109.042 100.547C108.444 100.547 107.959 101.032 107.959 101.63C107.959 102.228 108.444 102.713 109.042 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 102.713C116.86 102.713 117.345 102.228 117.345 101.63C117.345 101.032 116.86 100.547 116.262 100.547C115.664 100.547 115.179 101.032 115.179 101.63C115.179 102.228 115.664 102.713 116.262 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 102.713C124.08 102.713 124.565 102.228 124.565 101.63C124.565 101.032 124.08 100.547 123.482 100.547C122.884 100.547 122.399 101.032 122.399 101.63C122.399 102.228 122.884 102.713 123.482 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 102.713C127.69 102.713 128.175 102.228 128.175 101.63C128.175 101.032 127.69 100.547 127.092 100.547C126.494 100.547 126.009 101.032 126.009 101.63C126.009 102.228 126.494 102.713 127.092 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 102.713C131.3 102.713 131.785 102.228 131.785 101.63C131.785 101.032 131.3 100.547 130.702 100.547C130.104 100.547 129.619 101.032 129.619 101.63C129.619 102.228 130.104 102.713 130.702 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 102.713C152.959 102.713 153.444 102.228 153.444 101.63C153.444 101.032 152.959 100.547 152.361 100.547C151.763 100.547 151.278 101.032 151.278 101.63C151.278 102.228 151.763 102.713 152.361 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 106.323C12.1733 106.323 12.6581 105.838 12.6581 105.24C12.6581 104.642 12.1733 104.157 11.5752 104.157C10.977 104.157 10.4922 104.642 10.4922 105.24C10.4922 105.838 10.977 106.323 11.5752 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M15.185 106.323C15.7831 106.323 16.268 105.838 16.268 105.24C16.268 104.642 15.7831 104.157 15.185 104.157C14.5869 104.157 14.1021 104.642 14.1021 105.24C14.1021 105.838 14.5869 106.323 15.185 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 106.323C19.393 106.323 19.8778 105.838 19.8778 105.24C19.8778 104.642 19.393 104.157 18.7949 104.157C18.1968 104.157 17.7119 104.642 17.7119 105.24C17.7119 105.838 18.1968 106.323 18.7949 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 106.323C23.0029 106.323 23.4877 105.838 23.4877 105.24C23.4877 104.642 23.0029 104.157 22.4047 104.157C21.8066 104.157 21.3218 104.642 21.3218 105.24C21.3218 105.838 21.8066 106.323 22.4047 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M33.2348 106.323C33.8329 106.323 34.3178 105.838 34.3178 105.24C34.3178 104.642 33.8329 104.157 33.2348 104.157C32.6367 104.157 32.1519 104.642 32.1519 105.24C32.1519 105.838 32.6367 106.323 33.2348 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 106.323C37.4428 106.323 37.9277 105.838 37.9277 105.24C37.9277 104.642 37.4428 104.157 36.8447 104.157C36.2466 104.157 35.7617 104.642 35.7617 105.24C35.7617 105.838 36.2466 106.323 36.8447 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 106.323C51.8822 106.323 52.3671 105.838 52.3671 105.24C52.3671 104.642 51.8822 104.157 51.2841 104.157C50.686 104.157 50.2012 104.642 50.2012 105.24C50.2012 105.838 50.686 106.323 51.2841 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 106.323C62.7118 106.323 63.1967 105.838 63.1967 105.24C63.1967 104.642 62.7118 104.157 62.1137 104.157C61.5156 104.157 61.0308 104.642 61.0308 105.24C61.0308 105.838 61.5156 106.323 62.1137 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 106.323C69.9316 106.323 70.4164 105.838 70.4164 105.24C70.4164 104.642 69.9316 104.157 69.3335 104.157C68.7353 104.157 68.2505 104.642 68.2505 105.24C68.2505 105.838 68.7353 106.323 69.3335 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M72.9433 106.323C73.5414 106.323 74.0263 105.838 74.0263 105.24C74.0263 104.642 73.5414 104.157 72.9433 104.157C72.3452 104.157 71.8604 104.642 71.8604 105.24C71.8604 105.838 72.3452 106.323 72.9433 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M76.5532 106.323C77.1513 106.323 77.6361 105.838 77.6361 105.24C77.6361 104.642 77.1513 104.157 76.5532 104.157C75.9551 104.157 75.4702 104.642 75.4702 105.24C75.4702 105.838 75.9551 106.323 76.5532 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M98.2128 106.323C98.811 106.323 99.2958 105.838 99.2958 105.24C99.2958 104.642 98.811 104.157 98.2128 104.157C97.6147 104.157 97.1299 104.642 97.1299 105.24C97.1299 105.838 97.6147 106.323 98.2128 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 106.323C102.421 106.323 102.906 105.838 102.906 105.24C102.906 104.642 102.421 104.157 101.823 104.157C101.225 104.157 100.74 104.642 100.74 105.24C100.74 105.838 101.225 106.323 101.823 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 106.323C113.25 106.323 113.735 105.838 113.735 105.24C113.735 104.642 113.25 104.157 112.652 104.157C112.054 104.157 111.569 104.642 111.569 105.24C111.569 105.838 112.054 106.323 112.652 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 106.323C116.86 106.323 117.345 105.838 117.345 105.24C117.345 104.642 116.86 104.157 116.262 104.157C115.664 104.157 115.179 104.642 115.179 105.24C115.179 105.838 115.664 106.323 116.262 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 106.323C120.47 106.323 120.955 105.838 120.955 105.24C120.955 104.642 120.47 104.157 119.872 104.157C119.274 104.157 118.789 104.642 118.789 105.24C118.789 105.838 119.274 106.323 119.872 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 106.323C124.08 106.323 124.565 105.838 124.565 105.24C124.565 104.642 124.08 104.157 123.482 104.157C122.884 104.157 122.399 104.642 122.399 105.24C122.399 105.838 122.884 106.323 123.482 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 106.323C131.3 106.323 131.785 105.838 131.785 105.24C131.785 104.642 131.3 104.157 130.702 104.157C130.104 104.157 129.619 104.642 129.619 105.24C129.619 105.838 130.104 106.323 130.702 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 106.323C138.519 106.323 139.004 105.838 139.004 105.24C139.004 104.642 138.519 104.157 137.921 104.157C137.323 104.157 136.838 104.642 136.838 105.24C136.838 105.838 137.323 106.323 137.921 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 106.323C142.129 106.323 142.614 105.838 142.614 105.24C142.614 104.642 142.129 104.157 141.531 104.157C140.933 104.157 140.448 104.642 140.448 105.24C140.448 105.838 140.933 106.323 141.531 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 106.323C152.959 106.323 153.444 105.838 153.444 105.24C153.444 104.642 152.959 104.157 152.361 104.157C151.763 104.157 151.278 104.642 151.278 105.24C151.278 105.838 151.763 106.323 152.361 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 109.933C19.393 109.933 19.8778 109.448 19.8778 108.85C19.8778 108.252 19.393 107.767 18.7949 107.767C18.1968 107.767 17.7119 108.252 17.7119 108.85C17.7119 109.448 18.1968 109.933 18.7949 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 109.933C23.0029 109.933 23.4877 109.448 23.4877 108.85C23.4877 108.252 23.0029 107.767 22.4047 107.767C21.8066 107.767 21.3218 108.252 21.3218 108.85C21.3218 109.448 21.8066 109.933 22.4047 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 109.933C30.2231 109.933 30.7079 109.448 30.7079 108.85C30.7079 108.252 30.2231 107.767 29.625 107.767C29.0269 107.767 28.542 108.252 28.542 108.85C28.542 109.448 29.0269 109.933 29.625 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M33.2348 109.933C33.8329 109.933 34.3178 109.448 34.3178 108.85C34.3178 108.252 33.8329 107.767 33.2348 107.767C32.6367 107.767 32.1519 108.252 32.1519 108.85C32.1519 109.448 32.6367 109.933 33.2348 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 109.933C37.4428 109.933 37.9277 109.448 37.9277 108.85C37.9277 108.252 37.4428 107.767 36.8447 107.767C36.2466 107.767 35.7617 108.252 35.7617 108.85C35.7617 109.448 36.2466 109.933 36.8447 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 109.933C44.6625 109.933 45.1474 109.448 45.1474 108.85C45.1474 108.252 44.6625 107.767 44.0644 107.767C43.4663 107.767 42.9814 108.252 42.9814 108.85C42.9814 109.448 43.4663 109.933 44.0644 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 109.933C51.8822 109.933 52.3671 109.448 52.3671 108.85C52.3671 108.252 51.8822 107.767 51.2841 107.767C50.686 107.767 50.2012 108.252 50.2012 108.85C50.2012 109.448 50.686 109.933 51.2841 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 109.933C55.4921 109.933 55.977 109.448 55.977 108.85C55.977 108.252 55.4921 107.767 54.894 107.767C54.2959 107.767 53.811 108.252 53.811 108.85C53.811 109.448 54.2959 109.933 54.894 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 109.933C80.7612 109.933 81.246 109.448 81.246 108.85C81.246 108.252 80.7612 107.767 80.163 107.767C79.5649 107.767 79.0801 108.252 79.0801 108.85C79.0801 109.448 79.5649 109.933 80.163 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 109.933C91.5907 109.933 92.0756 109.448 92.0756 108.85C92.0756 108.252 91.5907 107.767 90.9926 107.767C90.3945 107.767 89.9097 108.252 89.9097 108.85C89.9097 109.448 90.3945 109.933 90.9926 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M98.2128 109.933C98.811 109.933 99.2958 109.448 99.2958 108.85C99.2958 108.252 98.811 107.767 98.2128 107.767C97.6147 107.767 97.1299 108.252 97.1299 108.85C97.1299 109.448 97.6147 109.933 98.2128 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 109.933C106.031 109.933 106.516 109.448 106.516 108.85C106.516 108.252 106.031 107.767 105.433 107.767C104.834 107.767 104.35 108.252 104.35 108.85C104.35 109.448 104.834 109.933 105.433 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 109.933C109.641 109.933 110.125 109.448 110.125 108.85C110.125 108.252 109.641 107.767 109.042 107.767C108.444 107.767 107.959 108.252 107.959 108.85C107.959 109.448 108.444 109.933 109.042 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 109.933C113.25 109.933 113.735 109.448 113.735 108.85C113.735 108.252 113.25 107.767 112.652 107.767C112.054 107.767 111.569 108.252 111.569 108.85C111.569 109.448 112.054 109.933 112.652 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 109.933C124.08 109.933 124.565 109.448 124.565 108.85C124.565 108.252 124.08 107.767 123.482 107.767C122.884 107.767 122.399 108.252 122.399 108.85C122.399 109.448 122.884 109.933 123.482 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 109.933C152.959 109.933 153.444 109.448 153.444 108.85C153.444 108.252 152.959 107.767 152.361 107.767C151.763 107.767 151.278 108.252 151.278 108.85C151.278 109.448 151.763 109.933 152.361 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M7.96529 113.543C8.5634 113.543 9.04826 113.058 9.04826 112.46C9.04826 111.862 8.5634 111.377 7.96529 111.377C7.36718 111.377 6.88232 111.862 6.88232 112.46C6.88232 113.058 7.36718 113.543 7.96529 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 113.543C12.1733 113.543 12.6581 113.058 12.6581 112.46C12.6581 111.862 12.1733 111.377 11.5752 111.377C10.977 111.377 10.4922 111.862 10.4922 112.46C10.4922 113.058 10.977 113.543 11.5752 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M15.185 113.543C15.7831 113.543 16.268 113.058 16.268 112.46C16.268 111.862 15.7831 111.377 15.185 111.377C14.5869 111.377 14.1021 111.862 14.1021 112.46C14.1021 113.058 14.5869 113.543 15.185 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 113.543C19.393 113.543 19.8778 113.058 19.8778 112.46C19.8778 111.862 19.393 111.377 18.7949 111.377C18.1968 111.377 17.7119 111.862 17.7119 112.46C17.7119 113.058 18.1968 113.543 18.7949 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 113.543C41.0527 113.543 41.5375 113.058 41.5375 112.46C41.5375 111.862 41.0527 111.377 40.4545 111.377C39.8564 111.377 39.3716 111.862 39.3716 112.46C39.3716 113.058 39.8564 113.543 40.4545 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 113.543C44.6625 113.543 45.1474 113.058 45.1474 112.46C45.1474 111.862 44.6625 111.377 44.0644 111.377C43.4663 111.377 42.9814 111.862 42.9814 112.46C42.9814 113.058 43.4663 113.543 44.0644 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 113.543C48.2724 113.543 48.7572 113.058 48.7572 112.46C48.7572 111.862 48.2724 111.377 47.6743 111.377C47.0762 111.377 46.5913 111.862 46.5913 112.46C46.5913 113.058 47.0762 113.543 47.6743 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 113.543C51.8822 113.543 52.3671 113.058 52.3671 112.46C52.3671 111.862 51.8822 111.377 51.2841 111.377C50.686 111.377 50.2012 111.862 50.2012 112.46C50.2012 113.058 50.686 113.543 51.2841 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 113.543C55.4921 113.543 55.977 113.058 55.977 112.46C55.977 111.862 55.4921 111.377 54.894 111.377C54.2959 111.377 53.811 111.862 53.811 112.46C53.811 113.058 54.2959 113.543 54.894 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 113.543C59.102 113.543 59.5868 113.058 59.5868 112.46C59.5868 111.862 59.102 111.377 58.5039 111.377C57.9058 111.377 57.4209 111.862 57.4209 112.46C57.4209 113.058 57.9058 113.543 58.5039 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 113.543C62.7118 113.543 63.1967 113.058 63.1967 112.46C63.1967 111.862 62.7118 111.377 62.1137 111.377C61.5156 111.377 61.0308 111.862 61.0308 112.46C61.0308 113.058 61.5156 113.543 62.1137 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 113.543C66.3217 113.543 66.8066 113.058 66.8066 112.46C66.8066 111.862 66.3217 111.377 65.7236 111.377C65.1255 111.377 64.6406 111.862 64.6406 112.46C64.6406 113.058 65.1255 113.543 65.7236 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 113.543C69.9316 113.543 70.4164 113.058 70.4164 112.46C70.4164 111.862 69.9316 111.377 69.3335 111.377C68.7353 111.377 68.2505 111.862 68.2505 112.46C68.2505 113.058 68.7353 113.543 69.3335 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M72.9433 113.543C73.5414 113.543 74.0263 113.058 74.0263 112.46C74.0263 111.862 73.5414 111.377 72.9433 111.377C72.3452 111.377 71.8604 111.862 71.8604 112.46C71.8604 113.058 72.3452 113.543 72.9433 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 113.543C84.371 113.543 84.8559 113.058 84.8559 112.46C84.8559 111.862 84.371 111.377 83.7729 111.377C83.1748 111.377 82.6899 111.862 82.6899 112.46C82.6899 113.058 83.1748 113.543 83.7729 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 113.543C87.9809 113.543 88.4657 113.058 88.4657 112.46C88.4657 111.862 87.9809 111.377 87.3828 111.377C86.7847 111.377 86.2998 111.862 86.2998 112.46C86.2998 113.058 86.7847 113.543 87.3828 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 113.543C95.2006 113.543 95.6855 113.058 95.6855 112.46C95.6855 111.862 95.2006 111.377 94.6025 111.377C94.0044 111.377 93.5195 111.862 93.5195 112.46C93.5195 113.058 94.0044 113.543 94.6025 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M98.2128 113.543C98.811 113.543 99.2958 113.058 99.2958 112.46C99.2958 111.862 98.811 111.377 98.2128 111.377C97.6147 111.377 97.1299 111.862 97.1299 112.46C97.1299 113.058 97.6147 113.543 98.2128 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 113.543C113.25 113.543 113.735 113.058 113.735 112.46C113.735 111.862 113.25 111.377 112.652 111.377C112.054 111.377 111.569 111.862 111.569 112.46C111.569 113.058 112.054 113.543 112.652 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 113.543C116.86 113.543 117.345 113.058 117.345 112.46C117.345 111.862 116.86 111.377 116.262 111.377C115.664 111.377 115.179 111.862 115.179 112.46C115.179 113.058 115.664 113.543 116.262 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 113.543C120.47 113.543 120.955 113.058 120.955 112.46C120.955 111.862 120.47 111.377 119.872 111.377C119.274 111.377 118.789 111.862 118.789 112.46C118.789 113.058 119.274 113.543 119.872 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 113.543C127.69 113.543 128.175 113.058 128.175 112.46C128.175 111.862 127.69 111.377 127.092 111.377C126.494 111.377 126.009 111.862 126.009 112.46C126.009 113.058 126.494 113.543 127.092 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 113.543C134.91 113.543 135.394 113.058 135.394 112.46C135.394 111.862 134.91 111.377 134.311 111.377C133.713 111.377 133.229 111.862 133.229 112.46C133.229 113.058 133.713 113.543 134.311 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 113.543C138.519 113.543 139.004 113.058 139.004 112.46C139.004 111.862 138.519 111.377 137.921 111.377C137.323 111.377 136.838 111.862 136.838 112.46C136.838 113.058 137.323 113.543 137.921 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 113.543C152.959 113.543 153.444 113.058 153.444 112.46C153.444 111.862 152.959 111.377 152.361 111.377C151.763 111.377 151.278 111.862 151.278 112.46C151.278 113.058 151.763 113.543 152.361 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M15.185 117.153C15.7831 117.153 16.268 116.668 16.268 116.07C16.268 115.472 15.7831 114.987 15.185 114.987C14.5869 114.987 14.1021 115.472 14.1021 116.07C14.1021 116.668 14.5869 117.153 15.185 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 117.153C19.393 117.153 19.8778 116.668 19.8778 116.07C19.8778 115.472 19.393 114.987 18.7949 114.987C18.1968 114.987 17.7119 115.472 17.7119 116.07C17.7119 116.668 18.1968 117.153 18.7949 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 117.153C26.6127 117.153 27.0976 116.668 27.0976 116.07C27.0976 115.472 26.6127 114.987 26.0146 114.987C25.4165 114.987 24.9316 115.472 24.9316 116.07C24.9316 116.668 25.4165 117.153 26.0146 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 117.153C30.2231 117.153 30.7079 116.668 30.7079 116.07C30.7079 115.472 30.2231 114.987 29.625 114.987C29.0269 114.987 28.542 115.472 28.542 116.07C28.542 116.668 29.0269 117.153 29.625 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 117.153C41.0527 117.153 41.5375 116.668 41.5375 116.07C41.5375 115.472 41.0527 114.987 40.4545 114.987C39.8564 114.987 39.3716 115.472 39.3716 116.07C39.3716 116.668 39.8564 117.153 40.4545 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 117.153C48.2724 117.153 48.7572 116.668 48.7572 116.07C48.7572 115.472 48.2724 114.987 47.6743 114.987C47.0762 114.987 46.5913 115.472 46.5913 116.07C46.5913 116.668 47.0762 117.153 47.6743 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 117.153C51.8822 117.153 52.3671 116.668 52.3671 116.07C52.3671 115.472 51.8822 114.987 51.2841 114.987C50.686 114.987 50.2012 115.472 50.2012 116.07C50.2012 116.668 50.686 117.153 51.2841 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 117.153C62.7118 117.153 63.1967 116.668 63.1967 116.07C63.1967 115.472 62.7118 114.987 62.1137 114.987C61.5156 114.987 61.0308 115.472 61.0308 116.07C61.0308 116.668 61.5156 117.153 62.1137 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 117.153C80.7612 117.153 81.246 116.668 81.246 116.07C81.246 115.472 80.7612 114.987 80.163 114.987C79.5649 114.987 79.0801 115.472 79.0801 116.07C79.0801 116.668 79.5649 117.153 80.163 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 117.153C87.9809 117.153 88.4657 116.668 88.4657 116.07C88.4657 115.472 87.9809 114.987 87.3828 114.987C86.7847 114.987 86.2998 115.472 86.2998 116.07C86.2998 116.668 86.7847 117.153 87.3828 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 117.153C95.2006 117.153 95.6855 116.668 95.6855 116.07C95.6855 115.472 95.2006 114.987 94.6025 114.987C94.0044 114.987 93.5195 115.472 93.5195 116.07C93.5195 116.668 94.0044 117.153 94.6025 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 117.153C106.031 117.153 106.516 116.668 106.516 116.07C106.516 115.472 106.031 114.987 105.433 114.987C104.834 114.987 104.35 115.472 104.35 116.07C104.35 116.668 104.834 117.153 105.433 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 117.153C116.86 117.153 117.345 116.668 117.345 116.07C117.345 115.472 116.86 114.987 116.262 114.987C115.664 114.987 115.179 115.472 115.179 116.07C115.179 116.668 115.664 117.153 116.262 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 117.153C120.47 117.153 120.955 116.668 120.955 116.07C120.955 115.472 120.47 114.987 119.872 114.987C119.274 114.987 118.789 115.472 118.789 116.07C118.789 116.668 119.274 117.153 119.872 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 117.153C127.69 117.153 128.175 116.668 128.175 116.07C128.175 115.472 127.69 114.987 127.092 114.987C126.494 114.987 126.009 115.472 126.009 116.07C126.009 116.668 126.494 117.153 127.092 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 117.153C138.519 117.153 139.004 116.668 139.004 116.07C139.004 115.472 138.519 114.987 137.921 114.987C137.323 114.987 136.838 115.472 136.838 116.07C136.838 116.668 137.323 117.153 137.921 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 117.153C142.129 117.153 142.614 116.668 142.614 116.07C142.614 115.472 142.129 114.987 141.531 114.987C140.933 114.987 140.448 115.472 140.448 116.07C140.448 116.668 140.933 117.153 141.531 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 117.153C152.959 117.153 153.444 116.668 153.444 116.07C153.444 115.472 152.959 114.987 152.361 114.987C151.763 114.987 151.278 115.472 151.278 116.07C151.278 116.668 151.763 117.153 152.361 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 120.763C19.393 120.763 19.8778 120.278 19.8778 119.68C19.8778 119.082 19.393 118.597 18.7949 118.597C18.1968 118.597 17.7119 119.082 17.7119 119.68C17.7119 120.278 18.1968 120.763 18.7949 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 120.763C23.0029 120.763 23.4877 120.278 23.4877 119.68C23.4877 119.082 23.0029 118.597 22.4047 118.597C21.8066 118.597 21.3218 119.082 21.3218 119.68C21.3218 120.278 21.8066 120.763 22.4047 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 120.763C26.6127 120.763 27.0976 120.278 27.0976 119.68C27.0976 119.082 26.6127 118.597 26.0146 118.597C25.4165 118.597 24.9316 119.082 24.9316 119.68C24.9316 120.278 25.4165 120.763 26.0146 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 120.763C37.4428 120.763 37.9277 120.278 37.9277 119.68C37.9277 119.082 37.4428 118.597 36.8447 118.597C36.2466 118.597 35.7617 119.082 35.7617 119.68C35.7617 120.278 36.2466 120.763 36.8447 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 120.763C41.0527 120.763 41.5375 120.278 41.5375 119.68C41.5375 119.082 41.0527 118.597 40.4545 118.597C39.8564 118.597 39.3716 119.082 39.3716 119.68C39.3716 120.278 39.8564 120.763 40.4545 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 120.763C44.6625 120.763 45.1474 120.278 45.1474 119.68C45.1474 119.082 44.6625 118.597 44.0644 118.597C43.4663 118.597 42.9814 119.082 42.9814 119.68C42.9814 120.278 43.4663 120.763 44.0644 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 120.763C51.8822 120.763 52.3671 120.278 52.3671 119.68C52.3671 119.082 51.8822 118.597 51.2841 118.597C50.686 118.597 50.2012 119.082 50.2012 119.68C50.2012 120.278 50.686 120.763 51.2841 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 120.763C55.4921 120.763 55.977 120.278 55.977 119.68C55.977 119.082 55.4921 118.597 54.894 118.597C54.2959 118.597 53.811 119.082 53.811 119.68C53.811 120.278 54.2959 120.763 54.894 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 120.763C59.102 120.763 59.5868 120.278 59.5868 119.68C59.5868 119.082 59.102 118.597 58.5039 118.597C57.9058 118.597 57.4209 119.082 57.4209 119.68C57.4209 120.278 57.9058 120.763 58.5039 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M76.5532 120.763C77.1513 120.763 77.6361 120.278 77.6361 119.68C77.6361 119.082 77.1513 118.597 76.5532 118.597C75.9551 118.597 75.4702 119.082 75.4702 119.68C75.4702 120.278 75.9551 120.763 76.5532 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 120.763C84.371 120.763 84.8559 120.278 84.8559 119.68C84.8559 119.082 84.371 118.597 83.7729 118.597C83.1748 118.597 82.6899 119.082 82.6899 119.68C82.6899 120.278 83.1748 120.763 83.7729 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 120.763C91.5907 120.763 92.0756 120.278 92.0756 119.68C92.0756 119.082 91.5907 118.597 90.9926 118.597C90.3945 118.597 89.9097 119.082 89.9097 119.68C89.9097 120.278 90.3945 120.763 90.9926 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 120.763C102.421 120.763 102.906 120.278 102.906 119.68C102.906 119.082 102.421 118.597 101.823 118.597C101.225 118.597 100.74 119.082 100.74 119.68C100.74 120.278 101.225 120.763 101.823 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 120.763C106.031 120.763 106.516 120.278 106.516 119.68C106.516 119.082 106.031 118.597 105.433 118.597C104.834 118.597 104.35 119.082 104.35 119.68C104.35 120.278 104.834 120.763 105.433 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 120.763C109.641 120.763 110.125 120.278 110.125 119.68C110.125 119.082 109.641 118.597 109.042 118.597C108.444 118.597 107.959 119.082 107.959 119.68C107.959 120.278 108.444 120.763 109.042 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 120.763C113.25 120.763 113.735 120.278 113.735 119.68C113.735 119.082 113.25 118.597 112.652 118.597C112.054 118.597 111.569 119.082 111.569 119.68C111.569 120.278 112.054 120.763 112.652 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 120.763C116.86 120.763 117.345 120.278 117.345 119.68C117.345 119.082 116.86 118.597 116.262 118.597C115.664 118.597 115.179 119.082 115.179 119.68C115.179 120.278 115.664 120.763 116.262 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 120.763C120.47 120.763 120.955 120.278 120.955 119.68C120.955 119.082 120.47 118.597 119.872 118.597C119.274 118.597 118.789 119.082 118.789 119.68C118.789 120.278 119.274 120.763 119.872 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 120.763C124.08 120.763 124.565 120.278 124.565 119.68C124.565 119.082 124.08 118.597 123.482 118.597C122.884 118.597 122.399 119.082 122.399 119.68C122.399 120.278 122.884 120.763 123.482 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 120.763C127.69 120.763 128.175 120.278 128.175 119.68C128.175 119.082 127.69 118.597 127.092 118.597C126.494 118.597 126.009 119.082 126.009 119.68C126.009 120.278 126.494 120.763 127.092 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 120.763C142.129 120.763 142.614 120.278 142.614 119.68C142.614 119.082 142.129 118.597 141.531 118.597C140.933 118.597 140.448 119.082 140.448 119.68C140.448 120.278 140.933 120.763 141.531 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 120.763C152.959 120.763 153.444 120.278 153.444 119.68C153.444 119.082 152.959 118.597 152.361 118.597C151.763 118.597 151.278 119.082 151.278 119.68C151.278 120.278 151.763 120.763 152.361 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M7.96529 124.372C8.5634 124.372 9.04826 123.888 9.04826 123.29C9.04826 122.691 8.5634 122.207 7.96529 122.207C7.36718 122.207 6.88232 122.691 6.88232 123.29C6.88232 123.888 7.36718 124.372 7.96529 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 124.372C12.1733 124.372 12.6581 123.888 12.6581 123.29C12.6581 122.691 12.1733 122.207 11.5752 122.207C10.977 122.207 10.4922 122.691 10.4922 123.29C10.4922 123.888 10.977 124.372 11.5752 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 124.372C30.2231 124.372 30.7079 123.888 30.7079 123.29C30.7079 122.691 30.2231 122.207 29.625 122.207C29.0269 122.207 28.542 122.691 28.542 123.29C28.542 123.888 29.0269 124.372 29.625 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M33.2348 124.372C33.8329 124.372 34.3178 123.888 34.3178 123.29C34.3178 122.691 33.8329 122.207 33.2348 122.207C32.6367 122.207 32.1519 122.691 32.1519 123.29C32.1519 123.888 32.6367 124.372 33.2348 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 124.372C44.6625 124.372 45.1474 123.888 45.1474 123.29C45.1474 122.691 44.6625 122.207 44.0644 122.207C43.4663 122.207 42.9814 122.691 42.9814 123.29C42.9814 123.888 43.4663 124.372 44.0644 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 124.372C66.3217 124.372 66.8066 123.888 66.8066 123.29C66.8066 122.691 66.3217 122.207 65.7236 122.207C65.1255 122.207 64.6406 122.691 64.6406 123.29C64.6406 123.888 65.1255 124.372 65.7236 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 124.372C69.9316 124.372 70.4164 123.888 70.4164 123.29C70.4164 122.691 69.9316 122.207 69.3335 122.207C68.7353 122.207 68.2505 122.691 68.2505 123.29C68.2505 123.888 68.7353 124.372 69.3335 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 124.372C80.7612 124.372 81.246 123.888 81.246 123.29C81.246 122.691 80.7612 122.207 80.163 122.207C79.5649 122.207 79.0801 122.691 79.0801 123.29C79.0801 123.888 79.5649 124.372 80.163 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 124.372C84.371 124.372 84.8559 123.888 84.8559 123.29C84.8559 122.691 84.371 122.207 83.7729 122.207C83.1748 122.207 82.6899 122.691 82.6899 123.29C82.6899 123.888 83.1748 124.372 83.7729 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 124.372C91.5907 124.372 92.0756 123.888 92.0756 123.29C92.0756 122.691 91.5907 122.207 90.9926 122.207C90.3945 122.207 89.9097 122.691 89.9097 123.29C89.9097 123.888 90.3945 124.372 90.9926 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 124.372C95.2006 124.372 95.6855 123.888 95.6855 123.29C95.6855 122.691 95.2006 122.207 94.6025 122.207C94.0044 122.207 93.5195 122.691 93.5195 123.29C93.5195 123.888 94.0044 124.372 94.6025 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 124.372C113.25 124.372 113.735 123.888 113.735 123.29C113.735 122.691 113.25 122.207 112.652 122.207C112.054 122.207 111.569 122.691 111.569 123.29C111.569 123.888 112.054 124.372 112.652 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 124.372C124.08 124.372 124.565 123.888 124.565 123.29C124.565 122.691 124.08 122.207 123.482 122.207C122.884 122.207 122.399 122.691 122.399 123.29C122.399 123.888 122.884 124.372 123.482 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 124.372C127.69 124.372 128.175 123.888 128.175 123.29C128.175 122.691 127.69 122.207 127.092 122.207C126.494 122.207 126.009 122.691 126.009 123.29C126.009 123.888 126.494 124.372 127.092 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 124.372C131.3 124.372 131.785 123.888 131.785 123.29C131.785 122.691 131.3 122.207 130.702 122.207C130.104 122.207 129.619 122.691 129.619 123.29C129.619 123.888 130.104 124.372 130.702 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 124.372C134.91 124.372 135.394 123.888 135.394 123.29C135.394 122.691 134.91 122.207 134.311 122.207C133.713 122.207 133.229 122.691 133.229 123.29C133.229 123.888 133.713 124.372 134.311 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 124.372C138.519 124.372 139.004 123.888 139.004 123.29C139.004 122.691 138.519 122.207 137.921 122.207C137.323 122.207 136.838 122.691 136.838 123.29C136.838 123.888 137.323 124.372 137.921 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 124.372C152.959 124.372 153.444 123.888 153.444 123.29C153.444 122.691 152.959 122.207 152.361 122.207C151.763 122.207 151.278 122.691 151.278 123.29C151.278 123.888 151.763 124.372 152.361 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 127.982C37.4428 127.982 37.9277 127.497 37.9277 126.899C37.9277 126.301 37.4428 125.816 36.8447 125.816C36.2466 125.816 35.7617 126.301 35.7617 126.899C35.7617 127.497 36.2466 127.982 36.8447 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 127.982C41.0527 127.982 41.5375 127.497 41.5375 126.899C41.5375 126.301 41.0527 125.816 40.4545 125.816C39.8564 125.816 39.3716 126.301 39.3716 126.899C39.3716 127.497 39.8564 127.982 40.4545 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 127.982C48.2724 127.982 48.7572 127.497 48.7572 126.899C48.7572 126.301 48.2724 125.816 47.6743 125.816C47.0762 125.816 46.5913 126.301 46.5913 126.899C46.5913 127.497 47.0762 127.982 47.6743 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 127.982C51.8822 127.982 52.3671 127.497 52.3671 126.899C52.3671 126.301 51.8822 125.816 51.2841 125.816C50.686 125.816 50.2012 126.301 50.2012 126.899C50.2012 127.497 50.686 127.982 51.2841 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 127.982C59.102 127.982 59.5868 127.497 59.5868 126.899C59.5868 126.301 59.102 125.816 58.5039 125.816C57.9058 125.816 57.4209 126.301 57.4209 126.899C57.4209 127.497 57.9058 127.982 58.5039 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 127.982C62.7118 127.982 63.1967 127.497 63.1967 126.899C63.1967 126.301 62.7118 125.816 62.1137 125.816C61.5156 125.816 61.0308 126.301 61.0308 126.899C61.0308 127.497 61.5156 127.982 62.1137 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 127.982C66.3217 127.982 66.8066 127.497 66.8066 126.899C66.8066 126.301 66.3217 125.816 65.7236 125.816C65.1255 125.816 64.6406 126.301 64.6406 126.899C64.6406 127.497 65.1255 127.982 65.7236 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 127.982C69.9316 127.982 70.4164 127.497 70.4164 126.899C70.4164 126.301 69.9316 125.816 69.3335 125.816C68.7353 125.816 68.2505 126.301 68.2505 126.899C68.2505 127.497 68.7353 127.982 69.3335 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M76.5532 127.982C77.1513 127.982 77.6361 127.497 77.6361 126.899C77.6361 126.301 77.1513 125.816 76.5532 125.816C75.9551 125.816 75.4702 126.301 75.4702 126.899C75.4702 127.497 75.9551 127.982 76.5532 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 127.982C84.371 127.982 84.8559 127.497 84.8559 126.899C84.8559 126.301 84.371 125.816 83.7729 125.816C83.1748 125.816 82.6899 126.301 82.6899 126.899C82.6899 127.497 83.1748 127.982 83.7729 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 127.982C87.9809 127.982 88.4657 127.497 88.4657 126.899C88.4657 126.301 87.9809 125.816 87.3828 125.816C86.7847 125.816 86.2998 126.301 86.2998 126.899C86.2998 127.497 86.7847 127.982 87.3828 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 127.982C95.2006 127.982 95.6855 127.497 95.6855 126.899C95.6855 126.301 95.2006 125.816 94.6025 125.816C94.0044 125.816 93.5195 126.301 93.5195 126.899C93.5195 127.497 94.0044 127.982 94.6025 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 127.982C102.421 127.982 102.906 127.497 102.906 126.899C102.906 126.301 102.421 125.816 101.823 125.816C101.225 125.816 100.74 126.301 100.74 126.899C100.74 127.497 101.225 127.982 101.823 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 127.982C106.031 127.982 106.516 127.497 106.516 126.899C106.516 126.301 106.031 125.816 105.433 125.816C104.834 125.816 104.35 126.301 104.35 126.899C104.35 127.497 104.834 127.982 105.433 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 127.982C109.641 127.982 110.125 127.497 110.125 126.899C110.125 126.301 109.641 125.816 109.042 125.816C108.444 125.816 107.959 126.301 107.959 126.899C107.959 127.497 108.444 127.982 109.042 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 127.982C113.25 127.982 113.735 127.497 113.735 126.899C113.735 126.301 113.25 125.816 112.652 125.816C112.054 125.816 111.569 126.301 111.569 126.899C111.569 127.497 112.054 127.982 112.652 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 127.982C116.86 127.982 117.345 127.497 117.345 126.899C117.345 126.301 116.86 125.816 116.262 125.816C115.664 125.816 115.179 126.301 115.179 126.899C115.179 127.497 115.664 127.982 116.262 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 127.982C124.08 127.982 124.565 127.497 124.565 126.899C124.565 126.301 124.08 125.816 123.482 125.816C122.884 125.816 122.399 126.301 122.399 126.899C122.399 127.497 122.884 127.982 123.482 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 127.982C138.519 127.982 139.004 127.497 139.004 126.899C139.004 126.301 138.519 125.816 137.921 125.816C137.323 125.816 136.838 126.301 136.838 126.899C136.838 127.497 137.323 127.982 137.921 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 127.982C149.349 127.982 149.834 127.497 149.834 126.899C149.834 126.301 149.349 125.816 148.751 125.816C148.153 125.816 147.668 126.301 147.668 126.899C147.668 127.497 148.153 127.982 148.751 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 127.982C152.959 127.982 153.444 127.497 153.444 126.899C153.444 126.301 152.959 125.816 152.361 125.816C151.763 125.816 151.278 126.301 151.278 126.899C151.278 127.497 151.763 127.982 152.361 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 131.592C37.4428 131.592 37.9277 131.107 37.9277 130.509C37.9277 129.911 37.4428 129.426 36.8447 129.426C36.2466 129.426 35.7617 129.911 35.7617 130.509C35.7617 131.107 36.2466 131.592 36.8447 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 131.592C41.0527 131.592 41.5375 131.107 41.5375 130.509C41.5375 129.911 41.0527 129.426 40.4545 129.426C39.8564 129.426 39.3716 129.911 39.3716 130.509C39.3716 131.107 39.8564 131.592 40.4545 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 131.592C44.6625 131.592 45.1474 131.107 45.1474 130.509C45.1474 129.911 44.6625 129.426 44.0644 129.426C43.4663 129.426 42.9814 129.911 42.9814 130.509C42.9814 131.107 43.4663 131.592 44.0644 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 131.592C48.2724 131.592 48.7572 131.107 48.7572 130.509C48.7572 129.911 48.2724 129.426 47.6743 129.426C47.0762 129.426 46.5913 129.911 46.5913 130.509C46.5913 131.107 47.0762 131.592 47.6743 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 131.592C55.4921 131.592 55.977 131.107 55.977 130.509C55.977 129.911 55.4921 129.426 54.894 129.426C54.2959 129.426 53.811 129.911 53.811 130.509C53.811 131.107 54.2959 131.592 54.894 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 131.592C62.7118 131.592 63.1967 131.107 63.1967 130.509C63.1967 129.911 62.7118 129.426 62.1137 129.426C61.5156 129.426 61.0308 129.911 61.0308 130.509C61.0308 131.107 61.5156 131.592 62.1137 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 131.592C66.3217 131.592 66.8066 131.107 66.8066 130.509C66.8066 129.911 66.3217 129.426 65.7236 129.426C65.1255 129.426 64.6406 129.911 64.6406 130.509C64.6406 131.107 65.1255 131.592 65.7236 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 131.592C69.9316 131.592 70.4164 131.107 70.4164 130.509C70.4164 129.911 69.9316 129.426 69.3335 129.426C68.7353 129.426 68.2505 129.911 68.2505 130.509C68.2505 131.107 68.7353 131.592 69.3335 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M72.9433 131.592C73.5414 131.592 74.0263 131.107 74.0263 130.509C74.0263 129.911 73.5414 129.426 72.9433 129.426C72.3452 129.426 71.8604 129.911 71.8604 130.509C71.8604 131.107 72.3452 131.592 72.9433 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 131.592C91.5907 131.592 92.0756 131.107 92.0756 130.509C92.0756 129.911 91.5907 129.426 90.9926 129.426C90.3945 129.426 89.9097 129.911 89.9097 130.509C89.9097 131.107 90.3945 131.592 90.9926 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 131.592C95.2006 131.592 95.6855 131.107 95.6855 130.509C95.6855 129.911 95.2006 129.426 94.6025 129.426C94.0044 129.426 93.5195 129.911 93.5195 130.509C93.5195 131.107 94.0044 131.592 94.6025 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M98.2128 131.592C98.811 131.592 99.2958 131.107 99.2958 130.509C99.2958 129.911 98.811 129.426 98.2128 129.426C97.6147 129.426 97.1299 129.911 97.1299 130.509C97.1299 131.107 97.6147 131.592 98.2128 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 131.592C106.031 131.592 106.516 131.107 106.516 130.509C106.516 129.911 106.031 129.426 105.433 129.426C104.834 129.426 104.35 129.911 104.35 130.509C104.35 131.107 104.834 131.592 105.433 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 131.592C109.641 131.592 110.125 131.107 110.125 130.509C110.125 129.911 109.641 129.426 109.042 129.426C108.444 129.426 107.959 129.911 107.959 130.509C107.959 131.107 108.444 131.592 109.042 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 131.592C116.86 131.592 117.345 131.107 117.345 130.509C117.345 129.911 116.86 129.426 116.262 129.426C115.664 129.426 115.179 129.911 115.179 130.509C115.179 131.107 115.664 131.592 116.262 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 131.592C120.47 131.592 120.955 131.107 120.955 130.509C120.955 129.911 120.47 129.426 119.872 129.426C119.274 129.426 118.789 129.911 118.789 130.509C118.789 131.107 119.274 131.592 119.872 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 131.592C124.08 131.592 124.565 131.107 124.565 130.509C124.565 129.911 124.08 129.426 123.482 129.426C122.884 129.426 122.399 129.911 122.399 130.509C122.399 131.107 122.884 131.592 123.482 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 131.592C131.3 131.592 131.785 131.107 131.785 130.509C131.785 129.911 131.3 129.426 130.702 129.426C130.104 129.426 129.619 129.911 129.619 130.509C129.619 131.107 130.104 131.592 130.702 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 131.592C138.519 131.592 139.004 131.107 139.004 130.509C139.004 129.911 138.519 129.426 137.921 129.426C137.323 129.426 136.838 129.911 136.838 130.509C136.838 131.107 137.323 131.592 137.921 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M145.141 131.592C145.739 131.592 146.224 131.107 146.224 130.509C146.224 129.911 145.739 129.426 145.141 129.426C144.543 129.426 144.058 129.911 144.058 130.509C144.058 131.107 144.543 131.592 145.141 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 131.592C152.959 131.592 153.444 131.107 153.444 130.509C153.444 129.911 152.959 129.426 152.361 129.426C151.763 129.426 151.278 129.911 151.278 130.509C151.278 131.107 151.763 131.592 152.361 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 135.202C37.4428 135.202 37.9277 134.717 37.9277 134.119C37.9277 133.521 37.4428 133.036 36.8447 133.036C36.2466 133.036 35.7617 133.521 35.7617 134.119C35.7617 134.717 36.2466 135.202 36.8447 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 135.202C55.4921 135.202 55.977 134.717 55.977 134.119C55.977 133.521 55.4921 133.036 54.894 133.036C54.2959 133.036 53.811 133.521 53.811 134.119C53.811 134.717 54.2959 135.202 54.894 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 135.202C59.102 135.202 59.5868 134.717 59.5868 134.119C59.5868 133.521 59.102 133.036 58.5039 133.036C57.9058 133.036 57.4209 133.521 57.4209 134.119C57.4209 134.717 57.9058 135.202 58.5039 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 135.202C66.3217 135.202 66.8066 134.717 66.8066 134.119C66.8066 133.521 66.3217 133.036 65.7236 133.036C65.1255 133.036 64.6406 133.521 64.6406 134.119C64.6406 134.717 65.1255 135.202 65.7236 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 135.202C69.9316 135.202 70.4164 134.717 70.4164 134.119C70.4164 133.521 69.9316 133.036 69.3335 133.036C68.7353 133.036 68.2505 133.521 68.2505 134.119C68.2505 134.717 68.7353 135.202 69.3335 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 135.202C80.7612 135.202 81.246 134.717 81.246 134.119C81.246 133.521 80.7612 133.036 80.163 133.036C79.5649 133.036 79.0801 133.521 79.0801 134.119C79.0801 134.717 79.5649 135.202 80.163 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 135.202C84.371 135.202 84.8559 134.717 84.8559 134.119C84.8559 133.521 84.371 133.036 83.7729 133.036C83.1748 133.036 82.6899 133.521 82.6899 134.119C82.6899 134.717 83.1748 135.202 83.7729 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 135.202C87.9809 135.202 88.4657 134.717 88.4657 134.119C88.4657 133.521 87.9809 133.036 87.3828 133.036C86.7847 133.036 86.2998 133.521 86.2998 134.119C86.2998 134.717 86.7847 135.202 87.3828 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 135.202C91.5907 135.202 92.0756 134.717 92.0756 134.119C92.0756 133.521 91.5907 133.036 90.9926 133.036C90.3945 133.036 89.9097 133.521 89.9097 134.119C89.9097 134.717 90.3945 135.202 90.9926 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 135.202C124.08 135.202 124.565 134.717 124.565 134.119C124.565 133.521 124.08 133.036 123.482 133.036C122.884 133.036 122.399 133.521 122.399 134.119C122.399 134.717 122.884 135.202 123.482 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 135.202C138.519 135.202 139.004 134.717 139.004 134.119C139.004 133.521 138.519 133.036 137.921 133.036C137.323 133.036 136.838 133.521 136.838 134.119C136.838 134.717 137.323 135.202 137.921 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 135.202C142.129 135.202 142.614 134.717 142.614 134.119C142.614 133.521 142.129 133.036 141.531 133.036C140.933 133.036 140.448 133.521 140.448 134.119C140.448 134.717 140.933 135.202 141.531 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 135.202C152.959 135.202 153.444 134.717 153.444 134.119C153.444 133.521 152.959 133.036 152.361 133.036C151.763 133.036 151.278 133.521 151.278 134.119C151.278 134.717 151.763 135.202 152.361 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 138.812C37.4428 138.812 37.9277 138.327 37.9277 137.729C37.9277 137.131 37.4428 136.646 36.8447 136.646C36.2466 136.646 35.7617 137.131 35.7617 137.729C35.7617 138.327 36.2466 138.812 36.8447 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 138.812C41.0527 138.812 41.5375 138.327 41.5375 137.729C41.5375 137.131 41.0527 136.646 40.4545 136.646C39.8564 136.646 39.3716 137.131 39.3716 137.729C39.3716 138.327 39.8564 138.812 40.4545 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 138.812C51.8822 138.812 52.3671 138.327 52.3671 137.729C52.3671 137.131 51.8822 136.646 51.2841 136.646C50.686 136.646 50.2012 137.131 50.2012 137.729C50.2012 138.327 50.686 138.812 51.2841 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 138.812C62.7118 138.812 63.1967 138.327 63.1967 137.729C63.1967 137.131 62.7118 136.646 62.1137 136.646C61.5156 136.646 61.0308 137.131 61.0308 137.729C61.0308 138.327 61.5156 138.812 62.1137 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 138.812C69.9316 138.812 70.4164 138.327 70.4164 137.729C70.4164 137.131 69.9316 136.646 69.3335 136.646C68.7353 136.646 68.2505 137.131 68.2505 137.729C68.2505 138.327 68.7353 138.812 69.3335 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 138.812C80.7612 138.812 81.246 138.327 81.246 137.729C81.246 137.131 80.7612 136.646 80.163 136.646C79.5649 136.646 79.0801 137.131 79.0801 137.729C79.0801 138.327 79.5649 138.812 80.163 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 138.812C84.371 138.812 84.8559 138.327 84.8559 137.729C84.8559 137.131 84.371 136.646 83.7729 136.646C83.1748 136.646 82.6899 137.131 82.6899 137.729C82.6899 138.327 83.1748 138.812 83.7729 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 138.812C87.9809 138.812 88.4657 138.327 88.4657 137.729C88.4657 137.131 87.9809 136.646 87.3828 136.646C86.7847 136.646 86.2998 137.131 86.2998 137.729C86.2998 138.327 86.7847 138.812 87.3828 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 138.812C91.5907 138.812 92.0756 138.327 92.0756 137.729C92.0756 137.131 91.5907 136.646 90.9926 136.646C90.3945 136.646 89.9097 137.131 89.9097 137.729C89.9097 138.327 90.3945 138.812 90.9926 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M98.2128 138.812C98.811 138.812 99.2958 138.327 99.2958 137.729C99.2958 137.131 98.811 136.646 98.2128 136.646C97.6147 136.646 97.1299 137.131 97.1299 137.729C97.1299 138.327 97.6147 138.812 98.2128 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 138.812C102.421 138.812 102.906 138.327 102.906 137.729C102.906 137.131 102.421 136.646 101.823 136.646C101.225 136.646 100.74 137.131 100.74 137.729C100.74 138.327 101.225 138.812 101.823 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 138.812C120.47 138.812 120.955 138.327 120.955 137.729C120.955 137.131 120.47 136.646 119.872 136.646C119.274 136.646 118.789 137.131 118.789 137.729C118.789 138.327 119.274 138.812 119.872 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 138.812C124.08 138.812 124.565 138.327 124.565 137.729C124.565 137.131 124.08 136.646 123.482 136.646C122.884 136.646 122.399 137.131 122.399 137.729C122.399 138.327 122.884 138.812 123.482 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 138.812C127.69 138.812 128.175 138.327 128.175 137.729C128.175 137.131 127.69 136.646 127.092 136.646C126.494 136.646 126.009 137.131 126.009 137.729C126.009 138.327 126.494 138.812 127.092 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 138.812C131.3 138.812 131.785 138.327 131.785 137.729C131.785 137.131 131.3 136.646 130.702 136.646C130.104 136.646 129.619 137.131 129.619 137.729C129.619 138.327 130.104 138.812 130.702 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 138.812C134.91 138.812 135.394 138.327 135.394 137.729C135.394 137.131 134.91 136.646 134.311 136.646C133.713 136.646 133.229 137.131 133.229 137.729C133.229 138.327 133.713 138.812 134.311 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 138.812C138.519 138.812 139.004 138.327 139.004 137.729C139.004 137.131 138.519 136.646 137.921 136.646C137.323 136.646 136.838 137.131 136.838 137.729C136.838 138.327 137.323 138.812 137.921 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 138.812C142.129 138.812 142.614 138.327 142.614 137.729C142.614 137.131 142.129 136.646 141.531 136.646C140.933 136.646 140.448 137.131 140.448 137.729C140.448 138.327 140.933 138.812 141.531 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 142.422C44.6625 142.422 45.1474 141.937 45.1474 141.339C45.1474 140.741 44.6625 140.256 44.0644 140.256C43.4663 140.256 42.9814 140.741 42.9814 141.339C42.9814 141.937 43.4663 142.422 44.0644 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 142.422C51.8822 142.422 52.3671 141.937 52.3671 141.339C52.3671 140.741 51.8822 140.256 51.2841 140.256C50.686 140.256 50.2012 140.741 50.2012 141.339C50.2012 141.937 50.686 142.422 51.2841 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 142.422C55.4921 142.422 55.977 141.937 55.977 141.339C55.977 140.741 55.4921 140.256 54.894 140.256C54.2959 140.256 53.811 140.741 53.811 141.339C53.811 141.937 54.2959 142.422 54.894 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 142.422C66.3217 142.422 66.8066 141.937 66.8066 141.339C66.8066 140.741 66.3217 140.256 65.7236 140.256C65.1255 140.256 64.6406 140.741 64.6406 141.339C64.6406 141.937 65.1255 142.422 65.7236 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M72.9433 142.422C73.5414 142.422 74.0263 141.937 74.0263 141.339C74.0263 140.741 73.5414 140.256 72.9433 140.256C72.3452 140.256 71.8604 140.741 71.8604 141.339C71.8604 141.937 72.3452 142.422 72.9433 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 142.422C80.7612 142.422 81.246 141.937 81.246 141.339C81.246 140.741 80.7612 140.256 80.163 140.256C79.5649 140.256 79.0801 140.741 79.0801 141.339C79.0801 141.937 79.5649 142.422 80.163 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 142.422C84.371 142.422 84.8559 141.937 84.8559 141.339C84.8559 140.741 84.371 140.256 83.7729 140.256C83.1748 140.256 82.6899 140.741 82.6899 141.339C82.6899 141.937 83.1748 142.422 83.7729 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 142.422C91.5907 142.422 92.0756 141.937 92.0756 141.339C92.0756 140.741 91.5907 140.256 90.9926 140.256C90.3945 140.256 89.9097 140.741 89.9097 141.339C89.9097 141.937 90.3945 142.422 90.9926 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 142.422C102.421 142.422 102.906 141.937 102.906 141.339C102.906 140.741 102.421 140.256 101.823 140.256C101.225 140.256 100.74 140.741 100.74 141.339C100.74 141.937 101.225 142.422 101.823 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 142.422C106.031 142.422 106.516 141.937 106.516 141.339C106.516 140.741 106.031 140.256 105.433 140.256C104.834 140.256 104.35 140.741 104.35 141.339C104.35 141.937 104.834 142.422 105.433 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 142.422C109.641 142.422 110.125 141.937 110.125 141.339C110.125 140.741 109.641 140.256 109.042 140.256C108.444 140.256 107.959 140.741 107.959 141.339C107.959 141.937 108.444 142.422 109.042 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 142.422C113.25 142.422 113.735 141.937 113.735 141.339C113.735 140.741 113.25 140.256 112.652 140.256C112.054 140.256 111.569 140.741 111.569 141.339C111.569 141.937 112.054 142.422 112.652 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 142.422C116.86 142.422 117.345 141.937 117.345 141.339C117.345 140.741 116.86 140.256 116.262 140.256C115.664 140.256 115.179 140.741 115.179 141.339C115.179 141.937 115.664 142.422 116.262 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 142.422C124.08 142.422 124.565 141.937 124.565 141.339C124.565 140.741 124.08 140.256 123.482 140.256C122.884 140.256 122.399 140.741 122.399 141.339C122.399 141.937 122.884 142.422 123.482 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 142.422C134.91 142.422 135.394 141.937 135.394 141.339C135.394 140.741 134.91 140.256 134.311 140.256C133.713 140.256 133.229 140.741 133.229 141.339C133.229 141.937 133.713 142.422 134.311 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M145.141 142.422C145.739 142.422 146.224 141.937 146.224 141.339C146.224 140.741 145.739 140.256 145.141 140.256C144.543 140.256 144.058 140.741 144.058 141.339C144.058 141.937 144.543 142.422 145.141 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 142.422C149.349 142.422 149.834 141.937 149.834 141.339C149.834 140.741 149.349 140.256 148.751 140.256C148.153 140.256 147.668 140.741 147.668 141.339C147.668 141.937 148.153 142.422 148.751 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 142.422C152.959 142.422 153.444 141.937 153.444 141.339C153.444 140.741 152.959 140.256 152.361 140.256C151.763 140.256 151.278 140.741 151.278 141.339C151.278 141.937 151.763 142.422 152.361 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 146.032C59.102 146.032 59.5868 145.547 59.5868 144.949C59.5868 144.351 59.102 143.866 58.5039 143.866C57.9058 143.866 57.4209 144.351 57.4209 144.949C57.4209 145.547 57.9058 146.032 58.5039 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M72.9433 146.032C73.5414 146.032 74.0263 145.547 74.0263 144.949C74.0263 144.351 73.5414 143.866 72.9433 143.866C72.3452 143.866 71.8604 144.351 71.8604 144.949C71.8604 145.547 72.3452 146.032 72.9433 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M76.5532 146.032C77.1513 146.032 77.6361 145.547 77.6361 144.949C77.6361 144.351 77.1513 143.866 76.5532 143.866C75.9551 143.866 75.4702 144.351 75.4702 144.949C75.4702 145.547 75.9551 146.032 76.5532 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 146.032C84.371 146.032 84.8559 145.547 84.8559 144.949C84.8559 144.351 84.371 143.866 83.7729 143.866C83.1748 143.866 82.6899 144.351 82.6899 144.949C82.6899 145.547 83.1748 146.032 83.7729 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 146.032C87.9809 146.032 88.4657 145.547 88.4657 144.949C88.4657 144.351 87.9809 143.866 87.3828 143.866C86.7847 143.866 86.2998 144.351 86.2998 144.949C86.2998 145.547 86.7847 146.032 87.3828 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 146.032C91.5907 146.032 92.0756 145.547 92.0756 144.949C92.0756 144.351 91.5907 143.866 90.9926 143.866C90.3945 143.866 89.9097 144.351 89.9097 144.949C89.9097 145.547 90.3945 146.032 90.9926 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 146.032C102.421 146.032 102.906 145.547 102.906 144.949C102.906 144.351 102.421 143.866 101.823 143.866C101.225 143.866 100.74 144.351 100.74 144.949C100.74 145.547 101.225 146.032 101.823 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 146.032C106.031 146.032 106.516 145.547 106.516 144.949C106.516 144.351 106.031 143.866 105.433 143.866C104.834 143.866 104.35 144.351 104.35 144.949C104.35 145.547 104.834 146.032 105.433 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 146.032C109.641 146.032 110.125 145.547 110.125 144.949C110.125 144.351 109.641 143.866 109.042 143.866C108.444 143.866 107.959 144.351 107.959 144.949C107.959 145.547 108.444 146.032 109.042 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 146.032C113.25 146.032 113.735 145.547 113.735 144.949C113.735 144.351 113.25 143.866 112.652 143.866C112.054 143.866 111.569 144.351 111.569 144.949C111.569 145.547 112.054 146.032 112.652 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 146.032C127.69 146.032 128.175 145.547 128.175 144.949C128.175 144.351 127.69 143.866 127.092 143.866C126.494 143.866 126.009 144.351 126.009 144.949C126.009 145.547 126.494 146.032 127.092 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 146.032C142.129 146.032 142.614 145.547 142.614 144.949C142.614 144.351 142.129 143.866 141.531 143.866C140.933 143.866 140.448 144.351 140.448 144.949C140.448 145.547 140.933 146.032 141.531 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 146.032C149.349 146.032 149.834 145.547 149.834 144.949C149.834 144.351 149.349 143.866 148.751 143.866C148.153 143.866 147.668 144.351 147.668 144.949C147.668 145.547 148.153 146.032 148.751 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 146.032C152.959 146.032 153.444 145.547 153.444 144.949C153.444 144.351 152.959 143.866 152.361 143.866C151.763 143.866 151.278 144.351 151.278 144.949C151.278 145.547 151.763 146.032 152.361 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 149.642C48.2724 149.642 48.7572 149.157 48.7572 148.559C48.7572 147.961 48.2724 147.476 47.6743 147.476C47.0762 147.476 46.5913 147.961 46.5913 148.559C46.5913 149.157 47.0762 149.642 47.6743 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 149.642C51.8822 149.642 52.3671 149.157 52.3671 148.559C52.3671 147.961 51.8822 147.476 51.2841 147.476C50.686 147.476 50.2012 147.961 50.2012 148.559C50.2012 149.157 50.686 149.642 51.2841 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 149.642C55.4921 149.642 55.977 149.157 55.977 148.559C55.977 147.961 55.4921 147.476 54.894 147.476C54.2959 147.476 53.811 147.961 53.811 148.559C53.811 149.157 54.2959 149.642 54.894 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 149.642C59.102 149.642 59.5868 149.157 59.5868 148.559C59.5868 147.961 59.102 147.476 58.5039 147.476C57.9058 147.476 57.4209 147.961 57.4209 148.559C57.4209 149.157 57.9058 149.642 58.5039 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 149.642C62.7118 149.642 63.1967 149.157 63.1967 148.559C63.1967 147.961 62.7118 147.476 62.1137 147.476C61.5156 147.476 61.0308 147.961 61.0308 148.559C61.0308 149.157 61.5156 149.642 62.1137 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 149.642C66.3217 149.642 66.8066 149.157 66.8066 148.559C66.8066 147.961 66.3217 147.476 65.7236 147.476C65.1255 147.476 64.6406 147.961 64.6406 148.559C64.6406 149.157 65.1255 149.642 65.7236 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 149.642C80.7612 149.642 81.246 149.157 81.246 148.559C81.246 147.961 80.7612 147.476 80.163 147.476C79.5649 147.476 79.0801 147.961 79.0801 148.559C79.0801 149.157 79.5649 149.642 80.163 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 149.642C84.371 149.642 84.8559 149.157 84.8559 148.559C84.8559 147.961 84.371 147.476 83.7729 147.476C83.1748 147.476 82.6899 147.961 82.6899 148.559C82.6899 149.157 83.1748 149.642 83.7729 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 149.642C113.25 149.642 113.735 149.157 113.735 148.559C113.735 147.961 113.25 147.476 112.652 147.476C112.054 147.476 111.569 147.961 111.569 148.559C111.569 149.157 112.054 149.642 112.652 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 149.642C116.86 149.642 117.345 149.157 117.345 148.559C117.345 147.961 116.86 147.476 116.262 147.476C115.664 147.476 115.179 147.961 115.179 148.559C115.179 149.157 115.664 149.642 116.262 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 149.642C124.08 149.642 124.565 149.157 124.565 148.559C124.565 147.961 124.08 147.476 123.482 147.476C122.884 147.476 122.399 147.961 122.399 148.559C122.399 149.157 122.884 149.642 123.482 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 149.642C134.91 149.642 135.394 149.157 135.394 148.559C135.394 147.961 134.91 147.476 134.311 147.476C133.713 147.476 133.229 147.961 133.229 148.559C133.229 149.157 133.713 149.642 134.311 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 149.642C149.349 149.642 149.834 149.157 149.834 148.559C149.834 147.961 149.349 147.476 148.751 147.476C148.153 147.476 147.668 147.961 147.668 148.559C147.668 149.157 148.153 149.642 148.751 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 149.642C152.959 149.642 153.444 149.157 153.444 148.559C153.444 147.961 152.959 147.476 152.361 147.476C151.763 147.476 151.278 147.961 151.278 148.559C151.278 149.157 151.763 149.642 152.361 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 153.252C48.2724 153.252 48.7572 152.767 48.7572 152.169C48.7572 151.571 48.2724 151.086 47.6743 151.086C47.0762 151.086 46.5913 151.571 46.5913 152.169C46.5913 152.767 47.0762 153.252 47.6743 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 153.252C59.102 153.252 59.5868 152.767 59.5868 152.169C59.5868 151.571 59.102 151.086 58.5039 151.086C57.9058 151.086 57.4209 151.571 57.4209 152.169C57.4209 152.767 57.9058 153.252 58.5039 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 153.252C84.371 153.252 84.8559 152.767 84.8559 152.169C84.8559 151.571 84.371 151.086 83.7729 151.086C83.1748 151.086 82.6899 151.571 82.6899 152.169C82.6899 152.767 83.1748 153.252 83.7729 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 153.252C91.5907 153.252 92.0756 152.767 92.0756 152.169C92.0756 151.571 91.5907 151.086 90.9926 151.086C90.3945 151.086 89.9097 151.571 89.9097 152.169C89.9097 152.767 90.3945 153.252 90.9926 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M98.2128 153.252C98.811 153.252 99.2958 152.767 99.2958 152.169C99.2958 151.571 98.811 151.086 98.2128 151.086C97.6147 151.086 97.1299 151.571 97.1299 152.169C97.1299 152.767 97.6147 153.252 98.2128 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 153.252C102.421 153.252 102.906 152.767 102.906 152.169C102.906 151.571 102.421 151.086 101.823 151.086C101.225 151.086 100.74 151.571 100.74 152.169C100.74 152.767 101.225 153.252 101.823 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 153.252C106.031 153.252 106.516 152.767 106.516 152.169C106.516 151.571 106.031 151.086 105.433 151.086C104.834 151.086 104.35 151.571 104.35 152.169C104.35 152.767 104.834 153.252 105.433 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 153.252C113.25 153.252 113.735 152.767 113.735 152.169C113.735 151.571 113.25 151.086 112.652 151.086C112.054 151.086 111.569 151.571 111.569 152.169C111.569 152.767 112.054 153.252 112.652 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 153.252C124.08 153.252 124.565 152.767 124.565 152.169C124.565 151.571 124.08 151.086 123.482 151.086C122.884 151.086 122.399 151.571 122.399 152.169C122.399 152.767 122.884 153.252 123.482 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 153.252C134.91 153.252 135.394 152.767 135.394 152.169C135.394 151.571 134.91 151.086 134.311 151.086C133.713 151.086 133.229 151.571 133.229 152.169C133.229 152.767 133.713 153.252 134.311 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 153.252C138.519 153.252 139.004 152.767 139.004 152.169C139.004 151.571 138.519 151.086 137.921 151.086C137.323 151.086 136.838 151.571 136.838 152.169C136.838 152.767 137.323 153.252 137.921 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 153.252C149.349 153.252 149.834 152.767 149.834 152.169C149.834 151.571 149.349 151.086 148.751 151.086C148.153 151.086 147.668 151.571 147.668 152.169C147.668 152.767 148.153 153.252 148.751 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7951 6.21582C11.9543 6.21582 6.4082 11.7619 6.4082 18.6027C6.4082 25.4435 11.9543 30.9896 18.7951 30.9896C25.6359 30.9896 31.182 25.4435 31.182 18.6027C31.182 11.7619 25.6359 6.21582 18.7951 6.21582ZM18.7951 27.2735C14.014 27.2735 10.1243 23.3838 10.1243 18.6027C10.1243 13.8216 14.014 9.93188 18.7951 9.93188C23.5762 9.93188 27.4659 13.8216 27.4659 18.6027C27.4659 23.3838 23.5762 27.2735 18.7951 27.2735Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 6.21582C134.691 6.21582 129.145 11.7619 129.145 18.6027C129.145 25.4435 134.691 30.9896 141.531 30.9896C148.372 30.9896 153.918 25.4435 153.918 18.6027C153.918 11.7619 148.372 6.21582 141.531 6.21582ZM141.531 27.2735C136.75 27.2735 132.861 23.3838 132.861 18.6027C132.861 13.8216 136.75 9.93188 141.531 9.93188C146.312 9.93188 150.202 13.8216 150.202 18.6027C150.202 23.3838 146.312 27.2735 141.531 27.2735Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7951 128.952C11.9543 128.952 6.4082 134.498 6.4082 141.339C6.4082 148.18 11.9543 153.726 18.7951 153.726C25.6359 153.726 31.182 148.18 31.182 141.339C31.182 134.498 25.6359 128.952 18.7951 128.952ZM18.7951 150.01C14.014 150.01 10.1243 146.12 10.1243 141.339C10.1243 136.558 14.014 132.668 18.7951 132.668C23.5762 132.668 27.4659 136.558 27.4659 141.339C27.4659 146.12 23.5762 150.01 18.7951 150.01Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.689 23.8052C21.6209 23.8052 23.9977 21.4284 23.9977 18.4965C23.9977 15.5646 21.6209 13.1879 18.689 13.1879C15.7571 13.1879 13.3804 15.5646 13.3804 18.4965C13.3804 21.4284 15.7571 23.8052 18.689 23.8052Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.425 23.8052C144.357 23.8052 146.734 21.4284 146.734 18.4965C146.734 15.5646 144.357 13.1879 141.425 13.1879C138.493 13.1879 136.117 15.5646 136.117 18.4965C136.117 21.4284 138.493 23.8052 141.425 23.8052Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.689 146.541C21.6209 146.541 23.9977 144.165 23.9977 141.233C23.9977 138.301 21.6209 135.924 18.689 135.924C15.7571 135.924 13.3804 138.301 13.3804 141.233C13.3804 144.165 15.7571 146.541 18.689 146.541Z",fill:"black"}),(0,t.jsxs)("g",{clipPath:"url(#clip1_3360_39100)",children:[(0,t.jsx)("path",{d:"M60.1611 69.1078C60.1611 64.2765 64.0777 60.36 68.909 60.36H91.0984C95.9296 60.36 99.8463 64.2765 99.8463 69.1078V90.8328C99.8463 95.6642 95.9296 99.5807 91.0984 99.5807H68.909C64.0777 99.5807 60.1611 95.6642 60.1611 90.8328V69.1078Z",fill:"#1460FF"}),(0,t.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M68.9082 57.787H91.0976C97.3497 57.787 102.418 62.8555 102.418 69.1077V90.8327C102.418 97.0851 97.3497 102.153 91.0976 102.153H68.9082C62.6559 102.153 57.5874 97.0851 57.5874 90.8327V69.1077C57.5874 62.8555 62.6559 57.787 68.9082 57.787ZM68.9082 60.3599C64.0769 60.3599 60.1603 64.2764 60.1603 69.1077V90.8327C60.1603 95.6641 64.0769 99.5806 68.9082 99.5806H91.0976C95.9287 99.5806 99.8454 95.6641 99.8454 90.8327V69.1077C99.8454 64.2764 95.9287 60.3599 91.0976 60.3599H68.9082Z",fill:"white"}),(0,t.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M80.0033 93.8058C87.6444 93.8058 93.8387 87.6116 93.8387 79.9704C93.8387 72.3293 87.6444 66.135 80.0033 66.135C72.3623 66.135 66.168 72.3293 66.168 79.9704C66.168 87.6116 72.3623 93.8058 80.0033 93.8058ZM76.1916 75.4711C75.7653 75.4711 75.4197 75.8167 75.4197 76.243V83.6977C75.4197 84.124 75.7653 84.4695 76.1916 84.4695H83.7581C84.1844 84.4695 84.5299 84.124 84.5299 83.6977V76.243C84.5299 75.8167 84.1844 75.4711 83.7581 75.4711H76.1916Z",fill:"white"})]})]}),(0,t.jsx)("rect",{x:"1",y:"1",width:"158",height:"158",rx:"11",stroke:"black",strokeWidth:"2"}),(0,t.jsxs)("defs",{children:[(0,t.jsx)("clipPath",{id:"clip0_3360_39100",children:(0,t.jsx)("rect",{width:"160",height:"160",rx:"12",fill:"white"})}),(0,t.jsx)("clipPath",{id:"clip1_3360_39100",children:(0,t.jsx)("rect",{width:"45.283",height:"44.7684",fill:"white",transform:"translate(57.3589 57.6157)"})})]})]});var x2=w(require("styled-components"));var o4=require("react/jsx-runtime"),Z3=({style:i,...e})=>(0,o4.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"17",height:"17",viewBox:"0 0 17 17",style:{height:"1.25rem",width:"1.25rem",...i},...e,children:(0,o4.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--primary-color)"})});var L2=require("react/jsx-runtime"),r4=x2.default.div`
|
|
733
|
+
`;var V3=require("react"),K=y(require("styled-components"));var t=require("react/jsx-runtime"),R3=({style:i})=>(0,t.jsxs)("svg",{width:"161",height:"160",viewBox:"0 0 161 160",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"150px",width:"150px",...i},children:[(0,t.jsxs)("g",{clipPath:"url(#clip0_3360_39100)",children:[(0,t.jsx)("path",{d:"M160 0H0V160H160V0Z",fill:"white"}),(0,t.jsx)("path",{d:"M44.0644 8.856C44.6625 8.856 45.1474 8.37114 45.1474 7.77303C45.1474 7.17492 44.6625 6.69006 44.0644 6.69006C43.4663 6.69006 42.9814 7.17492 42.9814 7.77303C42.9814 8.37114 43.4663 8.856 44.0644 8.856Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 8.856C48.2724 8.856 48.7572 8.37114 48.7572 7.77303C48.7572 7.17492 48.2724 6.69006 47.6743 6.69006C47.0762 6.69006 46.5913 7.17492 46.5913 7.77303C46.5913 8.37114 47.0762 8.856 47.6743 8.856Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 8.856C55.4921 8.856 55.977 8.37114 55.977 7.77303C55.977 7.17492 55.4921 6.69006 54.894 6.69006C54.2959 6.69006 53.811 7.17492 53.811 7.77303C53.811 8.37114 54.2959 8.856 54.894 8.856Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 8.856C59.102 8.856 59.5868 8.37114 59.5868 7.77303C59.5868 7.17492 59.102 6.69006 58.5039 6.69006C57.9058 6.69006 57.4209 7.17492 57.4209 7.77303C57.4209 8.37114 57.9058 8.856 58.5039 8.856Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 8.856C66.3217 8.856 66.8066 8.37114 66.8066 7.77303C66.8066 7.17492 66.3217 6.69006 65.7236 6.69006C65.1255 6.69006 64.6406 7.17492 64.6406 7.77303C64.6406 8.37114 65.1255 8.856 65.7236 8.856Z",fill:"black"}),(0,t.jsx)("path",{d:"M76.5532 8.856C77.1513 8.856 77.6361 8.37114 77.6361 7.77303C77.6361 7.17492 77.1513 6.69006 76.5532 6.69006C75.9551 6.69006 75.4702 7.17492 75.4702 7.77303C75.4702 8.37114 75.9551 8.856 76.5532 8.856Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 8.856C84.371 8.856 84.8559 8.37114 84.8559 7.77303C84.8559 7.17492 84.371 6.69006 83.7729 6.69006C83.1748 6.69006 82.6899 7.17492 82.6899 7.77303C82.6899 8.37114 83.1748 8.856 83.7729 8.856Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 8.856C87.9809 8.856 88.4657 8.37114 88.4657 7.77303C88.4657 7.17492 87.9809 6.69006 87.3828 6.69006C86.7847 6.69006 86.2998 7.17492 86.2998 7.77303C86.2998 8.37114 86.7847 8.856 87.3828 8.856Z",fill:"black"}),(0,t.jsx)("path",{d:"M98.2128 8.856C98.811 8.856 99.2958 8.37114 99.2958 7.77303C99.2958 7.17492 98.811 6.69006 98.2128 6.69006C97.6147 6.69006 97.1299 7.17492 97.1299 7.77303C97.1299 8.37114 97.6147 8.856 98.2128 8.856Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 8.856C106.031 8.856 106.516 8.37114 106.516 7.77303C106.516 7.17492 106.031 6.69006 105.433 6.69006C104.834 6.69006 104.35 7.17492 104.35 7.77303C104.35 8.37114 104.834 8.856 105.433 8.856Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 8.856C113.25 8.856 113.735 8.37114 113.735 7.77303C113.735 7.17492 113.25 6.69006 112.652 6.69006C112.054 6.69006 111.569 7.17492 111.569 7.77303C111.569 8.37114 112.054 8.856 112.652 8.856Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 12.4659C37.4428 12.4659 37.9277 11.981 37.9277 11.3829C37.9277 10.7848 37.4428 10.2999 36.8447 10.2999C36.2466 10.2999 35.7617 10.7848 35.7617 11.3829C35.7617 11.981 36.2466 12.4659 36.8447 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 12.4659C44.6625 12.4659 45.1474 11.981 45.1474 11.3829C45.1474 10.7848 44.6625 10.2999 44.0644 10.2999C43.4663 10.2999 42.9814 10.7848 42.9814 11.3829C42.9814 11.981 43.4663 12.4659 44.0644 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 12.4659C51.8822 12.4659 52.3671 11.981 52.3671 11.3829C52.3671 10.7848 51.8822 10.2999 51.2841 10.2999C50.686 10.2999 50.2012 10.7848 50.2012 11.3829C50.2012 11.981 50.686 12.4659 51.2841 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 12.4659C59.102 12.4659 59.5868 11.981 59.5868 11.3829C59.5868 10.7848 59.102 10.2999 58.5039 10.2999C57.9058 10.2999 57.4209 10.7848 57.4209 11.3829C57.4209 11.981 57.9058 12.4659 58.5039 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 12.4659C62.7118 12.4659 63.1967 11.981 63.1967 11.3829C63.1967 10.7848 62.7118 10.2999 62.1137 10.2999C61.5156 10.2999 61.0308 10.7848 61.0308 11.3829C61.0308 11.981 61.5156 12.4659 62.1137 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 12.4659C69.9316 12.4659 70.4164 11.981 70.4164 11.3829C70.4164 10.7848 69.9316 10.2999 69.3335 10.2999C68.7353 10.2999 68.2505 10.7848 68.2505 11.3829C68.2505 11.981 68.7353 12.4659 69.3335 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M72.9433 12.4659C73.5414 12.4659 74.0263 11.981 74.0263 11.3829C74.0263 10.7848 73.5414 10.2999 72.9433 10.2999C72.3452 10.2999 71.8604 10.7848 71.8604 11.3829C71.8604 11.981 72.3452 12.4659 72.9433 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M76.5532 12.4659C77.1513 12.4659 77.6361 11.981 77.6361 11.3829C77.6361 10.7848 77.1513 10.2999 76.5532 10.2999C75.9551 10.2999 75.4702 10.7848 75.4702 11.3829C75.4702 11.981 75.9551 12.4659 76.5532 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 12.4659C80.7612 12.4659 81.246 11.981 81.246 11.3829C81.246 10.7848 80.7612 10.2999 80.163 10.2999C79.5649 10.2999 79.0801 10.7848 79.0801 11.3829C79.0801 11.981 79.5649 12.4659 80.163 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 12.4659C84.371 12.4659 84.8559 11.981 84.8559 11.3829C84.8559 10.7848 84.371 10.2999 83.7729 10.2999C83.1748 10.2999 82.6899 10.7848 82.6899 11.3829C82.6899 11.981 83.1748 12.4659 83.7729 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M98.2128 12.4659C98.811 12.4659 99.2958 11.981 99.2958 11.3829C99.2958 10.7848 98.811 10.2999 98.2128 10.2999C97.6147 10.2999 97.1299 10.7848 97.1299 11.3829C97.1299 11.981 97.6147 12.4659 98.2128 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 12.4659C102.421 12.4659 102.906 11.981 102.906 11.3829C102.906 10.7848 102.421 10.2999 101.823 10.2999C101.225 10.2999 100.74 10.7848 100.74 11.3829C100.74 11.981 101.225 12.4659 101.823 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 12.4659C113.25 12.4659 113.735 11.981 113.735 11.3829C113.735 10.7848 113.25 10.2999 112.652 10.2999C112.054 10.2999 111.569 10.7848 111.569 11.3829C111.569 11.981 112.054 12.4659 112.652 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 12.4659C120.47 12.4659 120.955 11.981 120.955 11.3829C120.955 10.7848 120.47 10.2999 119.872 10.2999C119.274 10.2999 118.789 10.7848 118.789 11.3829C118.789 11.981 119.274 12.4659 119.872 12.4659Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 16.0757C41.0527 16.0757 41.5375 15.5909 41.5375 14.9928C41.5375 14.3947 41.0527 13.9098 40.4545 13.9098C39.8564 13.9098 39.3716 14.3947 39.3716 14.9928C39.3716 15.5909 39.8564 16.0757 40.4545 16.0757Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 16.0757C44.6625 16.0757 45.1474 15.5909 45.1474 14.9928C45.1474 14.3947 44.6625 13.9098 44.0644 13.9098C43.4663 13.9098 42.9814 14.3947 42.9814 14.9928C42.9814 15.5909 43.4663 16.0757 44.0644 16.0757Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 16.0757C66.3217 16.0757 66.8066 15.5909 66.8066 14.9928C66.8066 14.3947 66.3217 13.9098 65.7236 13.9098C65.1255 13.9098 64.6406 14.3947 64.6406 14.9928C64.6406 15.5909 65.1255 16.0757 65.7236 16.0757Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 16.0757C69.9316 16.0757 70.4164 15.5909 70.4164 14.9928C70.4164 14.3947 69.9316 13.9098 69.3335 13.9098C68.7353 13.9098 68.2505 14.3947 68.2505 14.9928C68.2505 15.5909 68.7353 16.0757 69.3335 16.0757Z",fill:"black"}),(0,t.jsx)("path",{d:"M72.9433 16.0757C73.5414 16.0757 74.0263 15.5909 74.0263 14.9928C74.0263 14.3947 73.5414 13.9098 72.9433 13.9098C72.3452 13.9098 71.8604 14.3947 71.8604 14.9928C71.8604 15.5909 72.3452 16.0757 72.9433 16.0757Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 16.0757C87.9809 16.0757 88.4657 15.5909 88.4657 14.9928C88.4657 14.3947 87.9809 13.9098 87.3828 13.9098C86.7847 13.9098 86.2998 14.3947 86.2998 14.9928C86.2998 15.5909 86.7847 16.0757 87.3828 16.0757Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 16.0757C102.421 16.0757 102.906 15.5909 102.906 14.9928C102.906 14.3947 102.421 13.9098 101.823 13.9098C101.225 13.9098 100.74 14.3947 100.74 14.9928C100.74 15.5909 101.225 16.0757 101.823 16.0757Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 16.0757C109.641 16.0757 110.125 15.5909 110.125 14.9928C110.125 14.3947 109.641 13.9098 109.042 13.9098C108.444 13.9098 107.959 14.3947 107.959 14.9928C107.959 15.5909 108.444 16.0757 109.042 16.0757Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 16.0757C120.47 16.0757 120.955 15.5909 120.955 14.9928C120.955 14.3947 120.47 13.9098 119.872 13.9098C119.274 13.9098 118.789 14.3947 118.789 14.9928C118.789 15.5909 119.274 16.0757 119.872 16.0757Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 19.6856C41.0527 19.6856 41.5375 19.2007 41.5375 18.6026C41.5375 18.0045 41.0527 17.5197 40.4545 17.5197C39.8564 17.5197 39.3716 18.0045 39.3716 18.6026C39.3716 19.2007 39.8564 19.6856 40.4545 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 19.6856C48.2724 19.6856 48.7572 19.2007 48.7572 18.6026C48.7572 18.0045 48.2724 17.5197 47.6743 17.5197C47.0762 17.5197 46.5913 18.0045 46.5913 18.6026C46.5913 19.2007 47.0762 19.6856 47.6743 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 19.6856C51.8822 19.6856 52.3671 19.2007 52.3671 18.6026C52.3671 18.0045 51.8822 17.5197 51.2841 17.5197C50.686 17.5197 50.2012 18.0045 50.2012 18.6026C50.2012 19.2007 50.686 19.6856 51.2841 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 19.6856C55.4921 19.6856 55.977 19.2007 55.977 18.6026C55.977 18.0045 55.4921 17.5197 54.894 17.5197C54.2959 17.5197 53.811 18.0045 53.811 18.6026C53.811 19.2007 54.2959 19.6856 54.894 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 19.6856C59.102 19.6856 59.5868 19.2007 59.5868 18.6026C59.5868 18.0045 59.102 17.5197 58.5039 17.5197C57.9058 17.5197 57.4209 18.0045 57.4209 18.6026C57.4209 19.2007 57.9058 19.6856 58.5039 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 19.6856C69.9316 19.6856 70.4164 19.2007 70.4164 18.6026C70.4164 18.0045 69.9316 17.5197 69.3335 17.5197C68.7353 17.5197 68.2505 18.0045 68.2505 18.6026C68.2505 19.2007 68.7353 19.6856 69.3335 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 19.6856C91.5907 19.6856 92.0756 19.2007 92.0756 18.6026C92.0756 18.0045 91.5907 17.5197 90.9926 17.5197C90.3945 17.5197 89.9097 18.0045 89.9097 18.6026C89.9097 19.2007 90.3945 19.6856 90.9926 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 19.6856C95.2006 19.6856 95.6855 19.2007 95.6855 18.6026C95.6855 18.0045 95.2006 17.5197 94.6025 17.5197C94.0044 17.5197 93.5195 18.0045 93.5195 18.6026C93.5195 19.2007 94.0044 19.6856 94.6025 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 19.6856C106.031 19.6856 106.516 19.2007 106.516 18.6026C106.516 18.0045 106.031 17.5197 105.433 17.5197C104.834 17.5197 104.35 18.0045 104.35 18.6026C104.35 19.2007 104.834 19.6856 105.433 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 19.6856C109.641 19.6856 110.125 19.2007 110.125 18.6026C110.125 18.0045 109.641 17.5197 109.042 17.5197C108.444 17.5197 107.959 18.0045 107.959 18.6026C107.959 19.2007 108.444 19.6856 109.042 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 19.6856C113.25 19.6856 113.735 19.2007 113.735 18.6026C113.735 18.0045 113.25 17.5197 112.652 17.5197C112.054 17.5197 111.569 18.0045 111.569 18.6026C111.569 19.2007 112.054 19.6856 112.652 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 19.6856C116.86 19.6856 117.345 19.2007 117.345 18.6026C117.345 18.0045 116.86 17.5197 116.262 17.5197C115.664 17.5197 115.179 18.0045 115.179 18.6026C115.179 19.2007 115.664 19.6856 116.262 19.6856Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 23.2956C41.0527 23.2956 41.5375 22.8107 41.5375 22.2126C41.5375 21.6145 41.0527 21.1296 40.4545 21.1296C39.8564 21.1296 39.3716 21.6145 39.3716 22.2126C39.3716 22.8107 39.8564 23.2956 40.4545 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 23.2956C44.6625 23.2956 45.1474 22.8107 45.1474 22.2126C45.1474 21.6145 44.6625 21.1296 44.0644 21.1296C43.4663 21.1296 42.9814 21.6145 42.9814 22.2126C42.9814 22.8107 43.4663 23.2956 44.0644 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 23.2956C51.8822 23.2956 52.3671 22.8107 52.3671 22.2126C52.3671 21.6145 51.8822 21.1296 51.2841 21.1296C50.686 21.1296 50.2012 21.6145 50.2012 22.2126C50.2012 22.8107 50.686 23.2956 51.2841 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 23.2956C55.4921 23.2956 55.977 22.8107 55.977 22.2126C55.977 21.6145 55.4921 21.1296 54.894 21.1296C54.2959 21.1296 53.811 21.6145 53.811 22.2126C53.811 22.8107 54.2959 23.2956 54.894 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 23.2956C59.102 23.2956 59.5868 22.8107 59.5868 22.2126C59.5868 21.6145 59.102 21.1296 58.5039 21.1296C57.9058 21.1296 57.4209 21.6145 57.4209 22.2126C57.4209 22.8107 57.9058 23.2956 58.5039 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M76.5532 23.2956C77.1513 23.2956 77.6361 22.8107 77.6361 22.2126C77.6361 21.6145 77.1513 21.1296 76.5532 21.1296C75.9551 21.1296 75.4702 21.6145 75.4702 22.2126C75.4702 22.8107 75.9551 23.2956 76.5532 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 23.2956C80.7612 23.2956 81.246 22.8107 81.246 22.2126C81.246 21.6145 80.7612 21.1296 80.163 21.1296C79.5649 21.1296 79.0801 21.6145 79.0801 22.2126C79.0801 22.8107 79.5649 23.2956 80.163 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 23.2956C91.5907 23.2956 92.0756 22.8107 92.0756 22.2126C92.0756 21.6145 91.5907 21.1296 90.9926 21.1296C90.3945 21.1296 89.9097 21.6145 89.9097 22.2126C89.9097 22.8107 90.3945 23.2956 90.9926 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 23.2956C95.2006 23.2956 95.6855 22.8107 95.6855 22.2126C95.6855 21.6145 95.2006 21.1296 94.6025 21.1296C94.0044 21.1296 93.5195 21.6145 93.5195 22.2126C93.5195 22.8107 94.0044 23.2956 94.6025 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 23.2956C106.031 23.2956 106.516 22.8107 106.516 22.2126C106.516 21.6145 106.031 21.1296 105.433 21.1296C104.834 21.1296 104.35 21.6145 104.35 22.2126C104.35 22.8107 104.834 23.2956 105.433 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 23.2956C109.641 23.2956 110.125 22.8107 110.125 22.2126C110.125 21.6145 109.641 21.1296 109.042 21.1296C108.444 21.1296 107.959 21.6145 107.959 22.2126C107.959 22.8107 108.444 23.2956 109.042 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 23.2956C116.86 23.2956 117.345 22.8107 117.345 22.2126C117.345 21.6145 116.86 21.1296 116.262 21.1296C115.664 21.1296 115.179 21.6145 115.179 22.2126C115.179 22.8107 115.664 23.2956 116.262 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 23.2956C124.08 23.2956 124.565 22.8107 124.565 22.2126C124.565 21.6145 124.08 21.1296 123.482 21.1296C122.884 21.1296 122.399 21.6145 122.399 22.2126C122.399 22.8107 122.884 23.2956 123.482 23.2956Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 26.9054C37.4428 26.9054 37.9277 26.4206 37.9277 25.8225C37.9277 25.2244 37.4428 24.7395 36.8447 24.7395C36.2466 24.7395 35.7617 25.2244 35.7617 25.8225C35.7617 26.4206 36.2466 26.9054 36.8447 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 26.9054C41.0527 26.9054 41.5375 26.4206 41.5375 25.8225C41.5375 25.2244 41.0527 24.7395 40.4545 24.7395C39.8564 24.7395 39.3716 25.2244 39.3716 25.8225C39.3716 26.4206 39.8564 26.9054 40.4545 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 26.9054C48.2724 26.9054 48.7572 26.4206 48.7572 25.8225C48.7572 25.2244 48.2724 24.7395 47.6743 24.7395C47.0762 24.7395 46.5913 25.2244 46.5913 25.8225C46.5913 26.4206 47.0762 26.9054 47.6743 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 26.9054C55.4921 26.9054 55.977 26.4206 55.977 25.8225C55.977 25.2244 55.4921 24.7395 54.894 24.7395C54.2959 24.7395 53.811 25.2244 53.811 25.8225C53.811 26.4206 54.2959 26.9054 54.894 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 26.9054C62.7118 26.9054 63.1967 26.4206 63.1967 25.8225C63.1967 25.2244 62.7118 24.7395 62.1137 24.7395C61.5156 24.7395 61.0308 25.2244 61.0308 25.8225C61.0308 26.4206 61.5156 26.9054 62.1137 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M76.5532 26.9054C77.1513 26.9054 77.6361 26.4206 77.6361 25.8225C77.6361 25.2244 77.1513 24.7395 76.5532 24.7395C75.9551 24.7395 75.4702 25.2244 75.4702 25.8225C75.4702 26.4206 75.9551 26.9054 76.5532 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 26.9054C84.371 26.9054 84.8559 26.4206 84.8559 25.8225C84.8559 25.2244 84.371 24.7395 83.7729 24.7395C83.1748 24.7395 82.6899 25.2244 82.6899 25.8225C82.6899 26.4206 83.1748 26.9054 83.7729 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 26.9054C87.9809 26.9054 88.4657 26.4206 88.4657 25.8225C88.4657 25.2244 87.9809 24.7395 87.3828 24.7395C86.7847 24.7395 86.2998 25.2244 86.2998 25.8225C86.2998 26.4206 86.7847 26.9054 87.3828 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 26.9054C95.2006 26.9054 95.6855 26.4206 95.6855 25.8225C95.6855 25.2244 95.2006 24.7395 94.6025 24.7395C94.0044 24.7395 93.5195 25.2244 93.5195 25.8225C93.5195 26.4206 94.0044 26.9054 94.6025 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 26.9054C113.25 26.9054 113.735 26.4206 113.735 25.8225C113.735 25.2244 113.25 24.7395 112.652 24.7395C112.054 24.7395 111.569 25.2244 111.569 25.8225C111.569 26.4206 112.054 26.9054 112.652 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 26.9054C116.86 26.9054 117.345 26.4206 117.345 25.8225C117.345 25.2244 116.86 24.7395 116.262 24.7395C115.664 24.7395 115.179 25.2244 115.179 25.8225C115.179 26.4206 115.664 26.9054 116.262 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 26.9054C120.47 26.9054 120.955 26.4206 120.955 25.8225C120.955 25.2244 120.47 24.7395 119.872 24.7395C119.274 24.7395 118.789 25.2244 118.789 25.8225C118.789 26.4206 119.274 26.9054 119.872 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 26.9054C124.08 26.9054 124.565 26.4206 124.565 25.8225C124.565 25.2244 124.08 24.7395 123.482 24.7395C122.884 24.7395 122.399 25.2244 122.399 25.8225C122.399 26.4206 122.884 26.9054 123.482 26.9054Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 30.5153C37.4428 30.5153 37.9277 30.0304 37.9277 29.4323C37.9277 28.8342 37.4428 28.3494 36.8447 28.3494C36.2466 28.3494 35.7617 28.8342 35.7617 29.4323C35.7617 30.0304 36.2466 30.5153 36.8447 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 30.5153C44.6625 30.5153 45.1474 30.0304 45.1474 29.4323C45.1474 28.8342 44.6625 28.3494 44.0644 28.3494C43.4663 28.3494 42.9814 28.8342 42.9814 29.4323C42.9814 30.0304 43.4663 30.5153 44.0644 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 30.5153C51.8822 30.5153 52.3671 30.0304 52.3671 29.4323C52.3671 28.8342 51.8822 28.3494 51.2841 28.3494C50.686 28.3494 50.2012 28.8342 50.2012 29.4323C50.2012 30.0304 50.686 30.5153 51.2841 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 30.5153C59.102 30.5153 59.5868 30.0304 59.5868 29.4323C59.5868 28.8342 59.102 28.3494 58.5039 28.3494C57.9058 28.3494 57.4209 28.8342 57.4209 29.4323C57.4209 30.0304 57.9058 30.5153 58.5039 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 30.5153C66.3217 30.5153 66.8066 30.0304 66.8066 29.4323C66.8066 28.8342 66.3217 28.3494 65.7236 28.3494C65.1255 28.3494 64.6406 28.8342 64.6406 29.4323C64.6406 30.0304 65.1255 30.5153 65.7236 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M72.9433 30.5153C73.5414 30.5153 74.0263 30.0304 74.0263 29.4323C74.0263 28.8342 73.5414 28.3494 72.9433 28.3494C72.3452 28.3494 71.8604 28.8342 71.8604 29.4323C71.8604 30.0304 72.3452 30.5153 72.9433 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 30.5153C80.7612 30.5153 81.246 30.0304 81.246 29.4323C81.246 28.8342 80.7612 28.3494 80.163 28.3494C79.5649 28.3494 79.0801 28.8342 79.0801 29.4323C79.0801 30.0304 79.5649 30.5153 80.163 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 30.5153C87.9809 30.5153 88.4657 30.0304 88.4657 29.4323C88.4657 28.8342 87.9809 28.3494 87.3828 28.3494C86.7847 28.3494 86.2998 28.8342 86.2998 29.4323C86.2998 30.0304 86.7847 30.5153 87.3828 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 30.5153C95.2006 30.5153 95.6855 30.0304 95.6855 29.4323C95.6855 28.8342 95.2006 28.3494 94.6025 28.3494C94.0044 28.3494 93.5195 28.8342 93.5195 29.4323C93.5195 30.0304 94.0044 30.5153 94.6025 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 30.5153C102.421 30.5153 102.906 30.0304 102.906 29.4323C102.906 28.8342 102.421 28.3494 101.823 28.3494C101.225 28.3494 100.74 28.8342 100.74 29.4323C100.74 30.0304 101.225 30.5153 101.823 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 30.5153C109.641 30.5153 110.125 30.0304 110.125 29.4323C110.125 28.8342 109.641 28.3494 109.042 28.3494C108.444 28.3494 107.959 28.8342 107.959 29.4323C107.959 30.0304 108.444 30.5153 109.042 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 30.5153C116.86 30.5153 117.345 30.0304 117.345 29.4323C117.345 28.8342 116.86 28.3494 116.262 28.3494C115.664 28.3494 115.179 28.8342 115.179 29.4323C115.179 30.0304 115.664 30.5153 116.262 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 30.5153C124.08 30.5153 124.565 30.0304 124.565 29.4323C124.565 28.8342 124.08 28.3494 123.482 28.3494C122.884 28.3494 122.399 28.8342 122.399 29.4323C122.399 30.0304 122.884 30.5153 123.482 30.5153Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 34.1252C37.4428 34.1252 37.9277 33.6403 37.9277 33.0422C37.9277 32.4441 37.4428 31.9592 36.8447 31.9592C36.2466 31.9592 35.7617 32.4441 35.7617 33.0422C35.7617 33.6403 36.2466 34.1252 36.8447 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 34.1252C41.0527 34.1252 41.5375 33.6403 41.5375 33.0422C41.5375 32.4441 41.0527 31.9592 40.4545 31.9592C39.8564 31.9592 39.3716 32.4441 39.3716 33.0422C39.3716 33.6403 39.8564 34.1252 40.4545 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 34.1252C48.2724 34.1252 48.7572 33.6403 48.7572 33.0422C48.7572 32.4441 48.2724 31.9592 47.6743 31.9592C47.0762 31.9592 46.5913 32.4441 46.5913 33.0422C46.5913 33.6403 47.0762 34.1252 47.6743 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 34.1252C51.8822 34.1252 52.3671 33.6403 52.3671 33.0422C52.3671 32.4441 51.8822 31.9592 51.2841 31.9592C50.686 31.9592 50.2012 32.4441 50.2012 33.0422C50.2012 33.6403 50.686 34.1252 51.2841 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 34.1252C55.4921 34.1252 55.977 33.6403 55.977 33.0422C55.977 32.4441 55.4921 31.9592 54.894 31.9592C54.2959 31.9592 53.811 32.4441 53.811 33.0422C53.811 33.6403 54.2959 34.1252 54.894 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 34.1252C66.3217 34.1252 66.8066 33.6403 66.8066 33.0422C66.8066 32.4441 66.3217 31.9592 65.7236 31.9592C65.1255 31.9592 64.6406 32.4441 64.6406 33.0422C64.6406 33.6403 65.1255 34.1252 65.7236 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 34.1252C69.9316 34.1252 70.4164 33.6403 70.4164 33.0422C70.4164 32.4441 69.9316 31.9592 69.3335 31.9592C68.7353 31.9592 68.2505 32.4441 68.2505 33.0422C68.2505 33.6403 68.7353 34.1252 69.3335 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 34.1252C80.7612 34.1252 81.246 33.6403 81.246 33.0422C81.246 32.4441 80.7612 31.9592 80.163 31.9592C79.5649 31.9592 79.0801 32.4441 79.0801 33.0422C79.0801 33.6403 79.5649 34.1252 80.163 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 34.1252C84.371 34.1252 84.8559 33.6403 84.8559 33.0422C84.8559 32.4441 84.371 31.9592 83.7729 31.9592C83.1748 31.9592 82.6899 32.4441 82.6899 33.0422C82.6899 33.6403 83.1748 34.1252 83.7729 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 34.1252C87.9809 34.1252 88.4657 33.6403 88.4657 33.0422C88.4657 32.4441 87.9809 31.9592 87.3828 31.9592C86.7847 31.9592 86.2998 32.4441 86.2998 33.0422C86.2998 33.6403 86.7847 34.1252 87.3828 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 34.1252C91.5907 34.1252 92.0756 33.6403 92.0756 33.0422C92.0756 32.4441 91.5907 31.9592 90.9926 31.9592C90.3945 31.9592 89.9097 32.4441 89.9097 33.0422C89.9097 33.6403 90.3945 34.1252 90.9926 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 34.1252C106.031 34.1252 106.516 33.6403 106.516 33.0422C106.516 32.4441 106.031 31.9592 105.433 31.9592C104.834 31.9592 104.35 32.4441 104.35 33.0422C104.35 33.6403 104.834 34.1252 105.433 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 34.1252C113.25 34.1252 113.735 33.6403 113.735 33.0422C113.735 32.4441 113.25 31.9592 112.652 31.9592C112.054 31.9592 111.569 32.4441 111.569 33.0422C111.569 33.6403 112.054 34.1252 112.652 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 34.1252C116.86 34.1252 117.345 33.6403 117.345 33.0422C117.345 32.4441 116.86 31.9592 116.262 31.9592C115.664 31.9592 115.179 32.4441 115.179 33.0422C115.179 33.6403 115.664 34.1252 116.262 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 34.1252C124.08 34.1252 124.565 33.6403 124.565 33.0422C124.565 32.4441 124.08 31.9592 123.482 31.9592C122.884 31.9592 122.399 32.4441 122.399 33.0422C122.399 33.6403 122.884 34.1252 123.482 34.1252Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 37.7351C23.0029 37.7351 23.4877 37.2503 23.4877 36.6522C23.4877 36.0541 23.0029 35.5692 22.4047 35.5692C21.8066 35.5692 21.3218 36.0541 21.3218 36.6522C21.3218 37.2503 21.8066 37.7351 22.4047 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 37.7351C26.6127 37.7351 27.0976 37.2503 27.0976 36.6522C27.0976 36.0541 26.6127 35.5692 26.0146 35.5692C25.4165 35.5692 24.9316 36.0541 24.9316 36.6522C24.9316 37.2503 25.4165 37.7351 26.0146 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 37.7351C30.2231 37.7351 30.7079 37.2503 30.7079 36.6522C30.7079 36.0541 30.2231 35.5692 29.625 35.5692C29.0269 35.5692 28.542 36.0541 28.542 36.6522C28.542 37.2503 29.0269 37.7351 29.625 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M33.2348 37.7351C33.8329 37.7351 34.3178 37.2503 34.3178 36.6522C34.3178 36.0541 33.8329 35.5692 33.2348 35.5692C32.6367 35.5692 32.1519 36.0541 32.1519 36.6522C32.1519 37.2503 32.6367 37.7351 33.2348 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 37.7351C41.0527 37.7351 41.5375 37.2503 41.5375 36.6522C41.5375 36.0541 41.0527 35.5692 40.4545 35.5692C39.8564 35.5692 39.3716 36.0541 39.3716 36.6522C39.3716 37.2503 39.8564 37.7351 40.4545 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 37.7351C51.8822 37.7351 52.3671 37.2503 52.3671 36.6522C52.3671 36.0541 51.8822 35.5692 51.2841 35.5692C50.686 35.5692 50.2012 36.0541 50.2012 36.6522C50.2012 37.2503 50.686 37.7351 51.2841 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 37.7351C62.7118 37.7351 63.1967 37.2503 63.1967 36.6522C63.1967 36.0541 62.7118 35.5692 62.1137 35.5692C61.5156 35.5692 61.0308 36.0541 61.0308 36.6522C61.0308 37.2503 61.5156 37.7351 62.1137 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 37.7351C69.9316 37.7351 70.4164 37.2503 70.4164 36.6522C70.4164 36.0541 69.9316 35.5692 69.3335 35.5692C68.7353 35.5692 68.2505 36.0541 68.2505 36.6522C68.2505 37.2503 68.7353 37.7351 69.3335 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 37.7351C84.371 37.7351 84.8559 37.2503 84.8559 36.6522C84.8559 36.0541 84.371 35.5692 83.7729 35.5692C83.1748 35.5692 82.6899 36.0541 82.6899 36.6522C82.6899 37.2503 83.1748 37.7351 83.7729 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 37.7351C87.9809 37.7351 88.4657 37.2503 88.4657 36.6522C88.4657 36.0541 87.9809 35.5692 87.3828 35.5692C86.7847 35.5692 86.2998 36.0541 86.2998 36.6522C86.2998 37.2503 86.7847 37.7351 87.3828 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 37.7351C95.2006 37.7351 95.6855 37.2503 95.6855 36.6522C95.6855 36.0541 95.2006 35.5692 94.6025 35.5692C94.0044 35.5692 93.5195 36.0541 93.5195 36.6522C93.5195 37.2503 94.0044 37.7351 94.6025 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M98.2128 37.7351C98.811 37.7351 99.2958 37.2503 99.2958 36.6522C99.2958 36.0541 98.811 35.5692 98.2128 35.5692C97.6147 35.5692 97.1299 36.0541 97.1299 36.6522C97.1299 37.2503 97.6147 37.7351 98.2128 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 37.7351C106.031 37.7351 106.516 37.2503 106.516 36.6522C106.516 36.0541 106.031 35.5692 105.433 35.5692C104.834 35.5692 104.35 36.0541 104.35 36.6522C104.35 37.2503 104.834 37.7351 105.433 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 37.7351C113.25 37.7351 113.735 37.2503 113.735 36.6522C113.735 36.0541 113.25 35.5692 112.652 35.5692C112.054 35.5692 111.569 36.0541 111.569 36.6522C111.569 37.2503 112.054 37.7351 112.652 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 37.7351C120.47 37.7351 120.955 37.2503 120.955 36.6522C120.955 36.0541 120.47 35.5692 119.872 35.5692C119.274 35.5692 118.789 36.0541 118.789 36.6522C118.789 37.2503 119.274 37.7351 119.872 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 37.7351C124.08 37.7351 124.565 37.2503 124.565 36.6522C124.565 36.0541 124.08 35.5692 123.482 35.5692C122.884 35.5692 122.399 36.0541 122.399 36.6522C122.399 37.2503 122.884 37.7351 123.482 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 37.7351C131.3 37.7351 131.785 37.2503 131.785 36.6522C131.785 36.0541 131.3 35.5692 130.702 35.5692C130.104 35.5692 129.619 36.0541 129.619 36.6522C129.619 37.2503 130.104 37.7351 130.702 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 37.7351C134.91 37.7351 135.394 37.2503 135.394 36.6522C135.394 36.0541 134.91 35.5692 134.311 35.5692C133.713 35.5692 133.229 36.0541 133.229 36.6522C133.229 37.2503 133.713 37.7351 134.311 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 37.7351C149.349 37.7351 149.834 37.2503 149.834 36.6522C149.834 36.0541 149.349 35.5692 148.751 35.5692C148.153 35.5692 147.668 36.0541 147.668 36.6522C147.668 37.2503 148.153 37.7351 148.751 37.7351Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 41.345C12.1733 41.345 12.6581 40.8601 12.6581 40.262C12.6581 39.6639 12.1733 39.1791 11.5752 39.1791C10.977 39.1791 10.4922 39.6639 10.4922 40.262C10.4922 40.8601 10.977 41.345 11.5752 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 41.345C23.0029 41.345 23.4877 40.8601 23.4877 40.262C23.4877 39.6639 23.0029 39.1791 22.4047 39.1791C21.8066 39.1791 21.3218 39.6639 21.3218 40.262C21.3218 40.8601 21.8066 41.345 22.4047 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 41.345C26.6127 41.345 27.0976 40.8601 27.0976 40.262C27.0976 39.6639 26.6127 39.1791 26.0146 39.1791C25.4165 39.1791 24.9316 39.6639 24.9316 40.262C24.9316 40.8601 25.4165 41.345 26.0146 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 41.345C41.0527 41.345 41.5375 40.8601 41.5375 40.262C41.5375 39.6639 41.0527 39.1791 40.4545 39.1791C39.8564 39.1791 39.3716 39.6639 39.3716 40.262C39.3716 40.8601 39.8564 41.345 40.4545 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 41.345C44.6625 41.345 45.1474 40.8601 45.1474 40.262C45.1474 39.6639 44.6625 39.1791 44.0644 39.1791C43.4663 39.1791 42.9814 39.6639 42.9814 40.262C42.9814 40.8601 43.4663 41.345 44.0644 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 41.345C51.8822 41.345 52.3671 40.8601 52.3671 40.262C52.3671 39.6639 51.8822 39.1791 51.2841 39.1791C50.686 39.1791 50.2012 39.6639 50.2012 40.262C50.2012 40.8601 50.686 41.345 51.2841 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 41.345C55.4921 41.345 55.977 40.8601 55.977 40.262C55.977 39.6639 55.4921 39.1791 54.894 39.1791C54.2959 39.1791 53.811 39.6639 53.811 40.262C53.811 40.8601 54.2959 41.345 54.894 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 41.345C66.3217 41.345 66.8066 40.8601 66.8066 40.262C66.8066 39.6639 66.3217 39.1791 65.7236 39.1791C65.1255 39.1791 64.6406 39.6639 64.6406 40.262C64.6406 40.8601 65.1255 41.345 65.7236 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M76.5532 41.345C77.1513 41.345 77.6361 40.8601 77.6361 40.262C77.6361 39.6639 77.1513 39.1791 76.5532 39.1791C75.9551 39.1791 75.4702 39.6639 75.4702 40.262C75.4702 40.8601 75.9551 41.345 76.5532 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 41.345C84.371 41.345 84.8559 40.8601 84.8559 40.262C84.8559 39.6639 84.371 39.1791 83.7729 39.1791C83.1748 39.1791 82.6899 39.6639 82.6899 40.262C82.6899 40.8601 83.1748 41.345 83.7729 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 41.345C87.9809 41.345 88.4657 40.8601 88.4657 40.262C88.4657 39.6639 87.9809 39.1791 87.3828 39.1791C86.7847 39.1791 86.2998 39.6639 86.2998 40.262C86.2998 40.8601 86.7847 41.345 87.3828 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 41.345C95.2006 41.345 95.6855 40.8601 95.6855 40.262C95.6855 39.6639 95.2006 39.1791 94.6025 39.1791C94.0044 39.1791 93.5195 39.6639 93.5195 40.262C93.5195 40.8601 94.0044 41.345 94.6025 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 41.345C106.031 41.345 106.516 40.8601 106.516 40.262C106.516 39.6639 106.031 39.1791 105.433 39.1791C104.834 39.1791 104.35 39.6639 104.35 40.262C104.35 40.8601 104.834 41.345 105.433 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 41.345C109.641 41.345 110.125 40.8601 110.125 40.262C110.125 39.6639 109.641 39.1791 109.042 39.1791C108.444 39.1791 107.959 39.6639 107.959 40.262C107.959 40.8601 108.444 41.345 109.042 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 41.345C113.25 41.345 113.735 40.8601 113.735 40.262C113.735 39.6639 113.25 39.1791 112.652 39.1791C112.054 39.1791 111.569 39.6639 111.569 40.262C111.569 40.8601 112.054 41.345 112.652 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 41.345C116.86 41.345 117.345 40.8601 117.345 40.262C117.345 39.6639 116.86 39.1791 116.262 39.1791C115.664 39.1791 115.179 39.6639 115.179 40.262C115.179 40.8601 115.664 41.345 116.262 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 41.345C131.3 41.345 131.785 40.8601 131.785 40.262C131.785 39.6639 131.3 39.1791 130.702 39.1791C130.104 39.1791 129.619 39.6639 129.619 40.262C129.619 40.8601 130.104 41.345 130.702 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 41.345C138.519 41.345 139.004 40.8601 139.004 40.262C139.004 39.6639 138.519 39.1791 137.921 39.1791C137.323 39.1791 136.838 39.6639 136.838 40.262C136.838 40.8601 137.323 41.345 137.921 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 41.345C142.129 41.345 142.614 40.8601 142.614 40.262C142.614 39.6639 142.129 39.1791 141.531 39.1791C140.933 39.1791 140.448 39.6639 140.448 40.262C140.448 40.8601 140.933 41.345 141.531 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 41.345C149.349 41.345 149.834 40.8601 149.834 40.262C149.834 39.6639 149.349 39.1791 148.751 39.1791C148.153 39.1791 147.668 39.6639 147.668 40.262C147.668 40.8601 148.153 41.345 148.751 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 41.345C152.959 41.345 153.444 40.8601 153.444 40.262C153.444 39.6639 152.959 39.1791 152.361 39.1791C151.763 39.1791 151.278 39.6639 151.278 40.262C151.278 40.8601 151.763 41.345 152.361 41.345Z",fill:"black"}),(0,t.jsx)("path",{d:"M7.96529 44.9549C8.5634 44.9549 9.04826 44.47 9.04826 43.8719C9.04826 43.2738 8.5634 42.7889 7.96529 42.7889C7.36718 42.7889 6.88232 43.2738 6.88232 43.8719C6.88232 44.47 7.36718 44.9549 7.96529 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 44.9549C12.1733 44.9549 12.6581 44.47 12.6581 43.8719C12.6581 43.2738 12.1733 42.7889 11.5752 42.7889C10.977 42.7889 10.4922 43.2738 10.4922 43.8719C10.4922 44.47 10.977 44.9549 11.5752 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M15.185 44.9549C15.7831 44.9549 16.268 44.47 16.268 43.8719C16.268 43.2738 15.7831 42.7889 15.185 42.7889C14.5869 42.7889 14.1021 43.2738 14.1021 43.8719C14.1021 44.47 14.5869 44.9549 15.185 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 44.9549C19.393 44.9549 19.8778 44.47 19.8778 43.8719C19.8778 43.2738 19.393 42.7889 18.7949 42.7889C18.1968 42.7889 17.7119 43.2738 17.7119 43.8719C17.7119 44.47 18.1968 44.9549 18.7949 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 44.9549C26.6127 44.9549 27.0976 44.47 27.0976 43.8719C27.0976 43.2738 26.6127 42.7889 26.0146 42.7889C25.4165 42.7889 24.9316 43.2738 24.9316 43.8719C24.9316 44.47 25.4165 44.9549 26.0146 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 44.9549C30.2231 44.9549 30.7079 44.47 30.7079 43.8719C30.7079 43.2738 30.2231 42.7889 29.625 42.7889C29.0269 42.7889 28.542 43.2738 28.542 43.8719C28.542 44.47 29.0269 44.9549 29.625 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 44.9549C41.0527 44.9549 41.5375 44.47 41.5375 43.8719C41.5375 43.2738 41.0527 42.7889 40.4545 42.7889C39.8564 42.7889 39.3716 43.2738 39.3716 43.8719C39.3716 44.47 39.8564 44.9549 40.4545 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 44.9549C48.2724 44.9549 48.7572 44.47 48.7572 43.8719C48.7572 43.2738 48.2724 42.7889 47.6743 42.7889C47.0762 42.7889 46.5913 43.2738 46.5913 43.8719C46.5913 44.47 47.0762 44.9549 47.6743 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 44.9549C62.7118 44.9549 63.1967 44.47 63.1967 43.8719C63.1967 43.2738 62.7118 42.7889 62.1137 42.7889C61.5156 42.7889 61.0308 43.2738 61.0308 43.8719C61.0308 44.47 61.5156 44.9549 62.1137 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 44.9549C69.9316 44.9549 70.4164 44.47 70.4164 43.8719C70.4164 43.2738 69.9316 42.7889 69.3335 42.7889C68.7353 42.7889 68.2505 43.2738 68.2505 43.8719C68.2505 44.47 68.7353 44.9549 69.3335 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M72.9433 44.9549C73.5414 44.9549 74.0263 44.47 74.0263 43.8719C74.0263 43.2738 73.5414 42.7889 72.9433 42.7889C72.3452 42.7889 71.8604 43.2738 71.8604 43.8719C71.8604 44.47 72.3452 44.9549 72.9433 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M76.5532 44.9549C77.1513 44.9549 77.6361 44.47 77.6361 43.8719C77.6361 43.2738 77.1513 42.7889 76.5532 42.7889C75.9551 42.7889 75.4702 43.2738 75.4702 43.8719C75.4702 44.47 75.9551 44.9549 76.5532 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 44.9549C80.7612 44.9549 81.246 44.47 81.246 43.8719C81.246 43.2738 80.7612 42.7889 80.163 42.7889C79.5649 42.7889 79.0801 43.2738 79.0801 43.8719C79.0801 44.47 79.5649 44.9549 80.163 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 44.9549C84.371 44.9549 84.8559 44.47 84.8559 43.8719C84.8559 43.2738 84.371 42.7889 83.7729 42.7889C83.1748 42.7889 82.6899 43.2738 82.6899 43.8719C82.6899 44.47 83.1748 44.9549 83.7729 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 44.9549C95.2006 44.9549 95.6855 44.47 95.6855 43.8719C95.6855 43.2738 95.2006 42.7889 94.6025 42.7889C94.0044 42.7889 93.5195 43.2738 93.5195 43.8719C93.5195 44.47 94.0044 44.9549 94.6025 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 44.9549C102.421 44.9549 102.906 44.47 102.906 43.8719C102.906 43.2738 102.421 42.7889 101.823 42.7889C101.225 42.7889 100.74 43.2738 100.74 43.8719C100.74 44.47 101.225 44.9549 101.823 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 44.9549C106.031 44.9549 106.516 44.47 106.516 43.8719C106.516 43.2738 106.031 42.7889 105.433 42.7889C104.834 42.7889 104.35 43.2738 104.35 43.8719C104.35 44.47 104.834 44.9549 105.433 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 44.9549C109.641 44.9549 110.125 44.47 110.125 43.8719C110.125 43.2738 109.641 42.7889 109.042 42.7889C108.444 42.7889 107.959 43.2738 107.959 43.8719C107.959 44.47 108.444 44.9549 109.042 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 44.9549C116.86 44.9549 117.345 44.47 117.345 43.8719C117.345 43.2738 116.86 42.7889 116.262 42.7889C115.664 42.7889 115.179 43.2738 115.179 43.8719C115.179 44.47 115.664 44.9549 116.262 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 44.9549C124.08 44.9549 124.565 44.47 124.565 43.8719C124.565 43.2738 124.08 42.7889 123.482 42.7889C122.884 42.7889 122.399 43.2738 122.399 43.8719C122.399 44.47 122.884 44.9549 123.482 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 44.9549C149.349 44.9549 149.834 44.47 149.834 43.8719C149.834 43.2738 149.349 42.7889 148.751 42.7889C148.153 42.7889 147.668 43.2738 147.668 43.8719C147.668 44.47 148.153 44.9549 148.751 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 44.9549C152.959 44.9549 153.444 44.47 153.444 43.8719C153.444 43.2738 152.959 42.7889 152.361 42.7889C151.763 42.7889 151.278 43.2738 151.278 43.8719C151.278 44.47 151.763 44.9549 152.361 44.9549Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 48.5647C23.0029 48.5647 23.4877 48.0799 23.4877 47.4818C23.4877 46.8837 23.0029 46.3988 22.4047 46.3988C21.8066 46.3988 21.3218 46.8837 21.3218 47.4818C21.3218 48.0799 21.8066 48.5647 22.4047 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 48.5647C26.6127 48.5647 27.0976 48.0799 27.0976 47.4818C27.0976 46.8837 26.6127 46.3988 26.0146 46.3988C25.4165 46.3988 24.9316 46.8837 24.9316 47.4818C24.9316 48.0799 25.4165 48.5647 26.0146 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 48.5647C41.0527 48.5647 41.5375 48.0799 41.5375 47.4818C41.5375 46.8837 41.0527 46.3988 40.4545 46.3988C39.8564 46.3988 39.3716 46.8837 39.3716 47.4818C39.3716 48.0799 39.8564 48.5647 40.4545 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 48.5647C44.6625 48.5647 45.1474 48.0799 45.1474 47.4818C45.1474 46.8837 44.6625 46.3988 44.0644 46.3988C43.4663 46.3988 42.9814 46.8837 42.9814 47.4818C42.9814 48.0799 43.4663 48.5647 44.0644 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 48.5647C48.2724 48.5647 48.7572 48.0799 48.7572 47.4818C48.7572 46.8837 48.2724 46.3988 47.6743 46.3988C47.0762 46.3988 46.5913 46.8837 46.5913 47.4818C46.5913 48.0799 47.0762 48.5647 47.6743 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 48.5647C55.4921 48.5647 55.977 48.0799 55.977 47.4818C55.977 46.8837 55.4921 46.3988 54.894 46.3988C54.2959 46.3988 53.811 46.8837 53.811 47.4818C53.811 48.0799 54.2959 48.5647 54.894 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 48.5647C62.7118 48.5647 63.1967 48.0799 63.1967 47.4818C63.1967 46.8837 62.7118 46.3988 62.1137 46.3988C61.5156 46.3988 61.0308 46.8837 61.0308 47.4818C61.0308 48.0799 61.5156 48.5647 62.1137 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 48.5647C69.9316 48.5647 70.4164 48.0799 70.4164 47.4818C70.4164 46.8837 69.9316 46.3988 69.3335 46.3988C68.7353 46.3988 68.2505 46.8837 68.2505 47.4818C68.2505 48.0799 68.7353 48.5647 69.3335 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M72.9433 48.5647C73.5414 48.5647 74.0263 48.0799 74.0263 47.4818C74.0263 46.8837 73.5414 46.3988 72.9433 46.3988C72.3452 46.3988 71.8604 46.8837 71.8604 47.4818C71.8604 48.0799 72.3452 48.5647 72.9433 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 48.5647C80.7612 48.5647 81.246 48.0799 81.246 47.4818C81.246 46.8837 80.7612 46.3988 80.163 46.3988C79.5649 46.3988 79.0801 46.8837 79.0801 47.4818C79.0801 48.0799 79.5649 48.5647 80.163 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 48.5647C91.5907 48.5647 92.0756 48.0799 92.0756 47.4818C92.0756 46.8837 91.5907 46.3988 90.9926 46.3988C90.3945 46.3988 89.9097 46.8837 89.9097 47.4818C89.9097 48.0799 90.3945 48.5647 90.9926 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M98.2128 48.5647C98.811 48.5647 99.2958 48.0799 99.2958 47.4818C99.2958 46.8837 98.811 46.3988 98.2128 46.3988C97.6147 46.3988 97.1299 46.8837 97.1299 47.4818C97.1299 48.0799 97.6147 48.5647 98.2128 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 48.5647C102.421 48.5647 102.906 48.0799 102.906 47.4818C102.906 46.8837 102.421 46.3988 101.823 46.3988C101.225 46.3988 100.74 46.8837 100.74 47.4818C100.74 48.0799 101.225 48.5647 101.823 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 48.5647C109.641 48.5647 110.125 48.0799 110.125 47.4818C110.125 46.8837 109.641 46.3988 109.042 46.3988C108.444 46.3988 107.959 46.8837 107.959 47.4818C107.959 48.0799 108.444 48.5647 109.042 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 48.5647C113.25 48.5647 113.735 48.0799 113.735 47.4818C113.735 46.8837 113.25 46.3988 112.652 46.3988C112.054 46.3988 111.569 46.8837 111.569 47.4818C111.569 48.0799 112.054 48.5647 112.652 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 48.5647C120.47 48.5647 120.955 48.0799 120.955 47.4818C120.955 46.8837 120.47 46.3988 119.872 46.3988C119.274 46.3988 118.789 46.8837 118.789 47.4818C118.789 48.0799 119.274 48.5647 119.872 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 48.5647C124.08 48.5647 124.565 48.0799 124.565 47.4818C124.565 46.8837 124.08 46.3988 123.482 46.3988C122.884 46.3988 122.399 46.8837 122.399 47.4818C122.399 48.0799 122.884 48.5647 123.482 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 48.5647C127.69 48.5647 128.175 48.0799 128.175 47.4818C128.175 46.8837 127.69 46.3988 127.092 46.3988C126.494 46.3988 126.009 46.8837 126.009 47.4818C126.009 48.0799 126.494 48.5647 127.092 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 48.5647C142.129 48.5647 142.614 48.0799 142.614 47.4818C142.614 46.8837 142.129 46.3988 141.531 46.3988C140.933 46.3988 140.448 46.8837 140.448 47.4818C140.448 48.0799 140.933 48.5647 141.531 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 48.5647C149.349 48.5647 149.834 48.0799 149.834 47.4818C149.834 46.8837 149.349 46.3988 148.751 46.3988C148.153 46.3988 147.668 46.8837 147.668 47.4818C147.668 48.0799 148.153 48.5647 148.751 48.5647Z",fill:"black"}),(0,t.jsx)("path",{d:"M7.96529 52.1746C8.5634 52.1746 9.04826 51.6897 9.04826 51.0916C9.04826 50.4935 8.5634 50.0087 7.96529 50.0087C7.36718 50.0087 6.88232 50.4935 6.88232 51.0916C6.88232 51.6897 7.36718 52.1746 7.96529 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 52.1746C19.393 52.1746 19.8778 51.6897 19.8778 51.0916C19.8778 50.4935 19.393 50.0087 18.7949 50.0087C18.1968 50.0087 17.7119 50.4935 17.7119 51.0916C17.7119 51.6897 18.1968 52.1746 18.7949 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 52.1746C30.2231 52.1746 30.7079 51.6897 30.7079 51.0916C30.7079 50.4935 30.2231 50.0087 29.625 50.0087C29.0269 50.0087 28.542 50.4935 28.542 51.0916C28.542 51.6897 29.0269 52.1746 29.625 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M33.2348 52.1746C33.8329 52.1746 34.3178 51.6897 34.3178 51.0916C34.3178 50.4935 33.8329 50.0087 33.2348 50.0087C32.6367 50.0087 32.1519 50.4935 32.1519 51.0916C32.1519 51.6897 32.6367 52.1746 33.2348 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 52.1746C37.4428 52.1746 37.9277 51.6897 37.9277 51.0916C37.9277 50.4935 37.4428 50.0087 36.8447 50.0087C36.2466 50.0087 35.7617 50.4935 35.7617 51.0916C35.7617 51.6897 36.2466 52.1746 36.8447 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 52.1746C48.2724 52.1746 48.7572 51.6897 48.7572 51.0916C48.7572 50.4935 48.2724 50.0087 47.6743 50.0087C47.0762 50.0087 46.5913 50.4935 46.5913 51.0916C46.5913 51.6897 47.0762 52.1746 47.6743 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 52.1746C51.8822 52.1746 52.3671 51.6897 52.3671 51.0916C52.3671 50.4935 51.8822 50.0087 51.2841 50.0087C50.686 50.0087 50.2012 50.4935 50.2012 51.0916C50.2012 51.6897 50.686 52.1746 51.2841 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 52.1746C55.4921 52.1746 55.977 51.6897 55.977 51.0916C55.977 50.4935 55.4921 50.0087 54.894 50.0087C54.2959 50.0087 53.811 50.4935 53.811 51.0916C53.811 51.6897 54.2959 52.1746 54.894 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 52.1746C62.7118 52.1746 63.1967 51.6897 63.1967 51.0916C63.1967 50.4935 62.7118 50.0087 62.1137 50.0087C61.5156 50.0087 61.0308 50.4935 61.0308 51.0916C61.0308 51.6897 61.5156 52.1746 62.1137 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 52.1746C66.3217 52.1746 66.8066 51.6897 66.8066 51.0916C66.8066 50.4935 66.3217 50.0087 65.7236 50.0087C65.1255 50.0087 64.6406 50.4935 64.6406 51.0916C64.6406 51.6897 65.1255 52.1746 65.7236 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 52.1746C84.371 52.1746 84.8559 51.6897 84.8559 51.0916C84.8559 50.4935 84.371 50.0087 83.7729 50.0087C83.1748 50.0087 82.6899 50.4935 82.6899 51.0916C82.6899 51.6897 83.1748 52.1746 83.7729 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 52.1746C87.9809 52.1746 88.4657 51.6897 88.4657 51.0916C88.4657 50.4935 87.9809 50.0087 87.3828 50.0087C86.7847 50.0087 86.2998 50.4935 86.2998 51.0916C86.2998 51.6897 86.7847 52.1746 87.3828 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 52.1746C91.5907 52.1746 92.0756 51.6897 92.0756 51.0916C92.0756 50.4935 91.5907 50.0087 90.9926 50.0087C90.3945 50.0087 89.9097 50.4935 89.9097 51.0916C89.9097 51.6897 90.3945 52.1746 90.9926 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M98.2128 52.1746C98.811 52.1746 99.2958 51.6897 99.2958 51.0916C99.2958 50.4935 98.811 50.0087 98.2128 50.0087C97.6147 50.0087 97.1299 50.4935 97.1299 51.0916C97.1299 51.6897 97.6147 52.1746 98.2128 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 52.1746C113.25 52.1746 113.735 51.6897 113.735 51.0916C113.735 50.4935 113.25 50.0087 112.652 50.0087C112.054 50.0087 111.569 50.4935 111.569 51.0916C111.569 51.6897 112.054 52.1746 112.652 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 52.1746C127.69 52.1746 128.175 51.6897 128.175 51.0916C128.175 50.4935 127.69 50.0087 127.092 50.0087C126.494 50.0087 126.009 50.4935 126.009 51.0916C126.009 51.6897 126.494 52.1746 127.092 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 52.1746C131.3 52.1746 131.785 51.6897 131.785 51.0916C131.785 50.4935 131.3 50.0087 130.702 50.0087C130.104 50.0087 129.619 50.4935 129.619 51.0916C129.619 51.6897 130.104 52.1746 130.702 52.1746Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 55.7846C23.0029 55.7846 23.4877 55.2997 23.4877 54.7016C23.4877 54.1035 23.0029 53.6187 22.4047 53.6187C21.8066 53.6187 21.3218 54.1035 21.3218 54.7016C21.3218 55.2997 21.8066 55.7846 22.4047 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 55.7846C41.0527 55.7846 41.5375 55.2997 41.5375 54.7016C41.5375 54.1035 41.0527 53.6187 40.4545 53.6187C39.8564 53.6187 39.3716 54.1035 39.3716 54.7016C39.3716 55.2997 39.8564 55.7846 40.4545 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 55.7846C55.4921 55.7846 55.977 55.2997 55.977 54.7016C55.977 54.1035 55.4921 53.6187 54.894 53.6187C54.2959 53.6187 53.811 54.1035 53.811 54.7016C53.811 55.2997 54.2959 55.7846 54.894 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 55.7846C59.102 55.7846 59.5868 55.2997 59.5868 54.7016C59.5868 54.1035 59.102 53.6187 58.5039 53.6187C57.9058 53.6187 57.4209 54.1035 57.4209 54.7016C57.4209 55.2997 57.9058 55.7846 58.5039 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 55.7846C66.3217 55.7846 66.8066 55.2997 66.8066 54.7016C66.8066 54.1035 66.3217 53.6187 65.7236 53.6187C65.1255 53.6187 64.6406 54.1035 64.6406 54.7016C64.6406 55.2997 65.1255 55.7846 65.7236 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 55.7846C84.371 55.7846 84.8559 55.2997 84.8559 54.7016C84.8559 54.1035 84.371 53.6187 83.7729 53.6187C83.1748 53.6187 82.6899 54.1035 82.6899 54.7016C82.6899 55.2997 83.1748 55.7846 83.7729 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 55.7846C95.2006 55.7846 95.6855 55.2997 95.6855 54.7016C95.6855 54.1035 95.2006 53.6187 94.6025 53.6187C94.0044 53.6187 93.5195 54.1035 93.5195 54.7016C93.5195 55.2997 94.0044 55.7846 94.6025 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 55.7846C102.421 55.7846 102.906 55.2997 102.906 54.7016C102.906 54.1035 102.421 53.6187 101.823 53.6187C101.225 53.6187 100.74 54.1035 100.74 54.7016C100.74 55.2997 101.225 55.7846 101.823 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 55.7846C109.641 55.7846 110.125 55.2997 110.125 54.7016C110.125 54.1035 109.641 53.6187 109.042 53.6187C108.444 53.6187 107.959 54.1035 107.959 54.7016C107.959 55.2997 108.444 55.7846 109.042 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 55.7846C113.25 55.7846 113.735 55.2997 113.735 54.7016C113.735 54.1035 113.25 53.6187 112.652 53.6187C112.054 53.6187 111.569 54.1035 111.569 54.7016C111.569 55.2997 112.054 55.7846 112.652 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 55.7846C116.86 55.7846 117.345 55.2997 117.345 54.7016C117.345 54.1035 116.86 53.6187 116.262 53.6187C115.664 53.6187 115.179 54.1035 115.179 54.7016C115.179 55.2997 115.664 55.7846 116.262 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 55.7846C120.47 55.7846 120.955 55.2997 120.955 54.7016C120.955 54.1035 120.47 53.6187 119.872 53.6187C119.274 53.6187 118.789 54.1035 118.789 54.7016C118.789 55.2997 119.274 55.7846 119.872 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 55.7846C124.08 55.7846 124.565 55.2997 124.565 54.7016C124.565 54.1035 124.08 53.6187 123.482 53.6187C122.884 53.6187 122.399 54.1035 122.399 54.7016C122.399 55.2997 122.884 55.7846 123.482 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 55.7846C134.91 55.7846 135.394 55.2997 135.394 54.7016C135.394 54.1035 134.91 53.6187 134.311 53.6187C133.713 53.6187 133.229 54.1035 133.229 54.7016C133.229 55.2997 133.713 55.7846 134.311 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 55.7846C138.519 55.7846 139.004 55.2997 139.004 54.7016C139.004 54.1035 138.519 53.6187 137.921 53.6187C137.323 53.6187 136.838 54.1035 136.838 54.7016C136.838 55.2997 137.323 55.7846 137.921 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M145.141 55.7846C145.739 55.7846 146.224 55.2997 146.224 54.7016C146.224 54.1035 145.739 53.6187 145.141 53.6187C144.543 53.6187 144.058 54.1035 144.058 54.7016C144.058 55.2997 144.543 55.7846 145.141 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 55.7846C152.959 55.7846 153.444 55.2997 153.444 54.7016C153.444 54.1035 152.959 53.6187 152.361 53.6187C151.763 53.6187 151.278 54.1035 151.278 54.7016C151.278 55.2997 151.763 55.7846 152.361 55.7846Z",fill:"black"}),(0,t.jsx)("path",{d:"M7.96529 59.3944C8.5634 59.3944 9.04826 58.9096 9.04826 58.3115C9.04826 57.7134 8.5634 57.2285 7.96529 57.2285C7.36718 57.2285 6.88232 57.7134 6.88232 58.3115C6.88232 58.9096 7.36718 59.3944 7.96529 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M15.185 59.3944C15.7831 59.3944 16.268 58.9096 16.268 58.3115C16.268 57.7134 15.7831 57.2285 15.185 57.2285C14.5869 57.2285 14.1021 57.7134 14.1021 58.3115C14.1021 58.9096 14.5869 59.3944 15.185 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 59.3944C26.6127 59.3944 27.0976 58.9096 27.0976 58.3115C27.0976 57.7134 26.6127 57.2285 26.0146 57.2285C25.4165 57.2285 24.9316 57.7134 24.9316 58.3115C24.9316 58.9096 25.4165 59.3944 26.0146 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 59.3944C30.2231 59.3944 30.7079 58.9096 30.7079 58.3115C30.7079 57.7134 30.2231 57.2285 29.625 57.2285C29.0269 57.2285 28.542 57.7134 28.542 58.3115C28.542 58.9096 29.0269 59.3944 29.625 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 59.3944C37.4428 59.3944 37.9277 58.9096 37.9277 58.3115C37.9277 57.7134 37.4428 57.2285 36.8447 57.2285C36.2466 57.2285 35.7617 57.7134 35.7617 58.3115C35.7617 58.9096 36.2466 59.3944 36.8447 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 59.3944C109.641 59.3944 110.125 58.9096 110.125 58.3115C110.125 57.7134 109.641 57.2285 109.042 57.2285C108.444 57.2285 107.959 57.7134 107.959 58.3115C107.959 58.9096 108.444 59.3944 109.042 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 59.3944C113.25 59.3944 113.735 58.9096 113.735 58.3115C113.735 57.7134 113.25 57.2285 112.652 57.2285C112.054 57.2285 111.569 57.7134 111.569 58.3115C111.569 58.9096 112.054 59.3944 112.652 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 59.3944C124.08 59.3944 124.565 58.9096 124.565 58.3115C124.565 57.7134 124.08 57.2285 123.482 57.2285C122.884 57.2285 122.399 57.7134 122.399 58.3115C122.399 58.9096 122.884 59.3944 123.482 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 59.3944C127.69 59.3944 128.175 58.9096 128.175 58.3115C128.175 57.7134 127.69 57.2285 127.092 57.2285C126.494 57.2285 126.009 57.7134 126.009 58.3115C126.009 58.9096 126.494 59.3944 127.092 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 59.3944C131.3 59.3944 131.785 58.9096 131.785 58.3115C131.785 57.7134 131.3 57.2285 130.702 57.2285C130.104 57.2285 129.619 57.7134 129.619 58.3115C129.619 58.9096 130.104 59.3944 130.702 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 59.3944C142.129 59.3944 142.614 58.9096 142.614 58.3115C142.614 57.7134 142.129 57.2285 141.531 57.2285C140.933 57.2285 140.448 57.7134 140.448 58.3115C140.448 58.9096 140.933 59.3944 141.531 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 59.3944C152.959 59.3944 153.444 58.9096 153.444 58.3115C153.444 57.7134 152.959 57.2285 152.361 57.2285C151.763 57.2285 151.278 57.7134 151.278 58.3115C151.278 58.9096 151.763 59.3944 152.361 59.3944Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 63.0043C12.1733 63.0043 12.6581 62.5195 12.6581 61.9213C12.6581 61.3232 12.1733 60.8384 11.5752 60.8384C10.977 60.8384 10.4922 61.3232 10.4922 61.9213C10.4922 62.5195 10.977 63.0043 11.5752 63.0043Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 63.0043C26.6127 63.0043 27.0976 62.5195 27.0976 61.9213C27.0976 61.3232 26.6127 60.8384 26.0146 60.8384C25.4165 60.8384 24.9316 61.3232 24.9316 61.9213C24.9316 62.5195 25.4165 63.0043 26.0146 63.0043Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 63.0043C37.4428 63.0043 37.9277 62.5195 37.9277 61.9213C37.9277 61.3232 37.4428 60.8384 36.8447 60.8384C36.2466 60.8384 35.7617 61.3232 35.7617 61.9213C35.7617 62.5195 36.2466 63.0043 36.8447 63.0043Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 63.0043C44.6625 63.0043 45.1474 62.5195 45.1474 61.9213C45.1474 61.3232 44.6625 60.8384 44.0644 60.8384C43.4663 60.8384 42.9814 61.3232 42.9814 61.9213C42.9814 62.5195 43.4663 63.0043 44.0644 63.0043Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 63.0043C48.2724 63.0043 48.7572 62.5195 48.7572 61.9213C48.7572 61.3232 48.2724 60.8384 47.6743 60.8384C47.0762 60.8384 46.5913 61.3232 46.5913 61.9213C46.5913 62.5195 47.0762 63.0043 47.6743 63.0043Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 63.0043C51.8822 63.0043 52.3671 62.5195 52.3671 61.9213C52.3671 61.3232 51.8822 60.8384 51.2841 60.8384C50.686 60.8384 50.2012 61.3232 50.2012 61.9213C50.2012 62.5195 50.686 63.0043 51.2841 63.0043Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 63.0043C113.25 63.0043 113.735 62.5195 113.735 61.9213C113.735 61.3232 113.25 60.8384 112.652 60.8384C112.054 60.8384 111.569 61.3232 111.569 61.9213C111.569 62.5195 112.054 63.0043 112.652 63.0043Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 63.0043C134.91 63.0043 135.394 62.5195 135.394 61.9213C135.394 61.3232 134.91 60.8384 134.311 60.8384C133.713 60.8384 133.229 61.3232 133.229 61.9213C133.229 62.5195 133.713 63.0043 134.311 63.0043Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 63.0043C149.349 63.0043 149.834 62.5195 149.834 61.9213C149.834 61.3232 149.349 60.8384 148.751 60.8384C148.153 60.8384 147.668 61.3232 147.668 61.9213C147.668 62.5195 148.153 63.0043 148.751 63.0043Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 66.6142C23.0029 66.6142 23.4877 66.1293 23.4877 65.5312C23.4877 64.9331 23.0029 64.4482 22.4047 64.4482C21.8066 64.4482 21.3218 64.9331 21.3218 65.5312C21.3218 66.1293 21.8066 66.6142 22.4047 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 66.6142C30.2231 66.6142 30.7079 66.1293 30.7079 65.5312C30.7079 64.9331 30.2231 64.4482 29.625 64.4482C29.0269 64.4482 28.542 64.9331 28.542 65.5312C28.542 66.1293 29.0269 66.6142 29.625 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M33.2348 66.6142C33.8329 66.6142 34.3178 66.1293 34.3178 65.5312C34.3178 64.9331 33.8329 64.4482 33.2348 64.4482C32.6367 64.4482 32.1519 64.9331 32.1519 65.5312C32.1519 66.1293 32.6367 66.6142 33.2348 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 66.6142C44.6625 66.6142 45.1474 66.1293 45.1474 65.5312C45.1474 64.9331 44.6625 64.4482 44.0644 64.4482C43.4663 64.4482 42.9814 64.9331 42.9814 65.5312C42.9814 66.1293 43.4663 66.6142 44.0644 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 66.6142C48.2724 66.6142 48.7572 66.1293 48.7572 65.5312C48.7572 64.9331 48.2724 64.4482 47.6743 64.4482C47.0762 64.4482 46.5913 64.9331 46.5913 65.5312C46.5913 66.1293 47.0762 66.6142 47.6743 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 66.6142C51.8822 66.6142 52.3671 66.1293 52.3671 65.5312C52.3671 64.9331 51.8822 64.4482 51.2841 64.4482C50.686 64.4482 50.2012 64.9331 50.2012 65.5312C50.2012 66.1293 50.686 66.6142 51.2841 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 66.6142C106.031 66.6142 106.516 66.1293 106.516 65.5312C106.516 64.9331 106.031 64.4482 105.433 64.4482C104.834 64.4482 104.35 64.9331 104.35 65.5312C104.35 66.1293 104.834 66.6142 105.433 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 66.6142C113.25 66.6142 113.735 66.1293 113.735 65.5312C113.735 64.9331 113.25 64.4482 112.652 64.4482C112.054 64.4482 111.569 64.9331 111.569 65.5312C111.569 66.1293 112.054 66.6142 112.652 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 66.6142C116.86 66.6142 117.345 66.1293 117.345 65.5312C117.345 64.9331 116.86 64.4482 116.262 64.4482C115.664 64.4482 115.179 64.9331 115.179 65.5312C115.179 66.1293 115.664 66.6142 116.262 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 66.6142C120.47 66.6142 120.955 66.1293 120.955 65.5312C120.955 64.9331 120.47 64.4482 119.872 64.4482C119.274 64.4482 118.789 64.9331 118.789 65.5312C118.789 66.1293 119.274 66.6142 119.872 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 66.6142C134.91 66.6142 135.394 66.1293 135.394 65.5312C135.394 64.9331 134.91 64.4482 134.311 64.4482C133.713 64.4482 133.229 64.9331 133.229 65.5312C133.229 66.1293 133.713 66.6142 134.311 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 66.6142C142.129 66.6142 142.614 66.1293 142.614 65.5312C142.614 64.9331 142.129 64.4482 141.531 64.4482C140.933 64.4482 140.448 64.9331 140.448 65.5312C140.448 66.1293 140.933 66.6142 141.531 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 66.6142C149.349 66.6142 149.834 66.1293 149.834 65.5312C149.834 64.9331 149.349 64.4482 148.751 64.4482C148.153 64.4482 147.668 64.9331 147.668 65.5312C147.668 66.1293 148.153 66.6142 148.751 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 66.6142C152.959 66.6142 153.444 66.1293 153.444 65.5312C153.444 64.9331 152.959 64.4482 152.361 64.4482C151.763 64.4482 151.278 64.9331 151.278 65.5312C151.278 66.1293 151.763 66.6142 152.361 66.6142Z",fill:"black"}),(0,t.jsx)("path",{d:"M7.96529 70.224C8.5634 70.224 9.04826 69.7392 9.04826 69.1411C9.04826 68.543 8.5634 68.0581 7.96529 68.0581C7.36718 68.0581 6.88232 68.543 6.88232 69.1411C6.88232 69.7392 7.36718 70.224 7.96529 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 70.224C19.393 70.224 19.8778 69.7392 19.8778 69.1411C19.8778 68.543 19.393 68.0581 18.7949 68.0581C18.1968 68.0581 17.7119 68.543 17.7119 69.1411C17.7119 69.7392 18.1968 70.224 18.7949 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 70.224C26.6127 70.224 27.0976 69.7392 27.0976 69.1411C27.0976 68.543 26.6127 68.0581 26.0146 68.0581C25.4165 68.0581 24.9316 68.543 24.9316 69.1411C24.9316 69.7392 25.4165 70.224 26.0146 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 70.224C41.0527 70.224 41.5375 69.7392 41.5375 69.1411C41.5375 68.543 41.0527 68.0581 40.4545 68.0581C39.8564 68.0581 39.3716 68.543 39.3716 69.1411C39.3716 69.7392 39.8564 70.224 40.4545 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 70.224C48.2724 70.224 48.7572 69.7392 48.7572 69.1411C48.7572 68.543 48.2724 68.0581 47.6743 68.0581C47.0762 68.0581 46.5913 68.543 46.5913 69.1411C46.5913 69.7392 47.0762 70.224 47.6743 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 70.224C51.8822 70.224 52.3671 69.7392 52.3671 69.1411C52.3671 68.543 51.8822 68.0581 51.2841 68.0581C50.686 68.0581 50.2012 68.543 50.2012 69.1411C50.2012 69.7392 50.686 70.224 51.2841 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 70.224C55.4921 70.224 55.977 69.7392 55.977 69.1411C55.977 68.543 55.4921 68.0581 54.894 68.0581C54.2959 68.0581 53.811 68.543 53.811 69.1411C53.811 69.7392 54.2959 70.224 54.894 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 70.224C106.031 70.224 106.516 69.7392 106.516 69.1411C106.516 68.543 106.031 68.0581 105.433 68.0581C104.834 68.0581 104.35 68.543 104.35 69.1411C104.35 69.7392 104.834 70.224 105.433 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 70.224C109.641 70.224 110.125 69.7392 110.125 69.1411C110.125 68.543 109.641 68.0581 109.042 68.0581C108.444 68.0581 107.959 68.543 107.959 69.1411C107.959 69.7392 108.444 70.224 109.042 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 70.224C116.86 70.224 117.345 69.7392 117.345 69.1411C117.345 68.543 116.86 68.0581 116.262 68.0581C115.664 68.0581 115.179 68.543 115.179 69.1411C115.179 69.7392 115.664 70.224 116.262 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 70.224C120.47 70.224 120.955 69.7392 120.955 69.1411C120.955 68.543 120.47 68.0581 119.872 68.0581C119.274 68.0581 118.789 68.543 118.789 69.1411C118.789 69.7392 119.274 70.224 119.872 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 70.224C127.69 70.224 128.175 69.7392 128.175 69.1411C128.175 68.543 127.69 68.0581 127.092 68.0581C126.494 68.0581 126.009 68.543 126.009 69.1411C126.009 69.7392 126.494 70.224 127.092 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 70.224C131.3 70.224 131.785 69.7392 131.785 69.1411C131.785 68.543 131.3 68.0581 130.702 68.0581C130.104 68.0581 129.619 68.543 129.619 69.1411C129.619 69.7392 130.104 70.224 130.702 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 70.224C134.91 70.224 135.394 69.7392 135.394 69.1411C135.394 68.543 134.91 68.0581 134.311 68.0581C133.713 68.0581 133.229 68.543 133.229 69.1411C133.229 69.7392 133.713 70.224 134.311 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 70.224C138.519 70.224 139.004 69.7392 139.004 69.1411C139.004 68.543 138.519 68.0581 137.921 68.0581C137.323 68.0581 136.838 68.543 136.838 69.1411C136.838 69.7392 137.323 70.224 137.921 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 70.224C142.129 70.224 142.614 69.7392 142.614 69.1411C142.614 68.543 142.129 68.0581 141.531 68.0581C140.933 68.0581 140.448 68.543 140.448 69.1411C140.448 69.7392 140.933 70.224 141.531 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 70.224C152.959 70.224 153.444 69.7392 153.444 69.1411C153.444 68.543 152.959 68.0581 152.361 68.0581C151.763 68.0581 151.278 68.543 151.278 69.1411C151.278 69.7392 151.763 70.224 152.361 70.224Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 73.834C12.1733 73.834 12.6581 73.3492 12.6581 72.7511C12.6581 72.153 12.1733 71.6681 11.5752 71.6681C10.977 71.6681 10.4922 72.153 10.4922 72.7511C10.4922 73.3492 10.977 73.834 11.5752 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M15.185 73.834C15.7831 73.834 16.268 73.3492 16.268 72.7511C16.268 72.153 15.7831 71.6681 15.185 71.6681C14.5869 71.6681 14.1021 72.153 14.1021 72.7511C14.1021 73.3492 14.5869 73.834 15.185 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 73.834C19.393 73.834 19.8778 73.3492 19.8778 72.7511C19.8778 72.153 19.393 71.6681 18.7949 71.6681C18.1968 71.6681 17.7119 72.153 17.7119 72.7511C17.7119 73.3492 18.1968 73.834 18.7949 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 73.834C26.6127 73.834 27.0976 73.3492 27.0976 72.7511C27.0976 72.153 26.6127 71.6681 26.0146 71.6681C25.4165 71.6681 24.9316 72.153 24.9316 72.7511C24.9316 73.3492 25.4165 73.834 26.0146 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 73.834C30.2231 73.834 30.7079 73.3492 30.7079 72.7511C30.7079 72.153 30.2231 71.6681 29.625 71.6681C29.0269 71.6681 28.542 72.153 28.542 72.7511C28.542 73.3492 29.0269 73.834 29.625 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 73.834C51.8822 73.834 52.3671 73.3492 52.3671 72.7511C52.3671 72.153 51.8822 71.6681 51.2841 71.6681C50.686 71.6681 50.2012 72.153 50.2012 72.7511C50.2012 73.3492 50.686 73.834 51.2841 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 73.834C55.4921 73.834 55.977 73.3492 55.977 72.7511C55.977 72.153 55.4921 71.6681 54.894 71.6681C54.2959 71.6681 53.811 72.153 53.811 72.7511C53.811 73.3492 54.2959 73.834 54.894 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 73.834C106.031 73.834 106.516 73.3492 106.516 72.7511C106.516 72.153 106.031 71.6681 105.433 71.6681C104.834 71.6681 104.35 72.153 104.35 72.7511C104.35 73.3492 104.834 73.834 105.433 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 73.834C109.641 73.834 110.125 73.3492 110.125 72.7511C110.125 72.153 109.641 71.6681 109.042 71.6681C108.444 71.6681 107.959 72.153 107.959 72.7511C107.959 73.3492 108.444 73.834 109.042 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 73.834C113.25 73.834 113.735 73.3492 113.735 72.7511C113.735 72.153 113.25 71.6681 112.652 71.6681C112.054 71.6681 111.569 72.153 111.569 72.7511C111.569 73.3492 112.054 73.834 112.652 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 73.834C124.08 73.834 124.565 73.3492 124.565 72.7511C124.565 72.153 124.08 71.6681 123.482 71.6681C122.884 71.6681 122.399 72.153 122.399 72.7511C122.399 73.3492 122.884 73.834 123.482 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 73.834C134.91 73.834 135.394 73.3492 135.394 72.7511C135.394 72.153 134.91 71.6681 134.311 71.6681C133.713 71.6681 133.229 72.153 133.229 72.7511C133.229 73.3492 133.713 73.834 134.311 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 73.834C142.129 73.834 142.614 73.3492 142.614 72.7511C142.614 72.153 142.129 71.6681 141.531 71.6681C140.933 71.6681 140.448 72.153 140.448 72.7511C140.448 73.3492 140.933 73.834 141.531 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M145.141 73.834C145.739 73.834 146.224 73.3492 146.224 72.7511C146.224 72.153 145.739 71.6681 145.141 71.6681C144.543 71.6681 144.058 72.153 144.058 72.7511C144.058 73.3492 144.543 73.834 145.141 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 73.834C152.959 73.834 153.444 73.3492 153.444 72.7511C153.444 72.153 152.959 71.6681 152.361 71.6681C151.763 71.6681 151.278 72.153 151.278 72.7511C151.278 73.3492 151.763 73.834 152.361 73.834Z",fill:"black"}),(0,t.jsx)("path",{d:"M15.185 77.4439C15.7831 77.4439 16.268 76.959 16.268 76.3609C16.268 75.7628 15.7831 75.278 15.185 75.278C14.5869 75.278 14.1021 75.7628 14.1021 76.3609C14.1021 76.959 14.5869 77.4439 15.185 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 77.4439C19.393 77.4439 19.8778 76.959 19.8778 76.3609C19.8778 75.7628 19.393 75.278 18.7949 75.278C18.1968 75.278 17.7119 75.7628 17.7119 76.3609C17.7119 76.959 18.1968 77.4439 18.7949 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 77.4439C23.0029 77.4439 23.4877 76.959 23.4877 76.3609C23.4877 75.7628 23.0029 75.278 22.4047 75.278C21.8066 75.278 21.3218 75.7628 21.3218 76.3609C21.3218 76.959 21.8066 77.4439 22.4047 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 77.4439C26.6127 77.4439 27.0976 76.959 27.0976 76.3609C27.0976 75.7628 26.6127 75.278 26.0146 75.278C25.4165 75.278 24.9316 75.7628 24.9316 76.3609C24.9316 76.959 25.4165 77.4439 26.0146 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M33.2348 77.4439C33.8329 77.4439 34.3178 76.959 34.3178 76.3609C34.3178 75.7628 33.8329 75.278 33.2348 75.278C32.6367 75.278 32.1519 75.7628 32.1519 76.3609C32.1519 76.959 32.6367 77.4439 33.2348 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 77.4439C37.4428 77.4439 37.9277 76.959 37.9277 76.3609C37.9277 75.7628 37.4428 75.278 36.8447 75.278C36.2466 75.278 35.7617 75.7628 35.7617 76.3609C35.7617 76.959 36.2466 77.4439 36.8447 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 77.4439C44.6625 77.4439 45.1474 76.959 45.1474 76.3609C45.1474 75.7628 44.6625 75.278 44.0644 75.278C43.4663 75.278 42.9814 75.7628 42.9814 76.3609C42.9814 76.959 43.4663 77.4439 44.0644 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 77.4439C55.4921 77.4439 55.977 76.959 55.977 76.3609C55.977 75.7628 55.4921 75.278 54.894 75.278C54.2959 75.278 53.811 75.7628 53.811 76.3609C53.811 76.959 54.2959 77.4439 54.894 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 77.4439C106.031 77.4439 106.516 76.959 106.516 76.3609C106.516 75.7628 106.031 75.278 105.433 75.278C104.834 75.278 104.35 75.7628 104.35 76.3609C104.35 76.959 104.834 77.4439 105.433 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 77.4439C113.25 77.4439 113.735 76.959 113.735 76.3609C113.735 75.7628 113.25 75.278 112.652 75.278C112.054 75.278 111.569 75.7628 111.569 76.3609C111.569 76.959 112.054 77.4439 112.652 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 77.4439C116.86 77.4439 117.345 76.959 117.345 76.3609C117.345 75.7628 116.86 75.278 116.262 75.278C115.664 75.278 115.179 75.7628 115.179 76.3609C115.179 76.959 115.664 77.4439 116.262 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 77.4439C124.08 77.4439 124.565 76.959 124.565 76.3609C124.565 75.7628 124.08 75.278 123.482 75.278C122.884 75.278 122.399 75.7628 122.399 76.3609C122.399 76.959 122.884 77.4439 123.482 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 77.4439C127.69 77.4439 128.175 76.959 128.175 76.3609C128.175 75.7628 127.69 75.278 127.092 75.278C126.494 75.278 126.009 75.7628 126.009 76.3609C126.009 76.959 126.494 77.4439 127.092 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 77.4439C131.3 77.4439 131.785 76.959 131.785 76.3609C131.785 75.7628 131.3 75.278 130.702 75.278C130.104 75.278 129.619 75.7628 129.619 76.3609C129.619 76.959 130.104 77.4439 130.702 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 77.4439C134.91 77.4439 135.394 76.959 135.394 76.3609C135.394 75.7628 134.91 75.278 134.311 75.278C133.713 75.278 133.229 75.7628 133.229 76.3609C133.229 76.959 133.713 77.4439 134.311 77.4439Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 81.0538C19.393 81.0538 19.8778 80.5689 19.8778 79.9708C19.8778 79.3727 19.393 78.8878 18.7949 78.8878C18.1968 78.8878 17.7119 79.3727 17.7119 79.9708C17.7119 80.5689 18.1968 81.0538 18.7949 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 81.0538C23.0029 81.0538 23.4877 80.5689 23.4877 79.9708C23.4877 79.3727 23.0029 78.8878 22.4047 78.8878C21.8066 78.8878 21.3218 79.3727 21.3218 79.9708C21.3218 80.5689 21.8066 81.0538 22.4047 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 81.0538C30.2231 81.0538 30.7079 80.5689 30.7079 79.9708C30.7079 79.3727 30.2231 78.8878 29.625 78.8878C29.0269 78.8878 28.542 79.3727 28.542 79.9708C28.542 80.5689 29.0269 81.0538 29.625 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M33.2348 81.0538C33.8329 81.0538 34.3178 80.5689 34.3178 79.9708C34.3178 79.3727 33.8329 78.8878 33.2348 78.8878C32.6367 78.8878 32.1519 79.3727 32.1519 79.9708C32.1519 80.5689 32.6367 81.0538 33.2348 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 81.0538C37.4428 81.0538 37.9277 80.5689 37.9277 79.9708C37.9277 79.3727 37.4428 78.8878 36.8447 78.8878C36.2466 78.8878 35.7617 79.3727 35.7617 79.9708C35.7617 80.5689 36.2466 81.0538 36.8447 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 81.0538C41.0527 81.0538 41.5375 80.5689 41.5375 79.9708C41.5375 79.3727 41.0527 78.8878 40.4545 78.8878C39.8564 78.8878 39.3716 79.3727 39.3716 79.9708C39.3716 80.5689 39.8564 81.0538 40.4545 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 81.0538C51.8822 81.0538 52.3671 80.5689 52.3671 79.9708C52.3671 79.3727 51.8822 78.8878 51.2841 78.8878C50.686 78.8878 50.2012 79.3727 50.2012 79.9708C50.2012 80.5689 50.686 81.0538 51.2841 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 81.0538C55.4921 81.0538 55.977 80.5689 55.977 79.9708C55.977 79.3727 55.4921 78.8878 54.894 78.8878C54.2959 78.8878 53.811 79.3727 53.811 79.9708C53.811 80.5689 54.2959 81.0538 54.894 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 81.0538C116.86 81.0538 117.345 80.5689 117.345 79.9708C117.345 79.3727 116.86 78.8878 116.262 78.8878C115.664 78.8878 115.179 79.3727 115.179 79.9708C115.179 80.5689 115.664 81.0538 116.262 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 81.0538C120.47 81.0538 120.955 80.5689 120.955 79.9708C120.955 79.3727 120.47 78.8878 119.872 78.8878C119.274 78.8878 118.789 79.3727 118.789 79.9708C118.789 80.5689 119.274 81.0538 119.872 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 81.0538C127.69 81.0538 128.175 80.5689 128.175 79.9708C128.175 79.3727 127.69 78.8878 127.092 78.8878C126.494 78.8878 126.009 79.3727 126.009 79.9708C126.009 80.5689 126.494 81.0538 127.092 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 81.0538C138.519 81.0538 139.004 80.5689 139.004 79.9708C139.004 79.3727 138.519 78.8878 137.921 78.8878C137.323 78.8878 136.838 79.3727 136.838 79.9708C136.838 80.5689 137.323 81.0538 137.921 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 81.0538C142.129 81.0538 142.614 80.5689 142.614 79.9708C142.614 79.3727 142.129 78.8878 141.531 78.8878C140.933 78.8878 140.448 79.3727 140.448 79.9708C140.448 80.5689 140.933 81.0538 141.531 81.0538Z",fill:"black"}),(0,t.jsx)("path",{d:"M7.96529 84.6636C8.5634 84.6636 9.04826 84.1788 9.04826 83.5806C9.04826 82.9825 8.5634 82.4977 7.96529 82.4977C7.36718 82.4977 6.88232 82.9825 6.88232 83.5806C6.88232 84.1788 7.36718 84.6636 7.96529 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M15.185 84.6636C15.7831 84.6636 16.268 84.1788 16.268 83.5806C16.268 82.9825 15.7831 82.4977 15.185 82.4977C14.5869 82.4977 14.1021 82.9825 14.1021 83.5806C14.1021 84.1788 14.5869 84.6636 15.185 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 84.6636C19.393 84.6636 19.8778 84.1788 19.8778 83.5806C19.8778 82.9825 19.393 82.4977 18.7949 82.4977C18.1968 82.4977 17.7119 82.9825 17.7119 83.5806C17.7119 84.1788 18.1968 84.6636 18.7949 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 84.6636C23.0029 84.6636 23.4877 84.1788 23.4877 83.5806C23.4877 82.9825 23.0029 82.4977 22.4047 82.4977C21.8066 82.4977 21.3218 82.9825 21.3218 83.5806C21.3218 84.1788 21.8066 84.6636 22.4047 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 84.6636C26.6127 84.6636 27.0976 84.1788 27.0976 83.5806C27.0976 82.9825 26.6127 82.4977 26.0146 82.4977C25.4165 82.4977 24.9316 82.9825 24.9316 83.5806C24.9316 84.1788 25.4165 84.6636 26.0146 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M33.2348 84.6636C33.8329 84.6636 34.3178 84.1788 34.3178 83.5806C34.3178 82.9825 33.8329 82.4977 33.2348 82.4977C32.6367 82.4977 32.1519 82.9825 32.1519 83.5806C32.1519 84.1788 32.6367 84.6636 33.2348 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 84.6636C41.0527 84.6636 41.5375 84.1788 41.5375 83.5806C41.5375 82.9825 41.0527 82.4977 40.4545 82.4977C39.8564 82.4977 39.3716 82.9825 39.3716 83.5806C39.3716 84.1788 39.8564 84.6636 40.4545 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 84.6636C44.6625 84.6636 45.1474 84.1788 45.1474 83.5806C45.1474 82.9825 44.6625 82.4977 44.0644 82.4977C43.4663 82.4977 42.9814 82.9825 42.9814 83.5806C42.9814 84.1788 43.4663 84.6636 44.0644 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 84.6636C106.031 84.6636 106.516 84.1788 106.516 83.5806C106.516 82.9825 106.031 82.4977 105.433 82.4977C104.834 82.4977 104.35 82.9825 104.35 83.5806C104.35 84.1788 104.834 84.6636 105.433 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 84.6636C109.641 84.6636 110.125 84.1788 110.125 83.5806C110.125 82.9825 109.641 82.4977 109.042 82.4977C108.444 82.4977 107.959 82.9825 107.959 83.5806C107.959 84.1788 108.444 84.6636 109.042 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 84.6636C113.25 84.6636 113.735 84.1788 113.735 83.5806C113.735 82.9825 113.25 82.4977 112.652 82.4977C112.054 82.4977 111.569 82.9825 111.569 83.5806C111.569 84.1788 112.054 84.6636 112.652 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 84.6636C131.3 84.6636 131.785 84.1788 131.785 83.5806C131.785 82.9825 131.3 82.4977 130.702 82.4977C130.104 82.4977 129.619 82.9825 129.619 83.5806C129.619 84.1788 130.104 84.6636 130.702 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 84.6636C138.519 84.6636 139.004 84.1788 139.004 83.5806C139.004 82.9825 138.519 82.4977 137.921 82.4977C137.323 82.4977 136.838 82.9825 136.838 83.5806C136.838 84.1788 137.323 84.6636 137.921 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 84.6636C142.129 84.6636 142.614 84.1788 142.614 83.5806C142.614 82.9825 142.129 82.4977 141.531 82.4977C140.933 82.4977 140.448 82.9825 140.448 83.5806C140.448 84.1788 140.933 84.6636 141.531 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M145.141 84.6636C145.739 84.6636 146.224 84.1788 146.224 83.5806C146.224 82.9825 145.739 82.4977 145.141 82.4977C144.543 82.4977 144.058 82.9825 144.058 83.5806C144.058 84.1788 144.543 84.6636 145.141 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 84.6636C152.959 84.6636 153.444 84.1788 153.444 83.5806C153.444 82.9825 152.959 82.4977 152.361 82.4977C151.763 82.4977 151.278 82.9825 151.278 83.5806C151.278 84.1788 151.763 84.6636 152.361 84.6636Z",fill:"black"}),(0,t.jsx)("path",{d:"M7.96529 88.2736C8.5634 88.2736 9.04826 87.7887 9.04826 87.1906C9.04826 86.5925 8.5634 86.1077 7.96529 86.1077C7.36718 86.1077 6.88232 86.5925 6.88232 87.1906C6.88232 87.7887 7.36718 88.2736 7.96529 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 88.2736C12.1733 88.2736 12.6581 87.7887 12.6581 87.1906C12.6581 86.5925 12.1733 86.1077 11.5752 86.1077C10.977 86.1077 10.4922 86.5925 10.4922 87.1906C10.4922 87.7887 10.977 88.2736 11.5752 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 88.2736C26.6127 88.2736 27.0976 87.7887 27.0976 87.1906C27.0976 86.5925 26.6127 86.1077 26.0146 86.1077C25.4165 86.1077 24.9316 86.5925 24.9316 87.1906C24.9316 87.7887 25.4165 88.2736 26.0146 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 88.2736C30.2231 88.2736 30.7079 87.7887 30.7079 87.1906C30.7079 86.5925 30.2231 86.1077 29.625 86.1077C29.0269 86.1077 28.542 86.5925 28.542 87.1906C28.542 87.7887 29.0269 88.2736 29.625 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M33.2348 88.2736C33.8329 88.2736 34.3178 87.7887 34.3178 87.1906C34.3178 86.5925 33.8329 86.1077 33.2348 86.1077C32.6367 86.1077 32.1519 86.5925 32.1519 87.1906C32.1519 87.7887 32.6367 88.2736 33.2348 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 88.2736C44.6625 88.2736 45.1474 87.7887 45.1474 87.1906C45.1474 86.5925 44.6625 86.1077 44.0644 86.1077C43.4663 86.1077 42.9814 86.5925 42.9814 87.1906C42.9814 87.7887 43.4663 88.2736 44.0644 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 88.2736C51.8822 88.2736 52.3671 87.7887 52.3671 87.1906C52.3671 86.5925 51.8822 86.1077 51.2841 86.1077C50.686 86.1077 50.2012 86.5925 50.2012 87.1906C50.2012 87.7887 50.686 88.2736 51.2841 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 88.2736C106.031 88.2736 106.516 87.7887 106.516 87.1906C106.516 86.5925 106.031 86.1077 105.433 86.1077C104.834 86.1077 104.35 86.5925 104.35 87.1906C104.35 87.7887 104.834 88.2736 105.433 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 88.2736C116.86 88.2736 117.345 87.7887 117.345 87.1906C117.345 86.5925 116.86 86.1077 116.262 86.1077C115.664 86.1077 115.179 86.5925 115.179 87.1906C115.179 87.7887 115.664 88.2736 116.262 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 88.2736C124.08 88.2736 124.565 87.7887 124.565 87.1906C124.565 86.5925 124.08 86.1077 123.482 86.1077C122.884 86.1077 122.399 86.5925 122.399 87.1906C122.399 87.7887 122.884 88.2736 123.482 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 88.2736C134.91 88.2736 135.394 87.7887 135.394 87.1906C135.394 86.5925 134.91 86.1077 134.311 86.1077C133.713 86.1077 133.229 86.5925 133.229 87.1906C133.229 87.7887 133.713 88.2736 134.311 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M145.141 88.2736C145.739 88.2736 146.224 87.7887 146.224 87.1906C146.224 86.5925 145.739 86.1077 145.141 86.1077C144.543 86.1077 144.058 86.5925 144.058 87.1906C144.058 87.7887 144.543 88.2736 145.141 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 88.2736C152.959 88.2736 153.444 87.7887 153.444 87.1906C153.444 86.5925 152.959 86.1077 152.361 86.1077C151.763 86.1077 151.278 86.5925 151.278 87.1906C151.278 87.7887 151.763 88.2736 152.361 88.2736Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 91.8835C12.1733 91.8835 12.6581 91.3986 12.6581 90.8005C12.6581 90.2024 12.1733 89.7175 11.5752 89.7175C10.977 89.7175 10.4922 90.2024 10.4922 90.8005C10.4922 91.3986 10.977 91.8835 11.5752 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M15.185 91.8835C15.7831 91.8835 16.268 91.3986 16.268 90.8005C16.268 90.2024 15.7831 89.7175 15.185 89.7175C14.5869 89.7175 14.1021 90.2024 14.1021 90.8005C14.1021 91.3986 14.5869 91.8835 15.185 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 91.8835C19.393 91.8835 19.8778 91.3986 19.8778 90.8005C19.8778 90.2024 19.393 89.7175 18.7949 89.7175C18.1968 89.7175 17.7119 90.2024 17.7119 90.8005C17.7119 91.3986 18.1968 91.8835 18.7949 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 91.8835C26.6127 91.8835 27.0976 91.3986 27.0976 90.8005C27.0976 90.2024 26.6127 89.7175 26.0146 89.7175C25.4165 89.7175 24.9316 90.2024 24.9316 90.8005C24.9316 91.3986 25.4165 91.8835 26.0146 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M33.2348 91.8835C33.8329 91.8835 34.3178 91.3986 34.3178 90.8005C34.3178 90.2024 33.8329 89.7175 33.2348 89.7175C32.6367 89.7175 32.1519 90.2024 32.1519 90.8005C32.1519 91.3986 32.6367 91.8835 33.2348 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 91.8835C44.6625 91.8835 45.1474 91.3986 45.1474 90.8005C45.1474 90.2024 44.6625 89.7175 44.0644 89.7175C43.4663 89.7175 42.9814 90.2024 42.9814 90.8005C42.9814 91.3986 43.4663 91.8835 44.0644 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 91.8835C55.4921 91.8835 55.977 91.3986 55.977 90.8005C55.977 90.2024 55.4921 89.7175 54.894 89.7175C54.2959 89.7175 53.811 90.2024 53.811 90.8005C53.811 91.3986 54.2959 91.8835 54.894 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 91.8835C106.031 91.8835 106.516 91.3986 106.516 90.8005C106.516 90.2024 106.031 89.7175 105.433 89.7175C104.834 89.7175 104.35 90.2024 104.35 90.8005C104.35 91.3986 104.834 91.8835 105.433 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 91.8835C113.25 91.8835 113.735 91.3986 113.735 90.8005C113.735 90.2024 113.25 89.7175 112.652 89.7175C112.054 89.7175 111.569 90.2024 111.569 90.8005C111.569 91.3986 112.054 91.8835 112.652 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 91.8835C116.86 91.8835 117.345 91.3986 117.345 90.8005C117.345 90.2024 116.86 89.7175 116.262 89.7175C115.664 89.7175 115.179 90.2024 115.179 90.8005C115.179 91.3986 115.664 91.8835 116.262 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 91.8835C124.08 91.8835 124.565 91.3986 124.565 90.8005C124.565 90.2024 124.08 89.7175 123.482 89.7175C122.884 89.7175 122.399 90.2024 122.399 90.8005C122.399 91.3986 122.884 91.8835 123.482 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 91.8835C134.91 91.8835 135.394 91.3986 135.394 90.8005C135.394 90.2024 134.91 89.7175 134.311 89.7175C133.713 89.7175 133.229 90.2024 133.229 90.8005C133.229 91.3986 133.713 91.8835 134.311 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 91.8835C149.349 91.8835 149.834 91.3986 149.834 90.8005C149.834 90.2024 149.349 89.7175 148.751 89.7175C148.153 89.7175 147.668 90.2024 147.668 90.8005C147.668 91.3986 148.153 91.8835 148.751 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 91.8835C152.959 91.8835 153.444 91.3986 153.444 90.8005C153.444 90.2024 152.959 89.7175 152.361 89.7175C151.763 89.7175 151.278 90.2024 151.278 90.8005C151.278 91.3986 151.763 91.8835 152.361 91.8835Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 95.4933C12.1733 95.4933 12.6581 95.0085 12.6581 94.4104C12.6581 93.8123 12.1733 93.3274 11.5752 93.3274C10.977 93.3274 10.4922 93.8123 10.4922 94.4104C10.4922 95.0085 10.977 95.4933 11.5752 95.4933Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 95.4933C26.6127 95.4933 27.0976 95.0085 27.0976 94.4104C27.0976 93.8123 26.6127 93.3274 26.0146 93.3274C25.4165 93.3274 24.9316 93.8123 24.9316 94.4104C24.9316 95.0085 25.4165 95.4933 26.0146 95.4933Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 95.4933C30.2231 95.4933 30.7079 95.0085 30.7079 94.4104C30.7079 93.8123 30.2231 93.3274 29.625 93.3274C29.0269 93.3274 28.542 93.8123 28.542 94.4104C28.542 95.0085 29.0269 95.4933 29.625 95.4933Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 95.4933C41.0527 95.4933 41.5375 95.0085 41.5375 94.4104C41.5375 93.8123 41.0527 93.3274 40.4545 93.3274C39.8564 93.3274 39.3716 93.8123 39.3716 94.4104C39.3716 95.0085 39.8564 95.4933 40.4545 95.4933Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 95.4933C51.8822 95.4933 52.3671 95.0085 52.3671 94.4104C52.3671 93.8123 51.8822 93.3274 51.2841 93.3274C50.686 93.3274 50.2012 93.8123 50.2012 94.4104C50.2012 95.0085 50.686 95.4933 51.2841 95.4933Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 95.4933C113.25 95.4933 113.735 95.0085 113.735 94.4104C113.735 93.8123 113.25 93.3274 112.652 93.3274C112.054 93.3274 111.569 93.8123 111.569 94.4104C111.569 95.0085 112.054 95.4933 112.652 95.4933Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 95.4933C120.47 95.4933 120.955 95.0085 120.955 94.4104C120.955 93.8123 120.47 93.3274 119.872 93.3274C119.274 93.3274 118.789 93.8123 118.789 94.4104C118.789 95.0085 119.274 95.4933 119.872 95.4933Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 95.4933C124.08 95.4933 124.565 95.0085 124.565 94.4104C124.565 93.8123 124.08 93.3274 123.482 93.3274C122.884 93.3274 122.399 93.8123 122.399 94.4104C122.399 95.0085 122.884 95.4933 123.482 95.4933Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 95.4933C127.69 95.4933 128.175 95.0085 128.175 94.4104C128.175 93.8123 127.69 93.3274 127.092 93.3274C126.494 93.3274 126.009 93.8123 126.009 94.4104C126.009 95.0085 126.494 95.4933 127.092 95.4933Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 99.1032C12.1733 99.1032 12.6581 98.6183 12.6581 98.0202C12.6581 97.4221 12.1733 96.9373 11.5752 96.9373C10.977 96.9373 10.4922 97.4221 10.4922 98.0202C10.4922 98.6183 10.977 99.1032 11.5752 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M15.185 99.1032C15.7831 99.1032 16.268 98.6183 16.268 98.0202C16.268 97.4221 15.7831 96.9373 15.185 96.9373C14.5869 96.9373 14.1021 97.4221 14.1021 98.0202C14.1021 98.6183 14.5869 99.1032 15.185 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 99.1032C26.6127 99.1032 27.0976 98.6183 27.0976 98.0202C27.0976 97.4221 26.6127 96.9373 26.0146 96.9373C25.4165 96.9373 24.9316 97.4221 24.9316 98.0202C24.9316 98.6183 25.4165 99.1032 26.0146 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 99.1032C37.4428 99.1032 37.9277 98.6183 37.9277 98.0202C37.9277 97.4221 37.4428 96.9373 36.8447 96.9373C36.2466 96.9373 35.7617 97.4221 35.7617 98.0202C35.7617 98.6183 36.2466 99.1032 36.8447 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 99.1032C48.2724 99.1032 48.7572 98.6183 48.7572 98.0202C48.7572 97.4221 48.2724 96.9373 47.6743 96.9373C47.0762 96.9373 46.5913 97.4221 46.5913 98.0202C46.5913 98.6183 47.0762 99.1032 47.6743 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 99.1032C55.4921 99.1032 55.977 98.6183 55.977 98.0202C55.977 97.4221 55.4921 96.9373 54.894 96.9373C54.2959 96.9373 53.811 97.4221 53.811 98.0202C53.811 98.6183 54.2959 99.1032 54.894 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 99.1032C106.031 99.1032 106.516 98.6183 106.516 98.0202C106.516 97.4221 106.031 96.9373 105.433 96.9373C104.834 96.9373 104.35 97.4221 104.35 98.0202C104.35 98.6183 104.834 99.1032 105.433 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 99.1032C109.641 99.1032 110.125 98.6183 110.125 98.0202C110.125 97.4221 109.641 96.9373 109.042 96.9373C108.444 96.9373 107.959 97.4221 107.959 98.0202C107.959 98.6183 108.444 99.1032 109.042 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 99.1032C113.25 99.1032 113.735 98.6183 113.735 98.0202C113.735 97.4221 113.25 96.9373 112.652 96.9373C112.054 96.9373 111.569 97.4221 111.569 98.0202C111.569 98.6183 112.054 99.1032 112.652 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 99.1032C116.86 99.1032 117.345 98.6183 117.345 98.0202C117.345 97.4221 116.86 96.9373 116.262 96.9373C115.664 96.9373 115.179 97.4221 115.179 98.0202C115.179 98.6183 115.664 99.1032 116.262 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 99.1032C124.08 99.1032 124.565 98.6183 124.565 98.0202C124.565 97.4221 124.08 96.9373 123.482 96.9373C122.884 96.9373 122.399 97.4221 122.399 98.0202C122.399 98.6183 122.884 99.1032 123.482 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 99.1032C127.69 99.1032 128.175 98.6183 128.175 98.0202C128.175 97.4221 127.69 96.9373 127.092 96.9373C126.494 96.9373 126.009 97.4221 126.009 98.0202C126.009 98.6183 126.494 99.1032 127.092 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 99.1032C131.3 99.1032 131.785 98.6183 131.785 98.0202C131.785 97.4221 131.3 96.9373 130.702 96.9373C130.104 96.9373 129.619 97.4221 129.619 98.0202C129.619 98.6183 130.104 99.1032 130.702 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 99.1032C134.91 99.1032 135.394 98.6183 135.394 98.0202C135.394 97.4221 134.91 96.9373 134.311 96.9373C133.713 96.9373 133.229 97.4221 133.229 98.0202C133.229 98.6183 133.713 99.1032 134.311 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 99.1032C138.519 99.1032 139.004 98.6183 139.004 98.0202C139.004 97.4221 138.519 96.9373 137.921 96.9373C137.323 96.9373 136.838 97.4221 136.838 98.0202C136.838 98.6183 137.323 99.1032 137.921 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M145.141 99.1032C145.739 99.1032 146.224 98.6183 146.224 98.0202C146.224 97.4221 145.739 96.9373 145.141 96.9373C144.543 96.9373 144.058 97.4221 144.058 98.0202C144.058 98.6183 144.543 99.1032 145.141 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 99.1032C152.959 99.1032 153.444 98.6183 153.444 98.0202C153.444 97.4221 152.959 96.9373 152.361 96.9373C151.763 96.9373 151.278 97.4221 151.278 98.0202C151.278 98.6183 151.763 99.1032 152.361 99.1032Z",fill:"black"}),(0,t.jsx)("path",{d:"M7.96529 102.713C8.5634 102.713 9.04826 102.228 9.04826 101.63C9.04826 101.032 8.5634 100.547 7.96529 100.547C7.36718 100.547 6.88232 101.032 6.88232 101.63C6.88232 102.228 7.36718 102.713 7.96529 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 102.713C12.1733 102.713 12.6581 102.228 12.6581 101.63C12.6581 101.032 12.1733 100.547 11.5752 100.547C10.977 100.547 10.4922 101.032 10.4922 101.63C10.4922 102.228 10.977 102.713 11.5752 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 102.713C19.393 102.713 19.8778 102.228 19.8778 101.63C19.8778 101.032 19.393 100.547 18.7949 100.547C18.1968 100.547 17.7119 101.032 17.7119 101.63C17.7119 102.228 18.1968 102.713 18.7949 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 102.713C23.0029 102.713 23.4877 102.228 23.4877 101.63C23.4877 101.032 23.0029 100.547 22.4047 100.547C21.8066 100.547 21.3218 101.032 21.3218 101.63C21.3218 102.228 21.8066 102.713 22.4047 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 102.713C26.6127 102.713 27.0976 102.228 27.0976 101.63C27.0976 101.032 26.6127 100.547 26.0146 100.547C25.4165 100.547 24.9316 101.032 24.9316 101.63C24.9316 102.228 25.4165 102.713 26.0146 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 102.713C30.2231 102.713 30.7079 102.228 30.7079 101.63C30.7079 101.032 30.2231 100.547 29.625 100.547C29.0269 100.547 28.542 101.032 28.542 101.63C28.542 102.228 29.0269 102.713 29.625 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 102.713C41.0527 102.713 41.5375 102.228 41.5375 101.63C41.5375 101.032 41.0527 100.547 40.4545 100.547C39.8564 100.547 39.3716 101.032 39.3716 101.63C39.3716 102.228 39.8564 102.713 40.4545 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 102.713C44.6625 102.713 45.1474 102.228 45.1474 101.63C45.1474 101.032 44.6625 100.547 44.0644 100.547C43.4663 100.547 42.9814 101.032 42.9814 101.63C42.9814 102.228 43.4663 102.713 44.0644 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 102.713C51.8822 102.713 52.3671 102.228 52.3671 101.63C52.3671 101.032 51.8822 100.547 51.2841 100.547C50.686 100.547 50.2012 101.032 50.2012 101.63C50.2012 102.228 50.686 102.713 51.2841 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 102.713C106.031 102.713 106.516 102.228 106.516 101.63C106.516 101.032 106.031 100.547 105.433 100.547C104.834 100.547 104.35 101.032 104.35 101.63C104.35 102.228 104.834 102.713 105.433 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 102.713C109.641 102.713 110.125 102.228 110.125 101.63C110.125 101.032 109.641 100.547 109.042 100.547C108.444 100.547 107.959 101.032 107.959 101.63C107.959 102.228 108.444 102.713 109.042 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 102.713C116.86 102.713 117.345 102.228 117.345 101.63C117.345 101.032 116.86 100.547 116.262 100.547C115.664 100.547 115.179 101.032 115.179 101.63C115.179 102.228 115.664 102.713 116.262 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 102.713C124.08 102.713 124.565 102.228 124.565 101.63C124.565 101.032 124.08 100.547 123.482 100.547C122.884 100.547 122.399 101.032 122.399 101.63C122.399 102.228 122.884 102.713 123.482 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 102.713C127.69 102.713 128.175 102.228 128.175 101.63C128.175 101.032 127.69 100.547 127.092 100.547C126.494 100.547 126.009 101.032 126.009 101.63C126.009 102.228 126.494 102.713 127.092 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 102.713C131.3 102.713 131.785 102.228 131.785 101.63C131.785 101.032 131.3 100.547 130.702 100.547C130.104 100.547 129.619 101.032 129.619 101.63C129.619 102.228 130.104 102.713 130.702 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 102.713C152.959 102.713 153.444 102.228 153.444 101.63C153.444 101.032 152.959 100.547 152.361 100.547C151.763 100.547 151.278 101.032 151.278 101.63C151.278 102.228 151.763 102.713 152.361 102.713Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 106.323C12.1733 106.323 12.6581 105.838 12.6581 105.24C12.6581 104.642 12.1733 104.157 11.5752 104.157C10.977 104.157 10.4922 104.642 10.4922 105.24C10.4922 105.838 10.977 106.323 11.5752 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M15.185 106.323C15.7831 106.323 16.268 105.838 16.268 105.24C16.268 104.642 15.7831 104.157 15.185 104.157C14.5869 104.157 14.1021 104.642 14.1021 105.24C14.1021 105.838 14.5869 106.323 15.185 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 106.323C19.393 106.323 19.8778 105.838 19.8778 105.24C19.8778 104.642 19.393 104.157 18.7949 104.157C18.1968 104.157 17.7119 104.642 17.7119 105.24C17.7119 105.838 18.1968 106.323 18.7949 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 106.323C23.0029 106.323 23.4877 105.838 23.4877 105.24C23.4877 104.642 23.0029 104.157 22.4047 104.157C21.8066 104.157 21.3218 104.642 21.3218 105.24C21.3218 105.838 21.8066 106.323 22.4047 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M33.2348 106.323C33.8329 106.323 34.3178 105.838 34.3178 105.24C34.3178 104.642 33.8329 104.157 33.2348 104.157C32.6367 104.157 32.1519 104.642 32.1519 105.24C32.1519 105.838 32.6367 106.323 33.2348 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 106.323C37.4428 106.323 37.9277 105.838 37.9277 105.24C37.9277 104.642 37.4428 104.157 36.8447 104.157C36.2466 104.157 35.7617 104.642 35.7617 105.24C35.7617 105.838 36.2466 106.323 36.8447 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 106.323C51.8822 106.323 52.3671 105.838 52.3671 105.24C52.3671 104.642 51.8822 104.157 51.2841 104.157C50.686 104.157 50.2012 104.642 50.2012 105.24C50.2012 105.838 50.686 106.323 51.2841 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 106.323C62.7118 106.323 63.1967 105.838 63.1967 105.24C63.1967 104.642 62.7118 104.157 62.1137 104.157C61.5156 104.157 61.0308 104.642 61.0308 105.24C61.0308 105.838 61.5156 106.323 62.1137 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 106.323C69.9316 106.323 70.4164 105.838 70.4164 105.24C70.4164 104.642 69.9316 104.157 69.3335 104.157C68.7353 104.157 68.2505 104.642 68.2505 105.24C68.2505 105.838 68.7353 106.323 69.3335 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M72.9433 106.323C73.5414 106.323 74.0263 105.838 74.0263 105.24C74.0263 104.642 73.5414 104.157 72.9433 104.157C72.3452 104.157 71.8604 104.642 71.8604 105.24C71.8604 105.838 72.3452 106.323 72.9433 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M76.5532 106.323C77.1513 106.323 77.6361 105.838 77.6361 105.24C77.6361 104.642 77.1513 104.157 76.5532 104.157C75.9551 104.157 75.4702 104.642 75.4702 105.24C75.4702 105.838 75.9551 106.323 76.5532 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M98.2128 106.323C98.811 106.323 99.2958 105.838 99.2958 105.24C99.2958 104.642 98.811 104.157 98.2128 104.157C97.6147 104.157 97.1299 104.642 97.1299 105.24C97.1299 105.838 97.6147 106.323 98.2128 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 106.323C102.421 106.323 102.906 105.838 102.906 105.24C102.906 104.642 102.421 104.157 101.823 104.157C101.225 104.157 100.74 104.642 100.74 105.24C100.74 105.838 101.225 106.323 101.823 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 106.323C113.25 106.323 113.735 105.838 113.735 105.24C113.735 104.642 113.25 104.157 112.652 104.157C112.054 104.157 111.569 104.642 111.569 105.24C111.569 105.838 112.054 106.323 112.652 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 106.323C116.86 106.323 117.345 105.838 117.345 105.24C117.345 104.642 116.86 104.157 116.262 104.157C115.664 104.157 115.179 104.642 115.179 105.24C115.179 105.838 115.664 106.323 116.262 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 106.323C120.47 106.323 120.955 105.838 120.955 105.24C120.955 104.642 120.47 104.157 119.872 104.157C119.274 104.157 118.789 104.642 118.789 105.24C118.789 105.838 119.274 106.323 119.872 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 106.323C124.08 106.323 124.565 105.838 124.565 105.24C124.565 104.642 124.08 104.157 123.482 104.157C122.884 104.157 122.399 104.642 122.399 105.24C122.399 105.838 122.884 106.323 123.482 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 106.323C131.3 106.323 131.785 105.838 131.785 105.24C131.785 104.642 131.3 104.157 130.702 104.157C130.104 104.157 129.619 104.642 129.619 105.24C129.619 105.838 130.104 106.323 130.702 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 106.323C138.519 106.323 139.004 105.838 139.004 105.24C139.004 104.642 138.519 104.157 137.921 104.157C137.323 104.157 136.838 104.642 136.838 105.24C136.838 105.838 137.323 106.323 137.921 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 106.323C142.129 106.323 142.614 105.838 142.614 105.24C142.614 104.642 142.129 104.157 141.531 104.157C140.933 104.157 140.448 104.642 140.448 105.24C140.448 105.838 140.933 106.323 141.531 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 106.323C152.959 106.323 153.444 105.838 153.444 105.24C153.444 104.642 152.959 104.157 152.361 104.157C151.763 104.157 151.278 104.642 151.278 105.24C151.278 105.838 151.763 106.323 152.361 106.323Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 109.933C19.393 109.933 19.8778 109.448 19.8778 108.85C19.8778 108.252 19.393 107.767 18.7949 107.767C18.1968 107.767 17.7119 108.252 17.7119 108.85C17.7119 109.448 18.1968 109.933 18.7949 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 109.933C23.0029 109.933 23.4877 109.448 23.4877 108.85C23.4877 108.252 23.0029 107.767 22.4047 107.767C21.8066 107.767 21.3218 108.252 21.3218 108.85C21.3218 109.448 21.8066 109.933 22.4047 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 109.933C30.2231 109.933 30.7079 109.448 30.7079 108.85C30.7079 108.252 30.2231 107.767 29.625 107.767C29.0269 107.767 28.542 108.252 28.542 108.85C28.542 109.448 29.0269 109.933 29.625 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M33.2348 109.933C33.8329 109.933 34.3178 109.448 34.3178 108.85C34.3178 108.252 33.8329 107.767 33.2348 107.767C32.6367 107.767 32.1519 108.252 32.1519 108.85C32.1519 109.448 32.6367 109.933 33.2348 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 109.933C37.4428 109.933 37.9277 109.448 37.9277 108.85C37.9277 108.252 37.4428 107.767 36.8447 107.767C36.2466 107.767 35.7617 108.252 35.7617 108.85C35.7617 109.448 36.2466 109.933 36.8447 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 109.933C44.6625 109.933 45.1474 109.448 45.1474 108.85C45.1474 108.252 44.6625 107.767 44.0644 107.767C43.4663 107.767 42.9814 108.252 42.9814 108.85C42.9814 109.448 43.4663 109.933 44.0644 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 109.933C51.8822 109.933 52.3671 109.448 52.3671 108.85C52.3671 108.252 51.8822 107.767 51.2841 107.767C50.686 107.767 50.2012 108.252 50.2012 108.85C50.2012 109.448 50.686 109.933 51.2841 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 109.933C55.4921 109.933 55.977 109.448 55.977 108.85C55.977 108.252 55.4921 107.767 54.894 107.767C54.2959 107.767 53.811 108.252 53.811 108.85C53.811 109.448 54.2959 109.933 54.894 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 109.933C80.7612 109.933 81.246 109.448 81.246 108.85C81.246 108.252 80.7612 107.767 80.163 107.767C79.5649 107.767 79.0801 108.252 79.0801 108.85C79.0801 109.448 79.5649 109.933 80.163 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 109.933C91.5907 109.933 92.0756 109.448 92.0756 108.85C92.0756 108.252 91.5907 107.767 90.9926 107.767C90.3945 107.767 89.9097 108.252 89.9097 108.85C89.9097 109.448 90.3945 109.933 90.9926 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M98.2128 109.933C98.811 109.933 99.2958 109.448 99.2958 108.85C99.2958 108.252 98.811 107.767 98.2128 107.767C97.6147 107.767 97.1299 108.252 97.1299 108.85C97.1299 109.448 97.6147 109.933 98.2128 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 109.933C106.031 109.933 106.516 109.448 106.516 108.85C106.516 108.252 106.031 107.767 105.433 107.767C104.834 107.767 104.35 108.252 104.35 108.85C104.35 109.448 104.834 109.933 105.433 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 109.933C109.641 109.933 110.125 109.448 110.125 108.85C110.125 108.252 109.641 107.767 109.042 107.767C108.444 107.767 107.959 108.252 107.959 108.85C107.959 109.448 108.444 109.933 109.042 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 109.933C113.25 109.933 113.735 109.448 113.735 108.85C113.735 108.252 113.25 107.767 112.652 107.767C112.054 107.767 111.569 108.252 111.569 108.85C111.569 109.448 112.054 109.933 112.652 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 109.933C124.08 109.933 124.565 109.448 124.565 108.85C124.565 108.252 124.08 107.767 123.482 107.767C122.884 107.767 122.399 108.252 122.399 108.85C122.399 109.448 122.884 109.933 123.482 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 109.933C152.959 109.933 153.444 109.448 153.444 108.85C153.444 108.252 152.959 107.767 152.361 107.767C151.763 107.767 151.278 108.252 151.278 108.85C151.278 109.448 151.763 109.933 152.361 109.933Z",fill:"black"}),(0,t.jsx)("path",{d:"M7.96529 113.543C8.5634 113.543 9.04826 113.058 9.04826 112.46C9.04826 111.862 8.5634 111.377 7.96529 111.377C7.36718 111.377 6.88232 111.862 6.88232 112.46C6.88232 113.058 7.36718 113.543 7.96529 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 113.543C12.1733 113.543 12.6581 113.058 12.6581 112.46C12.6581 111.862 12.1733 111.377 11.5752 111.377C10.977 111.377 10.4922 111.862 10.4922 112.46C10.4922 113.058 10.977 113.543 11.5752 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M15.185 113.543C15.7831 113.543 16.268 113.058 16.268 112.46C16.268 111.862 15.7831 111.377 15.185 111.377C14.5869 111.377 14.1021 111.862 14.1021 112.46C14.1021 113.058 14.5869 113.543 15.185 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 113.543C19.393 113.543 19.8778 113.058 19.8778 112.46C19.8778 111.862 19.393 111.377 18.7949 111.377C18.1968 111.377 17.7119 111.862 17.7119 112.46C17.7119 113.058 18.1968 113.543 18.7949 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 113.543C41.0527 113.543 41.5375 113.058 41.5375 112.46C41.5375 111.862 41.0527 111.377 40.4545 111.377C39.8564 111.377 39.3716 111.862 39.3716 112.46C39.3716 113.058 39.8564 113.543 40.4545 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 113.543C44.6625 113.543 45.1474 113.058 45.1474 112.46C45.1474 111.862 44.6625 111.377 44.0644 111.377C43.4663 111.377 42.9814 111.862 42.9814 112.46C42.9814 113.058 43.4663 113.543 44.0644 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 113.543C48.2724 113.543 48.7572 113.058 48.7572 112.46C48.7572 111.862 48.2724 111.377 47.6743 111.377C47.0762 111.377 46.5913 111.862 46.5913 112.46C46.5913 113.058 47.0762 113.543 47.6743 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 113.543C51.8822 113.543 52.3671 113.058 52.3671 112.46C52.3671 111.862 51.8822 111.377 51.2841 111.377C50.686 111.377 50.2012 111.862 50.2012 112.46C50.2012 113.058 50.686 113.543 51.2841 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 113.543C55.4921 113.543 55.977 113.058 55.977 112.46C55.977 111.862 55.4921 111.377 54.894 111.377C54.2959 111.377 53.811 111.862 53.811 112.46C53.811 113.058 54.2959 113.543 54.894 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 113.543C59.102 113.543 59.5868 113.058 59.5868 112.46C59.5868 111.862 59.102 111.377 58.5039 111.377C57.9058 111.377 57.4209 111.862 57.4209 112.46C57.4209 113.058 57.9058 113.543 58.5039 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 113.543C62.7118 113.543 63.1967 113.058 63.1967 112.46C63.1967 111.862 62.7118 111.377 62.1137 111.377C61.5156 111.377 61.0308 111.862 61.0308 112.46C61.0308 113.058 61.5156 113.543 62.1137 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 113.543C66.3217 113.543 66.8066 113.058 66.8066 112.46C66.8066 111.862 66.3217 111.377 65.7236 111.377C65.1255 111.377 64.6406 111.862 64.6406 112.46C64.6406 113.058 65.1255 113.543 65.7236 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 113.543C69.9316 113.543 70.4164 113.058 70.4164 112.46C70.4164 111.862 69.9316 111.377 69.3335 111.377C68.7353 111.377 68.2505 111.862 68.2505 112.46C68.2505 113.058 68.7353 113.543 69.3335 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M72.9433 113.543C73.5414 113.543 74.0263 113.058 74.0263 112.46C74.0263 111.862 73.5414 111.377 72.9433 111.377C72.3452 111.377 71.8604 111.862 71.8604 112.46C71.8604 113.058 72.3452 113.543 72.9433 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 113.543C84.371 113.543 84.8559 113.058 84.8559 112.46C84.8559 111.862 84.371 111.377 83.7729 111.377C83.1748 111.377 82.6899 111.862 82.6899 112.46C82.6899 113.058 83.1748 113.543 83.7729 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 113.543C87.9809 113.543 88.4657 113.058 88.4657 112.46C88.4657 111.862 87.9809 111.377 87.3828 111.377C86.7847 111.377 86.2998 111.862 86.2998 112.46C86.2998 113.058 86.7847 113.543 87.3828 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 113.543C95.2006 113.543 95.6855 113.058 95.6855 112.46C95.6855 111.862 95.2006 111.377 94.6025 111.377C94.0044 111.377 93.5195 111.862 93.5195 112.46C93.5195 113.058 94.0044 113.543 94.6025 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M98.2128 113.543C98.811 113.543 99.2958 113.058 99.2958 112.46C99.2958 111.862 98.811 111.377 98.2128 111.377C97.6147 111.377 97.1299 111.862 97.1299 112.46C97.1299 113.058 97.6147 113.543 98.2128 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 113.543C113.25 113.543 113.735 113.058 113.735 112.46C113.735 111.862 113.25 111.377 112.652 111.377C112.054 111.377 111.569 111.862 111.569 112.46C111.569 113.058 112.054 113.543 112.652 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 113.543C116.86 113.543 117.345 113.058 117.345 112.46C117.345 111.862 116.86 111.377 116.262 111.377C115.664 111.377 115.179 111.862 115.179 112.46C115.179 113.058 115.664 113.543 116.262 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 113.543C120.47 113.543 120.955 113.058 120.955 112.46C120.955 111.862 120.47 111.377 119.872 111.377C119.274 111.377 118.789 111.862 118.789 112.46C118.789 113.058 119.274 113.543 119.872 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 113.543C127.69 113.543 128.175 113.058 128.175 112.46C128.175 111.862 127.69 111.377 127.092 111.377C126.494 111.377 126.009 111.862 126.009 112.46C126.009 113.058 126.494 113.543 127.092 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 113.543C134.91 113.543 135.394 113.058 135.394 112.46C135.394 111.862 134.91 111.377 134.311 111.377C133.713 111.377 133.229 111.862 133.229 112.46C133.229 113.058 133.713 113.543 134.311 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 113.543C138.519 113.543 139.004 113.058 139.004 112.46C139.004 111.862 138.519 111.377 137.921 111.377C137.323 111.377 136.838 111.862 136.838 112.46C136.838 113.058 137.323 113.543 137.921 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 113.543C152.959 113.543 153.444 113.058 153.444 112.46C153.444 111.862 152.959 111.377 152.361 111.377C151.763 111.377 151.278 111.862 151.278 112.46C151.278 113.058 151.763 113.543 152.361 113.543Z",fill:"black"}),(0,t.jsx)("path",{d:"M15.185 117.153C15.7831 117.153 16.268 116.668 16.268 116.07C16.268 115.472 15.7831 114.987 15.185 114.987C14.5869 114.987 14.1021 115.472 14.1021 116.07C14.1021 116.668 14.5869 117.153 15.185 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 117.153C19.393 117.153 19.8778 116.668 19.8778 116.07C19.8778 115.472 19.393 114.987 18.7949 114.987C18.1968 114.987 17.7119 115.472 17.7119 116.07C17.7119 116.668 18.1968 117.153 18.7949 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 117.153C26.6127 117.153 27.0976 116.668 27.0976 116.07C27.0976 115.472 26.6127 114.987 26.0146 114.987C25.4165 114.987 24.9316 115.472 24.9316 116.07C24.9316 116.668 25.4165 117.153 26.0146 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 117.153C30.2231 117.153 30.7079 116.668 30.7079 116.07C30.7079 115.472 30.2231 114.987 29.625 114.987C29.0269 114.987 28.542 115.472 28.542 116.07C28.542 116.668 29.0269 117.153 29.625 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 117.153C41.0527 117.153 41.5375 116.668 41.5375 116.07C41.5375 115.472 41.0527 114.987 40.4545 114.987C39.8564 114.987 39.3716 115.472 39.3716 116.07C39.3716 116.668 39.8564 117.153 40.4545 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 117.153C48.2724 117.153 48.7572 116.668 48.7572 116.07C48.7572 115.472 48.2724 114.987 47.6743 114.987C47.0762 114.987 46.5913 115.472 46.5913 116.07C46.5913 116.668 47.0762 117.153 47.6743 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 117.153C51.8822 117.153 52.3671 116.668 52.3671 116.07C52.3671 115.472 51.8822 114.987 51.2841 114.987C50.686 114.987 50.2012 115.472 50.2012 116.07C50.2012 116.668 50.686 117.153 51.2841 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 117.153C62.7118 117.153 63.1967 116.668 63.1967 116.07C63.1967 115.472 62.7118 114.987 62.1137 114.987C61.5156 114.987 61.0308 115.472 61.0308 116.07C61.0308 116.668 61.5156 117.153 62.1137 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 117.153C80.7612 117.153 81.246 116.668 81.246 116.07C81.246 115.472 80.7612 114.987 80.163 114.987C79.5649 114.987 79.0801 115.472 79.0801 116.07C79.0801 116.668 79.5649 117.153 80.163 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 117.153C87.9809 117.153 88.4657 116.668 88.4657 116.07C88.4657 115.472 87.9809 114.987 87.3828 114.987C86.7847 114.987 86.2998 115.472 86.2998 116.07C86.2998 116.668 86.7847 117.153 87.3828 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 117.153C95.2006 117.153 95.6855 116.668 95.6855 116.07C95.6855 115.472 95.2006 114.987 94.6025 114.987C94.0044 114.987 93.5195 115.472 93.5195 116.07C93.5195 116.668 94.0044 117.153 94.6025 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 117.153C106.031 117.153 106.516 116.668 106.516 116.07C106.516 115.472 106.031 114.987 105.433 114.987C104.834 114.987 104.35 115.472 104.35 116.07C104.35 116.668 104.834 117.153 105.433 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 117.153C116.86 117.153 117.345 116.668 117.345 116.07C117.345 115.472 116.86 114.987 116.262 114.987C115.664 114.987 115.179 115.472 115.179 116.07C115.179 116.668 115.664 117.153 116.262 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 117.153C120.47 117.153 120.955 116.668 120.955 116.07C120.955 115.472 120.47 114.987 119.872 114.987C119.274 114.987 118.789 115.472 118.789 116.07C118.789 116.668 119.274 117.153 119.872 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 117.153C127.69 117.153 128.175 116.668 128.175 116.07C128.175 115.472 127.69 114.987 127.092 114.987C126.494 114.987 126.009 115.472 126.009 116.07C126.009 116.668 126.494 117.153 127.092 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 117.153C138.519 117.153 139.004 116.668 139.004 116.07C139.004 115.472 138.519 114.987 137.921 114.987C137.323 114.987 136.838 115.472 136.838 116.07C136.838 116.668 137.323 117.153 137.921 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 117.153C142.129 117.153 142.614 116.668 142.614 116.07C142.614 115.472 142.129 114.987 141.531 114.987C140.933 114.987 140.448 115.472 140.448 116.07C140.448 116.668 140.933 117.153 141.531 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 117.153C152.959 117.153 153.444 116.668 153.444 116.07C153.444 115.472 152.959 114.987 152.361 114.987C151.763 114.987 151.278 115.472 151.278 116.07C151.278 116.668 151.763 117.153 152.361 117.153Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7949 120.763C19.393 120.763 19.8778 120.278 19.8778 119.68C19.8778 119.082 19.393 118.597 18.7949 118.597C18.1968 118.597 17.7119 119.082 17.7119 119.68C17.7119 120.278 18.1968 120.763 18.7949 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M22.4047 120.763C23.0029 120.763 23.4877 120.278 23.4877 119.68C23.4877 119.082 23.0029 118.597 22.4047 118.597C21.8066 118.597 21.3218 119.082 21.3218 119.68C21.3218 120.278 21.8066 120.763 22.4047 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M26.0146 120.763C26.6127 120.763 27.0976 120.278 27.0976 119.68C27.0976 119.082 26.6127 118.597 26.0146 118.597C25.4165 118.597 24.9316 119.082 24.9316 119.68C24.9316 120.278 25.4165 120.763 26.0146 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 120.763C37.4428 120.763 37.9277 120.278 37.9277 119.68C37.9277 119.082 37.4428 118.597 36.8447 118.597C36.2466 118.597 35.7617 119.082 35.7617 119.68C35.7617 120.278 36.2466 120.763 36.8447 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 120.763C41.0527 120.763 41.5375 120.278 41.5375 119.68C41.5375 119.082 41.0527 118.597 40.4545 118.597C39.8564 118.597 39.3716 119.082 39.3716 119.68C39.3716 120.278 39.8564 120.763 40.4545 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 120.763C44.6625 120.763 45.1474 120.278 45.1474 119.68C45.1474 119.082 44.6625 118.597 44.0644 118.597C43.4663 118.597 42.9814 119.082 42.9814 119.68C42.9814 120.278 43.4663 120.763 44.0644 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 120.763C51.8822 120.763 52.3671 120.278 52.3671 119.68C52.3671 119.082 51.8822 118.597 51.2841 118.597C50.686 118.597 50.2012 119.082 50.2012 119.68C50.2012 120.278 50.686 120.763 51.2841 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 120.763C55.4921 120.763 55.977 120.278 55.977 119.68C55.977 119.082 55.4921 118.597 54.894 118.597C54.2959 118.597 53.811 119.082 53.811 119.68C53.811 120.278 54.2959 120.763 54.894 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 120.763C59.102 120.763 59.5868 120.278 59.5868 119.68C59.5868 119.082 59.102 118.597 58.5039 118.597C57.9058 118.597 57.4209 119.082 57.4209 119.68C57.4209 120.278 57.9058 120.763 58.5039 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M76.5532 120.763C77.1513 120.763 77.6361 120.278 77.6361 119.68C77.6361 119.082 77.1513 118.597 76.5532 118.597C75.9551 118.597 75.4702 119.082 75.4702 119.68C75.4702 120.278 75.9551 120.763 76.5532 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 120.763C84.371 120.763 84.8559 120.278 84.8559 119.68C84.8559 119.082 84.371 118.597 83.7729 118.597C83.1748 118.597 82.6899 119.082 82.6899 119.68C82.6899 120.278 83.1748 120.763 83.7729 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 120.763C91.5907 120.763 92.0756 120.278 92.0756 119.68C92.0756 119.082 91.5907 118.597 90.9926 118.597C90.3945 118.597 89.9097 119.082 89.9097 119.68C89.9097 120.278 90.3945 120.763 90.9926 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 120.763C102.421 120.763 102.906 120.278 102.906 119.68C102.906 119.082 102.421 118.597 101.823 118.597C101.225 118.597 100.74 119.082 100.74 119.68C100.74 120.278 101.225 120.763 101.823 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 120.763C106.031 120.763 106.516 120.278 106.516 119.68C106.516 119.082 106.031 118.597 105.433 118.597C104.834 118.597 104.35 119.082 104.35 119.68C104.35 120.278 104.834 120.763 105.433 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 120.763C109.641 120.763 110.125 120.278 110.125 119.68C110.125 119.082 109.641 118.597 109.042 118.597C108.444 118.597 107.959 119.082 107.959 119.68C107.959 120.278 108.444 120.763 109.042 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 120.763C113.25 120.763 113.735 120.278 113.735 119.68C113.735 119.082 113.25 118.597 112.652 118.597C112.054 118.597 111.569 119.082 111.569 119.68C111.569 120.278 112.054 120.763 112.652 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 120.763C116.86 120.763 117.345 120.278 117.345 119.68C117.345 119.082 116.86 118.597 116.262 118.597C115.664 118.597 115.179 119.082 115.179 119.68C115.179 120.278 115.664 120.763 116.262 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 120.763C120.47 120.763 120.955 120.278 120.955 119.68C120.955 119.082 120.47 118.597 119.872 118.597C119.274 118.597 118.789 119.082 118.789 119.68C118.789 120.278 119.274 120.763 119.872 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 120.763C124.08 120.763 124.565 120.278 124.565 119.68C124.565 119.082 124.08 118.597 123.482 118.597C122.884 118.597 122.399 119.082 122.399 119.68C122.399 120.278 122.884 120.763 123.482 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 120.763C127.69 120.763 128.175 120.278 128.175 119.68C128.175 119.082 127.69 118.597 127.092 118.597C126.494 118.597 126.009 119.082 126.009 119.68C126.009 120.278 126.494 120.763 127.092 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 120.763C142.129 120.763 142.614 120.278 142.614 119.68C142.614 119.082 142.129 118.597 141.531 118.597C140.933 118.597 140.448 119.082 140.448 119.68C140.448 120.278 140.933 120.763 141.531 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 120.763C152.959 120.763 153.444 120.278 153.444 119.68C153.444 119.082 152.959 118.597 152.361 118.597C151.763 118.597 151.278 119.082 151.278 119.68C151.278 120.278 151.763 120.763 152.361 120.763Z",fill:"black"}),(0,t.jsx)("path",{d:"M7.96529 124.372C8.5634 124.372 9.04826 123.888 9.04826 123.29C9.04826 122.691 8.5634 122.207 7.96529 122.207C7.36718 122.207 6.88232 122.691 6.88232 123.29C6.88232 123.888 7.36718 124.372 7.96529 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M11.5752 124.372C12.1733 124.372 12.6581 123.888 12.6581 123.29C12.6581 122.691 12.1733 122.207 11.5752 122.207C10.977 122.207 10.4922 122.691 10.4922 123.29C10.4922 123.888 10.977 124.372 11.5752 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M29.625 124.372C30.2231 124.372 30.7079 123.888 30.7079 123.29C30.7079 122.691 30.2231 122.207 29.625 122.207C29.0269 122.207 28.542 122.691 28.542 123.29C28.542 123.888 29.0269 124.372 29.625 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M33.2348 124.372C33.8329 124.372 34.3178 123.888 34.3178 123.29C34.3178 122.691 33.8329 122.207 33.2348 122.207C32.6367 122.207 32.1519 122.691 32.1519 123.29C32.1519 123.888 32.6367 124.372 33.2348 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 124.372C44.6625 124.372 45.1474 123.888 45.1474 123.29C45.1474 122.691 44.6625 122.207 44.0644 122.207C43.4663 122.207 42.9814 122.691 42.9814 123.29C42.9814 123.888 43.4663 124.372 44.0644 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 124.372C66.3217 124.372 66.8066 123.888 66.8066 123.29C66.8066 122.691 66.3217 122.207 65.7236 122.207C65.1255 122.207 64.6406 122.691 64.6406 123.29C64.6406 123.888 65.1255 124.372 65.7236 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 124.372C69.9316 124.372 70.4164 123.888 70.4164 123.29C70.4164 122.691 69.9316 122.207 69.3335 122.207C68.7353 122.207 68.2505 122.691 68.2505 123.29C68.2505 123.888 68.7353 124.372 69.3335 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 124.372C80.7612 124.372 81.246 123.888 81.246 123.29C81.246 122.691 80.7612 122.207 80.163 122.207C79.5649 122.207 79.0801 122.691 79.0801 123.29C79.0801 123.888 79.5649 124.372 80.163 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 124.372C84.371 124.372 84.8559 123.888 84.8559 123.29C84.8559 122.691 84.371 122.207 83.7729 122.207C83.1748 122.207 82.6899 122.691 82.6899 123.29C82.6899 123.888 83.1748 124.372 83.7729 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 124.372C91.5907 124.372 92.0756 123.888 92.0756 123.29C92.0756 122.691 91.5907 122.207 90.9926 122.207C90.3945 122.207 89.9097 122.691 89.9097 123.29C89.9097 123.888 90.3945 124.372 90.9926 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 124.372C95.2006 124.372 95.6855 123.888 95.6855 123.29C95.6855 122.691 95.2006 122.207 94.6025 122.207C94.0044 122.207 93.5195 122.691 93.5195 123.29C93.5195 123.888 94.0044 124.372 94.6025 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 124.372C113.25 124.372 113.735 123.888 113.735 123.29C113.735 122.691 113.25 122.207 112.652 122.207C112.054 122.207 111.569 122.691 111.569 123.29C111.569 123.888 112.054 124.372 112.652 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 124.372C124.08 124.372 124.565 123.888 124.565 123.29C124.565 122.691 124.08 122.207 123.482 122.207C122.884 122.207 122.399 122.691 122.399 123.29C122.399 123.888 122.884 124.372 123.482 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 124.372C127.69 124.372 128.175 123.888 128.175 123.29C128.175 122.691 127.69 122.207 127.092 122.207C126.494 122.207 126.009 122.691 126.009 123.29C126.009 123.888 126.494 124.372 127.092 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 124.372C131.3 124.372 131.785 123.888 131.785 123.29C131.785 122.691 131.3 122.207 130.702 122.207C130.104 122.207 129.619 122.691 129.619 123.29C129.619 123.888 130.104 124.372 130.702 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 124.372C134.91 124.372 135.394 123.888 135.394 123.29C135.394 122.691 134.91 122.207 134.311 122.207C133.713 122.207 133.229 122.691 133.229 123.29C133.229 123.888 133.713 124.372 134.311 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 124.372C138.519 124.372 139.004 123.888 139.004 123.29C139.004 122.691 138.519 122.207 137.921 122.207C137.323 122.207 136.838 122.691 136.838 123.29C136.838 123.888 137.323 124.372 137.921 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 124.372C152.959 124.372 153.444 123.888 153.444 123.29C153.444 122.691 152.959 122.207 152.361 122.207C151.763 122.207 151.278 122.691 151.278 123.29C151.278 123.888 151.763 124.372 152.361 124.372Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 127.982C37.4428 127.982 37.9277 127.497 37.9277 126.899C37.9277 126.301 37.4428 125.816 36.8447 125.816C36.2466 125.816 35.7617 126.301 35.7617 126.899C35.7617 127.497 36.2466 127.982 36.8447 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 127.982C41.0527 127.982 41.5375 127.497 41.5375 126.899C41.5375 126.301 41.0527 125.816 40.4545 125.816C39.8564 125.816 39.3716 126.301 39.3716 126.899C39.3716 127.497 39.8564 127.982 40.4545 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 127.982C48.2724 127.982 48.7572 127.497 48.7572 126.899C48.7572 126.301 48.2724 125.816 47.6743 125.816C47.0762 125.816 46.5913 126.301 46.5913 126.899C46.5913 127.497 47.0762 127.982 47.6743 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 127.982C51.8822 127.982 52.3671 127.497 52.3671 126.899C52.3671 126.301 51.8822 125.816 51.2841 125.816C50.686 125.816 50.2012 126.301 50.2012 126.899C50.2012 127.497 50.686 127.982 51.2841 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 127.982C59.102 127.982 59.5868 127.497 59.5868 126.899C59.5868 126.301 59.102 125.816 58.5039 125.816C57.9058 125.816 57.4209 126.301 57.4209 126.899C57.4209 127.497 57.9058 127.982 58.5039 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 127.982C62.7118 127.982 63.1967 127.497 63.1967 126.899C63.1967 126.301 62.7118 125.816 62.1137 125.816C61.5156 125.816 61.0308 126.301 61.0308 126.899C61.0308 127.497 61.5156 127.982 62.1137 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 127.982C66.3217 127.982 66.8066 127.497 66.8066 126.899C66.8066 126.301 66.3217 125.816 65.7236 125.816C65.1255 125.816 64.6406 126.301 64.6406 126.899C64.6406 127.497 65.1255 127.982 65.7236 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 127.982C69.9316 127.982 70.4164 127.497 70.4164 126.899C70.4164 126.301 69.9316 125.816 69.3335 125.816C68.7353 125.816 68.2505 126.301 68.2505 126.899C68.2505 127.497 68.7353 127.982 69.3335 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M76.5532 127.982C77.1513 127.982 77.6361 127.497 77.6361 126.899C77.6361 126.301 77.1513 125.816 76.5532 125.816C75.9551 125.816 75.4702 126.301 75.4702 126.899C75.4702 127.497 75.9551 127.982 76.5532 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 127.982C84.371 127.982 84.8559 127.497 84.8559 126.899C84.8559 126.301 84.371 125.816 83.7729 125.816C83.1748 125.816 82.6899 126.301 82.6899 126.899C82.6899 127.497 83.1748 127.982 83.7729 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 127.982C87.9809 127.982 88.4657 127.497 88.4657 126.899C88.4657 126.301 87.9809 125.816 87.3828 125.816C86.7847 125.816 86.2998 126.301 86.2998 126.899C86.2998 127.497 86.7847 127.982 87.3828 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 127.982C95.2006 127.982 95.6855 127.497 95.6855 126.899C95.6855 126.301 95.2006 125.816 94.6025 125.816C94.0044 125.816 93.5195 126.301 93.5195 126.899C93.5195 127.497 94.0044 127.982 94.6025 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 127.982C102.421 127.982 102.906 127.497 102.906 126.899C102.906 126.301 102.421 125.816 101.823 125.816C101.225 125.816 100.74 126.301 100.74 126.899C100.74 127.497 101.225 127.982 101.823 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 127.982C106.031 127.982 106.516 127.497 106.516 126.899C106.516 126.301 106.031 125.816 105.433 125.816C104.834 125.816 104.35 126.301 104.35 126.899C104.35 127.497 104.834 127.982 105.433 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 127.982C109.641 127.982 110.125 127.497 110.125 126.899C110.125 126.301 109.641 125.816 109.042 125.816C108.444 125.816 107.959 126.301 107.959 126.899C107.959 127.497 108.444 127.982 109.042 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 127.982C113.25 127.982 113.735 127.497 113.735 126.899C113.735 126.301 113.25 125.816 112.652 125.816C112.054 125.816 111.569 126.301 111.569 126.899C111.569 127.497 112.054 127.982 112.652 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 127.982C116.86 127.982 117.345 127.497 117.345 126.899C117.345 126.301 116.86 125.816 116.262 125.816C115.664 125.816 115.179 126.301 115.179 126.899C115.179 127.497 115.664 127.982 116.262 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 127.982C124.08 127.982 124.565 127.497 124.565 126.899C124.565 126.301 124.08 125.816 123.482 125.816C122.884 125.816 122.399 126.301 122.399 126.899C122.399 127.497 122.884 127.982 123.482 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 127.982C138.519 127.982 139.004 127.497 139.004 126.899C139.004 126.301 138.519 125.816 137.921 125.816C137.323 125.816 136.838 126.301 136.838 126.899C136.838 127.497 137.323 127.982 137.921 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 127.982C149.349 127.982 149.834 127.497 149.834 126.899C149.834 126.301 149.349 125.816 148.751 125.816C148.153 125.816 147.668 126.301 147.668 126.899C147.668 127.497 148.153 127.982 148.751 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 127.982C152.959 127.982 153.444 127.497 153.444 126.899C153.444 126.301 152.959 125.816 152.361 125.816C151.763 125.816 151.278 126.301 151.278 126.899C151.278 127.497 151.763 127.982 152.361 127.982Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 131.592C37.4428 131.592 37.9277 131.107 37.9277 130.509C37.9277 129.911 37.4428 129.426 36.8447 129.426C36.2466 129.426 35.7617 129.911 35.7617 130.509C35.7617 131.107 36.2466 131.592 36.8447 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 131.592C41.0527 131.592 41.5375 131.107 41.5375 130.509C41.5375 129.911 41.0527 129.426 40.4545 129.426C39.8564 129.426 39.3716 129.911 39.3716 130.509C39.3716 131.107 39.8564 131.592 40.4545 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 131.592C44.6625 131.592 45.1474 131.107 45.1474 130.509C45.1474 129.911 44.6625 129.426 44.0644 129.426C43.4663 129.426 42.9814 129.911 42.9814 130.509C42.9814 131.107 43.4663 131.592 44.0644 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 131.592C48.2724 131.592 48.7572 131.107 48.7572 130.509C48.7572 129.911 48.2724 129.426 47.6743 129.426C47.0762 129.426 46.5913 129.911 46.5913 130.509C46.5913 131.107 47.0762 131.592 47.6743 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 131.592C55.4921 131.592 55.977 131.107 55.977 130.509C55.977 129.911 55.4921 129.426 54.894 129.426C54.2959 129.426 53.811 129.911 53.811 130.509C53.811 131.107 54.2959 131.592 54.894 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 131.592C62.7118 131.592 63.1967 131.107 63.1967 130.509C63.1967 129.911 62.7118 129.426 62.1137 129.426C61.5156 129.426 61.0308 129.911 61.0308 130.509C61.0308 131.107 61.5156 131.592 62.1137 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 131.592C66.3217 131.592 66.8066 131.107 66.8066 130.509C66.8066 129.911 66.3217 129.426 65.7236 129.426C65.1255 129.426 64.6406 129.911 64.6406 130.509C64.6406 131.107 65.1255 131.592 65.7236 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 131.592C69.9316 131.592 70.4164 131.107 70.4164 130.509C70.4164 129.911 69.9316 129.426 69.3335 129.426C68.7353 129.426 68.2505 129.911 68.2505 130.509C68.2505 131.107 68.7353 131.592 69.3335 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M72.9433 131.592C73.5414 131.592 74.0263 131.107 74.0263 130.509C74.0263 129.911 73.5414 129.426 72.9433 129.426C72.3452 129.426 71.8604 129.911 71.8604 130.509C71.8604 131.107 72.3452 131.592 72.9433 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 131.592C91.5907 131.592 92.0756 131.107 92.0756 130.509C92.0756 129.911 91.5907 129.426 90.9926 129.426C90.3945 129.426 89.9097 129.911 89.9097 130.509C89.9097 131.107 90.3945 131.592 90.9926 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M94.6025 131.592C95.2006 131.592 95.6855 131.107 95.6855 130.509C95.6855 129.911 95.2006 129.426 94.6025 129.426C94.0044 129.426 93.5195 129.911 93.5195 130.509C93.5195 131.107 94.0044 131.592 94.6025 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M98.2128 131.592C98.811 131.592 99.2958 131.107 99.2958 130.509C99.2958 129.911 98.811 129.426 98.2128 129.426C97.6147 129.426 97.1299 129.911 97.1299 130.509C97.1299 131.107 97.6147 131.592 98.2128 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 131.592C106.031 131.592 106.516 131.107 106.516 130.509C106.516 129.911 106.031 129.426 105.433 129.426C104.834 129.426 104.35 129.911 104.35 130.509C104.35 131.107 104.834 131.592 105.433 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 131.592C109.641 131.592 110.125 131.107 110.125 130.509C110.125 129.911 109.641 129.426 109.042 129.426C108.444 129.426 107.959 129.911 107.959 130.509C107.959 131.107 108.444 131.592 109.042 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 131.592C116.86 131.592 117.345 131.107 117.345 130.509C117.345 129.911 116.86 129.426 116.262 129.426C115.664 129.426 115.179 129.911 115.179 130.509C115.179 131.107 115.664 131.592 116.262 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 131.592C120.47 131.592 120.955 131.107 120.955 130.509C120.955 129.911 120.47 129.426 119.872 129.426C119.274 129.426 118.789 129.911 118.789 130.509C118.789 131.107 119.274 131.592 119.872 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 131.592C124.08 131.592 124.565 131.107 124.565 130.509C124.565 129.911 124.08 129.426 123.482 129.426C122.884 129.426 122.399 129.911 122.399 130.509C122.399 131.107 122.884 131.592 123.482 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 131.592C131.3 131.592 131.785 131.107 131.785 130.509C131.785 129.911 131.3 129.426 130.702 129.426C130.104 129.426 129.619 129.911 129.619 130.509C129.619 131.107 130.104 131.592 130.702 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 131.592C138.519 131.592 139.004 131.107 139.004 130.509C139.004 129.911 138.519 129.426 137.921 129.426C137.323 129.426 136.838 129.911 136.838 130.509C136.838 131.107 137.323 131.592 137.921 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M145.141 131.592C145.739 131.592 146.224 131.107 146.224 130.509C146.224 129.911 145.739 129.426 145.141 129.426C144.543 129.426 144.058 129.911 144.058 130.509C144.058 131.107 144.543 131.592 145.141 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 131.592C152.959 131.592 153.444 131.107 153.444 130.509C153.444 129.911 152.959 129.426 152.361 129.426C151.763 129.426 151.278 129.911 151.278 130.509C151.278 131.107 151.763 131.592 152.361 131.592Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 135.202C37.4428 135.202 37.9277 134.717 37.9277 134.119C37.9277 133.521 37.4428 133.036 36.8447 133.036C36.2466 133.036 35.7617 133.521 35.7617 134.119C35.7617 134.717 36.2466 135.202 36.8447 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 135.202C55.4921 135.202 55.977 134.717 55.977 134.119C55.977 133.521 55.4921 133.036 54.894 133.036C54.2959 133.036 53.811 133.521 53.811 134.119C53.811 134.717 54.2959 135.202 54.894 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 135.202C59.102 135.202 59.5868 134.717 59.5868 134.119C59.5868 133.521 59.102 133.036 58.5039 133.036C57.9058 133.036 57.4209 133.521 57.4209 134.119C57.4209 134.717 57.9058 135.202 58.5039 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 135.202C66.3217 135.202 66.8066 134.717 66.8066 134.119C66.8066 133.521 66.3217 133.036 65.7236 133.036C65.1255 133.036 64.6406 133.521 64.6406 134.119C64.6406 134.717 65.1255 135.202 65.7236 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 135.202C69.9316 135.202 70.4164 134.717 70.4164 134.119C70.4164 133.521 69.9316 133.036 69.3335 133.036C68.7353 133.036 68.2505 133.521 68.2505 134.119C68.2505 134.717 68.7353 135.202 69.3335 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 135.202C80.7612 135.202 81.246 134.717 81.246 134.119C81.246 133.521 80.7612 133.036 80.163 133.036C79.5649 133.036 79.0801 133.521 79.0801 134.119C79.0801 134.717 79.5649 135.202 80.163 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 135.202C84.371 135.202 84.8559 134.717 84.8559 134.119C84.8559 133.521 84.371 133.036 83.7729 133.036C83.1748 133.036 82.6899 133.521 82.6899 134.119C82.6899 134.717 83.1748 135.202 83.7729 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 135.202C87.9809 135.202 88.4657 134.717 88.4657 134.119C88.4657 133.521 87.9809 133.036 87.3828 133.036C86.7847 133.036 86.2998 133.521 86.2998 134.119C86.2998 134.717 86.7847 135.202 87.3828 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 135.202C91.5907 135.202 92.0756 134.717 92.0756 134.119C92.0756 133.521 91.5907 133.036 90.9926 133.036C90.3945 133.036 89.9097 133.521 89.9097 134.119C89.9097 134.717 90.3945 135.202 90.9926 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 135.202C124.08 135.202 124.565 134.717 124.565 134.119C124.565 133.521 124.08 133.036 123.482 133.036C122.884 133.036 122.399 133.521 122.399 134.119C122.399 134.717 122.884 135.202 123.482 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 135.202C138.519 135.202 139.004 134.717 139.004 134.119C139.004 133.521 138.519 133.036 137.921 133.036C137.323 133.036 136.838 133.521 136.838 134.119C136.838 134.717 137.323 135.202 137.921 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 135.202C142.129 135.202 142.614 134.717 142.614 134.119C142.614 133.521 142.129 133.036 141.531 133.036C140.933 133.036 140.448 133.521 140.448 134.119C140.448 134.717 140.933 135.202 141.531 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 135.202C152.959 135.202 153.444 134.717 153.444 134.119C153.444 133.521 152.959 133.036 152.361 133.036C151.763 133.036 151.278 133.521 151.278 134.119C151.278 134.717 151.763 135.202 152.361 135.202Z",fill:"black"}),(0,t.jsx)("path",{d:"M36.8447 138.812C37.4428 138.812 37.9277 138.327 37.9277 137.729C37.9277 137.131 37.4428 136.646 36.8447 136.646C36.2466 136.646 35.7617 137.131 35.7617 137.729C35.7617 138.327 36.2466 138.812 36.8447 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M40.4545 138.812C41.0527 138.812 41.5375 138.327 41.5375 137.729C41.5375 137.131 41.0527 136.646 40.4545 136.646C39.8564 136.646 39.3716 137.131 39.3716 137.729C39.3716 138.327 39.8564 138.812 40.4545 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 138.812C51.8822 138.812 52.3671 138.327 52.3671 137.729C52.3671 137.131 51.8822 136.646 51.2841 136.646C50.686 136.646 50.2012 137.131 50.2012 137.729C50.2012 138.327 50.686 138.812 51.2841 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 138.812C62.7118 138.812 63.1967 138.327 63.1967 137.729C63.1967 137.131 62.7118 136.646 62.1137 136.646C61.5156 136.646 61.0308 137.131 61.0308 137.729C61.0308 138.327 61.5156 138.812 62.1137 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M69.3335 138.812C69.9316 138.812 70.4164 138.327 70.4164 137.729C70.4164 137.131 69.9316 136.646 69.3335 136.646C68.7353 136.646 68.2505 137.131 68.2505 137.729C68.2505 138.327 68.7353 138.812 69.3335 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 138.812C80.7612 138.812 81.246 138.327 81.246 137.729C81.246 137.131 80.7612 136.646 80.163 136.646C79.5649 136.646 79.0801 137.131 79.0801 137.729C79.0801 138.327 79.5649 138.812 80.163 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 138.812C84.371 138.812 84.8559 138.327 84.8559 137.729C84.8559 137.131 84.371 136.646 83.7729 136.646C83.1748 136.646 82.6899 137.131 82.6899 137.729C82.6899 138.327 83.1748 138.812 83.7729 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 138.812C87.9809 138.812 88.4657 138.327 88.4657 137.729C88.4657 137.131 87.9809 136.646 87.3828 136.646C86.7847 136.646 86.2998 137.131 86.2998 137.729C86.2998 138.327 86.7847 138.812 87.3828 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 138.812C91.5907 138.812 92.0756 138.327 92.0756 137.729C92.0756 137.131 91.5907 136.646 90.9926 136.646C90.3945 136.646 89.9097 137.131 89.9097 137.729C89.9097 138.327 90.3945 138.812 90.9926 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M98.2128 138.812C98.811 138.812 99.2958 138.327 99.2958 137.729C99.2958 137.131 98.811 136.646 98.2128 136.646C97.6147 136.646 97.1299 137.131 97.1299 137.729C97.1299 138.327 97.6147 138.812 98.2128 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 138.812C102.421 138.812 102.906 138.327 102.906 137.729C102.906 137.131 102.421 136.646 101.823 136.646C101.225 136.646 100.74 137.131 100.74 137.729C100.74 138.327 101.225 138.812 101.823 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M119.872 138.812C120.47 138.812 120.955 138.327 120.955 137.729C120.955 137.131 120.47 136.646 119.872 136.646C119.274 136.646 118.789 137.131 118.789 137.729C118.789 138.327 119.274 138.812 119.872 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 138.812C124.08 138.812 124.565 138.327 124.565 137.729C124.565 137.131 124.08 136.646 123.482 136.646C122.884 136.646 122.399 137.131 122.399 137.729C122.399 138.327 122.884 138.812 123.482 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 138.812C127.69 138.812 128.175 138.327 128.175 137.729C128.175 137.131 127.69 136.646 127.092 136.646C126.494 136.646 126.009 137.131 126.009 137.729C126.009 138.327 126.494 138.812 127.092 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M130.702 138.812C131.3 138.812 131.785 138.327 131.785 137.729C131.785 137.131 131.3 136.646 130.702 136.646C130.104 136.646 129.619 137.131 129.619 137.729C129.619 138.327 130.104 138.812 130.702 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 138.812C134.91 138.812 135.394 138.327 135.394 137.729C135.394 137.131 134.91 136.646 134.311 136.646C133.713 136.646 133.229 137.131 133.229 137.729C133.229 138.327 133.713 138.812 134.311 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 138.812C138.519 138.812 139.004 138.327 139.004 137.729C139.004 137.131 138.519 136.646 137.921 136.646C137.323 136.646 136.838 137.131 136.838 137.729C136.838 138.327 137.323 138.812 137.921 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 138.812C142.129 138.812 142.614 138.327 142.614 137.729C142.614 137.131 142.129 136.646 141.531 136.646C140.933 136.646 140.448 137.131 140.448 137.729C140.448 138.327 140.933 138.812 141.531 138.812Z",fill:"black"}),(0,t.jsx)("path",{d:"M44.0644 142.422C44.6625 142.422 45.1474 141.937 45.1474 141.339C45.1474 140.741 44.6625 140.256 44.0644 140.256C43.4663 140.256 42.9814 140.741 42.9814 141.339C42.9814 141.937 43.4663 142.422 44.0644 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 142.422C51.8822 142.422 52.3671 141.937 52.3671 141.339C52.3671 140.741 51.8822 140.256 51.2841 140.256C50.686 140.256 50.2012 140.741 50.2012 141.339C50.2012 141.937 50.686 142.422 51.2841 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 142.422C55.4921 142.422 55.977 141.937 55.977 141.339C55.977 140.741 55.4921 140.256 54.894 140.256C54.2959 140.256 53.811 140.741 53.811 141.339C53.811 141.937 54.2959 142.422 54.894 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 142.422C66.3217 142.422 66.8066 141.937 66.8066 141.339C66.8066 140.741 66.3217 140.256 65.7236 140.256C65.1255 140.256 64.6406 140.741 64.6406 141.339C64.6406 141.937 65.1255 142.422 65.7236 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M72.9433 142.422C73.5414 142.422 74.0263 141.937 74.0263 141.339C74.0263 140.741 73.5414 140.256 72.9433 140.256C72.3452 140.256 71.8604 140.741 71.8604 141.339C71.8604 141.937 72.3452 142.422 72.9433 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 142.422C80.7612 142.422 81.246 141.937 81.246 141.339C81.246 140.741 80.7612 140.256 80.163 140.256C79.5649 140.256 79.0801 140.741 79.0801 141.339C79.0801 141.937 79.5649 142.422 80.163 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 142.422C84.371 142.422 84.8559 141.937 84.8559 141.339C84.8559 140.741 84.371 140.256 83.7729 140.256C83.1748 140.256 82.6899 140.741 82.6899 141.339C82.6899 141.937 83.1748 142.422 83.7729 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 142.422C91.5907 142.422 92.0756 141.937 92.0756 141.339C92.0756 140.741 91.5907 140.256 90.9926 140.256C90.3945 140.256 89.9097 140.741 89.9097 141.339C89.9097 141.937 90.3945 142.422 90.9926 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 142.422C102.421 142.422 102.906 141.937 102.906 141.339C102.906 140.741 102.421 140.256 101.823 140.256C101.225 140.256 100.74 140.741 100.74 141.339C100.74 141.937 101.225 142.422 101.823 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 142.422C106.031 142.422 106.516 141.937 106.516 141.339C106.516 140.741 106.031 140.256 105.433 140.256C104.834 140.256 104.35 140.741 104.35 141.339C104.35 141.937 104.834 142.422 105.433 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 142.422C109.641 142.422 110.125 141.937 110.125 141.339C110.125 140.741 109.641 140.256 109.042 140.256C108.444 140.256 107.959 140.741 107.959 141.339C107.959 141.937 108.444 142.422 109.042 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 142.422C113.25 142.422 113.735 141.937 113.735 141.339C113.735 140.741 113.25 140.256 112.652 140.256C112.054 140.256 111.569 140.741 111.569 141.339C111.569 141.937 112.054 142.422 112.652 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 142.422C116.86 142.422 117.345 141.937 117.345 141.339C117.345 140.741 116.86 140.256 116.262 140.256C115.664 140.256 115.179 140.741 115.179 141.339C115.179 141.937 115.664 142.422 116.262 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 142.422C124.08 142.422 124.565 141.937 124.565 141.339C124.565 140.741 124.08 140.256 123.482 140.256C122.884 140.256 122.399 140.741 122.399 141.339C122.399 141.937 122.884 142.422 123.482 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 142.422C134.91 142.422 135.394 141.937 135.394 141.339C135.394 140.741 134.91 140.256 134.311 140.256C133.713 140.256 133.229 140.741 133.229 141.339C133.229 141.937 133.713 142.422 134.311 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M145.141 142.422C145.739 142.422 146.224 141.937 146.224 141.339C146.224 140.741 145.739 140.256 145.141 140.256C144.543 140.256 144.058 140.741 144.058 141.339C144.058 141.937 144.543 142.422 145.141 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 142.422C149.349 142.422 149.834 141.937 149.834 141.339C149.834 140.741 149.349 140.256 148.751 140.256C148.153 140.256 147.668 140.741 147.668 141.339C147.668 141.937 148.153 142.422 148.751 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 142.422C152.959 142.422 153.444 141.937 153.444 141.339C153.444 140.741 152.959 140.256 152.361 140.256C151.763 140.256 151.278 140.741 151.278 141.339C151.278 141.937 151.763 142.422 152.361 142.422Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 146.032C59.102 146.032 59.5868 145.547 59.5868 144.949C59.5868 144.351 59.102 143.866 58.5039 143.866C57.9058 143.866 57.4209 144.351 57.4209 144.949C57.4209 145.547 57.9058 146.032 58.5039 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M72.9433 146.032C73.5414 146.032 74.0263 145.547 74.0263 144.949C74.0263 144.351 73.5414 143.866 72.9433 143.866C72.3452 143.866 71.8604 144.351 71.8604 144.949C71.8604 145.547 72.3452 146.032 72.9433 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M76.5532 146.032C77.1513 146.032 77.6361 145.547 77.6361 144.949C77.6361 144.351 77.1513 143.866 76.5532 143.866C75.9551 143.866 75.4702 144.351 75.4702 144.949C75.4702 145.547 75.9551 146.032 76.5532 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 146.032C84.371 146.032 84.8559 145.547 84.8559 144.949C84.8559 144.351 84.371 143.866 83.7729 143.866C83.1748 143.866 82.6899 144.351 82.6899 144.949C82.6899 145.547 83.1748 146.032 83.7729 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M87.3828 146.032C87.9809 146.032 88.4657 145.547 88.4657 144.949C88.4657 144.351 87.9809 143.866 87.3828 143.866C86.7847 143.866 86.2998 144.351 86.2998 144.949C86.2998 145.547 86.7847 146.032 87.3828 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 146.032C91.5907 146.032 92.0756 145.547 92.0756 144.949C92.0756 144.351 91.5907 143.866 90.9926 143.866C90.3945 143.866 89.9097 144.351 89.9097 144.949C89.9097 145.547 90.3945 146.032 90.9926 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 146.032C102.421 146.032 102.906 145.547 102.906 144.949C102.906 144.351 102.421 143.866 101.823 143.866C101.225 143.866 100.74 144.351 100.74 144.949C100.74 145.547 101.225 146.032 101.823 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 146.032C106.031 146.032 106.516 145.547 106.516 144.949C106.516 144.351 106.031 143.866 105.433 143.866C104.834 143.866 104.35 144.351 104.35 144.949C104.35 145.547 104.834 146.032 105.433 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M109.042 146.032C109.641 146.032 110.125 145.547 110.125 144.949C110.125 144.351 109.641 143.866 109.042 143.866C108.444 143.866 107.959 144.351 107.959 144.949C107.959 145.547 108.444 146.032 109.042 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 146.032C113.25 146.032 113.735 145.547 113.735 144.949C113.735 144.351 113.25 143.866 112.652 143.866C112.054 143.866 111.569 144.351 111.569 144.949C111.569 145.547 112.054 146.032 112.652 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M127.092 146.032C127.69 146.032 128.175 145.547 128.175 144.949C128.175 144.351 127.69 143.866 127.092 143.866C126.494 143.866 126.009 144.351 126.009 144.949C126.009 145.547 126.494 146.032 127.092 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 146.032C142.129 146.032 142.614 145.547 142.614 144.949C142.614 144.351 142.129 143.866 141.531 143.866C140.933 143.866 140.448 144.351 140.448 144.949C140.448 145.547 140.933 146.032 141.531 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 146.032C149.349 146.032 149.834 145.547 149.834 144.949C149.834 144.351 149.349 143.866 148.751 143.866C148.153 143.866 147.668 144.351 147.668 144.949C147.668 145.547 148.153 146.032 148.751 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 146.032C152.959 146.032 153.444 145.547 153.444 144.949C153.444 144.351 152.959 143.866 152.361 143.866C151.763 143.866 151.278 144.351 151.278 144.949C151.278 145.547 151.763 146.032 152.361 146.032Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 149.642C48.2724 149.642 48.7572 149.157 48.7572 148.559C48.7572 147.961 48.2724 147.476 47.6743 147.476C47.0762 147.476 46.5913 147.961 46.5913 148.559C46.5913 149.157 47.0762 149.642 47.6743 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M51.2841 149.642C51.8822 149.642 52.3671 149.157 52.3671 148.559C52.3671 147.961 51.8822 147.476 51.2841 147.476C50.686 147.476 50.2012 147.961 50.2012 148.559C50.2012 149.157 50.686 149.642 51.2841 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M54.894 149.642C55.4921 149.642 55.977 149.157 55.977 148.559C55.977 147.961 55.4921 147.476 54.894 147.476C54.2959 147.476 53.811 147.961 53.811 148.559C53.811 149.157 54.2959 149.642 54.894 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 149.642C59.102 149.642 59.5868 149.157 59.5868 148.559C59.5868 147.961 59.102 147.476 58.5039 147.476C57.9058 147.476 57.4209 147.961 57.4209 148.559C57.4209 149.157 57.9058 149.642 58.5039 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M62.1137 149.642C62.7118 149.642 63.1967 149.157 63.1967 148.559C63.1967 147.961 62.7118 147.476 62.1137 147.476C61.5156 147.476 61.0308 147.961 61.0308 148.559C61.0308 149.157 61.5156 149.642 62.1137 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M65.7236 149.642C66.3217 149.642 66.8066 149.157 66.8066 148.559C66.8066 147.961 66.3217 147.476 65.7236 147.476C65.1255 147.476 64.6406 147.961 64.6406 148.559C64.6406 149.157 65.1255 149.642 65.7236 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M80.163 149.642C80.7612 149.642 81.246 149.157 81.246 148.559C81.246 147.961 80.7612 147.476 80.163 147.476C79.5649 147.476 79.0801 147.961 79.0801 148.559C79.0801 149.157 79.5649 149.642 80.163 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 149.642C84.371 149.642 84.8559 149.157 84.8559 148.559C84.8559 147.961 84.371 147.476 83.7729 147.476C83.1748 147.476 82.6899 147.961 82.6899 148.559C82.6899 149.157 83.1748 149.642 83.7729 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 149.642C113.25 149.642 113.735 149.157 113.735 148.559C113.735 147.961 113.25 147.476 112.652 147.476C112.054 147.476 111.569 147.961 111.569 148.559C111.569 149.157 112.054 149.642 112.652 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M116.262 149.642C116.86 149.642 117.345 149.157 117.345 148.559C117.345 147.961 116.86 147.476 116.262 147.476C115.664 147.476 115.179 147.961 115.179 148.559C115.179 149.157 115.664 149.642 116.262 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 149.642C124.08 149.642 124.565 149.157 124.565 148.559C124.565 147.961 124.08 147.476 123.482 147.476C122.884 147.476 122.399 147.961 122.399 148.559C122.399 149.157 122.884 149.642 123.482 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 149.642C134.91 149.642 135.394 149.157 135.394 148.559C135.394 147.961 134.91 147.476 134.311 147.476C133.713 147.476 133.229 147.961 133.229 148.559C133.229 149.157 133.713 149.642 134.311 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 149.642C149.349 149.642 149.834 149.157 149.834 148.559C149.834 147.961 149.349 147.476 148.751 147.476C148.153 147.476 147.668 147.961 147.668 148.559C147.668 149.157 148.153 149.642 148.751 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M152.361 149.642C152.959 149.642 153.444 149.157 153.444 148.559C153.444 147.961 152.959 147.476 152.361 147.476C151.763 147.476 151.278 147.961 151.278 148.559C151.278 149.157 151.763 149.642 152.361 149.642Z",fill:"black"}),(0,t.jsx)("path",{d:"M47.6743 153.252C48.2724 153.252 48.7572 152.767 48.7572 152.169C48.7572 151.571 48.2724 151.086 47.6743 151.086C47.0762 151.086 46.5913 151.571 46.5913 152.169C46.5913 152.767 47.0762 153.252 47.6743 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M58.5039 153.252C59.102 153.252 59.5868 152.767 59.5868 152.169C59.5868 151.571 59.102 151.086 58.5039 151.086C57.9058 151.086 57.4209 151.571 57.4209 152.169C57.4209 152.767 57.9058 153.252 58.5039 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M83.7729 153.252C84.371 153.252 84.8559 152.767 84.8559 152.169C84.8559 151.571 84.371 151.086 83.7729 151.086C83.1748 151.086 82.6899 151.571 82.6899 152.169C82.6899 152.767 83.1748 153.252 83.7729 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M90.9926 153.252C91.5907 153.252 92.0756 152.767 92.0756 152.169C92.0756 151.571 91.5907 151.086 90.9926 151.086C90.3945 151.086 89.9097 151.571 89.9097 152.169C89.9097 152.767 90.3945 153.252 90.9926 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M98.2128 153.252C98.811 153.252 99.2958 152.767 99.2958 152.169C99.2958 151.571 98.811 151.086 98.2128 151.086C97.6147 151.086 97.1299 151.571 97.1299 152.169C97.1299 152.767 97.6147 153.252 98.2128 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M101.823 153.252C102.421 153.252 102.906 152.767 102.906 152.169C102.906 151.571 102.421 151.086 101.823 151.086C101.225 151.086 100.74 151.571 100.74 152.169C100.74 152.767 101.225 153.252 101.823 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M105.433 153.252C106.031 153.252 106.516 152.767 106.516 152.169C106.516 151.571 106.031 151.086 105.433 151.086C104.834 151.086 104.35 151.571 104.35 152.169C104.35 152.767 104.834 153.252 105.433 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M112.652 153.252C113.25 153.252 113.735 152.767 113.735 152.169C113.735 151.571 113.25 151.086 112.652 151.086C112.054 151.086 111.569 151.571 111.569 152.169C111.569 152.767 112.054 153.252 112.652 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M123.482 153.252C124.08 153.252 124.565 152.767 124.565 152.169C124.565 151.571 124.08 151.086 123.482 151.086C122.884 151.086 122.399 151.571 122.399 152.169C122.399 152.767 122.884 153.252 123.482 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M134.311 153.252C134.91 153.252 135.394 152.767 135.394 152.169C135.394 151.571 134.91 151.086 134.311 151.086C133.713 151.086 133.229 151.571 133.229 152.169C133.229 152.767 133.713 153.252 134.311 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M137.921 153.252C138.519 153.252 139.004 152.767 139.004 152.169C139.004 151.571 138.519 151.086 137.921 151.086C137.323 151.086 136.838 151.571 136.838 152.169C136.838 152.767 137.323 153.252 137.921 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M148.751 153.252C149.349 153.252 149.834 152.767 149.834 152.169C149.834 151.571 149.349 151.086 148.751 151.086C148.153 151.086 147.668 151.571 147.668 152.169C147.668 152.767 148.153 153.252 148.751 153.252Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7951 6.21582C11.9543 6.21582 6.4082 11.7619 6.4082 18.6027C6.4082 25.4435 11.9543 30.9896 18.7951 30.9896C25.6359 30.9896 31.182 25.4435 31.182 18.6027C31.182 11.7619 25.6359 6.21582 18.7951 6.21582ZM18.7951 27.2735C14.014 27.2735 10.1243 23.3838 10.1243 18.6027C10.1243 13.8216 14.014 9.93188 18.7951 9.93188C23.5762 9.93188 27.4659 13.8216 27.4659 18.6027C27.4659 23.3838 23.5762 27.2735 18.7951 27.2735Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.531 6.21582C134.691 6.21582 129.145 11.7619 129.145 18.6027C129.145 25.4435 134.691 30.9896 141.531 30.9896C148.372 30.9896 153.918 25.4435 153.918 18.6027C153.918 11.7619 148.372 6.21582 141.531 6.21582ZM141.531 27.2735C136.75 27.2735 132.861 23.3838 132.861 18.6027C132.861 13.8216 136.75 9.93188 141.531 9.93188C146.312 9.93188 150.202 13.8216 150.202 18.6027C150.202 23.3838 146.312 27.2735 141.531 27.2735Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.7951 128.952C11.9543 128.952 6.4082 134.498 6.4082 141.339C6.4082 148.18 11.9543 153.726 18.7951 153.726C25.6359 153.726 31.182 148.18 31.182 141.339C31.182 134.498 25.6359 128.952 18.7951 128.952ZM18.7951 150.01C14.014 150.01 10.1243 146.12 10.1243 141.339C10.1243 136.558 14.014 132.668 18.7951 132.668C23.5762 132.668 27.4659 136.558 27.4659 141.339C27.4659 146.12 23.5762 150.01 18.7951 150.01Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.689 23.8052C21.6209 23.8052 23.9977 21.4284 23.9977 18.4965C23.9977 15.5646 21.6209 13.1879 18.689 13.1879C15.7571 13.1879 13.3804 15.5646 13.3804 18.4965C13.3804 21.4284 15.7571 23.8052 18.689 23.8052Z",fill:"black"}),(0,t.jsx)("path",{d:"M141.425 23.8052C144.357 23.8052 146.734 21.4284 146.734 18.4965C146.734 15.5646 144.357 13.1879 141.425 13.1879C138.493 13.1879 136.117 15.5646 136.117 18.4965C136.117 21.4284 138.493 23.8052 141.425 23.8052Z",fill:"black"}),(0,t.jsx)("path",{d:"M18.689 146.541C21.6209 146.541 23.9977 144.165 23.9977 141.233C23.9977 138.301 21.6209 135.924 18.689 135.924C15.7571 135.924 13.3804 138.301 13.3804 141.233C13.3804 144.165 15.7571 146.541 18.689 146.541Z",fill:"black"}),(0,t.jsxs)("g",{clipPath:"url(#clip1_3360_39100)",children:[(0,t.jsx)("path",{d:"M60.1611 69.1078C60.1611 64.2765 64.0777 60.36 68.909 60.36H91.0984C95.9296 60.36 99.8463 64.2765 99.8463 69.1078V90.8328C99.8463 95.6642 95.9296 99.5807 91.0984 99.5807H68.909C64.0777 99.5807 60.1611 95.6642 60.1611 90.8328V69.1078Z",fill:"#1460FF"}),(0,t.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M68.9082 57.787H91.0976C97.3497 57.787 102.418 62.8555 102.418 69.1077V90.8327C102.418 97.0851 97.3497 102.153 91.0976 102.153H68.9082C62.6559 102.153 57.5874 97.0851 57.5874 90.8327V69.1077C57.5874 62.8555 62.6559 57.787 68.9082 57.787ZM68.9082 60.3599C64.0769 60.3599 60.1603 64.2764 60.1603 69.1077V90.8327C60.1603 95.6641 64.0769 99.5806 68.9082 99.5806H91.0976C95.9287 99.5806 99.8454 95.6641 99.8454 90.8327V69.1077C99.8454 64.2764 95.9287 60.3599 91.0976 60.3599H68.9082Z",fill:"white"}),(0,t.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M80.0033 93.8058C87.6444 93.8058 93.8387 87.6116 93.8387 79.9704C93.8387 72.3293 87.6444 66.135 80.0033 66.135C72.3623 66.135 66.168 72.3293 66.168 79.9704C66.168 87.6116 72.3623 93.8058 80.0033 93.8058ZM76.1916 75.4711C75.7653 75.4711 75.4197 75.8167 75.4197 76.243V83.6977C75.4197 84.124 75.7653 84.4695 76.1916 84.4695H83.7581C84.1844 84.4695 84.5299 84.124 84.5299 83.6977V76.243C84.5299 75.8167 84.1844 75.4711 83.7581 75.4711H76.1916Z",fill:"white"})]})]}),(0,t.jsx)("rect",{x:"1",y:"1",width:"158",height:"158",rx:"11",stroke:"black",strokeWidth:"2"}),(0,t.jsxs)("defs",{children:[(0,t.jsx)("clipPath",{id:"clip0_3360_39100",children:(0,t.jsx)("rect",{width:"160",height:"160",rx:"12",fill:"white"})}),(0,t.jsx)("clipPath",{id:"clip1_3360_39100",children:(0,t.jsx)("rect",{width:"45.283",height:"44.7684",fill:"white",transform:"translate(57.3589 57.6157)"})})]})]});var D2=y(require("styled-components"));var k4=require("react/jsx-runtime"),W3=({style:i,...e})=>(0,k4.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"17",height:"17",viewBox:"0 0 17 17",style:{height:"1.25rem",width:"1.25rem",...i},...e,children:(0,k4.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--primary-color)"})});var F2=require("react/jsx-runtime"),g4=D2.default.div`
|
|
627
734
|
display: flex;
|
|
628
735
|
flex-direction: column;
|
|
629
736
|
justify-content: flex-start;
|
|
630
737
|
gap: 4px;
|
|
631
|
-
`,
|
|
738
|
+
`,z1=D2.default.div`
|
|
632
739
|
&&& {
|
|
633
740
|
margin-left: 7px; /* TODO: This is a total hack */
|
|
634
741
|
border-left: 2px solid #e5e7eb;
|
|
635
742
|
height: 12px;
|
|
636
743
|
}
|
|
637
|
-
`,
|
|
744
|
+
`,M1=({children:i})=>(0,F2.jsxs)(C6,{children:[(0,F2.jsx)(W3,{style:{width:"16px",height:"16px"}}),i]}),C6=D2.default.div`
|
|
638
745
|
display: flex;
|
|
639
746
|
justify-content: flex-start;
|
|
640
747
|
justify-items: center;
|
|
@@ -652,7 +759,7 @@ Resources:
|
|
|
652
759
|
margin-bottom: auto;
|
|
653
760
|
}
|
|
654
761
|
}
|
|
655
|
-
`;var h=require("react/jsx-runtime"),x3=({style:i,...e})=>(0,h.jsxs)("svg",{width:"286",height:"183",viewBox:"0 0 286 183",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...i},...e,children:[(0,h.jsx)("rect",{x:"198.5",y:"133",width:"50",height:"50",rx:"25",fill:"#E1E7EF"}),(0,h.jsx)("path",{d:"M236.373 144.791L225.206 153.052L227.289 148.181L236.373 144.791Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("path",{d:"M210.627 144.791L221.692 153.116L219.711 148.187L210.627 144.785V144.791ZM232.353 163.933L229.377 168.47L235.738 170.219L237.557 164.036L232.347 163.933H232.353ZM209.448 164.036L211.257 170.219L217.602 168.47L214.647 163.933L209.448 164.036Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("path",{d:"M217.262 156.27L215.497 158.939L221.783 159.23L221.579 152.46L217.262 156.281V156.27V156.27ZM229.737 156.281L225.351 152.374L225.206 159.23L231.492 158.939L229.732 156.281H229.737ZM217.602 168.475L221.417 166.64L218.14 164.089L217.607 168.475H217.602ZM225.588 166.63L229.377 168.475L228.865 164.084L225.588 166.635V166.63Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("path",{d:"M229.377 168.47L225.588 166.635L225.895 169.1L225.862 170.144L229.382 168.47H229.377ZM217.602 168.47L221.137 170.144L221.11 169.1L221.417 166.635L217.602 168.47V168.47Z",fill:"#D5BFB2",stroke:"#D5BFB2",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("path",{d:"M221.197 162.448L218.054 161.533L220.282 160.516L221.207 162.453H221.197V162.448ZM225.793 162.448L226.729 160.505L228.962 161.522L225.793 162.459V162.448Z",fill:"#233447",stroke:"#233447",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("path",{d:"M217.602 168.47L218.156 163.933L214.647 164.035L217.602 168.47V168.47ZM228.844 163.933L229.377 168.47L232.353 164.035L228.844 163.933V163.933ZM231.503 158.939L225.217 159.23L225.793 162.459L226.729 160.505L228.962 161.522L231.503 158.939V158.939ZM218.054 161.533L220.282 160.516L221.207 162.453L221.794 159.224L215.508 158.944L218.059 161.538L218.054 161.533Z",fill:"#CC6228",stroke:"#CC6228",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("path",{d:"M215.503 158.939L218.134 164.078L218.048 161.528L215.497 158.934L215.503 158.939ZM228.962 161.533L228.86 164.084L231.492 158.944L228.957 161.538L228.962 161.533ZM221.794 159.23L221.196 162.459L221.945 166.263L222.117 161.242L221.794 159.23ZM225.211 159.23L224.904 161.237L225.055 166.269L225.792 162.453L225.206 159.224V159.235L225.211 159.23Z",fill:"#E27525",stroke:"#E27525",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("path",{d:"M225.793 162.448L225.055 166.263L225.588 166.635L228.86 164.084L228.962 161.528L225.793 162.448V162.448ZM218.054 161.528L218.14 164.078L221.417 166.629L221.945 166.263L221.207 162.448L218.048 161.528H218.059H218.054Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("path",{d:"M225.868 170.144L225.895 169.1L225.604 168.863H221.39L221.11 169.1L221.137 170.144L217.602 168.47L218.845 169.487L221.353 171.215H225.642L228.155 169.482L229.377 168.47L225.857 170.144H225.868V170.144Z",fill:"#C0AC9D",stroke:"#C0AC9D",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("path",{d:"M225.588 166.63L225.055 166.264H221.945L221.417 166.635L221.11 169.1L221.39 168.863H225.604L225.895 169.1L225.588 166.635V166.624V166.63Z",fill:"#161616",stroke:"#161616",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("path",{d:"M236.846 153.585L237.783 149.037L236.373 144.791L225.583 152.777L229.737 156.27L235.598 157.976L236.889 156.475L236.33 156.066L237.223 155.248L236.545 154.72L237.438 154.042L236.846 153.585H236.857H236.846ZM209.217 149.032L210.17 153.585L209.556 154.037L210.466 154.715L209.787 155.248L210.67 156.066L210.11 156.475L211.402 157.976L217.263 156.275L221.417 152.767L210.627 144.791L209.217 149.032V149.032Z",fill:"#763E1A",stroke:"#763E1A",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("path",{d:"M235.598 157.976L229.737 156.275L231.502 158.934L228.871 164.073L232.353 164.03H237.562L235.598 157.97V157.976ZM217.263 156.27L211.402 157.976L209.448 164.035H214.658L218.14 164.079L215.508 158.939L217.273 156.27H217.263V156.27ZM225.206 159.224L225.588 152.766L227.289 148.176H219.711L221.412 152.766L221.794 159.224L221.939 161.248V166.263H225.055L225.071 161.248L225.206 159.224V159.224Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("rect",{x:"192",y:"30",width:"50",height:"50",rx:"25",fill:"#0C5BFF"}),(0,h.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M205 55C205 61.6274 210.373 67 217 67C223.627 67 229 61.6274 229 55C229 48.3726 223.627 43 217 43C210.373 43 205 48.3726 205 55ZM213.933 51.1333C213.491 51.1333 213.133 51.4915 213.133 51.9333V58.0667C213.133 58.5085 213.491 58.8667 213.933 58.8667H220.067C220.508 58.8667 220.867 58.5085 220.867 58.0667V51.9333C220.867 51.4915 220.508 51.1333 220.067 51.1333H213.933Z",fill:"white"}),(0,h.jsx)("rect",{x:"39.5",y:"18",width:"50",height:"50",rx:"25",fill:"url(#paint0_linear_428_81)"}),(0,h.jsx)("path",{d:"M77.3677 42.8335H74.102C74.102 36.2519 68.6881 30.9167 62.0091 30.9167C55.4129 30.9167 50.0501 36.1213 49.9189 42.5901C49.7831 49.2769 56.1492 55.0834 62.9357 55.0834H63.7893C69.7724 55.0834 77.7916 50.468 79.0445 44.8444C79.2758 43.8079 78.445 42.8335 77.3677 42.8335ZM57.1562 43.1267C57.1562 44.0068 56.4257 44.7267 55.5325 44.7267C54.6394 44.7267 53.9089 44.0065 53.9089 43.1267V40.5383C53.9089 39.6582 54.6394 38.9383 55.5325 38.9383C56.4257 38.9383 57.1562 39.6582 57.1562 40.5383V43.1267ZM62.794 43.1267C62.794 44.0068 62.0636 44.7267 61.1705 44.7267C60.2773 44.7267 59.5468 44.0065 59.5468 43.1267V40.5383C59.5468 39.6582 60.2776 38.9383 61.1705 38.9383C62.0636 38.9383 62.794 39.6582 62.794 40.5383V43.1267Z",fill:"url(#paint1_linear_428_81)"}),(0,h.jsx)("rect",{x:"46.5",y:"124",width:"50",height:"50",rx:"25",fill:"#141414"}),(0,h.jsx)("g",{clipPath:"url(#clip0_428_81)",children:(0,h.jsx)("path",{d:"M62.1497 143.578C67.3134 138.585 75.6867 138.585 80.8505 143.578L81.4722 144.179C81.5335 144.238 81.5822 144.308 81.6155 144.386C81.6488 144.463 81.666 144.547 81.666 144.631C81.666 144.715 81.6488 144.799 81.6155 144.876C81.5822 144.954 81.5335 145.024 81.4722 145.083L79.3462 147.139C79.2835 147.199 79.1996 147.232 79.1123 147.232C79.025 147.232 78.9411 147.199 78.8784 147.139L78.0232 146.311C74.421 142.829 68.58 142.829 64.977 146.311L64.0611 147.197C63.9984 147.257 63.9145 147.29 63.8272 147.29C63.7399 147.29 63.656 147.257 63.5933 147.197L61.4672 145.141C61.4059 145.083 61.3572 145.012 61.3239 144.935C61.2906 144.857 61.2735 144.774 61.2735 144.689C61.2735 144.605 61.2906 144.521 61.3239 144.444C61.3572 144.366 61.4059 144.296 61.4672 144.237L62.1497 143.578ZM85.248 147.829L87.1397 149.659C87.201 149.718 87.2497 149.788 87.283 149.865C87.3163 149.943 87.3334 150.027 87.3334 150.111C87.3334 150.195 87.3163 150.279 87.283 150.356C87.2497 150.434 87.201 150.504 87.1397 150.563L78.6081 158.812C78.4828 158.933 78.315 159 78.1403 159C77.9656 159 77.7978 158.933 77.6725 158.812L71.6177 152.957C71.5864 152.927 71.5443 152.91 71.5005 152.91C71.4567 152.91 71.4147 152.927 71.3833 152.957L65.3285 158.812C65.2032 158.933 65.0354 159 64.8607 159C64.686 159 64.5182 158.933 64.3929 158.812L55.8605 150.563C55.7992 150.504 55.7505 150.434 55.7172 150.356C55.6839 150.279 55.6667 150.195 55.6667 150.111C55.6667 150.027 55.6839 149.943 55.7172 149.865C55.7505 149.788 55.7992 149.718 55.8605 149.659L57.7531 147.829C57.8783 147.709 58.0459 147.642 58.2204 147.642C58.3949 147.642 58.5625 147.709 58.6878 147.829L64.7427 153.684C64.774 153.714 64.816 153.731 64.8598 153.731C64.9036 153.731 64.9457 153.714 64.977 153.684L71.0319 147.829C71.1572 147.709 71.325 147.641 71.4997 147.641C71.6743 147.641 71.8422 147.709 71.9675 147.829L78.0232 153.684C78.0545 153.714 78.0965 153.731 78.1403 153.731C78.1841 153.731 78.2262 153.714 78.2575 153.684L84.3124 147.829C84.4377 147.709 84.6055 147.641 84.7802 147.641C84.9549 147.641 85.1227 147.709 85.248 147.829Z",fill:"white"})}),(0,h.jsx)("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",fill:"white"}),(0,h.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M131.626 83.0058C128.674 83.3405 126.5 85.8652 126.5 88.8363V92.0779V103.277V105.099C126.5 108.098 128.713 110.636 131.695 110.952C134.982 111.301 139.216 111.667 142.5 111.667C147.147 111.667 153.695 110.934 156.773 110.555C157.765 110.433 158.5 109.588 158.5 108.589V92.0779C158.5 91.0782 157.765 90.2337 156.773 90.1115C153.705 89.7336 147.189 89.0046 142.545 88.9999L142.5 88.9999L142.46 88.9999C139.655 89.0025 136.165 89.2695 133.166 89.564C132.488 89.5642 131.907 89.0495 131.84 88.3608C131.768 87.6279 132.304 86.9755 133.037 86.9036C136.061 86.6067 139.621 86.3333 142.5 86.3333C145.707 86.3333 149.764 86.6728 152.989 87.007C154.039 87.1159 155.006 87.2247 155.833 87.3221V85.3898C155.833 84.3995 155.112 83.56 154.131 83.4288C151.262 83.0454 145.367 82.3333 141.167 82.3333C138.276 82.3333 134.583 82.6705 131.626 83.0058ZM153.833 102.333C154.938 102.333 155.833 101.438 155.833 100.333C155.833 99.2287 154.938 98.3333 153.833 98.3333C152.729 98.3333 151.833 99.2287 151.833 100.333C151.833 101.438 152.729 102.333 153.833 102.333Z",fill:"#696FFD"}),(0,h.jsx)("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",stroke:"#E1E7EF",strokeWidth:"2"}),(0,h.jsx)("path",{d:"M269.405 111C278.27 111 285.457 103.837 285.457 95C285.457 86.1634 278.27 79 269.405 79C260.54 79 253.354 86.1634 253.354 95C253.354 103.837 260.54 111 269.405 111Z",fill:"#B9BBFE"}),(0,h.jsx)("path",{d:"M133.971 24C140.62 24 146.01 18.6274 146.01 12C146.01 5.37258 140.62 0 133.971 0C127.322 0 121.932 5.37258 121.932 12C121.932 18.6274 127.322 24 133.971 24Z",fill:"#B9BBFE"}),(0,h.jsx)("path",{d:"M15.5917 112C20.5782 112 24.6206 107.971 24.6206 103C24.6206 98.0294 20.5782 94 15.5917 94C10.6051 94 6.56274 98.0294 6.56274 103C6.56274 107.971 10.6051 112 15.5917 112Z",fill:"#B9BBFE"}),(0,h.jsx)("path",{d:"M152.029 177C157.57 177 162.061 172.523 162.061 167C162.061 161.477 157.57 157 152.029 157C146.488 157 141.997 161.477 141.997 167C141.997 172.523 146.488 177 152.029 177Z",fill:"#E9E9FF"}),(0,h.jsx)("path",{d:"M263.386 21C267.818 21 271.412 17.4183 271.412 13C271.412 8.58172 267.818 5 263.386 5C258.953 5 255.36 8.58172 255.36 13C255.36 17.4183 258.953 21 263.386 21Z",fill:"#E9E9FF"}),(0,h.jsx)("path",{d:"M7.06436 36C10.6658 36 13.5853 33.0899 13.5853 29.5C13.5853 25.9101 10.6658 23 7.06436 23C3.46296 23 0.543457 25.9101 0.543457 29.5C0.543457 33.0899 3.46296 36 7.06436 36Z",fill:"#E9E9FF"}),(0,h.jsxs)("defs",{children:[(0,h.jsxs)("linearGradient",{id:"paint0_linear_428_81",x1:"64.5",y1:"18",x2:"64.5",y2:"68",gradientUnits:"userSpaceOnUse",children:[(0,h.jsx)("stop",{stopColor:"#534BB1"}),(0,h.jsx)("stop",{offset:"1",stopColor:"#551BF9"})]}),(0,h.jsxs)("linearGradient",{id:"paint1_linear_428_81",x1:"64.5",y1:"30.9167",x2:"64.5",y2:"55.0834",gradientUnits:"userSpaceOnUse",children:[(0,h.jsx)("stop",{stopColor:"white"}),(0,h.jsx)("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]}),(0,h.jsx)("clipPath",{id:"clip0_428_81",children:(0,h.jsx)("rect",{width:"31.6667",height:"19.1667",fill:"white",transform:"translate(55.6667 139.833)"})})]})]});var p1=w(require("react-device-detect"));var A2=w(require("styled-components")),L3=A2.default.button`
|
|
762
|
+
`;var h=require("react/jsx-runtime"),O3=({style:i,...e})=>(0,h.jsxs)("svg",{width:"286",height:"183",viewBox:"0 0 286 183",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...i},...e,children:[(0,h.jsx)("rect",{x:"198.5",y:"133",width:"50",height:"50",rx:"25",fill:"#E1E7EF"}),(0,h.jsx)("path",{d:"M236.373 144.791L225.206 153.052L227.289 148.181L236.373 144.791Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("path",{d:"M210.627 144.791L221.692 153.116L219.711 148.187L210.627 144.785V144.791ZM232.353 163.933L229.377 168.47L235.738 170.219L237.557 164.036L232.347 163.933H232.353ZM209.448 164.036L211.257 170.219L217.602 168.47L214.647 163.933L209.448 164.036Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("path",{d:"M217.262 156.27L215.497 158.939L221.783 159.23L221.579 152.46L217.262 156.281V156.27V156.27ZM229.737 156.281L225.351 152.374L225.206 159.23L231.492 158.939L229.732 156.281H229.737ZM217.602 168.475L221.417 166.64L218.14 164.089L217.607 168.475H217.602ZM225.588 166.63L229.377 168.475L228.865 164.084L225.588 166.635V166.63Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("path",{d:"M229.377 168.47L225.588 166.635L225.895 169.1L225.862 170.144L229.382 168.47H229.377ZM217.602 168.47L221.137 170.144L221.11 169.1L221.417 166.635L217.602 168.47V168.47Z",fill:"#D5BFB2",stroke:"#D5BFB2",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("path",{d:"M221.197 162.448L218.054 161.533L220.282 160.516L221.207 162.453H221.197V162.448ZM225.793 162.448L226.729 160.505L228.962 161.522L225.793 162.459V162.448Z",fill:"#233447",stroke:"#233447",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("path",{d:"M217.602 168.47L218.156 163.933L214.647 164.035L217.602 168.47V168.47ZM228.844 163.933L229.377 168.47L232.353 164.035L228.844 163.933V163.933ZM231.503 158.939L225.217 159.23L225.793 162.459L226.729 160.505L228.962 161.522L231.503 158.939V158.939ZM218.054 161.533L220.282 160.516L221.207 162.453L221.794 159.224L215.508 158.944L218.059 161.538L218.054 161.533Z",fill:"#CC6228",stroke:"#CC6228",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("path",{d:"M215.503 158.939L218.134 164.078L218.048 161.528L215.497 158.934L215.503 158.939ZM228.962 161.533L228.86 164.084L231.492 158.944L228.957 161.538L228.962 161.533ZM221.794 159.23L221.196 162.459L221.945 166.263L222.117 161.242L221.794 159.23ZM225.211 159.23L224.904 161.237L225.055 166.269L225.792 162.453L225.206 159.224V159.235L225.211 159.23Z",fill:"#E27525",stroke:"#E27525",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("path",{d:"M225.793 162.448L225.055 166.263L225.588 166.635L228.86 164.084L228.962 161.528L225.793 162.448V162.448ZM218.054 161.528L218.14 164.078L221.417 166.629L221.945 166.263L221.207 162.448L218.048 161.528H218.059H218.054Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("path",{d:"M225.868 170.144L225.895 169.1L225.604 168.863H221.39L221.11 169.1L221.137 170.144L217.602 168.47L218.845 169.487L221.353 171.215H225.642L228.155 169.482L229.377 168.47L225.857 170.144H225.868V170.144Z",fill:"#C0AC9D",stroke:"#C0AC9D",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("path",{d:"M225.588 166.63L225.055 166.264H221.945L221.417 166.635L221.11 169.1L221.39 168.863H225.604L225.895 169.1L225.588 166.635V166.624V166.63Z",fill:"#161616",stroke:"#161616",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("path",{d:"M236.846 153.585L237.783 149.037L236.373 144.791L225.583 152.777L229.737 156.27L235.598 157.976L236.889 156.475L236.33 156.066L237.223 155.248L236.545 154.72L237.438 154.042L236.846 153.585H236.857H236.846ZM209.217 149.032L210.17 153.585L209.556 154.037L210.466 154.715L209.787 155.248L210.67 156.066L210.11 156.475L211.402 157.976L217.263 156.275L221.417 152.767L210.627 144.791L209.217 149.032V149.032Z",fill:"#763E1A",stroke:"#763E1A",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("path",{d:"M235.598 157.976L229.737 156.275L231.502 158.934L228.871 164.073L232.353 164.03H237.562L235.598 157.97V157.976ZM217.263 156.27L211.402 157.976L209.448 164.035H214.658L218.14 164.079L215.508 158.939L217.273 156.27H217.263V156.27ZM225.206 159.224L225.588 152.766L227.289 148.176H219.711L221.412 152.766L221.794 159.224L221.939 161.248V166.263H225.055L225.071 161.248L225.206 159.224V159.224Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,h.jsx)("rect",{x:"192",y:"30",width:"50",height:"50",rx:"25",fill:"#0C5BFF"}),(0,h.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M205 55C205 61.6274 210.373 67 217 67C223.627 67 229 61.6274 229 55C229 48.3726 223.627 43 217 43C210.373 43 205 48.3726 205 55ZM213.933 51.1333C213.491 51.1333 213.133 51.4915 213.133 51.9333V58.0667C213.133 58.5085 213.491 58.8667 213.933 58.8667H220.067C220.508 58.8667 220.867 58.5085 220.867 58.0667V51.9333C220.867 51.4915 220.508 51.1333 220.067 51.1333H213.933Z",fill:"white"}),(0,h.jsx)("rect",{x:"39.5",y:"18",width:"50",height:"50",rx:"25",fill:"url(#paint0_linear_428_81)"}),(0,h.jsx)("path",{d:"M77.3677 42.8335H74.102C74.102 36.2519 68.6881 30.9167 62.0091 30.9167C55.4129 30.9167 50.0501 36.1213 49.9189 42.5901C49.7831 49.2769 56.1492 55.0834 62.9357 55.0834H63.7893C69.7724 55.0834 77.7916 50.468 79.0445 44.8444C79.2758 43.8079 78.445 42.8335 77.3677 42.8335ZM57.1562 43.1267C57.1562 44.0068 56.4257 44.7267 55.5325 44.7267C54.6394 44.7267 53.9089 44.0065 53.9089 43.1267V40.5383C53.9089 39.6582 54.6394 38.9383 55.5325 38.9383C56.4257 38.9383 57.1562 39.6582 57.1562 40.5383V43.1267ZM62.794 43.1267C62.794 44.0068 62.0636 44.7267 61.1705 44.7267C60.2773 44.7267 59.5468 44.0065 59.5468 43.1267V40.5383C59.5468 39.6582 60.2776 38.9383 61.1705 38.9383C62.0636 38.9383 62.794 39.6582 62.794 40.5383V43.1267Z",fill:"url(#paint1_linear_428_81)"}),(0,h.jsx)("rect",{x:"46.5",y:"124",width:"50",height:"50",rx:"25",fill:"#141414"}),(0,h.jsx)("g",{clipPath:"url(#clip0_428_81)",children:(0,h.jsx)("path",{d:"M62.1497 143.578C67.3134 138.585 75.6867 138.585 80.8505 143.578L81.4722 144.179C81.5335 144.238 81.5822 144.308 81.6155 144.386C81.6488 144.463 81.666 144.547 81.666 144.631C81.666 144.715 81.6488 144.799 81.6155 144.876C81.5822 144.954 81.5335 145.024 81.4722 145.083L79.3462 147.139C79.2835 147.199 79.1996 147.232 79.1123 147.232C79.025 147.232 78.9411 147.199 78.8784 147.139L78.0232 146.311C74.421 142.829 68.58 142.829 64.977 146.311L64.0611 147.197C63.9984 147.257 63.9145 147.29 63.8272 147.29C63.7399 147.29 63.656 147.257 63.5933 147.197L61.4672 145.141C61.4059 145.083 61.3572 145.012 61.3239 144.935C61.2906 144.857 61.2735 144.774 61.2735 144.689C61.2735 144.605 61.2906 144.521 61.3239 144.444C61.3572 144.366 61.4059 144.296 61.4672 144.237L62.1497 143.578ZM85.248 147.829L87.1397 149.659C87.201 149.718 87.2497 149.788 87.283 149.865C87.3163 149.943 87.3334 150.027 87.3334 150.111C87.3334 150.195 87.3163 150.279 87.283 150.356C87.2497 150.434 87.201 150.504 87.1397 150.563L78.6081 158.812C78.4828 158.933 78.315 159 78.1403 159C77.9656 159 77.7978 158.933 77.6725 158.812L71.6177 152.957C71.5864 152.927 71.5443 152.91 71.5005 152.91C71.4567 152.91 71.4147 152.927 71.3833 152.957L65.3285 158.812C65.2032 158.933 65.0354 159 64.8607 159C64.686 159 64.5182 158.933 64.3929 158.812L55.8605 150.563C55.7992 150.504 55.7505 150.434 55.7172 150.356C55.6839 150.279 55.6667 150.195 55.6667 150.111C55.6667 150.027 55.6839 149.943 55.7172 149.865C55.7505 149.788 55.7992 149.718 55.8605 149.659L57.7531 147.829C57.8783 147.709 58.0459 147.642 58.2204 147.642C58.3949 147.642 58.5625 147.709 58.6878 147.829L64.7427 153.684C64.774 153.714 64.816 153.731 64.8598 153.731C64.9036 153.731 64.9457 153.714 64.977 153.684L71.0319 147.829C71.1572 147.709 71.325 147.641 71.4997 147.641C71.6743 147.641 71.8422 147.709 71.9675 147.829L78.0232 153.684C78.0545 153.714 78.0965 153.731 78.1403 153.731C78.1841 153.731 78.2262 153.714 78.2575 153.684L84.3124 147.829C84.4377 147.709 84.6055 147.641 84.7802 147.641C84.9549 147.641 85.1227 147.709 85.248 147.829Z",fill:"white"})}),(0,h.jsx)("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",fill:"white"}),(0,h.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M131.626 83.0058C128.674 83.3405 126.5 85.8652 126.5 88.8363V92.0779V103.277V105.099C126.5 108.098 128.713 110.636 131.695 110.952C134.982 111.301 139.216 111.667 142.5 111.667C147.147 111.667 153.695 110.934 156.773 110.555C157.765 110.433 158.5 109.588 158.5 108.589V92.0779C158.5 91.0782 157.765 90.2337 156.773 90.1115C153.705 89.7336 147.189 89.0046 142.545 88.9999L142.5 88.9999L142.46 88.9999C139.655 89.0025 136.165 89.2695 133.166 89.564C132.488 89.5642 131.907 89.0495 131.84 88.3608C131.768 87.6279 132.304 86.9755 133.037 86.9036C136.061 86.6067 139.621 86.3333 142.5 86.3333C145.707 86.3333 149.764 86.6728 152.989 87.007C154.039 87.1159 155.006 87.2247 155.833 87.3221V85.3898C155.833 84.3995 155.112 83.56 154.131 83.4288C151.262 83.0454 145.367 82.3333 141.167 82.3333C138.276 82.3333 134.583 82.6705 131.626 83.0058ZM153.833 102.333C154.938 102.333 155.833 101.438 155.833 100.333C155.833 99.2287 154.938 98.3333 153.833 98.3333C152.729 98.3333 151.833 99.2287 151.833 100.333C151.833 101.438 152.729 102.333 153.833 102.333Z",fill:"#696FFD"}),(0,h.jsx)("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",stroke:"#E1E7EF",strokeWidth:"2"}),(0,h.jsx)("path",{d:"M269.405 111C278.27 111 285.457 103.837 285.457 95C285.457 86.1634 278.27 79 269.405 79C260.54 79 253.354 86.1634 253.354 95C253.354 103.837 260.54 111 269.405 111Z",fill:"#B9BBFE"}),(0,h.jsx)("path",{d:"M133.971 24C140.62 24 146.01 18.6274 146.01 12C146.01 5.37258 140.62 0 133.971 0C127.322 0 121.932 5.37258 121.932 12C121.932 18.6274 127.322 24 133.971 24Z",fill:"#B9BBFE"}),(0,h.jsx)("path",{d:"M15.5917 112C20.5782 112 24.6206 107.971 24.6206 103C24.6206 98.0294 20.5782 94 15.5917 94C10.6051 94 6.56274 98.0294 6.56274 103C6.56274 107.971 10.6051 112 15.5917 112Z",fill:"#B9BBFE"}),(0,h.jsx)("path",{d:"M152.029 177C157.57 177 162.061 172.523 162.061 167C162.061 161.477 157.57 157 152.029 157C146.488 157 141.997 161.477 141.997 167C141.997 172.523 146.488 177 152.029 177Z",fill:"#E9E9FF"}),(0,h.jsx)("path",{d:"M263.386 21C267.818 21 271.412 17.4183 271.412 13C271.412 8.58172 267.818 5 263.386 5C258.953 5 255.36 8.58172 255.36 13C255.36 17.4183 258.953 21 263.386 21Z",fill:"#E9E9FF"}),(0,h.jsx)("path",{d:"M7.06436 36C10.6658 36 13.5853 33.0899 13.5853 29.5C13.5853 25.9101 10.6658 23 7.06436 23C3.46296 23 0.543457 25.9101 0.543457 29.5C0.543457 33.0899 3.46296 36 7.06436 36Z",fill:"#E9E9FF"}),(0,h.jsxs)("defs",{children:[(0,h.jsxs)("linearGradient",{id:"paint0_linear_428_81",x1:"64.5",y1:"18",x2:"64.5",y2:"68",gradientUnits:"userSpaceOnUse",children:[(0,h.jsx)("stop",{stopColor:"#534BB1"}),(0,h.jsx)("stop",{offset:"1",stopColor:"#551BF9"})]}),(0,h.jsxs)("linearGradient",{id:"paint1_linear_428_81",x1:"64.5",y1:"30.9167",x2:"64.5",y2:"55.0834",gradientUnits:"userSpaceOnUse",children:[(0,h.jsx)("stop",{stopColor:"white"}),(0,h.jsx)("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]}),(0,h.jsx)("clipPath",{id:"clip0_428_81",children:(0,h.jsx)("rect",{width:"31.6667",height:"19.1667",fill:"white",transform:"translate(55.6667 139.833)"})})]})]});var y1=y(require("react-device-detect"));var V2=y(require("styled-components")),N3=V2.default.button`
|
|
656
763
|
display: flex;
|
|
657
764
|
flex-direction: row;
|
|
658
765
|
align-items: center;
|
|
@@ -673,39 +780,39 @@ Resources:
|
|
|
673
780
|
color: var(--disabled-fg);
|
|
674
781
|
cursor: not-allowed;
|
|
675
782
|
}
|
|
676
|
-
`,
|
|
783
|
+
`,U3=(0,V2.default)(N3)`
|
|
677
784
|
&& {
|
|
678
785
|
background-color: var(--primary-color);
|
|
679
786
|
color: #ffffff;
|
|
680
787
|
}
|
|
681
|
-
`,
|
|
788
|
+
`,U8=(0,V2.default)(N3)`
|
|
682
789
|
&& {
|
|
683
790
|
border: 1px solid #e5e7eb;
|
|
684
791
|
color: var(--text-dark-blue);
|
|
685
792
|
}
|
|
686
|
-
`;var l=require("react/jsx-runtime");var
|
|
793
|
+
`;var l=require("react/jsx-runtime");var w4=()=>{let{navigate:i}=g(),e="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return y1.isFirefox&&(e="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),(0,l.jsxs)(G3,{children:[(0,l.jsx)(P1,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),(0,l.jsx)(B3,{children:(0,l.jsx)(A1,{style:{width:"152px",height:"152px"}})}),(0,l.jsxs)(g4,{children:[(0,l.jsx)(M1,{children:(0,l.jsxs)("div",{children:[(0,l.jsx)("span",{children:"Install the "}),(0,l.jsx)("a",{href:e,target:"_blank",children:"MetaMask browser extension"})]})}),(0,l.jsx)(z1,{}),(0,l.jsx)(M1,{children:"Set up your first wallet"}),(0,l.jsx)(z1,{}),(0,l.jsx)(M1,{children:"Store your recovery phrase in a safe place!"})]}),(0,l.jsx)(j3,{onClick:()=>i("LANDING"),children:"Done! I have my wallet"})]})},M4=()=>{let{navigate:i}=g();return(0,l.jsxs)(G3,{children:[(0,l.jsx)(P1,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),(0,l.jsx)(B3,{children:(0,l.jsx)(R3,{style:{width:"152px",height:"152px"}})}),(0,l.jsxs)(g4,{children:[(0,l.jsx)(M1,{children:"Scan the QR code with your camera"}),(0,l.jsx)(z1,{}),(0,l.jsx)(M1,{children:"Download the app"}),(0,l.jsx)(z1,{}),(0,l.jsx)(M1,{children:"Set up your first wallet"}),(0,l.jsx)(z1,{}),(0,l.jsx)(M1,{children:"Store your seed phrase in a safe place!"})]}),(0,l.jsx)(j3,{onClick:()=>i("LANDING"),children:"Done! I have my wallet"})]})},H3=()=>{let[i,e]=(0,V3.useState)("WHAT_IS_A_WALLET"),{navigateBack:o}=g();return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(L,{backFn:i==="WHAT_IS_A_WALLET"?o:i==="PICK_A_NEW_WALLET"?()=>e("WHAT_IS_A_WALLET"):()=>e("PICK_A_NEW_WALLET")},"header"),(0,l.jsxs)(d6,{children:[i==="WHAT_IS_A_WALLET"&&(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(u6,{children:(0,l.jsx)(O3,{style:{width:"240px",height:"auto",borderRadius:"var(--border-radius-sm)",marginBottom:"32px"}})}),(0,l.jsxs)(j1,{title:"Get started with a new wallet",children:[(0,l.jsx)("p",{children:"Wallets help you store, send, and receive digital assets and collectibles. They are also a new\xA0way\xA0to\xA0log\xA0in."}),(0,l.jsx)("p",{children:"Instead of creating new accounts and passwords for every app, you just connect your wallet and bring your\xA0data\xA0with\xA0you."})]}),(0,l.jsx)(h6,{children:(0,l.jsx)(f6,{onClick:()=>{e("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),i==="PICK_A_NEW_WALLET"&&(0,l.jsx)(l.Fragment,{children:(0,l.jsxs)(c6,{children:[(0,l.jsx)(P1,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),(0,l.jsxs)(p6,{children:[(0,l.jsxs)(D3,{onClick:()=>{y1.isIOS?window.location.href="https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202":y1.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=io.metamask":e("CREATE_METAMASK_WALLET")},children:[(0,l.jsx)(A1,{}),(0,l.jsxs)(F3,{children:[(0,l.jsx)("h4",{children:"MetaMask"}),(0,l.jsx)("p",{children:"Get a browser-based wallet"})]}),(0,l.jsx)("div",{children:(0,l.jsx)("span",{children:"Set up"})})]}),(0,l.jsxs)(D3,{onClick:()=>{y1.isIOS?window.location.href="https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455":y1.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=org.toshi":e("CREATE_COINBASE_WALLET")},children:[(0,l.jsx)(V1,{}),(0,l.jsxs)(F3,{children:[(0,l.jsx)("h4",{children:"Coinbase Wallet"}),(0,l.jsx)("p",{children:"Get a mobile app wallet"})]}),(0,l.jsx)("div",{children:(0,l.jsx)("span",{children:"Set up"})})]})]})]})}),i==="CREATE_COINBASE_WALLET"&&(0,l.jsx)(M4,{}),i==="CREATE_METAMASK_WALLET"&&(0,l.jsx)(w4,{})]}),(0,l.jsxs)(C1,{children:[(0,l.jsx)("span",{children:"Still not sure? "}),(0,l.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"}),"."]})]})},d6=K.default.div`
|
|
794
|
+
display: flex;
|
|
795
|
+
flex-direction: column;
|
|
796
|
+
height: 100%;
|
|
797
|
+
|
|
687
798
|
> svg {
|
|
688
799
|
@media (max-width: 440px) {
|
|
689
800
|
display: none;
|
|
690
801
|
}
|
|
691
802
|
}
|
|
692
|
-
`,
|
|
693
|
-
margin-top: 32px;
|
|
694
|
-
align-items: center;
|
|
695
|
-
text-align: center;
|
|
696
|
-
`,Y5=B.default.div`
|
|
803
|
+
`,c6=K.default.div`
|
|
697
804
|
display: flex;
|
|
698
805
|
flex-direction: column;
|
|
699
806
|
align-items: flex-start;
|
|
700
807
|
justify-content: flex-start;
|
|
701
808
|
text-align: left;
|
|
702
809
|
gap: 20px;
|
|
703
|
-
`,
|
|
810
|
+
`,p6=K.default.div`
|
|
704
811
|
display: flex;
|
|
705
812
|
flex-direction: column;
|
|
706
813
|
width: 100%;
|
|
707
814
|
gap: 8px;
|
|
708
|
-
`,
|
|
815
|
+
`,D3=K.default.button`
|
|
709
816
|
display: flex;
|
|
710
817
|
flex-direction: row;
|
|
711
818
|
align-items: center;
|
|
@@ -762,19 +869,24 @@ Resources:
|
|
|
762
869
|
border: 1px solid #e5e7eb;
|
|
763
870
|
}
|
|
764
871
|
}
|
|
765
|
-
`,
|
|
872
|
+
`,F3=K.default.div`
|
|
766
873
|
text-align: left;
|
|
767
|
-
|
|
874
|
+
|
|
875
|
+
p {
|
|
876
|
+
font-style: italic;
|
|
877
|
+
font-size: 12px;
|
|
878
|
+
}
|
|
879
|
+
`,h6=K.default.div`
|
|
768
880
|
margin-top: auto;
|
|
769
881
|
display: flex;
|
|
770
882
|
align-items: flex-end;
|
|
771
883
|
flex-grow: 1;
|
|
772
884
|
width: 100%;
|
|
773
|
-
`,
|
|
885
|
+
`,f6=(0,K.default)(U3)`
|
|
774
886
|
&& {
|
|
775
887
|
margin-top: 14px;
|
|
776
888
|
}
|
|
777
|
-
`,
|
|
889
|
+
`,G3=K.default.div`
|
|
778
890
|
display: flex;
|
|
779
891
|
flex-direction: column;
|
|
780
892
|
align-items: center;
|
|
@@ -785,13 +897,13 @@ Resources:
|
|
|
785
897
|
> :first-child > svg {
|
|
786
898
|
margin-top: 20px;
|
|
787
899
|
}
|
|
788
|
-
`,
|
|
900
|
+
`,B3=K.default.div`
|
|
789
901
|
display: flex;
|
|
790
902
|
flex-direction: column;
|
|
791
903
|
align-items: center;
|
|
792
904
|
justify-content: center;
|
|
793
905
|
width: 100%;
|
|
794
|
-
`,
|
|
906
|
+
`,j3=K.default.button`
|
|
795
907
|
&& {
|
|
796
908
|
padding: 12px 16px;
|
|
797
909
|
font-weight: 500;
|
|
@@ -800,10 +912,10 @@ Resources:
|
|
|
800
912
|
background-color: #696efd1a;
|
|
801
913
|
border-radius: var(--border-radius-sm);
|
|
802
914
|
}
|
|
803
|
-
`,
|
|
915
|
+
`,u6=K.default.div`
|
|
804
916
|
display: flex;
|
|
805
917
|
justify-content: center;
|
|
806
|
-
`;var
|
|
918
|
+
`;var S1=require("react");var a2=y(require("styled-components"));var F=require("react/jsx-runtime"),y4=2,z3={metamask:{name:"MetaMask",component:A1},coinbase_wallet:{name:"Coinbase Wallet",component:V1},wallet_connect:{name:"WalletConnect",component:x2}},$3=()=>{var T;let[i,e]=(0,S1.useState)(!1),[o,a]=(0,S1.useState)(void 0),{navigateBack:r}=g(),{getAuthMeta:n,closePrivyModal:C,loginWithWallet:u}=_(),[f,k]=(0,S1.useState)(0),{user:x}=R();(0,S1.useEffect)(()=>{a(void 0),u().then(()=>e(!0)).catch(I=>{I instanceof q?console.error(I.cause):console.error(I),(I==null?void 0:I.status)===422?a(m2.ERROR_USER_EXISTS):I instanceof N1&&!I.details.default?a(I.details):I instanceof O1?a(m2.ERROR_TIMED_OUT):a(m2.ERROR_WALLET_CONNECTION)})},[f]),(0,S1.useEffect)(()=>{var p1;if(!!((p1=x==null?void 0:x.wallet)!=null&&p1.address)){let h1=setTimeout(C,I1);return()=>clearTimeout(h1)}},[x]);let S=((T=n())==null?void 0:T.wallet)||"metamask",E=z3[S].name,M=z3[S].component,p=i?`Successfully connected with ${E}`:o?o.message:`Waiting for ${E}`,b="";if(i)b="You\u2019re good to go!";else if(f>=y4&&o)b="Unable to connect wallet";else if(o)b=o.detail;else switch(b="Don\u2019t see your wallet modal? Check your other browser windows.",S){case"wallet_connect":b="Open your mobile wallet app to continue";break;case"coinbase_wallet":g2()||(b="Open the Coinbase app on your phone to continue.");break;default:b="Don\u2019t see your wallet modal? Check your other browser windows."}return(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(L,{backFn:r}),(0,F.jsxs)(m6,{children:[(0,F.jsx)(k6,{children:(0,F.jsxs)("div",{children:[(0,F.jsx)(T2,{success:i,fail:!!o}),(0,F.jsx)(M,{style:{width:"38px",height:"38px"}})]})}),(0,F.jsxs)(b6,{children:[(0,F.jsx)("h3",{children:p}),(0,F.jsx)("p",{children:b})]}),(0,F.jsx)(g6,{onClick:()=>{k(f+1),a(void 0)},visible:!i&&(o==null?void 0:o.retryable)&&f<y4,disabled:!i&&(!(o!=null&&o.retryable)||f>=y4),children:"Retry"})]})]})},m6=a2.default.div`
|
|
807
919
|
display: flex;
|
|
808
920
|
flex-direction: column;
|
|
809
921
|
align-items: center;
|
|
@@ -811,11 +923,11 @@ Resources:
|
|
|
811
923
|
margin-left: 27px;
|
|
812
924
|
margin-right: 27px;
|
|
813
925
|
gap: 24px;
|
|
814
|
-
`,
|
|
926
|
+
`,b6=a2.default.div`
|
|
815
927
|
display: flex;
|
|
816
928
|
flex-direction: column;
|
|
817
929
|
gap: 8px;
|
|
818
|
-
`,
|
|
930
|
+
`,k6=a2.default.div`
|
|
819
931
|
display: flex;
|
|
820
932
|
flex-direction: column;
|
|
821
933
|
justify-content: center;
|
|
@@ -838,7 +950,7 @@ Resources:
|
|
|
838
950
|
left: -19px;
|
|
839
951
|
top: -19px;
|
|
840
952
|
}
|
|
841
|
-
`,
|
|
953
|
+
`,g6=a2.default.button`
|
|
842
954
|
&& {
|
|
843
955
|
padding: 12px 16px;
|
|
844
956
|
font-weight: 500;
|
|
@@ -850,7 +962,7 @@ Resources:
|
|
|
850
962
|
opacity: ${i=>i.visible?"1":"0"};
|
|
851
963
|
transition: opacity 200ms;
|
|
852
964
|
}
|
|
853
|
-
`;var
|
|
965
|
+
`;var a1=require("react/jsx-runtime"),K3=()=>{let{navigateBack:i}=g();return(0,a1.jsxs)(a1.Fragment,{children:[(0,a1.jsx)(L,{backFn:i},"header"),(0,a1.jsx)(w4,{}),(0,a1.jsxs)(C1,{children:[(0,a1.jsx)("span",{children:"Still not sure? "}),(0,a1.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};var r1=require("react/jsx-runtime"),q3=()=>{let{navigateBack:i}=g();return(0,r1.jsxs)(r1.Fragment,{children:[(0,r1.jsx)(L,{backFn:i},"header"),(0,r1.jsx)(M4,{}),(0,r1.jsxs)(C1,{children:[(0,r1.jsx)("span",{children:"Still not sure? "}),(0,r1.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};var Y3=y(require("styled-components"));var X3=require("react/jsx-runtime"),J3=i=>{let e=i.accentColor||"#696ffd";return(0,X3.jsx)(w6,{accentColor:e,children:i.children})},w6=Y3.default.div`
|
|
854
966
|
/*! Modified from https://unpkg.com/tailwindcss@3.2.3/src/css/preflight.css */
|
|
855
967
|
|
|
856
968
|
*,
|
|
@@ -1013,7 +1125,7 @@ Resources:
|
|
|
1013
1125
|
|
|
1014
1126
|
--primary-color: ${i=>i.accentColor};
|
|
1015
1127
|
/* Same as primary color, but can be used with rgba */
|
|
1016
|
-
--primary-color-rgb: ${i=>`${
|
|
1128
|
+
--primary-color-rgb: ${i=>`${I2(i.accentColor).r}, ${I2(i.accentColor).g}, ${I2(i.accentColor).b}`};
|
|
1017
1129
|
--success-light: #4bd089;
|
|
1018
1130
|
--success-dark: #22874f;
|
|
1019
1131
|
--fail-light: #ff1f01;
|
|
@@ -1119,12 +1231,6 @@ Resources:
|
|
|
1119
1231
|
color: var(--text-dark-gray);
|
|
1120
1232
|
}
|
|
1121
1233
|
|
|
1122
|
-
h5 {
|
|
1123
|
-
font-style: italic;
|
|
1124
|
-
font-size: 12px;
|
|
1125
|
-
color: var(--text-gray);
|
|
1126
|
-
}
|
|
1127
|
-
|
|
1128
1234
|
p {
|
|
1129
1235
|
font-size: 13px;
|
|
1130
1236
|
line-height: 20px;
|
|
@@ -1154,7 +1260,7 @@ Resources:
|
|
|
1154
1260
|
display: none;
|
|
1155
1261
|
}
|
|
1156
1262
|
}
|
|
1157
|
-
`;var
|
|
1263
|
+
`;var r5=require("react");var $1=require("react");var r2=y(require("styled-components"));var V=require("react/jsx-runtime"),Q3={google:{name:"Google",component:P2},discord:{name:"Discord",component:_2},twitter:{name:"Twitter",component:E2}},M6=i=>i.charAt(0).toUpperCase()+i.slice(1),v4=()=>{let i=new URL(window.location.href);i.searchParams.delete("privy_oauth_code"),i.searchParams.delete("privy_oauth_provider"),i.searchParams.delete("privy_oauth_state"),window.history.pushState({},"",i)},t5=()=>{var p;let[i,e]=(0,$1.useState)(!1),[o,a]=(0,$1.useState)(void 0),{getAuthMeta:r,initLoginWithOAuth:n,loginWithOAuth:C,closePrivyModal:u}=_(),{ready:f}=R(),k=((p=r())==null?void 0:p.provider)||"google",x=Q3[k].name,S=Q3[k].component;(0,$1.useEffect)(()=>{!f||C().then(()=>{v4(),e(!0)}).catch(b=>{let T={retryable:!1,message:"Authentication failed."};b.message.includes("Another user has already linked this")?T.detail="This account has already been linked to another user.":b.message==="Invalid code during oauth flow."?(T.retryable=!0,T.detail="Something went wrong. Try again."):b.message==="User denied confirmation during OAuth flow"&&(T.detail=`Retry and check ${M6(k)} to finish connecting your account.`,T.retryable=!0),v4(),a(T)})},[f]),(0,$1.useEffect)(()=>{if(!i)return;let b=setTimeout(u,I1);return()=>clearTimeout(b)},[i]);let E=i?`Successfully connected with ${x}`:o?o.message:`Verifying connection to ${x}`,M="";return i?M="You\u2019re good to go!":o?M=o.detail:M="Just a few moments more",(0,V.jsxs)(V.Fragment,{children:[(0,V.jsx)(L,{}),(0,V.jsxs)(y6,{children:[(0,V.jsx)(x6,{children:(0,V.jsxs)("div",{children:[(0,V.jsx)(T2,{success:i,fail:!!o}),(0,V.jsx)(S,{style:{width:"38px",height:"38px"},logoFill:"primary"})]})}),(0,V.jsxs)(v6,{children:[(0,V.jsx)("h3",{children:E}),(0,V.jsx)("p",{children:M})]}),(0,V.jsx)(Z6,{onClick:()=>{v4(),n(k),a(void 0)},visible:!i&&(o==null?void 0:o.retryable),disabled:!i&&!(o!=null&&o.retryable),children:"Retry"})]})]})},y6=r2.default.div`
|
|
1158
1264
|
display: flex;
|
|
1159
1265
|
flex-direction: column;
|
|
1160
1266
|
align-items: center;
|
|
@@ -1162,11 +1268,11 @@ Resources:
|
|
|
1162
1268
|
margin-left: 27px;
|
|
1163
1269
|
margin-right: 27px;
|
|
1164
1270
|
gap: 24px;
|
|
1165
|
-
`,
|
|
1271
|
+
`,v6=r2.default.div`
|
|
1166
1272
|
display: flex;
|
|
1167
1273
|
flex-direction: column;
|
|
1168
1274
|
gap: 8px;
|
|
1169
|
-
`,
|
|
1275
|
+
`,x6=r2.default.div`
|
|
1170
1276
|
display: flex;
|
|
1171
1277
|
flex-direction: column;
|
|
1172
1278
|
justify-content: center;
|
|
@@ -1189,7 +1295,7 @@ Resources:
|
|
|
1189
1295
|
left: -19px;
|
|
1190
1296
|
top: -19px;
|
|
1191
1297
|
}
|
|
1192
|
-
`,
|
|
1298
|
+
`,Z6=r2.default.button`
|
|
1193
1299
|
&& {
|
|
1194
1300
|
padding: 12px 16px;
|
|
1195
1301
|
font-weight: 500;
|
|
@@ -1201,7 +1307,7 @@ Resources:
|
|
|
1201
1307
|
opacity: ${i=>i.visible?"1":"0"};
|
|
1202
1308
|
transition: opacity 200ms;
|
|
1203
1309
|
}
|
|
1204
|
-
`;var A=require("react/jsx-runtime"),
|
|
1310
|
+
`;var Y=require("react/jsx-runtime"),e5=()=>{let{app:i}=g();return(0,Y.jsxs)(Y.Fragment,{children:[(0,Y.jsx)(L,{},"header"),(0,Y.jsx)(j1,{title:"Connect your email",description:`Add your email to your ${i==null?void 0:i.name} account`,icon:(0,Y.jsx)(S2,{})}),(0,Y.jsx)(m1,{children:(0,Y.jsx)(R2,{stacked:!0})}),(0,Y.jsx)(o1,{protectedByPrivy:!0})]})};var J=require("react/jsx-runtime"),i5=()=>{let{app:i}=g();return(0,J.jsxs)(J.Fragment,{children:[(0,J.jsx)(L,{},"header"),(0,J.jsx)(j1,{title:"Connect your phone",description:`Add your number to your ${i==null?void 0:i.name} account`,icon:(0,J.jsx)(W2,{})}),(0,J.jsx)(m1,{children:(0,J.jsx)(O2,{stacked:!0})}),(0,J.jsx)(o1,{protectedByPrivy:!0})]})};var X=require("react/jsx-runtime"),o5=()=>{let{app:i}=g();return(0,X.jsxs)(X.Fragment,{children:[(0,X.jsx)(L,{},"header"),(0,X.jsx)(P3,{title:"Connect your wallet",description:`Link a wallet to your ${i==null?void 0:i.name} account`}),(0,X.jsxs)(m1,{children:[(0,X.jsx)(L2,{}),(0,X.jsx)(A2,{})]}),(0,X.jsx)(o1,{protectedByPrivy:!0})]})};var A=require("react/jsx-runtime"),L6=()=>{let{ready:i}=R(),{isLinking:e}=_(),{ready:o,currentScreen:a}=g(),r;return["AWAITING_CONNECTION","AWAITING_OAUTH_SCREEN"].includes(a)?r="compact":"WALLET_EDUCATION"===a?r="full":e?r="medium":r="full",!i||!o?(0,A.jsxs)(U2,{"data-height":r,children:[(0,A.jsx)(L,{}),(0,A.jsx)(_6,{children:(0,A.jsx)(k1,{})}),(0,A.jsx)(C1,{})]}):(0,A.jsxs)(U2,{"data-height":r,children:[a==="LANDING"&&(0,A.jsx)(A3,{}),a==="AWAITING_PASSWORDLESS_CODE"&&(0,A.jsx)(I3,{}),a==="WALLET_EDUCATION"&&(0,A.jsx)(H3,{}),a==="AWAITING_CONNECTION"&&(0,A.jsx)($3,{}),a==="AWAITING_OAUTH_SCREEN"&&(0,A.jsx)(t5,{}),a==="INSTALL_METAMASK_SCREEN"&&(0,A.jsx)(K3,{}),a==="INSTALL_COINBASE_WALLET_SCREEN"&&(0,A.jsx)(q3,{}),a==="LINK_EMAIL_SCREEN"&&(0,A.jsx)(e5,{}),a==="LINK_PHONE_SCREEN"&&(0,A.jsx)(i5,{}),a==="LINK_WALLET_SCREEN"&&(0,A.jsx)(o5,{})]})},l5=()=>{let{app:i}=g();return a5.default.createPortal((0,A.jsx)(E6,{id:"privy-dialog",children:(0,A.jsx)(J3,{accentColor:i==null?void 0:i.accentColor,children:(0,A.jsx)(L6,{})})}),document.body)},A6=({children:i,...e})=>((0,r5.useEffect)(()=>{var a;(a=document==null?void 0:document.activeElement)==null||a.blur();let o=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));if(!!o)return o.setAttribute("inert","true"),()=>{let r=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));!r||r.removeAttribute("inert")}},[e.open,e.onClose]),(0,A.jsx)("dialog",{open:!0,role:"dialog",...e,children:i})),E6=(0,H2.default)(A6)`
|
|
1205
1311
|
position: fixed;
|
|
1206
1312
|
top: 0;
|
|
1207
1313
|
left: 0;
|
|
@@ -1215,10 +1321,10 @@ Resources:
|
|
|
1215
1321
|
z-index: 999999;
|
|
1216
1322
|
-webkit-backdrop-filter: blur(3px);
|
|
1217
1323
|
backdrop-filter: blur(3px);
|
|
1218
|
-
`,
|
|
1324
|
+
`,U2=H2.default.div`
|
|
1219
1325
|
line-height: 20px;
|
|
1220
1326
|
width: 360px;
|
|
1221
|
-
height:
|
|
1327
|
+
height: auto;
|
|
1222
1328
|
text-align: center;
|
|
1223
1329
|
display: flex;
|
|
1224
1330
|
flex-direction: column;
|
|
@@ -1228,23 +1334,35 @@ Resources:
|
|
|
1228
1334
|
border-radius: 24px;
|
|
1229
1335
|
padding: 24px;
|
|
1230
1336
|
|
|
1337
|
+
&&[data-height='full'] {
|
|
1338
|
+
height: 620px;
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1341
|
+
&&[data-height='medium'] {
|
|
1342
|
+
min-height: 480px;
|
|
1343
|
+
}
|
|
1344
|
+
|
|
1231
1345
|
/* Mobile */
|
|
1232
1346
|
@media (max-width: 440px) {
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1347
|
+
&&& {
|
|
1348
|
+
width: 100%;
|
|
1349
|
+
border-radius: 24px 24px 0 0;
|
|
1350
|
+
height: auto;
|
|
1351
|
+
position: fixed;
|
|
1352
|
+
bottom: 0;
|
|
1353
|
+
left: 0;
|
|
1354
|
+
width: 100%;
|
|
1355
|
+
/* Same as above, but move y offset to 0 to help differentiate top from
|
|
1241
1356
|
white backgrounds on mobile. */
|
|
1242
|
-
|
|
1357
|
+
box-shadow: 0px 0px 36px rgba(55, 65, 81, 0.15);
|
|
1358
|
+
/* Always override on mobile if min-height is set */
|
|
1359
|
+
min-height: 0;
|
|
1360
|
+
}
|
|
1243
1361
|
}
|
|
1244
|
-
`,
|
|
1362
|
+
`,_6=H2.default.div`
|
|
1245
1363
|
display: flex;
|
|
1246
1364
|
flex-direction: column;
|
|
1247
1365
|
align-items: center;
|
|
1248
1366
|
justify-content: center;
|
|
1249
1367
|
height: 100%;
|
|
1250
|
-
`;var
|
|
1368
|
+
`;var l1=require("react/jsx-runtime");function P6(i){return typeof i=="string"&&i.length===25}var G2;function s5(){if(!G2){let i=Z.get(R1);return Promise.resolve(i||null)}return G2.getAccessToken()}var C5=i=>{if(!P6(i.appId))throw new d("Cannot initialize the Privy provider with an invalid Privy app ID");let[e,o]=(0,G.useState)(null);return(0,G.useEffect)(()=>{G2=new w2({appId:i.appId,apiURL:P4}),o(G2)},[]),e===null?(0,l1.jsx)(l1.Fragment,{}):(0,l1.jsx)(T6,{...i,client:e})},S6=(i,e)=>{if(e)return{email:!1,sms:!1,wallet:!1,google:!1,twitter:!1,discord:!1,[e]:!0};let o=!!(i!=null&&i.emailAuth),a=!!(i!=null&&i.smsAuth);return o&&a&&(console.warn("Enabling both email and SMS passwordless is not currently supported. Disabling SMS."),a=!1),{email:o,sms:a,wallet:!!(i!=null&&i.walletAuth),google:!!(i!=null&&i.googleOAuth),twitter:!!(i!=null&&i.twitterOAuth),discord:!!(i!=null&&i.discordOAuth)}},T6=i=>{let e=i.client,[o,a]=(0,G.useState)(!1),[r,n]=(0,G.useState)(!1),[C,u]=(0,G.useState)(!1),[f,k]=(0,G.useState)(null),[x,S]=(0,G.useState)({accentColor:"#696ffd",theme:"System",emailAuth:!0,smsAuth:!1,walletAuth:!0,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[E,M]=(0,G.useState)(null),[p,b]=(0,G.useState)(!1);(0,G.useEffect)(()=>{async function s(){let c=await e.getAppSettings();S(c)}s()},[]);let T=S6(x,E),I=()=>{let s=new URLSearchParams(window.location.search),c=s.get("privy_oauth_code"),K1=s.get("privy_oauth_state"),T1=s.get("privy_oauth_provider");c&&K1&&T1&&(e.startAuthFlow(new F1(T1,c,K1)),M(T1),a(!0))};(0,G.useEffect)(()=>{async function s(){I();let c=await e.getAuthenticatedUser();u(!!c),k(c),n(!0)}s()},[]),(0,G.useEffect)(()=>{r&&C&&f===null&&e.getAuthenticatedUser().then(k)},[r,C,f]);let p1={ready:r,authenticated:C,user:f,linkWallet:()=>{M("wallet"),b(!0),a(!0)},linkEmail:()=>{M("email"),b(!0),a(!0)},linkPhone:()=>{M("sms"),b(!0),a(!0)},linkGoogle:async()=>{await h1.initLoginWithOAuth("google")},linkTwitter:async()=>{await h1.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await h1.initLoginWithOAuth("discord")},login:()=>{if(r&&C){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}a(!0)},logout:async()=>{await e.logout(),k(null),u(!1),M(null),b(!1),a(!1)},getAccessToken:()=>e.getAccessToken(),getEthereumProvider:()=>e.connector.getEthereumProvider(),getEthersProvider:()=>new n5.Web3Provider(new D1(e.connector.getEthereumProvider())),getWeb3jsProvider:()=>new b2(e.connector.getEthereumProvider()),unlinkWallet:async s=>{let c=await e.unlinkWallet(s);return k(c),c},unlinkEmail:async s=>{let c=await e.unlinkEmail(s);return k(c),c},unlinkPhone:async s=>{let c=await e.unlinkPhone(s);return k(c),c},unlinkGoogle:async s=>{let c=await e.unlinkOAuth("google",s);return k(c),c},unlinkTwitter:async s=>{let c=await e.unlinkOAuth("twitter",s);return k(c),c},unlinkDiscord:async s=>{let c=await e.unlinkOAuth("discord",s);return k(c),c},setActiveWallet:s=>{if(!f)return;let c=e.setActiveWallet(s,f);k(c)},forkSession:()=>e.forkSession()},h1={isLinking:p,getAuthFlow:()=>e.authFlow,getAuthMeta:()=>{var s;return(s=e.authFlow)==null?void 0:s.meta},closePrivyModal:()=>{var s;r&&C&&f&&((s=i.onSuccess)==null||s.call(i,f)),e.authFlow=void 0,M(null),b(!1),a(!1)},initLoginWithWallet:s=>{s||(s="metamask"),e.connector.walletType=s,e.startAuthFlow(new Y1(e.connector))},initLoginWithOAuth:async s=>{e.startAuthFlow(new F1(s));let c=await e.authFlow.getAuthorizationUrl();c&&c.url&&window.location.assign(c.url)},loginWithOAuth:async()=>{if(!(e.authFlow instanceof F1))throw new d("Must initialize OAuth flow before calling loginWithOAuth");let c=await(r&&C?e.link():e.authenticate());k(c||f||null),u(!0)},loginWithWallet:async()=>{if(!(e.authFlow instanceof Y1))throw new d("Must initialize SIWE flow first.");let s=await(p?e.link():e.authenticate());p&&s&&(Z.del(e1),s=q1(s)),k(s||f||null),u(!0)},loginWithEmail:async s=>{let c=new J1(s);e.startAuthFlow(c),await c.sendCodeEmail()},loginWithSms:async s=>{let c=new X1(s);e.startAuthFlow(c),await c.sendSmsCode()},resendEmailCode:async()=>{var s;await((s=e.authFlow)==null?void 0:s.sendCodeEmail())},resendSmsCode:async()=>{var s;await((s=e.authFlow)==null?void 0:s.sendSmsCode())},loginWithCode:async s=>{if(e.authFlow instanceof J1)e.authFlow.meta.emailCode=s.trim();else if(e.authFlow instanceof X1)e.authFlow.meta.smsCode=s.trim();else throw new d("Must initialize a passwordless code flow first");let c=await(p?e.link():e.authenticate());k(c||f||null),u(!0)}};return(0,l1.jsxs)(t4.Provider,{value:p1,children:[i.children,(0,l1.jsx)(o4.Provider,{value:h1,children:(0,l1.jsx)(C3,{appSettings:x,options:T,visible:o,authenticated:C,children:o&&(0,l1.jsx)(l5,{})})})]})};0&&(module.exports={PrivyProvider,VERSION,getAccessToken,usePrivy});
|