plane/space/public/onboarding/profile-setup-dark.svg

221 lines
729 KiB
XML
Raw Normal View History

feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<svg width="573" height="900" viewBox="0 0 573 900" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g clip-path="url(#clip0_10538_92375)">
<rect width="573" height="900" fill="#202020"/>
<mask id="mask0_10538_92375" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="5" width="1588" height="999">
<g clip-path="url(#clip1_10538_92375)">
<path d="M716.076 308.828C716.076 456.088 618.711 575.466 498.606 575.466C378.5 575.466 -371.906 58.9684 -371.906 -88.2915C-371.906 -235.551 706.282 -32.8208 826.387 -32.8208C946.493 -32.8208 716.076 161.568 716.076 308.828Z" fill="url(#paint0_linear_10538_92375)"/>
<path d="M800.541 939.852C800.541 1087.11 703.176 1206.49 583.071 1206.49C462.965 1206.49 -206.126 1172.16 -206.126 1024.9C-206.126 877.645 -156.668 528.82 -36.562 528.82C83.5436 528.82 800.541 792.593 800.541 939.852Z" fill="url(#paint1_radial_10538_92375)"/>
<path d="M1047.24 309.232C1371.3 601.921 1221.6 454.833 1499.95 447.422C1543.61 455.834 1617.74 456.234 1564.93 390.542C1498.91 308.428 1520.19 250.429 1437.68 160.965C1355.18 71.5014 1304.94 -19.3924 1180.38 -161.682C1055.83 -303.973 1046.24 -186.679 905.824 -197.798C765.404 -208.917 829.45 -191.259 635.706 15.1976C441.962 221.655 723.171 16.5435 1047.24 309.232Z" fill="#D9D9D9"/>
<path d="M912.89 720.325C369.763 771.423 631.853 755.652 409.234 970.137C365.289 997.473 303.766 1053.03 409.234 1056.56C541.069 1060.98 578.172 1115.23 730.532 1112.07C882.892 1108.92 1009.99 1131 1246.82 1131C1483.65 1131 1381.02 1046.47 1507.33 948.057C1633.64 849.646 1564.17 886.235 1529.43 604.251C1494.7 322.267 1456.02 669.227 912.89 720.325Z" fill="#D9D9D9"/>
</g>
</mask>
<g mask="url(#mask0_10538_92375)">
<g opacity="0.09">
<line x1="-10.6172" y1="625.328" x2="1500.96" y2="625.328" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.6172" y1="302.59" x2="1500.96" y2="302.59" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.6172" y1="463.958" x2="1500.96" y2="463.958" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.6172" y1="786.696" x2="1500.96" y2="786.696" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.6172" y1="141.22" x2="1500.96" y2="141.22" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.6172" y1="544.642" x2="1500.96" y2="544.642" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.6172" y1="867.381" x2="1500.96" y2="867.381" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.6172" y1="221.904" x2="1500.96" y2="221.904" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.6172" y1="383.272" x2="1500.96" y2="383.272" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.6172" y1="706.012" x2="1500.96" y2="706.013" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.6172" y1="60.534" x2="1500.96" y2="60.534" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="36.3278" y1="-48.8457" x2="36.3277" y2="1118.56" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="359.068" y1="-48.8457" x2="359.068" y2="1118.56" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="197.698" y1="-48.8457" x2="197.698" y2="1118.56" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="520.438" y1="-48.8457" x2="520.438" y2="1118.56" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="117.015" y1="-48.8457" x2="117.015" y2="1118.56" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="439.751" y1="-48.8457" x2="439.751" y2="1118.56" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="278.385" y1="-48.8457" x2="278.385" y2="1118.56" stroke="#E5E5E5" stroke-width="0.6"/>
</g>
<g opacity="0.5">
<rect x="440.14" y="786.309" width="80.2262" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="520.367" y="464.207" width="80.2262" height="79.0801" fill="#3F76FF" fill-opacity="0.1"/>
<rect x="439.994" y="222.433" width="80.2262" height="79.0801" fill="#3F76FF" fill-opacity="0.1"/>
<rect x="439.994" y="464.207" width="80.2262" height="79.0801" fill="#3F76FF" fill-opacity="0.1"/>
<rect x="359.914" y="786.309" width="80.2262" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="359.914" y="866.535" width="80.2262" height="81.3723" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="198.315" y="706.082" width="80.2262" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="116.943" y="59.6885" width="81.3723" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="36.7168" y="60.835" width="81.3723" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="116.943" y="139.915" width="81.3723" height="82.5184" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="440.14" y="-20.5381" width="81.3723" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="198.315" y="301.513" width="80.2262" height="81.3723" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="37" y="221" width="81" height="82" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="-44" y="141" width="81" height="82" fill="#3F76FF" fill-opacity="0.15"/>
</g>
</g>
<path d="M151 231.5L149.407 236.344C149.325 236.592 149.186 236.817 149.002 237.002C148.817 237.186 148.592 237.325 148.344 237.407L143.5 239L148.344 240.593C148.592 240.675 148.817 240.814 149.002 240.998C149.186 241.183 149.325 241.408 149.407 241.656L151 246.5L152.593 241.656C152.675 241.408 152.814 241.183 152.998 240.998C153.183 240.814 153.408 240.675 153.656 240.593L158.5 239L153.656 237.407C153.408 237.325 153.183 237.186 152.998 237.002C152.814 236.817 152.675 236.592 152.593 236.344L151 231.5Z" stroke="#3358D4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M145.167 231.5V234.833" stroke="#3358D4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M156.833 243.167V246.5" stroke="#3358D4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M143.5 233.167H146.833" stroke="#3358D4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M155.167 244.833H158.5" stroke="#3358D4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M175.278 244V232.364H177.034V242.489H182.307V244H175.278ZM187.935 244.176C187.075 244.176 186.334 243.992 185.713 243.625C185.096 243.254 184.618 242.733 184.281 242.062C183.948 241.388 183.781 240.598 183.781 239.693C183.781 238.799 183.948 238.011 184.281 237.33C184.618 236.648 185.088 236.116 185.69 235.733C186.296 235.35 187.005 235.159 187.815 235.159C188.308 235.159 188.785 235.241 189.247 235.403C189.709 235.566 190.124 235.822 190.491 236.17C190.859 236.519 191.149 236.972 191.361 237.528C191.573 238.081 191.679 238.754 191.679 239.545V240.148H184.741V238.875H190.014C190.014 238.428 189.923 238.032 189.741 237.688C189.56 237.339 189.304 237.064 188.974 236.864C188.649 236.663 188.266 236.562 187.827 236.562C187.349 236.562 186.933 236.68 186.577 236.915C186.224 237.146 185.952 237.449 185.759 237.824C185.569 238.195 185.474 238.598 185.474 239.034V240.028C185.474 240.612 185.577 241.108 185.781 241.517C185.99 241.926 186.279 242.239 186.651 242.455C187.022 242.667 187.455 242.773 187.952 242.773C188.274 242.773 188.567 242.727 188.832 242.636C189.098 242.542 189.327 242.402 189.52 242.216C189.713 242.03 189.861 241.801 189.963 241.528L191.571 241.818C191.442 242.292 191.211 242.706 190.878 243.062C190.548 243.415 190.134 243.689 189.634 243.886C189.137 244.08 188.571 244.176 187.935 244.176ZM197.638 235.273V236.636H192.871V235.273H197.638ZM194.149 233.182H195.848V241.438C195.848 241.767 195.897 242.015 195.996 242.182C196.094 242.345 196.221 242.456 196.376 242.517C196.536 242.574 196.708 242.602 196.893 242.602C197.03 242.602 197.149 242.593 197.251 242.574C197.354 242.555 197.433 242.54 197.49 242.528L197.797 243.932C197.698 243.97 197.558 244.008 197.376 244.045C197.195 244.087 196.967 244.11 196.695 244.114C196.248 244.121 195.831 244.042 195.445 243.875C195.058 243.708 194.746 243.451 194.507 243.102C194.268 242.754 194.149 242.316 194.149 241.79V233.182ZM207.825 235.273V236.636H203.058V235.273H207.825ZM204.337 233.182H206.036V241.438C206.036 241.767 206.085 242.015 206.183 242.182C206.282 242.345 206.409 242.456 206.564 242.517C206.723 242.574 206.895 242.602 207.081 242.602C207.217 242.602 207.337 242.593 207.439 242.574C207.541 242.555 207.621 242.54 207.678 242.528L207.984 243.932C207.886 243.97 207.746 244.008 207.564 244.045C207.382 244.087 207.155 244.11 206.882 244.114C206.435 244.121 206.018 244.042 205.632 243.875C205.246 243.708 204.933 243.451 204.695 243.102C204.456 242.754 204.337 242.316 204.337 241.79V233.182ZM211.591 238.818V244H209.892V232.364H211.568V236.693H211.676C211.881 236.223 212.193 235.85 212.614 235.574C213.034 235.297 213.583 235.159 214.261 235.159C214.86 235.159 215.383 235.282 215.83 235.528C216.28 235.775 216.629 236.142 216.875 236.631C217.125 237.116 217.25 237.722 217.25 238.449V244H215.551V238.653C215.551 238.013 215.386 237.517 215.057 237.165C214.727 236.809 214.269 236.631 213.682 236.631C213.28 236.631 212.92 236.716 212.602 236.886C212.288 237.057 212.04 237.307 211.858 237.636C211.68 237.962 211.591 238.356 211.591 238.818ZM223.278 244.176C222.419 244.176 221.678 243.992 221.057 243.625C220.439 243.254 219.962 242.733 219.625 242.062C219.292 241.388 219.125 240.598 219.125 239.693C219.125 238.799 219.292 238.011 219.625 237.33C219.962 236.648 220.432 236.116 221.034 235.733C221.64 235.35 222.348 235.159 223.159 235.159C223.652 235.159 224.129 235.241 224.591 235.403C225.053 235.566 225.468 235.822 225.835 236.17C226.203 236.519 226.492 236.972 226.705 237.528C226.917 238.081 227.023 238.754 227.023 239.545V240.148H220.085V238.875H225.358C225.358 238.428 225.267 238.032 225.085 237.688C224.903 237.339 224.648 237.064 224.318 236.864C223.992 236.663 223.61 236.562 223.17 236.562C222.693 236.562 222.277 236.68 221.92 236.915C221.568 237.146 221.295 237.449 221.102 237.824C220.913 238.195 220.818 238.598 220.818 239.034V240.028C220.818 240.612 220.92 241.108 221.125 241.517C221.333 241.926 221.623 242.239 221.994 242.455C222.366 242.667 222.799 242.773 223.295 242.773C223.617 242.773 223.911 242.727 224.176 242.636C224.441 242.542 224.67 242.402 224.864 242.21
<g filter="url(#filter0_bdd_10538_92375)">
<rect x="117" y="291" width="790.296" height="930.296" rx="20" fill="url(#paint2_linear_10538_92375)" fill-opacity="0.4" shape-rendering="crispEdges"/>
<rect x="117.5" y="291.5" width="789.296" height="929.296" rx="19.5" stroke="url(#paint3_linear_10538_92375)" shape-rendering="crispEdges"/>
<rect x="136.648" y="310.648" width="751" height="891" rx="20" fill="#191919"/>
<path d="M187.145 392.974H184.754C184.686 392.582 184.56 392.235 184.377 391.933C184.194 391.626 183.966 391.366 183.693 391.153C183.42 390.94 183.109 390.78 182.76 390.673C182.414 390.562 182.042 390.507 181.641 390.507C180.929 390.507 180.299 390.686 179.749 391.044C179.199 391.398 178.769 391.918 178.458 392.604C178.147 393.286 177.991 394.119 177.991 395.103C177.991 396.104 178.147 396.948 178.458 397.634C178.773 398.316 179.204 398.832 179.749 399.181C180.299 399.526 180.927 399.699 181.635 399.699C182.027 399.699 182.393 399.648 182.734 399.545C183.079 399.439 183.388 399.283 183.661 399.079C183.938 398.874 184.17 398.623 184.358 398.325C184.549 398.026 184.682 397.685 184.754 397.302L187.145 397.315C187.055 397.937 186.861 398.521 186.563 399.066C186.269 399.612 185.883 400.093 185.406 400.511C184.929 400.924 184.37 401.248 183.731 401.482C183.092 401.712 182.383 401.827 181.603 401.827C180.452 401.827 179.425 401.561 178.522 401.028C177.618 400.496 176.907 399.727 176.387 398.721C175.867 397.715 175.607 396.509 175.607 395.103C175.607 393.692 175.869 392.487 176.393 391.485C176.917 390.479 177.631 389.71 178.534 389.178C179.438 388.645 180.461 388.379 181.603 388.379C182.331 388.379 183.009 388.481 183.635 388.685C184.262 388.89 184.82 389.19 185.31 389.587C185.8 389.979 186.203 390.46 186.518 391.031C186.838 391.598 187.047 392.246 187.145 392.974ZM188.854 401.648V391.83H191.098V393.467H191.2C191.379 392.9 191.686 392.463 192.12 392.156C192.559 391.845 193.06 391.69 193.622 391.69C193.75 391.69 193.893 391.696 194.051 391.709C194.213 391.717 194.347 391.732 194.453 391.754V393.882C194.355 393.848 194.2 393.818 193.987 393.793C193.778 393.763 193.576 393.748 193.38 393.748C192.958 393.748 192.578 393.839 192.242 394.023C191.909 394.202 191.647 394.451 191.456 394.771C191.264 395.09 191.168 395.459 191.168 395.876V401.648H188.854ZM199.573 401.84C198.589 401.84 197.739 401.636 197.023 401.227C196.311 400.813 195.763 400.229 195.38 399.475C194.996 398.717 194.805 397.824 194.805 396.797C194.805 395.787 194.996 394.901 195.38 394.138C195.768 393.371 196.309 392.774 197.003 392.348C197.698 391.918 198.514 391.702 199.452 391.702C200.057 391.702 200.628 391.8 201.165 391.996C201.706 392.188 202.183 392.487 202.596 392.891C203.014 393.296 203.342 393.812 203.581 394.438C203.819 395.06 203.939 395.802 203.939 396.663V397.372H195.891V395.812H201.721C201.716 395.369 201.621 394.975 201.433 394.63C201.246 394.281 200.984 394.006 200.647 393.805C200.314 393.605 199.927 393.505 199.484 393.505C199.011 393.505 198.595 393.62 198.237 393.85C197.879 394.076 197.6 394.374 197.4 394.745C197.204 395.112 197.104 395.514 197.099 395.953V397.315C197.099 397.886 197.204 398.376 197.413 398.785C197.621 399.19 197.913 399.501 198.288 399.718C198.663 399.931 199.102 400.038 199.605 400.038C199.942 400.038 200.246 399.991 200.519 399.897C200.792 399.799 201.028 399.656 201.229 399.469C201.429 399.281 201.58 399.049 201.682 398.772L203.843 399.015C203.707 399.586 203.447 400.085 203.063 400.511C202.684 400.933 202.198 401.261 201.606 401.495C201.013 401.725 200.336 401.84 199.573 401.84ZM208.362 401.847C207.739 401.847 207.179 401.736 206.681 401.514C206.186 401.288 205.794 400.956 205.504 400.517C205.219 400.078 205.076 399.537 205.076 398.893C205.076 398.339 205.178 397.881 205.383 397.519C205.587 397.157 205.867 396.867 206.22 396.65C206.574 396.433 206.972 396.268 207.416 396.158C207.863 396.043 208.325 395.96 208.803 395.908C209.378 395.849 209.845 395.795 210.203 395.749C210.56 395.697 210.82 395.621 210.982 395.518C211.149 395.412 211.232 395.248 211.232 395.026V394.988C211.232 394.506 211.089 394.134 210.803 393.869C210.518 393.605 210.107 393.473 209.57 393.473C209.003 393.473 208.553 393.597 208.221 393.844C207.893 394.091 207.671 394.383 207.556 394.719L205.396 394.413C205.566 393.816 205.847 393.317 206.239 392.917C206.632 392.512 207.111 392.21 207.678 392.009C208.244 391.805 208.871 391.702 209.557 391.702C210.03 391.702 210.501 391.758 210.97 391.869C211.438 391.979 211.867 392.163 212.254 392.418C212.642 392.67 212.953 393.
<path d="M176.086 358.648V345.558H180.753C181.771 345.558 182.615 345.743 183.284 346.114C183.953 346.484 184.454 346.991 184.786 347.635C185.118 348.274 185.284 348.994 185.284 349.795C185.284 350.601 185.116 351.325 184.78 351.969C184.447 352.608 183.944 353.115 183.271 353.49C182.602 353.861 181.76 354.046 180.746 354.046H177.537V352.371H180.567C181.211 352.371 181.733 352.261 182.133 352.039C182.534 351.813 182.828 351.506 183.015 351.119C183.203 350.731 183.297 350.29 183.297 349.795C183.297 349.301 183.203 348.862 183.015 348.479C182.828 348.095 182.532 347.795 182.127 347.577C181.726 347.36 181.198 347.251 180.542 347.251H178.061V358.648H176.086ZM187.6 358.648V345.558H189.575V356.948H195.507V358.648H187.6ZM202.161 351.272V352.934H196.357V351.272H202.161ZM209.649 345.558V358.648H207.668V347.539H207.591L204.459 349.585V347.692L207.725 345.558H209.649ZM213.632 358.648L219.346 347.347V347.251H212.737V345.558H221.392V347.309L215.696 358.648H213.632Z" fill="#1C2024"/>
<path d="M179.694 434.648H175.927V423.012H179.813C180.953 423.012 181.932 423.245 182.75 423.711C183.569 424.173 184.195 424.838 184.631 425.705C185.07 426.569 185.29 427.605 185.29 428.813C185.29 430.025 185.069 431.067 184.625 431.938C184.186 432.809 183.55 433.48 182.716 433.95C181.883 434.415 180.875 434.648 179.694 434.648ZM177.682 433.114H179.597C180.483 433.114 181.22 432.948 181.807 432.614C182.394 432.277 182.834 431.79 183.125 431.154C183.417 430.514 183.563 429.734 183.563 428.813C183.563 427.9 183.417 427.126 183.125 426.489C182.838 425.853 182.408 425.37 181.836 425.04C181.264 424.711 180.553 424.546 179.705 424.546H177.682V433.114ZM191.098 434.825C190.239 434.825 189.498 434.641 188.877 434.273C188.259 433.902 187.782 433.381 187.445 432.711C187.112 432.037 186.945 431.247 186.945 430.342C186.945 429.448 187.112 428.66 187.445 427.978C187.782 427.296 188.252 426.764 188.854 426.381C189.46 425.999 190.168 425.808 190.979 425.808C191.472 425.808 191.949 425.889 192.411 426.052C192.873 426.215 193.288 426.47 193.655 426.819C194.023 427.167 194.312 427.62 194.525 428.177C194.737 428.73 194.843 429.402 194.843 430.194V430.796H187.905V429.523H193.178C193.178 429.076 193.087 428.681 192.905 428.336C192.723 427.987 192.468 427.713 192.138 427.512C191.812 427.311 191.43 427.211 190.99 427.211C190.513 427.211 190.097 427.328 189.74 427.563C189.388 427.794 189.115 428.097 188.922 428.472C188.733 428.844 188.638 429.247 188.638 429.683V430.677C188.638 431.26 188.74 431.756 188.945 432.165C189.153 432.575 189.443 432.887 189.814 433.103C190.186 433.315 190.619 433.421 191.115 433.421C191.437 433.421 191.731 433.376 191.996 433.285C192.261 433.19 192.49 433.05 192.684 432.864C192.877 432.679 193.025 432.45 193.127 432.177L194.735 432.467C194.606 432.94 194.375 433.355 194.042 433.711C193.712 434.063 193.297 434.338 192.797 434.535C192.301 434.728 191.735 434.825 191.098 434.825ZM203.944 425.921L200.779 434.648H198.961L195.79 425.921H197.614L199.824 432.637H199.915L202.12 425.921H203.944ZM209.005 434.825C208.145 434.825 207.404 434.641 206.783 434.273C206.166 433.902 205.688 433.381 205.351 432.711C205.018 432.037 204.851 431.247 204.851 430.342C204.851 429.448 205.018 428.66 205.351 427.978C205.688 427.296 206.158 426.764 206.76 426.381C207.366 425.999 208.075 425.808 208.885 425.808C209.378 425.808 209.855 425.889 210.317 426.052C210.779 426.215 211.194 426.47 211.561 426.819C211.929 427.167 212.219 427.62 212.431 428.177C212.643 428.73 212.749 429.402 212.749 430.194V430.796H205.811V429.523H211.084C211.084 429.076 210.993 428.681 210.811 428.336C210.63 427.987 210.374 427.713 210.044 427.512C209.719 427.311 209.336 427.211 208.897 427.211C208.419 427.211 208.003 427.328 207.647 427.563C207.294 427.794 207.022 428.097 206.829 428.472C206.639 428.844 206.544 429.247 206.544 429.683V430.677C206.544 431.26 206.647 431.756 206.851 432.165C207.06 432.575 207.349 432.887 207.721 433.103C208.092 433.315 208.525 433.421 209.022 433.421C209.344 433.421 209.637 433.376 209.902 433.285C210.168 433.19 210.397 433.05 210.59 432.864C210.783 432.679 210.931 432.45 211.033 432.177L212.641 432.467C212.512 432.94 212.281 433.355 211.948 433.711C211.618 434.063 211.204 434.338 210.704 434.535C210.207 434.728 209.641 434.825 209.005 434.825ZM216.333 423.012V434.648H214.634V423.012H216.333ZM222.294 434.825C221.476 434.825 220.762 434.637 220.152 434.262C219.543 433.887 219.069 433.362 218.732 432.688C218.395 432.014 218.226 431.226 218.226 430.325C218.226 429.419 218.395 428.628 218.732 427.95C219.069 427.272 219.543 426.745 220.152 426.37C220.762 425.995 221.476 425.808 222.294 425.808C223.113 425.808 223.827 425.995 224.436 426.37C225.046 426.745 225.52 427.272 225.857 427.95C226.194 428.628 226.363 429.419 226.363 430.325C226.363 431.226 226.194 432.014 225.857 432.688C225.52 433.362 225.046 433.887 224.436 434.262C223.827 434.637 223.113 434.825 222.294 434.825ZM222.3 433.398C222.83 433.398 223.27 433.258 223.618 432.978C223.967 432.698 224.224 432.325 224.391 431.859C224.561 431.393 224.647 430.879 224.647 430.319C224.647 429.762 224.
<rect x="351.648" y="416.648" width="106" height="24" rx="4" fill="#1C3376" fill-opacity="0.5"/>
<path d="M364.788 436.418C363.761 436.418 362.849 436.277 362.054 435.995C361.262 435.717 360.594 435.306 360.05 434.762C359.507 434.222 359.094 433.559 358.812 432.773C358.531 431.988 358.39 431.091 358.39 430.084C358.39 429.103 358.532 428.221 358.817 427.439C359.102 426.657 359.517 425.991 360.06 425.44C360.607 424.887 361.272 424.464 362.054 424.173C362.836 423.881 363.724 423.735 364.719 423.735C365.67 423.735 366.508 423.884 367.234 424.183C367.96 424.481 368.57 424.89 369.064 425.411C369.561 425.931 369.935 426.527 370.187 427.2C370.439 427.873 370.565 428.584 370.565 429.333C370.565 429.857 370.532 430.369 370.466 430.869C370.399 431.366 370.277 431.817 370.098 432.222C369.922 432.623 369.667 432.944 369.332 433.186C369.001 433.425 368.57 433.549 368.04 433.559C367.758 433.569 367.484 433.536 367.219 433.46C366.954 433.383 366.729 433.261 366.543 433.092C366.358 432.919 366.245 432.701 366.205 432.435H366.145C366.066 432.631 365.933 432.813 365.748 432.982C365.562 433.148 365.325 433.281 365.037 433.38C364.752 433.476 364.42 433.516 364.042 433.499C363.625 433.483 363.249 433.388 362.914 433.216C362.579 433.044 362.292 432.805 362.054 432.5C361.819 432.195 361.638 431.834 361.512 431.416C361.386 430.999 361.323 430.535 361.323 430.024C361.323 429.534 361.394 429.094 361.537 428.707C361.679 428.316 361.873 427.979 362.118 427.697C362.367 427.412 362.652 427.187 362.974 427.021C363.295 426.856 363.635 426.751 363.993 426.708C364.341 426.668 364.661 426.678 364.952 426.738C365.244 426.798 365.486 426.889 365.678 427.011C365.874 427.134 365.996 427.268 366.046 427.414H366.111V426.857H367.334V431.471C367.334 431.733 367.402 431.955 367.537 432.137C367.677 432.319 367.874 432.411 368.129 432.411C368.431 432.411 368.666 432.299 368.835 432.077C369.007 431.855 369.128 431.514 369.198 431.053C369.271 430.593 369.307 430.003 369.307 429.283C369.307 428.78 369.239 428.306 369.104 427.862C368.971 427.414 368.774 427.01 368.512 426.648C368.253 426.284 367.935 425.971 367.557 425.709C367.18 425.447 366.749 425.245 366.265 425.102C365.784 424.96 365.252 424.888 364.669 424.888C363.877 424.888 363.172 425.011 362.556 425.256C361.939 425.498 361.419 425.848 360.995 426.305C360.574 426.763 360.254 427.311 360.035 427.951C359.82 428.587 359.712 429.302 359.712 430.094C359.712 430.919 359.823 431.652 360.045 432.291C360.267 432.928 360.595 433.464 361.03 433.902C361.464 434.339 362.001 434.671 362.64 434.896C363.28 435.125 364.018 435.239 364.853 435.239C365.224 435.239 365.589 435.206 365.947 435.14C366.305 435.077 366.623 435.004 366.901 434.921C367.183 434.842 367.393 434.777 367.533 434.727L367.881 435.816C367.675 435.912 367.402 436.007 367.06 436.099C366.722 436.192 366.354 436.268 365.957 436.328C365.562 436.388 365.173 436.418 364.788 436.418ZM364.331 432.281C364.762 432.281 365.108 432.195 365.37 432.023C365.635 431.85 365.826 431.594 365.942 431.252C366.061 430.907 366.121 430.477 366.121 429.96C366.117 429.456 366.053 429.055 365.927 428.756C365.804 428.455 365.612 428.239 365.35 428.11C365.091 427.978 364.758 427.911 364.351 427.911C363.976 427.911 363.656 428.002 363.391 428.185C363.129 428.367 362.929 428.614 362.79 428.925C362.654 429.237 362.584 429.583 362.581 429.964C362.584 430.366 362.64 430.743 362.75 431.098C362.863 431.449 363.045 431.734 363.297 431.953C363.552 432.172 363.897 432.281 364.331 432.281ZM372.326 433.648V423.467H373.813V427.25H373.902C373.989 427.091 374.113 426.907 374.275 426.698C374.438 426.489 374.663 426.307 374.951 426.151C375.24 425.992 375.621 425.913 376.095 425.913C376.711 425.913 377.262 426.068 377.745 426.38C378.229 426.692 378.609 427.141 378.884 427.727C379.162 428.314 379.302 429.02 379.302 429.845C379.302 430.67 379.164 431.378 378.889 431.968C378.614 432.555 378.236 433.007 377.755 433.325C377.275 433.64 376.726 433.798 376.11 433.798C375.646 433.798 375.266 433.72 374.971 433.564C374.68 433.408 374.451 433.226 374.285 433.017C374.119 432.808 373.992 432.623 373.902 432.46H373.778V433.648H372.326ZM373.783 429.83C373.783 430.367 373.861 430.838 374.017 431.242C374.172 431.647 37
<circle cx="182.648" cy="543.648" r="6" stroke="#525252" stroke-width="1.33333"/>
<circle cx="182.648" cy="543.648" r="3.75" stroke="#525252" stroke-width="1.33333"/>
<path d="M201.32 541.141C201.267 540.671 201.048 540.306 200.664 540.048C200.279 539.786 199.795 539.655 199.212 539.655C198.794 539.655 198.433 539.721 198.128 539.854C197.823 539.983 197.586 540.162 197.417 540.391C197.252 540.616 197.169 540.873 197.169 541.161C197.169 541.403 197.225 541.612 197.338 541.788C197.454 541.963 197.605 542.111 197.79 542.23C197.979 542.346 198.181 542.444 198.397 542.523C198.612 542.6 198.819 542.663 199.018 542.712L200.012 542.971C200.337 543.05 200.67 543.158 201.012 543.294C201.353 543.43 201.67 543.609 201.961 543.831C202.253 544.053 202.488 544.328 202.667 544.656C202.85 544.984 202.941 545.377 202.941 545.835C202.941 546.411 202.792 546.923 202.493 547.371C202.198 547.818 201.769 548.171 201.206 548.43C200.646 548.688 199.968 548.817 199.172 548.817C198.41 548.817 197.75 548.696 197.194 548.455C196.637 548.213 196.201 547.87 195.886 547.425C195.571 546.978 195.397 546.448 195.364 545.835H196.905C196.935 546.202 197.054 546.509 197.263 546.754C197.475 546.996 197.745 547.177 198.074 547.296C198.405 547.412 198.768 547.47 199.162 547.47C199.597 547.47 199.983 547.402 200.321 547.266C200.662 547.127 200.931 546.935 201.126 546.69C201.322 546.441 201.419 546.151 201.419 545.82C201.419 545.518 201.333 545.271 201.161 545.079C200.992 544.887 200.762 544.728 200.47 544.602C200.182 544.476 199.855 544.365 199.49 544.268L198.287 543.94C197.472 543.718 196.826 543.392 196.348 542.961C195.874 542.53 195.637 541.96 195.637 541.251C195.637 540.664 195.797 540.152 196.115 539.714C196.433 539.277 196.864 538.937 197.407 538.695C197.951 538.45 198.564 538.327 199.247 538.327C199.936 538.327 200.544 538.448 201.071 538.69C201.602 538.932 202.019 539.265 202.324 539.69C202.629 540.111 202.788 540.594 202.802 541.141H201.32ZM207.942 541.012V542.205H203.771V541.012H207.942ZM204.889 539.183H206.376V546.406C206.376 546.695 206.419 546.912 206.505 547.058C206.591 547.2 206.702 547.298 206.838 547.351C206.977 547.401 207.128 547.425 207.291 547.425C207.41 547.425 207.514 547.417 207.604 547.401C207.693 547.384 207.763 547.371 207.813 547.361L208.081 548.589C207.995 548.622 207.872 548.655 207.713 548.688C207.554 548.725 207.355 548.745 207.117 548.748C206.725 548.754 206.361 548.685 206.023 548.539C205.685 548.393 205.411 548.168 205.202 547.863C204.994 547.558 204.889 547.175 204.889 546.714V539.183ZM211.528 548.817C211.045 548.817 210.607 548.728 210.216 548.549C209.825 548.367 209.515 548.103 209.286 547.759C209.061 547.414 208.948 546.991 208.948 546.491C208.948 546.06 209.031 545.705 209.197 545.427C209.363 545.148 209.586 544.928 209.868 544.766C210.15 544.603 210.465 544.481 210.813 544.398C211.161 544.315 211.515 544.252 211.876 544.209C212.334 544.156 212.705 544.113 212.99 544.08C213.275 544.043 213.482 543.985 213.612 543.906C213.741 543.826 213.805 543.697 213.805 543.518V543.483C213.805 543.049 213.683 542.712 213.438 542.474C213.196 542.235 212.834 542.116 212.354 542.116C211.853 542.116 211.459 542.227 211.171 542.449C210.885 542.668 210.688 542.911 210.579 543.18L209.182 542.862C209.348 542.397 209.59 542.023 209.908 541.738C210.229 541.45 210.599 541.241 211.016 541.112C211.434 540.979 211.873 540.913 212.334 540.913C212.639 540.913 212.962 540.949 213.303 541.022C213.648 541.092 213.97 541.221 214.268 541.41C214.569 541.599 214.816 541.869 215.009 542.22C215.201 542.568 215.297 543.021 215.297 543.577V548.648H213.845V547.604H213.786C213.689 547.797 213.545 547.986 213.353 548.171C213.161 548.357 212.914 548.511 212.612 548.634C212.311 548.756 211.949 548.817 211.528 548.817ZM211.852 547.624C212.263 547.624 212.614 547.543 212.906 547.381C213.201 547.218 213.424 547.006 213.577 546.744C213.733 546.479 213.81 546.196 213.81 545.894V544.91C213.757 544.963 213.655 545.013 213.502 545.059C213.353 545.102 213.182 545.14 212.99 545.173C212.798 545.203 212.611 545.231 212.428 545.258C212.246 545.281 212.094 545.301 211.971 545.317C211.683 545.354 211.419 545.415 211.18 545.501C210.945 545.588 210.756 545.712 210.614 545.874C210.474 546.033 210.405 546.246 210.405 546.511C210.405 546.879 210.541
<rect x="342.148" y="529.148" width="90" height="29" rx="3.5" fill="#1F1F1F"/>
<rect x="342.148" y="529.148" width="90" height="29" rx="3.5" stroke="#353535"/>
<circle cx="358.648" cy="543.648" r="6.4" stroke="#525252" stroke-width="1.2" stroke-dasharray="4 4"/>
<path d="M372.903 548.648V538.467H376.462C377.172 538.467 377.757 538.589 378.217 538.835C378.678 539.076 379.021 539.403 379.247 539.814C379.472 540.222 379.585 540.674 379.585 541.171C379.585 541.609 379.507 541.97 379.351 542.255C379.198 542.54 378.996 542.765 378.744 542.931C378.496 543.097 378.226 543.219 377.934 543.299V543.398C378.246 543.418 378.559 543.528 378.874 543.727C379.189 543.925 379.452 544.21 379.664 544.582C379.876 544.953 379.982 545.407 379.982 545.944C379.982 546.454 379.866 546.913 379.634 547.321C379.402 547.729 379.036 548.052 378.536 548.29C378.035 548.529 377.384 548.648 376.582 548.648H372.903ZM374.136 547.555H376.582C377.387 547.555 377.959 547.399 378.297 547.087C378.638 546.772 378.809 546.391 378.809 545.944C378.809 545.599 378.721 545.281 378.546 544.989C378.37 544.694 378.12 544.459 377.795 544.283C377.47 544.104 377.086 544.015 376.641 544.015H374.136V547.555ZM374.136 542.941H376.423C376.794 542.941 377.129 542.868 377.427 542.722C377.729 542.576 377.967 542.371 378.143 542.106C378.322 541.841 378.411 541.529 378.411 541.171C378.411 540.724 378.256 540.344 377.944 540.033C377.632 539.718 377.139 539.56 376.462 539.56H374.136V542.941ZM383.816 548.827C383.332 548.827 382.893 548.736 382.499 548.554C382.104 548.368 381.791 548.102 381.559 547.754C381.327 547.402 381.211 546.978 381.211 546.481C381.211 546.043 381.297 545.689 381.47 545.417C381.642 545.142 381.872 544.926 382.161 544.771C382.449 544.615 382.767 544.499 383.115 544.423C383.467 544.343 383.82 544.28 384.174 544.234C384.638 544.174 385.014 544.129 385.303 544.099C385.594 544.066 385.807 544.012 385.939 543.935C386.075 543.859 386.143 543.727 386.143 543.538V543.498C386.143 543.007 386.009 542.626 385.74 542.354C385.475 542.083 385.072 541.947 384.532 541.947C383.972 541.947 383.533 542.069 383.215 542.315C382.897 542.56 382.673 542.822 382.544 543.1L381.43 542.702C381.629 542.238 381.894 541.877 382.225 541.619C382.56 541.357 382.925 541.174 383.319 541.072C383.717 540.966 384.108 540.913 384.492 540.913C384.738 540.913 385.019 540.942 385.338 541.002C385.659 541.058 385.969 541.176 386.267 541.355C386.569 541.534 386.819 541.804 387.018 542.165C387.217 542.527 387.316 543.011 387.316 543.617V548.648H386.143V547.614H386.083C386.004 547.78 385.871 547.957 385.686 548.146C385.5 548.335 385.253 548.496 384.945 548.629C384.637 548.761 384.26 548.827 383.816 548.827ZM383.995 547.773C384.459 547.773 384.85 547.682 385.169 547.5C385.49 547.318 385.732 547.082 385.894 546.794C386.06 546.506 386.143 546.202 386.143 545.884V544.81C386.093 544.87 385.984 544.925 385.815 544.974C385.649 545.021 385.457 545.062 385.238 545.099C385.023 545.132 384.812 545.162 384.607 545.188C384.405 545.211 384.241 545.231 384.115 545.248C383.81 545.288 383.525 545.352 383.26 545.442C382.998 545.528 382.786 545.659 382.623 545.835C382.464 546.007 382.385 546.242 382.385 546.54C382.385 546.948 382.535 547.256 382.837 547.465C383.142 547.671 383.528 547.773 383.995 547.773ZM392.28 548.808C391.564 548.808 390.948 548.638 390.431 548.3C389.914 547.962 389.516 547.497 389.237 546.903C388.959 546.31 388.82 545.632 388.82 544.87C388.82 544.094 388.962 543.41 389.247 542.817C389.536 542.22 389.937 541.754 390.451 541.42C390.968 541.082 391.571 540.913 392.26 540.913C392.797 540.913 393.281 541.012 393.712 541.211C394.143 541.41 394.496 541.688 394.771 542.046C395.046 542.404 395.217 542.822 395.283 543.299H394.11C394.02 542.951 393.821 542.643 393.513 542.374C393.208 542.103 392.797 541.967 392.28 541.967C391.823 541.967 391.422 542.086 391.077 542.325C390.736 542.56 390.469 542.893 390.277 543.324C390.088 543.751 389.993 544.254 389.993 544.83C389.993 545.42 390.086 545.934 390.272 546.371C390.461 546.809 390.726 547.149 391.067 547.391C391.412 547.633 391.816 547.754 392.28 547.754C392.585 547.754 392.862 547.701 393.11 547.594C393.359 547.488 393.569 547.336 393.742 547.137C393.914 546.938 394.037 546.7 394.11 546.421H395.283C395.217 546.872 395.053 547.278 394.791 547.639C394.532 547.997 394.189 548.282 393.762 548.494C393.337 548.703 392.844 548.808 392.28 5
<mask id="mask1_10538_92375" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="174" y="575" width="17" height="17">
<rect x="174.648" y="575.648" width="16" height="16" fill="#D9D9D9"/>
</mask>
<g mask="url(#mask1_10538_92375)">
<path d="M186.69 588.559C186.466 588.559 186.277 588.481 186.122 588.325C185.967 588.169 185.889 587.979 185.889 587.756V579.028C185.889 578.805 185.967 578.616 186.124 578.46C186.28 578.304 186.47 578.226 186.694 578.226C186.917 578.226 187.106 578.304 187.262 578.46C187.417 578.616 187.494 578.805 187.494 579.028V587.756C187.494 587.979 187.416 588.169 187.26 588.325C187.103 588.481 186.913 588.559 186.69 588.559ZM179.271 588.559C179.157 588.559 179.052 588.536 178.958 588.492C178.863 588.447 178.781 588.389 178.71 588.318C178.639 588.247 178.581 588.164 178.536 588.07C178.491 587.975 178.469 587.871 178.469 587.756V585.695C178.469 585.472 178.547 585.282 178.703 585.126C178.86 584.97 179.05 584.892 179.273 584.892C179.497 584.892 179.686 584.97 179.841 585.126C179.996 585.282 180.074 585.472 180.074 585.695V587.756C180.074 587.871 180.051 587.975 180.006 588.07C179.962 588.164 179.904 588.247 179.833 588.318C179.762 588.389 179.679 588.447 179.584 588.492C179.49 588.536 179.385 588.559 179.271 588.559ZM182.98 588.559C182.756 588.559 182.567 588.481 182.412 588.325C182.256 588.169 182.179 587.979 182.179 587.756V582.361C182.179 582.139 182.257 581.949 182.414 581.793C182.57 581.637 182.76 581.559 182.983 581.559C183.207 581.559 183.396 581.637 183.551 581.793C183.706 581.949 183.784 582.139 183.784 582.361V587.756C183.784 587.979 183.706 588.169 183.549 588.325C183.393 588.481 183.203 588.559 182.98 588.559Z" fill="#525252"/>
</g>
<path d="M195.767 588.648V578.467H199.396C200.188 578.467 200.844 578.611 201.365 578.899C201.885 579.187 202.275 579.582 202.533 580.082C202.792 580.58 202.921 581.14 202.921 581.763C202.921 582.389 202.79 582.953 202.528 583.453C202.27 583.95 201.878 584.345 201.355 584.636C200.834 584.925 200.18 585.069 199.391 585.069H196.895V583.766H199.252C199.752 583.766 200.158 583.68 200.47 583.508C200.781 583.332 201.01 583.094 201.156 582.792C201.302 582.49 201.375 582.147 201.375 581.763C201.375 581.378 201.302 581.037 201.156 580.739C201.01 580.44 200.78 580.207 200.465 580.038C200.153 579.869 199.742 579.784 199.232 579.784H197.303V588.648H195.767ZM204.323 588.648V581.012H205.759V582.225H205.839C205.978 581.814 206.223 581.491 206.575 581.256C206.929 581.017 207.33 580.898 207.778 580.898C207.871 580.898 207.98 580.901 208.106 580.908C208.235 580.914 208.336 580.923 208.409 580.933V582.354C208.349 582.338 208.243 582.32 208.091 582.3C207.939 582.277 207.786 582.265 207.634 582.265C207.282 582.265 206.969 582.339 206.694 582.489C206.422 582.634 206.207 582.838 206.048 583.1C205.889 583.359 205.809 583.654 205.809 583.985V588.648H204.323ZM209.416 588.648V581.012H210.902V588.648H209.416ZM210.166 579.834C209.908 579.834 209.686 579.748 209.5 579.575C209.318 579.4 209.227 579.191 209.227 578.949C209.227 578.704 209.318 578.495 209.5 578.322C209.686 578.147 209.908 578.059 210.166 578.059C210.425 578.059 210.645 578.147 210.827 578.322C211.013 578.495 211.106 578.704 211.106 578.949C211.106 579.191 211.013 579.4 210.827 579.575C210.645 579.748 210.425 579.834 210.166 579.834ZM215.838 588.803C215.123 588.803 214.498 588.638 213.964 588.31C213.431 587.982 213.016 587.523 212.721 586.933C212.426 586.343 212.279 585.654 212.279 584.865C212.279 584.073 212.426 583.38 212.721 582.787C213.016 582.194 213.431 581.733 213.964 581.405C214.498 581.077 215.123 580.913 215.838 580.913C216.554 580.913 217.179 581.077 217.713 581.405C218.246 581.733 218.661 582.194 218.956 582.787C219.251 583.38 219.398 584.073 219.398 584.865C219.398 585.654 219.251 586.343 218.956 586.933C218.661 587.523 218.246 587.982 217.713 588.31C217.179 588.638 216.554 588.803 215.838 588.803ZM215.843 587.555C216.307 587.555 216.692 587.432 216.997 587.187C217.302 586.942 217.527 586.615 217.673 586.207C217.822 585.8 217.897 585.351 217.897 584.86C217.897 584.373 217.822 583.925 217.673 583.518C217.527 583.107 217.302 582.777 216.997 582.528C216.692 582.28 216.307 582.156 215.843 582.156C215.376 582.156 214.988 582.28 214.68 582.528C214.375 582.777 214.148 583.107 213.999 583.518C213.853 583.925 213.78 584.373 213.78 584.86C213.78 585.351 213.853 585.8 213.999 586.207C214.148 586.615 214.375 586.942 214.68 587.187C214.988 587.432 215.376 587.555 215.843 587.555ZM220.777 588.648V581.012H222.214V582.225H222.294C222.433 581.814 222.678 581.491 223.03 581.256C223.384 581.017 223.785 580.898 224.233 580.898C224.325 580.898 224.435 580.901 224.561 580.908C224.69 580.914 224.791 580.923 224.864 580.933V582.354C224.804 582.338 224.698 582.32 224.546 582.3C224.393 582.277 224.241 582.265 224.089 582.265C223.737 582.265 223.424 582.339 223.149 582.489C222.877 582.634 222.662 582.838 222.503 583.1C222.343 583.359 222.264 583.654 222.264 583.985V588.648H220.777ZM225.87 588.648V581.012H227.357V588.648H225.87ZM226.621 579.834C226.363 579.834 226.141 579.748 225.955 579.575C225.773 579.4 225.682 579.191 225.682 578.949C225.682 578.704 225.773 578.495 225.955 578.322C226.141 578.147 226.363 578.059 226.621 578.059C226.88 578.059 227.1 578.147 227.282 578.322C227.468 578.495 227.561 578.704 227.561 578.949C227.561 579.191 227.468 579.4 227.282 579.575C227.1 579.748 226.88 579.834 226.621 579.834ZM232.641 581.012V582.205H228.47V581.012H232.641ZM229.589 579.183H231.075V586.406C231.075 586.695 231.118 586.912 231.205 587.058C231.291 587.2 231.402 587.298 231.538 587.351C231.677 587.401 231.828 587.425 231.99 587.425C232.109 587.425 232.214 587.417 232.303 587.401C232.393 587.384 232.462 587.371 232.512 587.361L232.781 588.589C232.694 588.622 232.572 588.655 232.413 588.688C232.254 588.725
<rect x="341.648" y="568.648" width="64.7694" height="30" rx="4" fill="#4F1619"/>
<path d="M359.636 588.669C359.419 588.669 359.235 588.593 359.084 588.441C358.933 588.29 358.858 588.106 358.858 587.889V579.409C358.858 579.192 358.934 579.008 359.086 578.856C359.238 578.705 359.423 578.629 359.64 578.629C359.857 578.629 360.041 578.705 360.191 578.856C360.342 579.008 360.418 579.192 360.418 579.409V587.889C360.418 588.106 360.342 588.29 360.19 588.441C360.038 588.593 359.853 588.669 359.636 588.669ZM352.428 588.669C352.317 588.669 352.215 588.647 352.123 588.603C352.032 588.56 351.951 588.504 351.882 588.435C351.813 588.366 351.757 588.285 351.714 588.194C351.67 588.102 351.648 588 351.648 587.889V585.886C351.648 585.669 351.724 585.485 351.876 585.334C352.028 585.182 352.213 585.106 352.43 585.106C352.647 585.106 352.831 585.182 352.982 585.334C353.132 585.485 353.208 585.669 353.208 585.886V587.889C353.208 588 353.186 588.102 353.142 588.194C353.099 588.285 353.042 588.366 352.974 588.435C352.905 588.504 352.824 588.56 352.732 588.603C352.64 588.647 352.539 588.669 352.428 588.669ZM356.031 588.669C355.814 588.669 355.63 588.593 355.479 588.441C355.328 588.29 355.253 588.106 355.253 587.889V582.647C355.253 582.431 355.329 582.247 355.481 582.095C355.633 581.943 355.818 581.868 356.035 581.868C356.252 581.868 356.436 581.943 356.587 582.095C356.737 582.247 356.813 582.431 356.813 582.647V587.889C356.813 588.106 356.737 588.29 356.585 588.441C356.433 588.593 356.248 588.669 356.031 588.669Z" fill="#E5484D"/>
<path d="M367.826 588.648V578.467H369.059V583.001H374.488V578.467H375.721V588.648H374.488V584.094H369.059V588.648H367.826ZM377.751 588.648V581.012H378.924V588.648H377.751ZM378.347 579.739C378.119 579.739 377.921 579.661 377.756 579.506C377.593 579.35 377.512 579.163 377.512 578.944C377.512 578.725 377.593 578.538 377.756 578.382C377.921 578.226 378.119 578.148 378.347 578.148C378.576 578.148 378.771 578.226 378.934 578.382C379.1 578.538 379.182 578.725 379.182 578.944C379.182 579.163 379.1 579.35 378.934 579.506C378.771 579.661 378.576 579.739 378.347 579.739ZM383.875 591.671C383.308 591.671 382.821 591.598 382.414 591.452C382.006 591.31 381.666 591.121 381.394 590.886C381.126 590.654 380.912 590.405 380.753 590.14L381.688 589.484C381.794 589.623 381.928 589.782 382.09 589.961C382.253 590.143 382.475 590.301 382.757 590.433C383.042 590.569 383.415 590.637 383.875 590.637C384.492 590.637 385 590.488 385.402 590.19C385.803 589.891 386.003 589.424 386.003 588.788V587.237H385.904C385.817 587.376 385.695 587.548 385.536 587.754C385.38 587.956 385.155 588.136 384.86 588.295C384.568 588.451 384.174 588.529 383.676 588.529C383.06 588.529 382.506 588.383 382.016 588.092C381.529 587.8 381.143 587.376 380.858 586.819C380.576 586.262 380.435 585.586 380.435 584.79C380.435 584.008 380.572 583.327 380.848 582.747C381.123 582.164 381.505 581.713 381.996 581.395C382.487 581.073 383.053 580.913 383.696 580.913C384.193 580.913 384.588 580.996 384.88 581.161C385.175 581.324 385.4 581.509 385.556 581.718C385.715 581.924 385.837 582.093 385.924 582.225H386.043V581.012H387.176V588.867C387.176 589.523 387.027 590.057 386.729 590.468C386.434 590.882 386.036 591.186 385.536 591.378C385.039 591.573 384.485 591.671 383.875 591.671ZM383.835 587.475C384.306 587.475 384.704 587.367 385.029 587.152C385.353 586.937 385.6 586.627 385.769 586.222C385.938 585.818 386.023 585.334 386.023 584.771C386.023 584.22 385.94 583.735 385.774 583.314C385.609 582.893 385.363 582.563 385.039 582.325C384.714 582.086 384.313 581.967 383.835 581.967C383.338 581.967 382.924 582.093 382.593 582.344C382.264 582.596 382.018 582.934 381.852 583.359C381.689 583.783 381.608 584.254 381.608 584.771C381.608 585.301 381.691 585.77 381.857 586.178C382.026 586.582 382.274 586.9 382.603 587.132C382.934 587.361 383.345 587.475 383.835 587.475ZM390.217 584.055V588.648H389.044V578.467H390.217V582.205H390.317C390.496 581.811 390.764 581.498 391.122 581.266C391.484 581.03 391.964 580.913 392.564 580.913C393.084 580.913 393.54 581.017 393.931 581.226C394.322 581.431 394.626 581.748 394.841 582.175C395.06 582.6 395.169 583.14 395.169 583.796V588.648H393.996V583.876C393.996 583.269 393.838 582.8 393.524 582.469C393.212 582.134 392.779 581.967 392.226 581.967C391.841 581.967 391.497 582.048 391.192 582.21C390.89 582.373 390.652 582.61 390.476 582.921C390.304 583.233 390.217 583.611 390.217 584.055Z" fill="#E5484D"/>
<rect x="341.648" y="608.648" width="125" height="29" rx="4" fill="#1F1F1F"/>
<mask id="mask2_10538_92375" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="350" y="612" width="21" height="21">
<rect x="350.648" y="612.648" width="20" height="20" fill="#D9D9D9"/>
</mask>
<g mask="url(#mask2_10538_92375)">
<path d="M362.822 627.648C362.312 627.648 361.877 627.47 361.517 627.114C361.158 626.757 360.978 626.324 360.978 625.813C360.978 625.303 361.156 624.868 361.512 624.508C361.869 624.149 362.302 623.969 362.813 623.969C363.323 623.969 363.759 624.147 364.118 624.503C364.478 624.86 364.657 625.293 364.657 625.804C364.657 626.314 364.479 626.749 364.123 627.109C363.766 627.468 363.333 627.648 362.822 627.648ZM355.414 630.232C355.039 630.232 354.722 630.1 354.463 629.836C354.203 629.572 354.074 629.257 354.074 628.892V618.405C354.074 618.039 354.203 617.725 354.463 617.461C354.722 617.197 355.039 617.065 355.414 617.065H357.234V615.526C357.234 615.367 357.287 615.235 357.393 615.128C357.498 615.022 357.63 614.969 357.788 614.969C357.945 614.969 358.079 615.022 358.187 615.128C358.295 615.235 358.35 615.367 358.35 615.526V617.065H362.997V615.51C362.997 615.357 363.048 615.228 363.151 615.124C363.254 615.021 363.382 614.969 363.534 614.969C363.687 614.969 363.816 615.021 363.922 615.124C364.027 615.228 364.08 615.357 364.08 615.51V617.065H365.901C366.276 617.065 366.593 617.197 366.852 617.461C367.111 617.725 367.241 618.039 367.241 618.405V628.892C367.241 629.257 367.111 629.572 366.852 629.836C366.593 630.1 366.276 630.232 365.901 630.232H355.414ZM355.414 629.148H365.901C365.965 629.148 366.024 629.122 366.077 629.068C366.131 629.015 366.157 628.956 366.157 628.892V621.905H355.157V628.892C355.157 628.956 355.184 629.015 355.237 629.068C355.291 629.122 355.35 629.148 355.414 629.148ZM355.157 620.821H366.157V618.405C366.157 618.341 366.131 618.282 366.077 618.228C366.024 618.175 365.965 618.148 365.901 618.148H355.414C355.35 618.148 355.291 618.175 355.237 618.228C355.184 618.282 355.157 618.341 355.157 618.405V620.821Z" fill="#AB6400"/>
</g>
<path d="M374.02 628.648V627.754L377.38 624.075C377.775 623.644 378.1 623.269 378.355 622.951C378.61 622.629 378.799 622.328 378.922 622.046C379.047 621.761 379.11 621.463 379.11 621.151C379.11 620.793 379.024 620.483 378.852 620.222C378.683 619.96 378.451 619.758 378.156 619.615C377.861 619.473 377.529 619.401 377.162 619.401C376.77 619.401 376.429 619.482 376.137 619.645C375.849 619.804 375.625 620.028 375.466 620.316C375.31 620.604 375.233 620.942 375.233 621.33H374.059C374.059 620.734 374.197 620.21 374.472 619.759C374.747 619.308 375.122 618.957 375.596 618.705C376.073 618.453 376.608 618.327 377.201 618.327C377.798 618.327 378.327 618.453 378.787 618.705C379.248 618.957 379.609 619.297 379.871 619.724C380.133 620.152 380.264 620.628 380.264 621.151C380.264 621.526 380.196 621.892 380.06 622.25C379.927 622.605 379.695 623.001 379.364 623.438C379.036 623.872 378.58 624.403 377.997 625.029L375.71 627.475V627.555H380.443V628.648H374.02ZM385.477 628.788C384.795 628.788 384.191 628.667 383.668 628.425C383.147 628.179 382.741 627.843 382.45 627.415C382.158 626.985 382.014 626.494 382.017 625.944C382.014 625.513 382.098 625.115 382.271 624.751C382.443 624.383 382.678 624.076 382.977 623.831C383.278 623.582 383.615 623.425 383.986 623.359V623.299C383.499 623.173 383.111 622.9 382.823 622.479C382.534 622.054 382.392 621.572 382.395 621.032C382.392 620.515 382.523 620.053 382.788 619.645C383.053 619.237 383.418 618.916 383.882 618.68C384.349 618.445 384.881 618.327 385.477 618.327C386.067 618.327 386.594 618.445 387.058 618.68C387.522 618.916 387.887 619.237 388.152 619.645C388.421 620.053 388.557 620.515 388.56 621.032C388.557 621.572 388.409 622.054 388.117 622.479C387.829 622.9 387.446 623.173 386.969 623.299V623.359C387.337 623.425 387.668 623.582 387.963 623.831C388.258 624.076 388.494 624.383 388.669 624.751C388.845 625.115 388.934 625.513 388.938 625.944C388.934 626.494 388.785 626.985 388.49 627.415C388.199 627.843 387.793 628.179 387.272 628.425C386.755 628.667 386.157 628.788 385.477 628.788ZM385.477 627.694C385.938 627.694 386.336 627.619 386.671 627.47C387.005 627.321 387.264 627.111 387.446 626.839C387.628 626.567 387.721 626.249 387.725 625.884C387.721 625.5 387.622 625.16 387.426 624.865C387.231 624.57 386.964 624.338 386.626 624.169C386.291 624 385.908 623.915 385.477 623.915C385.043 623.915 384.655 624 384.314 624.169C383.976 624.338 383.709 624.57 383.514 624.865C383.321 625.16 383.227 625.5 383.23 625.884C383.227 626.249 383.315 626.567 383.494 626.839C383.676 627.111 383.936 627.321 384.274 627.47C384.612 627.619 385.013 627.694 385.477 627.694ZM385.477 622.862C385.842 622.862 386.165 622.789 386.447 622.643C386.732 622.497 386.956 622.293 387.118 622.031C387.28 621.769 387.363 621.463 387.367 621.112C387.363 620.767 387.282 620.467 387.123 620.212C386.964 619.953 386.744 619.754 386.462 619.615C386.18 619.473 385.852 619.401 385.477 619.401C385.096 619.401 384.763 619.473 384.478 619.615C384.193 619.754 383.973 619.953 383.817 620.212C383.661 620.467 383.585 620.767 383.588 621.112C383.585 621.463 383.663 621.769 383.822 622.031C383.984 622.293 384.208 622.497 384.493 622.643C384.778 622.789 385.106 622.862 385.477 622.862ZM398.297 618.467H399.53V625.745C399.53 626.395 399.411 626.946 399.172 627.401C398.934 627.855 398.597 628.199 398.163 628.435C397.729 628.67 397.217 628.788 396.627 628.788C396.07 628.788 395.574 628.687 395.14 628.484C394.706 628.279 394.365 627.987 394.116 627.609C393.868 627.232 393.743 626.782 393.743 626.262H394.956C394.956 626.55 395.028 626.802 395.17 627.018C395.316 627.23 395.515 627.396 395.767 627.515C396.019 627.634 396.305 627.694 396.627 627.694C396.981 627.694 397.283 627.619 397.532 627.47C397.78 627.321 397.969 627.102 398.098 626.814C398.231 626.522 398.297 626.166 398.297 625.745V618.467ZM406.374 625.526V621.012H407.548V628.648H406.374V627.356H406.295C406.116 627.744 405.838 628.073 405.46 628.345C405.082 628.614 404.605 628.748 404.028 628.748C403.551 628.748 403.126 628.643 402.755 628.435C402.384 628.223 402.092 627.904 401.88 627.48C401.668 627.053 401.562 626.5
<g clip-path="url(#clip2_10538_92375)">
<path d="M185.731 618.984H177.565C176.92 618.984 176.398 619.507 176.398 620.151V628.318C176.398 628.962 176.92 629.484 177.565 629.484H185.731C186.376 629.484 186.898 628.962 186.898 628.318V620.151C186.898 619.507 186.376 618.984 185.731 618.984Z" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M183.984 617.812V620.146" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M179.312 617.812V620.146" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M176.398 622.484H186.898" stroke="#525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<path d="M197.063 628.648H193.767V618.467H197.167C198.165 618.467 199.022 618.67 199.738 619.078C200.454 619.482 201.002 620.064 201.383 620.823C201.768 621.579 201.96 622.485 201.96 623.543C201.96 624.603 201.766 625.515 201.378 626.277C200.994 627.039 200.437 627.626 199.708 628.037C198.979 628.445 198.097 628.648 197.063 628.648ZM195.303 627.306H196.978C197.754 627.306 198.399 627.16 198.912 626.869C199.426 626.574 199.811 626.148 200.066 625.591C200.321 625.031 200.449 624.348 200.449 623.543C200.449 622.744 200.321 622.066 200.066 621.509C199.814 620.952 199.438 620.53 198.937 620.241C198.437 619.953 197.815 619.809 197.073 619.809H195.303V627.306ZM208.308 625.482V621.012H209.8V628.648H208.338V627.326H208.259C208.083 627.734 207.801 628.073 207.413 628.345C207.029 628.614 206.55 628.748 205.977 628.748C205.486 628.748 205.052 628.64 204.674 628.425C204.3 628.206 204.005 627.883 203.789 627.455C203.577 627.028 203.471 626.499 203.471 625.869V621.012H204.957V625.69C204.957 626.211 205.102 626.625 205.39 626.933C205.678 627.241 206.053 627.396 206.514 627.396C206.792 627.396 207.069 627.326 207.344 627.187C207.622 627.048 207.853 626.837 208.035 626.555C208.22 626.274 208.312 625.916 208.308 625.482ZM214.808 628.803C214.056 628.803 213.408 628.642 212.864 628.32C212.324 627.996 211.907 627.54 211.612 626.953C211.32 626.363 211.174 625.672 211.174 624.88C211.174 624.098 211.32 623.408 211.612 622.812C211.907 622.215 212.318 621.75 212.845 621.415C213.375 621.08 213.995 620.913 214.704 620.913C215.135 620.913 215.552 620.984 215.957 621.126C216.361 621.269 216.724 621.493 217.046 621.798C217.367 622.103 217.621 622.499 217.806 622.986C217.992 623.47 218.085 624.058 218.085 624.751V625.278H212.014V624.164H216.628C216.628 623.773 216.548 623.427 216.389 623.125C216.23 622.82 216.006 622.58 215.718 622.404C215.433 622.228 215.098 622.141 214.714 622.141C214.296 622.141 213.932 622.243 213.62 622.449C213.312 622.651 213.073 622.916 212.904 623.244C212.738 623.569 212.656 623.922 212.656 624.303V625.173C212.656 625.684 212.745 626.118 212.924 626.476C213.106 626.834 213.36 627.107 213.685 627.296C214.01 627.482 214.389 627.575 214.823 627.575C215.105 627.575 215.362 627.535 215.594 627.455C215.826 627.372 216.026 627.25 216.195 627.087C216.364 626.925 216.494 626.724 216.583 626.486L217.99 626.739C217.877 627.154 217.675 627.517 217.384 627.828C217.095 628.136 216.732 628.377 216.295 628.549C215.861 628.718 215.365 628.803 214.808 628.803ZM225.738 628.798C225.121 628.798 224.571 628.64 224.087 628.325C223.606 628.007 223.229 627.555 222.954 626.968C222.682 626.378 222.546 625.67 222.546 624.845C222.546 624.02 222.683 623.314 222.959 622.727C223.237 622.141 223.618 621.692 224.102 621.38C224.586 621.068 225.134 620.913 225.748 620.913C226.222 620.913 226.603 620.992 226.891 621.151C227.183 621.307 227.408 621.489 227.567 621.698C227.73 621.907 227.856 622.091 227.945 622.25H228.035V618.467H229.521V628.648H228.069V627.46H227.945C227.856 627.623 227.726 627.808 227.557 628.017C227.392 628.226 227.163 628.408 226.871 628.564C226.58 628.72 226.202 628.798 225.738 628.798ZM226.066 627.53C226.493 627.53 226.855 627.417 227.15 627.192C227.448 626.963 227.673 626.647 227.826 626.242C227.981 625.838 228.059 625.367 228.059 624.83C228.059 624.3 227.983 623.836 227.831 623.438C227.678 623.04 227.455 622.731 227.16 622.509C226.865 622.286 226.5 622.175 226.066 622.175C225.618 622.175 225.245 622.291 224.947 622.523C224.649 622.755 224.423 623.072 224.271 623.473C224.122 623.874 224.047 624.326 224.047 624.83C224.047 625.341 224.124 625.8 224.276 626.207C224.428 626.615 224.654 626.938 224.952 627.177C225.254 627.412 225.625 627.53 226.066 627.53ZM233.585 628.817C233.101 628.817 232.664 628.728 232.272 628.549C231.881 628.367 231.571 628.103 231.343 627.759C231.117 627.414 231.005 626.991 231.005 626.491C231.005 626.06 231.088 625.705 231.253 625.427C231.419 625.148 231.643 624.928 231.924 624.766C232.206 624.603 232.521 624.481 232.869 624.398C233.217 624.315 233.572 624.252 233.933 624.209C234.39 624.156 234.762 624.113 235.047 624.08C2
<rect x="174.648" y="484.648" width="44.0024" height="24" rx="4" fill="#2C2C2C"/>
<path d="M186.089 494.008L183.6 496.497C183.497 496.601 183.366 496.654 183.209 496.657C183.052 496.659 182.919 496.606 182.811 496.497C182.702 496.389 182.648 496.257 182.648 496.103C182.648 495.948 182.702 495.817 182.811 495.708L186.177 492.342C186.313 492.206 186.471 492.139 186.651 492.139C186.832 492.139 186.99 492.206 187.125 492.342L190.491 495.708C190.595 495.812 190.648 495.942 190.65 496.099C190.653 496.256 190.6 496.389 190.491 496.497C190.383 496.606 190.251 496.66 190.097 496.66C189.942 496.66 189.81 496.606 189.702 496.497L187.213 494.008V500.597C187.213 500.756 187.159 500.89 187.052 500.997C186.944 501.105 186.811 501.159 186.651 501.159C186.492 501.159 186.358 501.105 186.251 500.997C186.143 500.89 186.089 500.756 186.089 500.597V494.008Z" fill="#525252"/>
<path d="M199.284 491.467V501.648H198.051V492.759H197.991L195.506 494.41V493.157L198.051 491.467H199.284ZM205.533 501.788C204.784 501.788 204.146 501.584 203.619 501.176C203.092 500.765 202.69 500.17 202.411 499.391C202.133 498.609 201.994 497.665 201.994 496.558C201.994 495.457 202.133 494.518 202.411 493.739C202.693 492.956 203.097 492.36 203.624 491.949C204.155 491.535 204.791 491.327 205.533 491.327C206.276 491.327 206.91 491.535 207.437 491.949C207.968 492.36 208.372 492.956 208.651 493.739C208.932 494.518 209.073 495.457 209.073 496.558C209.073 497.665 208.934 498.609 208.655 499.391C208.377 500.17 207.974 500.765 207.447 501.176C206.92 501.584 206.282 501.788 205.533 501.788ZM205.533 500.694C206.276 500.694 206.852 500.336 207.263 499.62C207.674 498.904 207.88 497.883 207.88 496.558C207.88 495.676 207.785 494.925 207.597 494.305C207.411 493.686 207.142 493.213 206.791 492.888C206.443 492.564 206.024 492.401 205.533 492.401C204.798 492.401 204.222 492.764 203.808 493.49C203.394 494.213 203.187 495.235 203.187 496.558C203.187 497.439 203.28 498.188 203.465 498.805C203.651 499.421 203.918 499.89 204.266 500.212C204.617 500.533 205.039 500.694 205.533 500.694Z" fill="#525252"/>
<rect x="226.651" y="484.648" width="37.0024" height="24" rx="4" fill="#2C2C2C"/>
<path d="M239.212 499.289L241.701 496.799C241.805 496.696 241.935 496.643 242.092 496.64C242.249 496.638 242.382 496.691 242.49 496.799C242.599 496.908 242.653 497.04 242.653 497.194C242.653 497.349 242.599 497.48 242.49 497.589L239.124 500.955C238.988 501.091 238.831 501.158 238.65 501.158C238.469 501.158 238.311 501.091 238.176 500.955L234.81 497.589C234.706 497.485 234.653 497.355 234.651 497.198C234.648 497.041 234.701 496.908 234.81 496.799C234.918 496.691 235.05 496.637 235.204 496.637C235.359 496.637 235.491 496.691 235.599 496.799L238.088 499.289V492.7C238.088 492.541 238.142 492.407 238.25 492.3C238.357 492.192 238.491 492.138 238.65 492.138C238.809 492.138 238.943 492.192 239.05 492.3C239.158 492.407 239.212 492.541 239.212 492.7V499.289Z" fill="#525252"/>
<path d="M247.468 499.56V498.546L251.943 491.467H252.679V493.038H252.181L248.801 498.387V498.467H254.826V499.56H247.468ZM252.261 501.648V499.252V498.78V491.467H253.434V501.648H252.261Z" fill="#525252"/>
<path opacity="0.5" d="M275.653 484.648V507.648" stroke="#454545"/>
<rect x="287.653" y="484.648" width="30" height="24" rx="4" fill="#2C2C2C"/>
<mask id="mask3_10538_92375" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="295" y="489" width="15" height="15">
<rect x="295.653" y="489.648" width="14" height="14" fill="#D9D9D9"/>
</mask>
<g mask="url(#mask3_10538_92375)">
<path d="M302.66 502.189C301.893 502.189 301.173 502.044 300.498 501.753C299.824 501.462 299.237 501.067 298.738 500.569C298.239 500.07 297.844 499.484 297.553 498.81C297.262 498.135 297.117 497.415 297.117 496.649C297.117 495.882 297.262 495.162 297.553 494.487C297.844 493.813 298.239 493.226 298.738 492.727C299.237 492.229 299.823 491.834 300.497 491.543C301.172 491.252 301.892 491.106 302.659 491.106C303.062 491.106 303.452 491.147 303.83 491.227C304.207 491.308 304.569 491.426 304.913 491.582V492.563C304.581 492.38 304.225 492.237 303.845 492.135C303.466 492.032 303.071 491.981 302.659 491.981C301.365 491.981 300.264 492.436 299.355 493.345C298.446 494.254 297.992 495.355 297.992 496.648C297.992 497.941 298.446 499.042 299.355 499.951C300.264 500.86 301.365 501.314 302.659 501.314C303.952 501.314 305.053 500.86 305.962 499.951C306.871 499.042 307.325 497.941 307.325 496.648C307.325 496.351 307.297 496.063 307.242 495.785C307.186 495.507 307.108 495.237 307.009 494.976H307.949C308.033 495.243 308.095 495.514 308.137 495.789C308.179 496.063 308.2 496.35 308.2 496.648C308.2 497.414 308.055 498.135 307.764 498.809C307.473 499.483 307.078 500.07 306.58 500.568C306.081 501.067 305.494 501.462 304.82 501.753C304.146 502.044 303.426 502.189 302.66 502.189ZM307.471 492.419H306.742C306.618 492.419 306.514 492.377 306.43 492.293C306.346 492.209 306.304 492.105 306.304 491.981C306.304 491.857 306.346 491.753 306.43 491.669C306.514 491.585 306.618 491.544 306.742 491.544H307.471V490.814C307.471 490.69 307.513 490.587 307.597 490.503C307.681 490.419 307.785 490.377 307.909 490.377C308.033 490.377 308.137 490.419 308.22 490.503C308.304 490.587 308.346 490.69 308.346 490.814V491.544H309.075C309.199 491.544 309.303 491.586 309.387 491.669C309.471 491.753 309.513 491.857 309.513 491.981C309.513 492.105 309.471 492.209 309.387 492.293C309.303 492.377 309.199 492.419 309.075 492.419H308.346V493.148C308.346 493.272 308.304 493.376 308.22 493.459C308.136 493.543 308.032 493.585 307.908 493.585C307.784 493.585 307.68 493.543 307.597 493.459C307.513 493.376 307.471 493.272 307.471 493.148V492.419ZM304.645 495.952C304.858 495.952 305.038 495.878 305.185 495.729C305.333 495.581 305.407 495.4 305.407 495.188C305.407 494.976 305.333 494.796 305.184 494.648C305.035 494.5 304.855 494.427 304.643 494.427C304.431 494.427 304.251 494.501 304.103 494.65C303.955 494.798 303.881 494.979 303.881 495.191C303.881 495.403 303.956 495.583 304.104 495.731C304.253 495.878 304.433 495.952 304.645 495.952ZM300.674 495.952C300.887 495.952 301.067 495.878 301.214 495.729C301.362 495.581 301.436 495.4 301.436 495.188C301.436 494.976 301.361 494.796 301.213 494.648C301.064 494.5 300.884 494.427 300.672 494.427C300.459 494.427 300.279 494.501 300.132 494.65C299.984 494.798 299.91 494.979 299.91 495.191C299.91 495.403 299.984 495.583 300.133 495.731C300.282 495.878 300.462 495.952 300.674 495.952ZM302.659 499.677C303.182 499.677 303.665 499.553 304.107 499.305C304.55 499.057 304.909 498.72 305.185 498.296C305.24 498.189 305.238 498.083 305.18 497.975C305.121 497.868 305.029 497.814 304.904 497.814H300.413C300.288 497.814 300.196 497.868 300.137 497.975C300.079 498.083 300.077 498.189 300.132 498.296C300.408 498.72 300.77 499.057 301.216 499.305C301.663 499.553 302.144 499.677 302.659 499.677Z" fill="#60646C"/>
</g>
<rect x="325.653" y="484.648" width="46" height="24" rx="4" fill="#2C2C2C"/>
<rect x="333.653" y="490.648" width="12" height="12" fill="url(#pattern0_10538_92375)"/>
<path d="M354.286 491.467V501.648H353.054V492.759H352.994L350.508 494.41V493.157L353.054 491.467H354.286ZM360.794 491.467V501.648H359.561V492.759H359.502L357.016 494.41V493.157L359.561 491.467H360.794Z" fill="#EEEEEE"/>
<rect x="379.653" y="484.648" width="48" height="24" rx="4" fill="#2C2C2C"/>
<rect x="387.653" y="490.779" width="12" height="11.7375" fill="url(#pattern1_10538_92375)"/>
<path d="M408.286 491.467V501.648H407.054V492.759H406.994L404.508 494.41V493.157L407.054 491.467H408.286ZM414.536 501.788C413.787 501.788 413.149 501.584 412.622 501.176C412.095 500.765 411.692 500.17 411.414 499.391C411.135 498.609 410.996 497.665 410.996 496.558C410.996 495.457 411.135 494.518 411.414 493.739C411.695 492.956 412.1 492.36 412.627 491.949C413.157 491.535 413.793 491.327 414.536 491.327C415.278 491.327 415.913 491.535 416.44 491.949C416.97 492.36 417.375 492.956 417.653 493.739C417.935 494.518 418.076 495.457 418.076 496.558C418.076 497.665 417.936 498.609 417.658 499.391C417.38 500.17 416.977 500.765 416.45 501.176C415.923 501.584 415.285 501.788 414.536 501.788ZM414.536 500.694C415.278 500.694 415.855 500.336 416.266 499.62C416.677 498.904 416.882 497.883 416.882 496.558C416.882 495.676 416.788 494.925 416.599 494.305C416.413 493.686 416.145 493.213 415.794 492.888C415.446 492.564 415.026 492.401 414.536 492.401C413.8 492.401 413.225 492.764 412.811 493.49C412.396 494.213 412.189 495.235 412.189 496.558C412.189 497.439 412.282 498.188 412.468 498.805C412.653 499.421 412.92 499.89 413.268 500.212C413.619 500.533 414.042 500.694 414.536 500.694Z" fill="#EEEEEE"/>
</g>
<g filter="url(#filter1_bdd_10538_92375)">
<rect x="48" y="774" width="540" height="169" rx="12" fill="url(#paint4_linear_10538_92375)" fill-opacity="0.4" shape-rendering="crispEdges"/>
<rect x="48.1752" y="774.175" width="539.65" height="168.65" rx="11.8248" stroke="url(#paint5_linear_10538_92375)" stroke-width="0.350407" shape-rendering="crispEdges"/>
<rect x="58" y="784" width="520" height="149" rx="8" fill="#1B1C1E"/>
<rect x="128.25" y="851.25" width="412.5" height="39.5" rx="3.75" fill="#1F1F1F" stroke="#2C2C2C" stroke-width="0.5"/>
<path d="M253.216 876.154C252.477 876.154 251.84 875.987 251.307 875.652C250.777 875.314 250.369 874.848 250.084 874.255C249.799 873.662 249.656 872.982 249.656 872.217C249.656 871.441 249.802 870.757 250.094 870.163C250.385 869.567 250.796 869.101 251.327 868.766C251.857 868.432 252.482 868.264 253.201 868.264C253.781 868.264 254.298 868.372 254.752 868.587C255.206 868.799 255.572 869.098 255.851 869.482C256.133 869.867 256.3 870.316 256.353 870.83H254.906C254.827 870.472 254.644 870.163 254.359 869.905C254.078 869.646 253.7 869.517 253.226 869.517C252.812 869.517 252.449 869.626 252.137 869.845C251.829 870.061 251.589 870.369 251.416 870.77C251.244 871.168 251.158 871.638 251.158 872.182C251.158 872.739 251.242 873.219 251.411 873.624C251.58 874.028 251.819 874.341 252.127 874.563C252.439 874.785 252.805 874.896 253.226 874.896C253.508 874.896 253.763 874.845 253.991 874.742C254.223 874.636 254.417 874.485 254.573 874.29C254.732 874.094 254.843 873.859 254.906 873.584H256.353C256.3 874.078 256.139 874.518 255.871 874.906C255.602 875.294 255.243 875.599 254.792 875.821C254.344 876.043 253.819 876.154 253.216 876.154ZM260.165 876.169C259.681 876.169 259.244 876.08 258.852 875.901C258.461 875.718 258.151 875.455 257.923 875.11C257.697 874.765 257.585 874.343 257.585 873.842C257.585 873.411 257.668 873.057 257.833 872.778C257.999 872.5 258.223 872.28 258.504 872.117C258.786 871.955 259.101 871.832 259.449 871.749C259.797 871.666 260.152 871.603 260.513 871.56C260.97 871.507 261.342 871.464 261.627 871.431C261.912 871.395 262.119 871.337 262.248 871.257C262.377 871.178 262.442 871.048 262.442 870.869V870.835C262.442 870.4 262.319 870.064 262.074 869.825C261.832 869.587 261.471 869.467 260.99 869.467C260.49 869.467 260.095 869.578 259.807 869.8C259.522 870.019 259.325 870.263 259.215 870.531L257.818 870.213C257.984 869.749 258.226 869.375 258.544 869.089C258.866 868.801 259.235 868.592 259.653 868.463C260.07 868.33 260.51 868.264 260.97 868.264C261.275 868.264 261.598 868.301 261.94 868.374C262.285 868.443 262.606 868.572 262.904 868.761C263.206 868.95 263.453 869.22 263.645 869.572C263.837 869.92 263.933 870.372 263.933 870.929V876H262.482V874.956H262.422C262.326 875.148 262.182 875.337 261.99 875.523C261.797 875.708 261.55 875.862 261.249 875.985C260.947 876.108 260.586 876.169 260.165 876.169ZM260.488 874.976C260.899 874.976 261.25 874.895 261.542 874.732C261.837 874.57 262.061 874.358 262.213 874.096C262.369 873.831 262.447 873.547 262.447 873.246V872.261C262.394 872.314 262.291 872.364 262.139 872.411C261.99 872.454 261.819 872.492 261.627 872.525C261.434 872.555 261.247 872.583 261.065 872.609C260.883 872.633 260.73 872.652 260.607 872.669C260.319 872.705 260.056 872.767 259.817 872.853C259.582 872.939 259.393 873.063 259.25 873.226C259.111 873.385 259.041 873.597 259.041 873.862C259.041 874.23 259.177 874.509 259.449 874.697C259.721 874.883 260.067 874.976 260.488 874.976ZM267.4 871.466V876H265.913V868.364H267.34V869.607H267.435C267.61 869.202 267.885 868.877 268.26 868.632C268.638 868.387 269.113 868.264 269.687 868.264C270.207 868.264 270.663 868.374 271.054 868.592C271.445 868.808 271.748 869.129 271.964 869.557C272.179 869.984 272.287 870.513 272.287 871.143V876H270.8V871.322C270.8 870.768 270.656 870.336 270.368 870.024C270.08 869.709 269.683 869.552 269.18 869.552C268.835 869.552 268.528 869.626 268.26 869.776C267.995 869.925 267.784 870.143 267.629 870.432C267.476 870.717 267.4 871.062 267.4 871.466ZM278.925 878.864C278.703 878.864 278.501 878.845 278.319 878.809C278.136 878.776 278.001 878.739 277.911 878.7L278.269 877.482C278.541 877.554 278.783 877.586 278.995 877.576C279.207 877.566 279.394 877.487 279.557 877.337C279.722 877.188 279.868 876.945 279.994 876.607L280.178 876.099L277.384 868.364H278.975L280.909 874.29H280.988L282.922 868.364H284.518L281.371 877.019C281.225 877.417 281.04 877.753 280.814 878.028C280.589 878.307 280.321 878.516 280.009 878.655C279.698 878.794 279.336 878.864 278.925 878.864ZM288.872 876.154C288.156 876.154 287.531 875.99 286.998 875.662C286.464 875.334 286.05 874.875 285.755 87
<rect x="136" y="859" width="106" height="24" rx="4" fill="#1C3376" fill-opacity="0.5"/>
<path d="M149.14 878.769C148.113 878.769 147.201 878.628 146.406 878.347C145.613 878.068 144.946 877.657 144.402 877.114C143.859 876.573 143.446 875.911 143.164 875.125C142.882 874.339 142.742 873.443 142.742 872.435C142.742 871.454 142.884 870.573 143.169 869.79C143.454 869.008 143.868 868.342 144.412 867.792C144.959 867.238 145.623 866.816 146.406 866.524C147.188 866.232 148.076 866.087 149.07 866.087C150.022 866.087 150.86 866.236 151.586 866.534C152.312 866.832 152.922 867.242 153.416 867.762C153.913 868.282 154.287 868.879 154.539 869.552C154.791 870.225 154.917 870.936 154.917 871.685C154.917 872.208 154.884 872.72 154.818 873.221C154.751 873.718 154.629 874.169 154.45 874.573C154.274 874.974 154.019 875.296 153.684 875.538C153.353 875.776 152.922 875.901 152.391 875.911C152.11 875.92 151.836 875.887 151.571 875.811C151.306 875.735 151.081 875.612 150.895 875.443C150.709 875.271 150.597 875.052 150.557 874.787H150.497C150.418 874.982 150.285 875.165 150.1 875.334C149.914 875.5 149.677 875.632 149.389 875.732C149.104 875.828 148.772 875.867 148.394 875.851C147.977 875.834 147.6 875.74 147.266 875.567C146.931 875.395 146.644 875.156 146.406 874.852C146.17 874.547 145.99 874.185 145.864 873.768C145.738 873.35 145.675 872.886 145.675 872.376C145.675 871.885 145.746 871.446 145.889 871.058C146.031 870.667 146.225 870.331 146.47 870.049C146.719 869.764 147.004 869.539 147.325 869.373C147.647 869.207 147.987 869.103 148.345 869.06C148.693 869.02 149.012 869.03 149.304 869.089C149.596 869.149 149.838 869.24 150.03 869.363C150.225 869.486 150.348 869.62 150.398 869.766H150.462V869.209H151.685V873.822C151.685 874.084 151.753 874.306 151.889 874.489C152.028 874.671 152.226 874.762 152.481 874.762C152.783 874.762 153.018 874.651 153.187 874.429C153.359 874.207 153.48 873.866 153.55 873.405C153.623 872.944 153.659 872.354 153.659 871.635C153.659 871.131 153.591 870.657 153.455 870.213C153.323 869.766 153.126 869.361 152.864 869C152.605 868.635 152.287 868.322 151.909 868.06C151.531 867.799 151.1 867.596 150.617 867.454C150.136 867.311 149.604 867.24 149.021 867.24C148.229 867.24 147.524 867.363 146.908 867.608C146.291 867.85 145.771 868.2 145.347 868.657C144.926 869.114 144.606 869.663 144.387 870.303C144.172 870.939 144.064 871.653 144.064 872.445C144.064 873.271 144.175 874.003 144.397 874.643C144.619 875.279 144.947 875.816 145.381 876.254C145.816 876.691 146.353 877.022 146.992 877.248C147.632 877.477 148.369 877.591 149.205 877.591C149.576 877.591 149.94 877.558 150.298 877.491C150.656 877.429 150.975 877.356 151.253 877.273C151.535 877.193 151.745 877.129 151.884 877.079L152.232 878.168C152.027 878.264 151.753 878.358 151.412 878.451C151.074 878.544 150.706 878.62 150.308 878.68C149.914 878.739 149.524 878.769 149.14 878.769ZM148.683 874.633C149.113 874.633 149.46 874.547 149.722 874.374C149.987 874.202 150.177 873.945 150.293 873.604C150.413 873.259 150.472 872.828 150.472 872.311C150.469 871.807 150.404 871.406 150.278 871.108C150.156 870.806 149.964 870.591 149.702 870.462C149.443 870.329 149.11 870.263 148.703 870.263C148.328 870.263 148.008 870.354 147.743 870.536C147.481 870.719 147.281 870.965 147.141 871.277C147.006 871.589 146.936 871.935 146.933 872.316C146.936 872.717 146.992 873.095 147.102 873.45C147.214 873.801 147.397 874.086 147.649 874.305C147.904 874.523 148.248 874.633 148.683 874.633ZM156.678 876V865.818H158.165V869.602H158.254C158.34 869.442 158.465 869.259 158.627 869.05C158.789 868.841 159.015 868.659 159.303 868.503C159.592 868.344 159.973 868.264 160.447 868.264C161.063 868.264 161.613 868.42 162.097 868.732C162.581 869.043 162.961 869.492 163.236 870.079C163.514 870.665 163.653 871.371 163.653 872.197C163.653 873.022 163.516 873.73 163.241 874.32C162.966 874.906 162.588 875.359 162.107 875.677C161.627 875.992 161.078 876.149 160.462 876.149C159.998 876.149 159.618 876.071 159.323 875.915C159.031 875.76 158.803 875.577 158.637 875.369C158.471 875.16 158.344 874.974 158.254 874.812H158.13V876H156.678ZM158.135 872.182C158.135 872.719 158.213 873.189 158.369 873.594C158.524 873.998 158.75 874.315 15
<rect x="76" y="803" width="36" height="36" rx="18" fill="#D9D9D9"/>
<rect x="76" y="803" width="36" height="36" rx="18" fill="url(#pattern2_10538_92375)"/>
<rect x="98" y="821" width="20" height="20" rx="10" fill="#F4F4F7"/>
<path d="M105.95 834.504C106.904 834.993 108.002 835.126 109.045 834.878C110.089 834.63 111.009 834.017 111.641 833.15C112.272 832.283 112.574 831.219 112.49 830.15C112.407 829.081 111.944 828.076 111.186 827.318C110.428 826.56 109.423 826.097 108.354 826.014C107.285 825.93 106.221 826.231 105.354 826.863C104.487 827.495 103.874 828.415 103.626 829.458C103.378 830.502 103.51 831.6 104 832.554L103 835.504L105.95 834.504Z" stroke="#60646C" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M131.082 818L128.298 807.818H129.551L131.679 816.111H131.778L133.946 807.818H135.338L137.506 816.111H137.605L139.733 807.818H140.986L138.202 818H136.929L134.682 809.886H134.602L132.355 818H131.082ZM142.083 818V810.364H143.256V818H142.083ZM142.68 809.091C142.451 809.091 142.254 809.013 142.088 808.857C141.925 808.701 141.844 808.514 141.844 808.295C141.844 808.077 141.925 807.889 142.088 807.734C142.254 807.578 142.451 807.5 142.68 807.5C142.908 807.5 143.104 807.578 143.266 807.734C143.432 807.889 143.515 808.077 143.515 808.295C143.515 808.514 143.432 808.701 143.266 808.857C143.104 809.013 142.908 809.091 142.68 809.091ZM146.298 807.818V818H145.125V807.818H146.298ZM148.327 818V807.818H149.5V811.577H149.599C149.685 811.444 149.805 811.275 149.957 811.07C150.113 810.861 150.335 810.675 150.623 810.513C150.915 810.347 151.31 810.264 151.807 810.264C152.45 810.264 153.016 810.425 153.507 810.746C153.997 811.068 154.38 811.524 154.655 812.114C154.93 812.704 155.068 813.4 155.068 814.202C155.068 815.01 154.93 815.711 154.655 816.305C154.38 816.895 153.999 817.352 153.512 817.677C153.025 817.998 152.463 818.159 151.827 818.159C151.336 818.159 150.943 818.078 150.648 817.915C150.353 817.75 150.126 817.562 149.967 817.354C149.808 817.142 149.685 816.966 149.599 816.827H149.46V818H148.327ZM149.48 814.182C149.48 814.759 149.564 815.267 149.734 815.708C149.903 816.146 150.149 816.489 150.474 816.737C150.799 816.982 151.197 817.105 151.667 817.105C152.158 817.105 152.567 816.976 152.895 816.717C153.227 816.455 153.475 816.104 153.641 815.663C153.81 815.219 153.895 814.725 153.895 814.182C153.895 813.645 153.812 813.161 153.646 812.73C153.484 812.296 153.237 811.953 152.905 811.701C152.577 811.446 152.165 811.318 151.667 811.318C151.19 811.318 150.789 811.439 150.464 811.681C150.14 811.92 149.894 812.254 149.729 812.685C149.563 813.113 149.48 813.612 149.48 814.182ZM161.395 814.878V810.364H162.569V818H161.395V816.707H161.316C161.137 817.095 160.858 817.425 160.48 817.697C160.103 817.965 159.625 818.099 159.049 818.099C158.571 818.099 158.147 817.995 157.776 817.786C157.405 817.574 157.113 817.256 156.901 816.832C156.689 816.404 156.583 815.866 156.583 815.216V810.364H157.756V815.136C157.756 815.693 157.912 816.137 158.223 816.469C158.538 816.8 158.939 816.966 159.427 816.966C159.718 816.966 160.015 816.891 160.316 816.742C160.621 816.593 160.877 816.364 161.082 816.056C161.291 815.748 161.395 815.355 161.395 814.878ZM164.438 818V810.364H165.571V811.517H165.651C165.79 811.139 166.042 810.833 166.406 810.597C166.771 810.362 167.182 810.244 167.639 810.244C167.725 810.244 167.833 810.246 167.962 810.249C168.092 810.253 168.189 810.258 168.256 810.264V811.457C168.216 811.447 168.125 811.433 167.982 811.413C167.843 811.389 167.696 811.378 167.54 811.378C167.169 811.378 166.837 811.456 166.545 811.612C166.257 811.764 166.028 811.976 165.859 812.248C165.694 812.516 165.611 812.823 165.611 813.168V818H164.438ZM175.033 818L172.248 807.818H173.501L175.629 816.111H175.729L177.896 807.818H179.288L181.456 816.111H181.555L183.683 807.818H184.936L182.152 818H180.879L178.632 809.886H178.552L176.305 818H175.033ZM185.555 818V810.364H186.688V811.517H186.768C186.907 811.139 187.159 810.833 187.523 810.597C187.888 810.362 188.299 810.244 188.756 810.244C188.842 810.244 188.95 810.246 189.079 810.249C189.209 810.253 189.306 810.258 189.373 810.264V811.457C189.333 811.447 189.242 811.433 189.099 811.413C188.96 811.389 188.813 811.378 188.657 811.378C188.286 811.378 187.954 811.456 187.663 811.612C187.374 811.764 187.145 811.976 186.976 812.248C186.811 812.516 186.728 812.823 186.728 813.168V818H185.555ZM190.484 818V810.364H191.657V818H190.484ZM191.08 809.091C190.851 809.091 190.654 809.013 190.489 808.857C190.326 808.701 190.245 808.514 190.245 808.295C190.245 808.077 190.326 807.889 190.489 807.734C190.654 807.578 190.851 807.5 191.08 807.5C191.309 807.5 191.504 807.578 191.667 807.734C191.833 807.889 191.915 808.077 191.915 808.295C191.915 808.514 191.833 808.701 191.667 808.857C191.504 809.013 191.309 809.091 191.08 809.091ZM196.608 821.023C1
<path d="M131.878 836.148C131.213 836.148 130.641 835.991 130.161 835.677C129.68 835.363 129.311 834.931 129.053 834.38C128.794 833.829 128.665 833.199 128.665 832.491C128.665 831.771 128.797 831.136 129.062 830.585C129.33 830.031 129.702 829.598 130.179 829.288C130.659 828.974 131.219 828.817 131.859 828.817C132.358 828.817 132.807 828.909 133.207 829.094C133.607 829.278 133.935 829.537 134.191 829.869C134.446 830.202 134.605 830.589 134.666 831.033H133.577C133.494 830.71 133.309 830.423 133.023 830.174C132.74 829.922 132.358 829.795 131.878 829.795C131.453 829.795 131.081 829.906 130.761 830.128C130.444 830.346 130.196 830.656 130.017 831.056C129.842 831.453 129.754 831.919 129.754 832.455C129.754 833.002 129.84 833.479 130.013 833.886C130.188 834.292 130.434 834.607 130.751 834.832C131.071 835.057 131.447 835.169 131.878 835.169C132.161 835.169 132.418 835.12 132.649 835.021C132.88 834.923 133.075 834.781 133.235 834.597C133.395 834.412 133.509 834.19 133.577 833.932H134.666C134.605 834.35 134.452 834.727 134.209 835.063C133.969 835.395 133.651 835.66 133.254 835.857C132.86 836.051 132.401 836.148 131.878 836.148ZM138.88 836.148C138.239 836.148 137.678 835.995 137.195 835.691C136.714 835.386 136.339 834.96 136.068 834.412C135.8 833.864 135.666 833.224 135.666 832.491C135.666 831.753 135.8 831.108 136.068 830.557C136.339 830.006 136.714 829.578 137.195 829.274C137.678 828.969 138.239 828.817 138.88 828.817C139.52 828.817 140.08 828.969 140.56 829.274C141.043 829.578 141.419 830.006 141.686 830.557C141.957 831.108 142.093 831.753 142.093 832.491C142.093 833.224 141.957 833.864 141.686 834.412C141.419 834.96 141.043 835.386 140.56 835.691C140.08 835.995 139.52 836.148 138.88 836.148ZM138.88 835.169C139.366 835.169 139.766 835.044 140.08 834.795C140.394 834.546 140.626 834.218 140.777 833.812C140.928 833.406 141.003 832.965 141.003 832.491C141.003 832.018 140.928 831.576 140.777 831.167C140.626 830.757 140.394 830.426 140.08 830.174C139.766 829.922 139.366 829.795 138.88 829.795C138.393 829.795 137.993 829.922 137.679 830.174C137.365 830.426 137.133 830.757 136.982 831.167C136.831 831.576 136.756 832.018 136.756 832.491C136.756 832.965 136.831 833.406 136.982 833.812C137.133 834.218 137.365 834.546 137.679 834.795C137.993 835.044 138.393 835.169 138.88 835.169ZM143.496 836V828.909H144.548V830.017H144.641C144.788 829.638 145.027 829.345 145.356 829.135C145.685 828.923 146.081 828.817 146.543 828.817C147.01 828.817 147.4 828.923 147.711 829.135C148.024 829.345 148.269 829.638 148.445 830.017H148.518C148.7 829.651 148.972 829.36 149.336 829.145C149.699 828.926 150.134 828.817 150.642 828.817C151.276 828.817 151.795 829.015 152.198 829.412C152.601 829.806 152.803 830.42 152.803 831.254V836H151.713V831.254C151.713 830.731 151.57 830.357 151.284 830.132C150.997 829.908 150.66 829.795 150.273 829.795C149.774 829.795 149.388 829.946 149.114 830.248C148.84 830.546 148.703 830.925 148.703 831.384V836H147.595V831.143C147.595 830.74 147.464 830.416 147.203 830.169C146.941 829.92 146.604 829.795 146.192 829.795C145.909 829.795 145.644 829.871 145.398 830.022C145.155 830.172 144.958 830.382 144.807 830.65C144.659 830.914 144.585 831.22 144.585 831.568V836H143.496ZM154.535 836V828.909H155.587V830.017H155.679C155.827 829.638 156.066 829.345 156.395 829.135C156.724 828.923 157.12 828.817 157.581 828.817C158.049 828.817 158.439 828.923 158.749 829.135C159.063 829.345 159.308 829.638 159.483 830.017H159.557C159.739 829.651 160.011 829.36 160.374 829.145C160.738 828.926 161.173 828.817 161.681 828.817C162.315 828.817 162.833 829.015 163.237 829.412C163.64 829.806 163.841 830.42 163.841 831.254V836H162.752V831.254C162.752 830.731 162.609 830.357 162.323 830.132C162.036 829.908 161.699 829.795 161.312 829.795C160.813 829.795 160.427 829.946 160.153 830.248C159.879 830.546 159.742 830.925 159.742 831.384V836H158.634V831.143C158.634 830.74 158.503 830.416 158.242 830.169C157.98 829.92 157.643 829.795 157.231 829.795C156.947 829.795 156.683 829.871 156.437 830.022C156.193 830.172 155.996 830.382 155.846 830.65C155.698 830.914 155.624 831.22 155.
<path d="M94 845V915" stroke="#2C2C2C"/>
</g>
</g>
<defs>
<filter id="filter0_bdd_10538_92375" x="27.6842" y="224.013" width="968.928" height="1108.93" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="20.9334"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_10538_92375"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="22.329"/>
<feGaussianBlur stdDeviation="44.6579"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.243137 0 0 0 0 0.388235 0 0 0 0 0.866667 0 0 0 0.12 0"/>
<feBlend mode="normal" in2="effect1_backgroundBlur_10538_92375" result="effect2_dropShadow_10538_92375"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feMorphology radius="2.08093" operator="dilate" in="SourceAlpha" result="effect3_dropShadow_10538_92375"/>
<feOffset dx="3.1214" dy="2.08093"/>
<feGaussianBlur stdDeviation="5.20233"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0027 0 0 0 0 0.02307 0 0 0 0 0.1773 0 0 0 0.06 0"/>
<feBlend mode="normal" in2="effect2_dropShadow_10538_92375" result="effect3_dropShadow_10538_92375"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect3_dropShadow_10538_92375" result="shape"/>
</filter>
<pattern id="pattern0_10538_92375" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0_10538_92375" transform="scale(0.0015625)"/>
</pattern>
<pattern id="pattern1_10538_92375" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image1_10538_92375" transform="scale(0.0015625 0.00159744)"/>
</pattern>
<filter id="filter1_bdd_10538_92375" x="-41.3158" y="707.013" width="718.632" height="347.632" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="20.9334"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_10538_92375"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="22.329"/>
<feGaussianBlur stdDeviation="44.6579"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.243137 0 0 0 0 0.388235 0 0 0 0 0.866667 0 0 0 0.12 0"/>
<feBlend mode="normal" in2="effect1_backgroundBlur_10538_92375" result="effect2_dropShadow_10538_92375"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feMorphology radius="2.08093" operator="dilate" in="SourceAlpha" result="effect3_dropShadow_10538_92375"/>
<feOffset dx="3.1214" dy="2.08093"/>
<feGaussianBlur stdDeviation="5.20233"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0027 0 0 0 0 0.02307 0 0 0 0 0.1773 0 0 0 0.06 0"/>
<feBlend mode="normal" in2="effect2_dropShadow_10538_92375" result="effect3_dropShadow_10538_92375"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect3_dropShadow_10538_92375" result="shape"/>
</filter>
<pattern id="pattern2_10538_92375" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image2_10538_92375" transform="translate(-0.25) scale(0.003125)"/>
</pattern>
<linearGradient id="paint0_linear_10538_92375" x1="147.502" y1="-14.5406" x2="601.983" y2="227.513" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</linearGradient>
<radialGradient id="paint1_radial_10538_92375" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(112.831 946.111) rotate(-29.3932) scale(777.019 1335.47)">
<stop stop-color="white"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</radialGradient>
<linearGradient id="paint2_linear_10538_92375" x1="-16.8561" y1="105.318" x2="1304.47" y2="1297.91" gradientUnits="userSpaceOnUse">
<stop stop-color="#DAE3FE" stop-opacity="0.9"/>
<stop offset="1" stop-color="#E6E5FF" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint3_linear_10538_92375" x1="108.456" y1="96.1406" x2="1201.36" y2="838.887" gradientUnits="userSpaceOnUse">
<stop stop-color="#596EDA" stop-opacity="0.4"/>
<stop offset="1" stop-color="#FEF2F2" stop-opacity="0.3"/>
</linearGradient>
<linearGradient id="paint4_linear_10538_92375" x1="-43.4623" y1="740.269" x2="87.3431" y2="1184.33" gradientUnits="userSpaceOnUse">
<stop stop-color="#7FA4FE"/>
<stop offset="1" stop-color="#E6E5FF" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint5_linear_10538_92375" x1="42.1622" y1="738.601" x2="187.058" y2="1108.99" gradientUnits="userSpaceOnUse">
<stop stop-color="#192563" stop-opacity="0.4"/>
<stop offset="1" stop-color="#FEF2F2" stop-opacity="0.3"/>
</linearGradient>
<clipPath id="clip0_10538_92375">
<rect width="573" height="900" fill="white"/>
</clipPath>
<clipPath id="clip1_10538_92375">
<rect width="1588" height="999" fill="white" transform="translate(0 5)"/>
</clipPath>
<clipPath id="clip2_10538_92375">
<rect width="14" height="14" fill="white" transform="translate(174.648 616.648)"/>
</clipPath>
<image id="image0_10538_92375" width="640" height="640" xlink:href="data:image/png;base64,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
<image id="image1_10538_92375" width="640" height="626" xlink:href="data:image/png;base64,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
<image id="image2_10538_92375" width="480" height="320" xlink:href="data:image/jpeg;base64,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
</defs>
</svg>