ode-explorer 2.0.0 → 2.1.0-develop.202501271724

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/dist/EcritureA-Romain-Orne.woff2 +0 -0
  2. package/dist/KGJuneBug.ttf +0 -0
  3. package/dist/OpenDyslexic.woff +0 -0
  4. package/dist/christmas.png +0 -0
  5. package/dist/circus.jpg +0 -0
  6. package/dist/desert.jpg +0 -0
  7. package/dist/hills.svg +360 -0
  8. package/dist/illu-blog.svg +1 -0
  9. package/dist/illu-collaborativewall.svg +1 -0
  10. package/dist/illu-empty-search-blog.svg +25 -0
  11. package/dist/illu-empty-search-blog2.svg +25 -0
  12. package/dist/illu-empty-search-collaborativewall.svg +25 -0
  13. package/dist/illu-empty-search-collaborativewall2.svg +25 -0
  14. package/dist/illu-empty-search-formulaire.svg +27 -0
  15. package/dist/illu-empty-search-formulaire2.svg +27 -0
  16. package/dist/illu-empty-search-forum.svg +25 -0
  17. package/dist/illu-empty-search-forum2.svg +25 -0
  18. package/dist/illu-empty-search-homeworks.svg +25 -0
  19. package/dist/illu-empty-search-homeworks2.svg +25 -0
  20. package/dist/illu-empty-search-wiki.svg +26 -0
  21. package/dist/illu-empty-search-wiki2.svg +26 -0
  22. package/dist/illu-empty-search.svg +62 -0
  23. package/dist/illu-empty-search2.svg +62 -0
  24. package/dist/illu-error.svg +60 -0
  25. package/dist/illu-exercizer.svg +1 -0
  26. package/dist/illu-mindmap.svg +1 -0
  27. package/dist/illu-no-content-in-folder.svg +31 -0
  28. package/dist/illu-pad.svg +1 -0
  29. package/dist/illu-scrapbook.svg +1 -0
  30. package/dist/illu-search.svg +1 -0
  31. package/dist/illu-timeline.svg +1 -0
  32. package/dist/illu-timelinegenerator.svg +1 -0
  33. package/dist/illu-trash-delete.svg +22 -0
  34. package/dist/illu-trash.svg +1 -0
  35. package/dist/illu-wiki.svg +104 -0
  36. package/dist/image-library.svg +188 -0
  37. package/dist/image-library2.svg +188 -0
  38. package/dist/image-placeholder.png +0 -0
  39. package/dist/index.html +1 -1
  40. package/dist/index.js +226 -221
  41. package/dist/ocean.jpg +0 -0
  42. package/dist/panda.jpg +0 -0
  43. package/dist/screen-loading.gif +0 -0
  44. package/dist/sparkly.jpg +0 -0
  45. package/dist/style.css +1 -0
  46. package/lib/ActionBarContainer.js +14 -14
  47. package/lib/AppAction.js +16 -16
  48. package/lib/DeleteModal.js +1 -1
  49. package/lib/DisableModal.js +1 -1
  50. package/lib/DraggableCard.js +33 -15
  51. package/lib/EmptyScreenApp.js +42 -33
  52. package/lib/EmptyScreenError.js +10 -9
  53. package/lib/EmptyScreenNoContentInFolder.js +9 -8
  54. package/lib/EmptyScreenSearch.js +7 -6
  55. package/lib/EmptyScreenTrash.js +7 -6
  56. package/lib/ExportModal.js +1 -1
  57. package/lib/FolderModal.js +12 -12
  58. package/lib/FoldersList.js +60 -55
  59. package/lib/Library.js +37 -23
  60. package/lib/MoveModal.js +6 -6
  61. package/lib/OnboardingModal.js +2 -2
  62. package/lib/PublishModal.js +2 -2
  63. package/lib/ResourceModal.js +2 -2
  64. package/lib/ResourcesList.js +125 -100
  65. package/lib/TrashModal.js +1 -1
  66. package/lib/components/OnboardingModal.d.ts +1 -1
  67. package/lib/config/explorer.d.ts +1 -1
  68. package/lib/dynamic-import-helper.js +16 -0
  69. package/lib/features/AccessControl/AccessControl.d.ts +1 -1
  70. package/lib/features/AccessControl/useAccessControl.d.ts +1 -1
  71. package/lib/features/ActionBar/Move/useMoveModal.d.ts +1 -1
  72. package/lib/features/ActionBar/Publish/PublishModal.d.ts +1 -1
  73. package/lib/features/ActionBar/Resource/ResourceModal.d.ts +1 -1
  74. package/lib/features/ActionBar/Share/ShareModal.d.ts +1 -1
  75. package/lib/features/ActionBar/useActionBar.d.ts +2 -2
  76. package/lib/features/List/DraggableCard.d.ts +1 -1
  77. package/lib/features/List/FolderCard.d.ts +2 -2
  78. package/lib/features/List/FoldersList.d.ts +1 -1
  79. package/lib/features/List/ResourceCard.d.ts +2 -2
  80. package/lib/features/List/ResourcesList.d.ts +1 -1
  81. package/lib/illu-blog.js +4 -0
  82. package/lib/illu-collaborativeeditor.js +4 -0
  83. package/lib/illu-collaborativewall.js +4 -0
  84. package/lib/illu-error.js +4 -0
  85. package/lib/illu-exercizer.js +4 -0
  86. package/lib/illu-mindmap.js +4 -0
  87. package/lib/illu-no-content-in-folder.js +4 -0
  88. package/lib/illu-pad.js +4 -0
  89. package/lib/illu-scrapbook.js +4 -0
  90. package/lib/illu-search.js +4 -0
  91. package/lib/illu-timeline.js +4 -0
  92. package/lib/illu-timelinegenerator.js +4 -0
  93. package/lib/illu-trash.js +4 -0
  94. package/lib/illu-wiki.js +4 -0
  95. package/lib/image-library.js +4 -0
  96. package/lib/image-library2.js +4 -0
  97. package/lib/index2.js +586 -557
  98. package/lib/services/api/index.d.ts +14 -14
  99. package/lib/services/queries/actions.d.ts +4 -7
  100. package/lib/services/queries/index.d.ts +9 -9
  101. package/lib/services/resource/service.d.ts +1 -1
  102. package/lib/store/index.d.ts +2 -2
  103. package/lib/utils/getChildrenIds.d.ts +1 -1
  104. package/lib/utils/isResourceShared.d.ts +1 -1
  105. package/package.json +6 -7
  106. package/dist/version.txt +0 -1
@@ -0,0 +1,25 @@
1
+ <svg width="250" height="195" viewBox="0 0 250 195" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_3597_141057)">
3
+ <rect width="250" height="194.203" fill="white"/>
4
+ <path d="M115.148 81.9222C115.178 84.0781 114.749 86.2158 113.891 88.1936C113.032 90.1714 111.763 91.9442 110.167 93.3943C106.835 96.5457 102.423 98.3031 97.8364 98.3061C93.3503 98.4095 89.0019 96.753 85.7217 93.691C82.4415 90.629 80.4899 86.4048 80.2847 81.9222C80.2673 79.7252 80.7248 77.5504 81.6259 75.5466C82.527 73.5429 83.8504 71.7574 85.5056 70.3126C88.8773 67.2401 93.2747 65.537 97.8364 65.537C102.398 65.537 106.796 67.2401 110.167 70.3126C111.81 71.7543 113.11 73.545 113.972 75.5537C114.833 77.5623 115.235 79.7382 115.148 81.9222V81.9222ZM155.747 81.9222C155.764 84.0826 155.323 86.2221 154.452 88.1996C153.582 90.1771 152.302 91.9476 150.698 93.3943C147.358 96.5339 142.951 98.2892 138.367 98.3061C136.088 98.3464 133.825 97.9329 131.708 97.0896C129.591 96.2463 127.663 94.9902 126.036 93.3943C124.435 91.935 123.146 90.1658 122.249 88.1938C121.351 86.2218 120.864 84.0882 120.815 81.9222C120.789 79.7238 121.242 77.546 122.144 75.5409C123.045 73.5358 124.374 71.7515 126.036 70.3126C129.369 67.1777 133.792 65.465 138.367 65.5383C142.946 65.4429 147.377 67.1587 150.698 70.3126C152.313 71.7803 153.598 73.5741 154.468 75.5754C155.339 77.5767 155.775 79.74 155.747 81.9222ZM174.02 96.417V42.4565C174.342 38.9223 173.419 35.3867 171.409 32.4613C170.226 31.34 168.807 30.4987 167.255 29.9993C165.704 29.4999 164.06 29.3553 162.445 29.5761H72.3847C70.754 29.3607 69.0962 29.4944 67.5211 29.9681C65.946 30.4418 64.4895 31.2448 63.2482 32.3239C61.3335 35.4018 60.466 39.0166 60.7751 42.6283V97.0009C63.0935 98.2742 65.5185 99.3431 68.0225 100.195C70.5299 101.054 72.7282 101.844 74.5486 102.531C76.6661 103.244 78.854 103.728 81.0747 103.973C83.5821 104.248 85.5399 104.557 86.8795 104.832C88.7498 105.159 90.6522 105.262 92.5469 105.141C94.0864 104.947 95.6443 104.947 97.1838 105.141C98.7794 105.319 100.393 105.226 101.958 104.867C104.363 104.489 105.565 104.454 105.565 104.867C108.312 104.576 111.066 105.35 113.259 107.03C113.454 107.322 113.698 107.577 113.98 107.786C115.457 109.126 117.071 110.534 118.926 111.977C119.292 107.03 122.487 104.66 128.509 104.867H131.532H134.966H138.573C140.023 105.019 141.485 105.019 142.935 104.867C144.409 104.73 145.892 104.73 147.366 104.867C149.031 104.891 150.69 104.647 152.278 104.145C153.931 103.623 155.635 103.278 157.361 103.115C159.241 102.915 161.063 102.343 162.719 101.432C164.484 100.523 166.337 99.7979 168.249 99.2678C170.337 98.659 172.293 97.6691 174.02 96.3483V96.417ZM187.244 96.1422C179.005 105.291 168.634 112.264 157.052 116.442C161.62 131.795 160.968 144.367 155.197 154.224C153.65 157.094 151.542 159.625 148.999 161.666C146.456 163.707 143.53 165.218 140.393 166.109C138.015 167.013 135.465 167.377 132.929 167.175C130.392 166.973 127.932 166.21 125.727 164.941C123.452 163.596 121.614 161.623 120.432 159.259C119.25 156.895 118.775 154.241 119.063 151.614V125.2L117.037 124.72L115.148 124.273V151.545C115.436 154.172 114.961 156.827 113.779 159.19C112.598 161.554 110.759 163.527 108.484 164.872C106.25 166.13 103.768 166.887 101.211 167.088C98.6545 167.29 96.0847 166.932 93.6804 166.04C87.3496 164.149 82.0263 159.826 78.8764 154.018C73.2892 144.218 72.7167 131.692 77.1591 116.442C65.5774 112.264 55.2065 105.291 46.9673 96.1422C46.3249 95.4379 45.9464 94.5328 45.8962 93.5809C45.8461 92.629 46.1275 91.6891 46.6925 90.9213C47.8604 89.4787 49.4404 89.513 51.4669 90.9213C51.8213 91.096 52.1653 91.291 52.4973 91.5052C52.8044 91.6673 53.0924 91.8632 53.356 92.0891V36.1709C53.2948 32.4689 54.6457 28.8827 57.1343 26.1413C58.2705 24.8055 59.6963 23.7462 61.3032 23.0439C62.9102 22.3417 64.656 22.0148 66.4082 22.0882H168.078C169.821 22.0758 171.548 22.4302 173.146 23.1285C174.743 23.8267 176.176 24.8532 177.352 26.1413C178.615 27.4733 179.59 29.0513 180.217 30.7769C180.843 32.5025 181.107 34.3387 180.992 36.1709V92.2265L182.744 91.0587C184.771 89.6161 186.179 89.5474 187.519 91.0587C188.858 92.57 188.583 94.15 187.244 96.2796V96.1422Z" fill="#5AC235"/>
5
+ <g filter="url(#filter0_d_3597_141057)">
6
+ <ellipse cx="169.707" cy="113.765" rx="44.2029" ry="44.2029" fill="white" fill-opacity="0.85"/>
7
+ <path d="M241.707 177.101L215.011 150.405C214.308 149.703 213.482 149.21 212.605 148.92C220.41 139.391 225.098 127.21 225.098 113.934C225.098 95.9054 216.453 79.891 203.091 69.8112C198.323 66.217 192.946 63.3837 187.149 61.4707C181.707 59.6808 175.903 58.6953 169.866 58.6953C165.678 58.6953 161.598 59.1808 157.678 60.0649C152.634 61.2026 147.852 63.0142 143.432 65.4272C135.272 69.8837 128.374 76.3402 123.366 84.1373C121.403 87.1953 119.736 90.4489 118.403 93.8765C115.975 100.094 114.634 106.855 114.634 113.934C114.634 144.442 139.359 169.166 169.866 169.166C183.142 169.166 195.323 164.485 204.852 156.674C205.142 157.55 205.642 158.384 206.337 159.079L233.033 185.775C235.432 188.174 239.316 188.174 241.714 185.775C244.113 183.376 244.113 179.492 241.714 177.094L241.707 177.101ZM169.859 156.891C146.134 156.891 126.903 137.659 126.903 113.934C126.903 109.203 127.678 104.652 129.091 100.391C130.265 96.8475 131.888 93.5141 133.895 90.4489C136.482 86.4924 139.707 82.9924 143.424 80.0866C147.62 76.804 152.432 74.2895 157.671 72.746C161.533 71.6011 165.627 70.9779 169.859 70.9779C193.584 70.9779 212.816 90.2098 212.816 113.934C212.816 137.659 193.584 156.891 169.859 156.891Z" fill="#B9E3F8"/>
8
+ </g>
9
+ </g>
10
+ <defs>
11
+ <filter id="filter0_d_3597_141057" x="108.634" y="54.6953" width="140.879" height="140.875" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
12
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
13
+ <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"/>
14
+ <feOffset dy="2"/>
15
+ <feGaussianBlur stdDeviation="3"/>
16
+ <feComposite in2="hardAlpha" operator="out"/>
17
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"/>
18
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3597_141057"/>
19
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3597_141057" result="shape"/>
20
+ </filter>
21
+ <clipPath id="clip0_3597_141057">
22
+ <rect width="250" height="194.203" fill="white"/>
23
+ </clipPath>
24
+ </defs>
25
+ </svg>
@@ -0,0 +1,25 @@
1
+ <svg width="250" height="195" viewBox="0 0 250 195" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_3597_140985)">
3
+ <rect width="250" height="194.203" fill="white"/>
4
+ <path d="M115.148 81.9222C115.178 84.0781 114.749 86.2158 113.891 88.1936C113.032 90.1714 111.763 91.9442 110.167 93.3943C106.835 96.5457 102.423 98.3031 97.8364 98.3061C93.3503 98.4095 89.0019 96.753 85.7217 93.691C82.4415 90.629 80.4899 86.4048 80.2847 81.9222C80.2673 79.7252 80.7248 77.5504 81.6259 75.5466C82.527 73.5429 83.8504 71.7574 85.5056 70.3126C88.8773 67.2401 93.2747 65.537 97.8364 65.537C102.398 65.537 106.796 67.2401 110.167 70.3126C111.81 71.7543 113.11 73.545 113.972 75.5537C114.833 77.5623 115.235 79.7382 115.148 81.9222V81.9222ZM155.747 81.9222C155.764 84.0826 155.323 86.2221 154.452 88.1996C153.582 90.1771 152.302 91.9476 150.698 93.3943C147.358 96.5339 142.951 98.2892 138.367 98.3061C136.088 98.3464 133.825 97.9329 131.708 97.0896C129.591 96.2463 127.663 94.9902 126.036 93.3943C124.435 91.935 123.146 90.1658 122.249 88.1938C121.351 86.2218 120.864 84.0882 120.815 81.9222C120.789 79.7238 121.242 77.546 122.144 75.5409C123.045 73.5358 124.374 71.7515 126.036 70.3126C129.369 67.1777 133.792 65.465 138.367 65.5383C142.946 65.4429 147.377 67.1587 150.698 70.3126C152.313 71.7803 153.598 73.5741 154.468 75.5754C155.339 77.5767 155.775 79.74 155.747 81.9222ZM174.02 96.417V42.4565C174.342 38.9223 173.419 35.3867 171.409 32.4613C170.226 31.34 168.807 30.4987 167.255 29.9993C165.704 29.4999 164.06 29.3553 162.445 29.5761H72.3847C70.754 29.3607 69.0962 29.4944 67.5211 29.9681C65.946 30.4418 64.4895 31.2448 63.2482 32.3239C61.3335 35.4018 60.466 39.0166 60.7751 42.6283V97.0009C63.0935 98.2742 65.5185 99.3431 68.0225 100.195C70.5299 101.054 72.7282 101.844 74.5486 102.531C76.6661 103.244 78.854 103.728 81.0747 103.973C83.5821 104.248 85.5399 104.557 86.8795 104.832C88.7498 105.159 90.6522 105.262 92.5469 105.141C94.0864 104.947 95.6443 104.947 97.1838 105.141C98.7794 105.319 100.393 105.226 101.958 104.867C104.363 104.489 105.565 104.454 105.565 104.867C108.312 104.576 111.066 105.35 113.259 107.03C113.454 107.322 113.698 107.577 113.98 107.786C115.457 109.126 117.071 110.534 118.926 111.977C119.292 107.03 122.487 104.66 128.509 104.867H131.532H134.966H138.573C140.023 105.019 141.485 105.019 142.935 104.867C144.409 104.73 145.892 104.73 147.366 104.867C149.031 104.891 150.69 104.647 152.278 104.145C153.931 103.623 155.635 103.278 157.361 103.115C159.241 102.915 161.063 102.343 162.719 101.432C164.484 100.523 166.337 99.7979 168.249 99.2678C170.337 98.659 172.293 97.6691 174.02 96.3483V96.417ZM187.244 96.1422C179.005 105.291 168.634 112.264 157.052 116.442C161.62 131.795 160.968 144.367 155.197 154.224C153.65 157.094 151.542 159.625 148.999 161.666C146.456 163.707 143.53 165.218 140.393 166.109C138.015 167.013 135.465 167.377 132.929 167.175C130.392 166.973 127.932 166.21 125.727 164.941C123.452 163.596 121.614 161.623 120.432 159.259C119.25 156.895 118.775 154.241 119.063 151.614V125.2L117.037 124.72L115.148 124.273V151.545C115.436 154.172 114.961 156.827 113.779 159.19C112.598 161.554 110.759 163.527 108.484 164.872C106.25 166.13 103.768 166.887 101.211 167.088C98.6545 167.29 96.0847 166.932 93.6804 166.04C87.3496 164.149 82.0263 159.826 78.8764 154.018C73.2892 144.218 72.7167 131.692 77.1591 116.442C65.5774 112.264 55.2065 105.291 46.9673 96.1422C46.3249 95.4379 45.9464 94.5328 45.8962 93.5809C45.8461 92.629 46.1275 91.6891 46.6925 90.9213C47.8604 89.4787 49.4404 89.513 51.4669 90.9213C51.8213 91.096 52.1653 91.291 52.4973 91.5052C52.8044 91.6673 53.0924 91.8632 53.356 92.0891V36.1709C53.2948 32.4689 54.6457 28.8827 57.1343 26.1413C58.2705 24.8055 59.6963 23.7462 61.3032 23.0439C62.9102 22.3417 64.656 22.0148 66.4082 22.0882H168.078C169.821 22.0758 171.548 22.4302 173.146 23.1285C174.743 23.8267 176.176 24.8532 177.352 26.1413C178.615 27.4733 179.59 29.0513 180.217 30.7769C180.843 32.5025 181.107 34.3387 180.992 36.1709V92.2265L182.744 91.0587C184.771 89.6161 186.179 89.5474 187.519 91.0587C188.858 92.57 188.583 94.15 187.244 96.2796V96.1422Z" fill="#46BFAF"/>
5
+ <g filter="url(#filter0_d_3597_140985)">
6
+ <ellipse cx="169.707" cy="113.765" rx="44.2029" ry="44.2029" fill="white" fill-opacity="0.85"/>
7
+ <path d="M241.707 177.101L215.011 150.405C214.308 149.703 213.482 149.21 212.605 148.92C220.41 139.391 225.098 127.21 225.098 113.934C225.098 95.9054 216.453 79.891 203.091 69.8112C198.323 66.217 192.946 63.3837 187.149 61.4707C181.707 59.6808 175.903 58.6953 169.866 58.6953C165.678 58.6953 161.598 59.1808 157.678 60.0649C152.634 61.2026 147.852 63.0142 143.432 65.4272C135.272 69.8837 128.374 76.3402 123.366 84.1373C121.403 87.1953 119.736 90.4489 118.403 93.8765C115.975 100.094 114.634 106.855 114.634 113.934C114.634 144.442 139.359 169.166 169.866 169.166C183.142 169.166 195.323 164.485 204.852 156.674C205.142 157.55 205.642 158.384 206.337 159.079L233.033 185.775C235.432 188.174 239.316 188.174 241.714 185.775C244.113 183.376 244.113 179.492 241.714 177.094L241.707 177.101ZM169.859 156.891C146.134 156.891 126.903 137.659 126.903 113.934C126.903 109.203 127.678 104.652 129.091 100.391C130.265 96.8475 131.888 93.5141 133.895 90.4489C136.482 86.4924 139.707 82.9924 143.424 80.0866C147.62 76.804 152.432 74.2895 157.671 72.746C161.533 71.6011 165.627 70.9779 169.859 70.9779C193.584 70.9779 212.816 90.2098 212.816 113.934C212.816 137.659 193.584 156.891 169.859 156.891Z" fill="#B9E3F8"/>
8
+ </g>
9
+ </g>
10
+ <defs>
11
+ <filter id="filter0_d_3597_140985" x="108.634" y="54.6953" width="140.879" height="140.875" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
12
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
13
+ <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"/>
14
+ <feOffset dy="2"/>
15
+ <feGaussianBlur stdDeviation="3"/>
16
+ <feComposite in2="hardAlpha" operator="out"/>
17
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"/>
18
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3597_140985"/>
19
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3597_140985" result="shape"/>
20
+ </filter>
21
+ <clipPath id="clip0_3597_140985">
22
+ <rect width="250" height="194.203" fill="white"/>
23
+ </clipPath>
24
+ </defs>
25
+ </svg>
@@ -0,0 +1,27 @@
1
+ <svg width="250" height="195" viewBox="0 0 250 195" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_3597_141091)">
3
+ <rect width="250" height="194.203" fill="white"/>
4
+ <path d="M128.593 47.0465C128.593 47.2868 128.619 47.5195 128.658 47.7495C128.622 47.5014 128.601 47.2507 128.596 46.9922C128.596 47.0103 128.593 47.0284 128.593 47.0491V47.0465Z" fill="#A348C0"/>
5
+ <path d="M162.473 25.8672H90.9593C84.1356 25.8672 78.5811 31.4192 78.5811 38.2454V137.814C78.5811 144.638 84.133 150.192 90.9593 150.192H162.473C169.297 150.192 174.852 144.64 174.852 137.814V38.2454C174.852 31.4218 169.3 25.8672 162.473 25.8672V25.8672ZM158.844 46.9766C158.844 46.9999 158.847 47.0232 158.847 47.0464C158.847 47.3049 158.821 47.5582 158.775 47.8038C158.816 47.5349 158.839 47.2584 158.844 46.9741V46.9766ZM119.634 118.393L107.964 130.063C106.354 131.673 103.741 131.673 102.13 130.063L96.2967 124.229C94.6865 122.619 94.6865 120.005 96.2967 118.395C97.907 116.785 100.52 116.785 102.13 118.395L105.049 121.313L113.801 112.561C115.411 110.951 118.024 110.951 119.634 112.561C121.245 114.172 121.245 116.785 119.634 118.395V118.393ZM119.634 85.3857L107.964 97.0557C106.354 98.666 103.741 98.666 102.13 97.0557L96.2967 91.222C94.6865 89.6117 94.6865 86.9985 96.2967 85.3882C97.907 83.778 100.52 83.778 102.13 85.3882L105.049 88.3064L113.801 79.5545C115.411 77.9442 118.024 77.9442 119.634 79.5545C121.245 81.1648 121.245 83.778 119.634 85.3882V85.3857ZM119.634 52.3787L107.964 64.0487C106.354 65.659 103.741 65.659 102.13 64.0487L96.2967 58.215C94.6865 56.6047 94.6865 53.9916 96.2967 52.3813C97.907 50.771 100.52 50.771 102.13 52.3813L105.049 55.2995L113.801 46.5476C115.411 44.9373 118.024 44.9373 119.634 46.5476C121.245 48.1579 121.245 50.771 119.634 52.3813V52.3787ZM128.593 47.0438C128.593 47.0258 128.595 47.0077 128.595 46.987C128.598 47.2455 128.621 47.4988 128.657 47.7443C128.619 47.5143 128.593 47.2816 128.593 47.0413V47.0438ZM156.291 125.694H134.287C132.007 125.694 130.162 123.846 130.162 121.569C130.162 119.292 132.01 117.444 134.287 117.444H156.291C158.571 117.444 160.416 119.292 160.416 121.569C160.416 123.846 158.568 125.694 156.291 125.694ZM156.317 92.5738H134.313C132.033 92.5738 130.188 90.7257 130.188 88.4486C130.188 86.1714 132.036 84.3233 134.313 84.3233H156.317C158.596 84.3233 160.442 86.1714 160.442 88.4486C160.442 90.7257 158.594 92.5738 156.317 92.5738ZM157.668 59.647H135.665C133.385 59.647 131.539 57.7989 131.539 55.5217C131.539 53.2446 133.388 51.3965 135.665 51.3965H157.668C159.946 51.3965 161.794 53.2446 161.794 55.5217C161.794 57.7989 159.946 59.647 157.668 59.647Z" fill="#A348C0"/>
6
+ <path d="M70.331 137.811V43.0781C65.5286 44.7815 62.0806 49.3668 62.0806 54.7456V154.314C62.0806 161.138 67.6326 166.693 74.4588 166.693H145.973C151.352 166.693 155.937 163.242 157.64 158.442H90.9597C79.5843 158.442 70.331 149.189 70.331 137.813V137.811Z" fill="#A348C0"/>
7
+ <g filter="url(#filter0_d_3597_141091)">
8
+ <ellipse cx="169.707" cy="113.765" rx="44.2029" ry="44.2029" fill="white" fill-opacity="0.85"/>
9
+ <path d="M241.707 177.101L215.011 150.405C214.308 149.703 213.482 149.21 212.605 148.92C220.41 139.391 225.098 127.21 225.098 113.934C225.098 95.9054 216.453 79.891 203.091 69.8112C198.323 66.217 192.946 63.3837 187.149 61.4707C181.707 59.6808 175.902 58.6953 169.866 58.6953C165.678 58.6953 161.598 59.1808 157.678 60.0649C152.634 61.2026 147.852 63.0142 143.431 65.4272C135.272 69.8837 128.373 76.3402 123.366 84.1373C121.402 87.1953 119.736 90.4489 118.402 93.8765C115.975 100.094 114.634 106.855 114.634 113.934C114.634 144.442 139.359 169.166 169.866 169.166C183.142 169.166 195.323 164.485 204.852 156.674C205.142 157.55 205.642 158.384 206.337 159.079L233.033 185.775C235.431 188.174 239.315 188.174 241.714 185.775C244.113 183.376 244.113 179.492 241.714 177.094L241.707 177.101ZM169.859 156.891C146.134 156.891 126.902 137.659 126.902 113.934C126.902 109.203 127.678 104.652 129.091 100.391C130.265 96.8475 131.888 93.5141 133.895 90.4489C136.482 86.4924 139.707 82.9924 143.424 80.0866C147.62 76.804 152.431 74.2895 157.671 72.746C161.533 71.6011 165.627 70.9779 169.859 70.9779C193.584 70.9779 212.815 90.2098 212.815 113.934C212.815 137.659 193.584 156.891 169.859 156.891Z" fill="#B9E3F8"/>
10
+ </g>
11
+ </g>
12
+ <defs>
13
+ <filter id="filter0_d_3597_141091" x="108.634" y="54.6953" width="140.878" height="140.875" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
14
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
15
+ <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"/>
16
+ <feOffset dy="2"/>
17
+ <feGaussianBlur stdDeviation="3"/>
18
+ <feComposite in2="hardAlpha" operator="out"/>
19
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"/>
20
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3597_141091"/>
21
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3597_141091" result="shape"/>
22
+ </filter>
23
+ <clipPath id="clip0_3597_141091">
24
+ <rect width="250" height="194.203" fill="white"/>
25
+ </clipPath>
26
+ </defs>
27
+ </svg>
@@ -0,0 +1,27 @@
1
+ <svg width="250" height="195" viewBox="0 0 250 195" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_3597_141021)">
3
+ <rect width="250" height="194.203" fill="white"/>
4
+ <path d="M128.593 47.0465C128.593 47.2868 128.619 47.5195 128.658 47.7495C128.622 47.5014 128.601 47.2507 128.596 46.9922C128.596 47.0103 128.593 47.0284 128.593 47.0491V47.0465Z" fill="#823AA1"/>
5
+ <path d="M162.473 25.8672H90.9593C84.1356 25.8672 78.5811 31.4192 78.5811 38.2454V137.814C78.5811 144.638 84.133 150.192 90.9593 150.192H162.473C169.297 150.192 174.852 144.64 174.852 137.814V38.2454C174.852 31.4218 169.3 25.8672 162.473 25.8672V25.8672ZM158.844 46.9766C158.844 46.9999 158.847 47.0232 158.847 47.0464C158.847 47.3049 158.821 47.5582 158.775 47.8038C158.816 47.5349 158.839 47.2584 158.844 46.9741V46.9766ZM119.634 118.393L107.964 130.063C106.354 131.673 103.741 131.673 102.13 130.063L96.2967 124.229C94.6865 122.619 94.6865 120.005 96.2967 118.395C97.907 116.785 100.52 116.785 102.13 118.395L105.049 121.313L113.801 112.561C115.411 110.951 118.024 110.951 119.634 112.561C121.245 114.172 121.245 116.785 119.634 118.395V118.393ZM119.634 85.3857L107.964 97.0557C106.354 98.666 103.741 98.666 102.13 97.0557L96.2967 91.222C94.6865 89.6117 94.6865 86.9985 96.2967 85.3882C97.907 83.778 100.52 83.778 102.13 85.3882L105.049 88.3064L113.801 79.5545C115.411 77.9442 118.024 77.9442 119.634 79.5545C121.245 81.1648 121.245 83.778 119.634 85.3882V85.3857ZM119.634 52.3787L107.964 64.0487C106.354 65.659 103.741 65.659 102.13 64.0487L96.2967 58.215C94.6865 56.6047 94.6865 53.9916 96.2967 52.3813C97.907 50.771 100.52 50.771 102.13 52.3813L105.049 55.2995L113.801 46.5476C115.411 44.9373 118.024 44.9373 119.634 46.5476C121.245 48.1579 121.245 50.771 119.634 52.3813V52.3787ZM128.593 47.0438C128.593 47.0258 128.595 47.0077 128.595 46.987C128.598 47.2455 128.621 47.4988 128.657 47.7443C128.619 47.5143 128.593 47.2816 128.593 47.0413V47.0438ZM156.291 125.694H134.287C132.007 125.694 130.162 123.846 130.162 121.569C130.162 119.292 132.01 117.444 134.287 117.444H156.291C158.571 117.444 160.416 119.292 160.416 121.569C160.416 123.846 158.568 125.694 156.291 125.694ZM156.317 92.5738H134.313C132.033 92.5738 130.188 90.7257 130.188 88.4486C130.188 86.1714 132.036 84.3233 134.313 84.3233H156.317C158.596 84.3233 160.442 86.1714 160.442 88.4486C160.442 90.7257 158.594 92.5738 156.317 92.5738ZM157.668 59.647H135.665C133.385 59.647 131.539 57.7989 131.539 55.5217C131.539 53.2446 133.388 51.3965 135.665 51.3965H157.668C159.946 51.3965 161.794 53.2446 161.794 55.5217C161.794 57.7989 159.946 59.647 157.668 59.647Z" fill="#823AA1"/>
6
+ <path d="M70.331 137.811V43.0781C65.5286 44.7815 62.0806 49.3668 62.0806 54.7456V154.314C62.0806 161.138 67.6326 166.693 74.4588 166.693H145.973C151.352 166.693 155.937 163.242 157.64 158.442H90.9597C79.5843 158.442 70.331 149.189 70.331 137.813V137.811Z" fill="#823AA1"/>
7
+ <g filter="url(#filter0_d_3597_141021)">
8
+ <ellipse cx="169.707" cy="113.765" rx="44.2029" ry="44.2029" fill="white" fill-opacity="0.85"/>
9
+ <path d="M241.707 177.101L215.011 150.405C214.308 149.703 213.482 149.21 212.605 148.92C220.41 139.391 225.098 127.21 225.098 113.934C225.098 95.9054 216.453 79.891 203.091 69.8112C198.323 66.217 192.946 63.3837 187.149 61.4707C181.707 59.6808 175.902 58.6953 169.866 58.6953C165.678 58.6953 161.598 59.1808 157.678 60.0649C152.634 61.2026 147.852 63.0142 143.431 65.4272C135.272 69.8837 128.373 76.3402 123.366 84.1373C121.402 87.1953 119.736 90.4489 118.402 93.8765C115.975 100.094 114.634 106.855 114.634 113.934C114.634 144.442 139.359 169.166 169.866 169.166C183.142 169.166 195.323 164.485 204.852 156.674C205.142 157.55 205.642 158.384 206.337 159.079L233.033 185.775C235.431 188.174 239.315 188.174 241.714 185.775C244.113 183.376 244.113 179.492 241.714 177.094L241.707 177.101ZM169.859 156.891C146.134 156.891 126.902 137.659 126.902 113.934C126.902 109.203 127.678 104.652 129.091 100.391C130.265 96.8475 131.888 93.5141 133.895 90.4489C136.482 86.4924 139.707 82.9924 143.424 80.0866C147.62 76.804 152.431 74.2895 157.671 72.746C161.533 71.6011 165.627 70.9779 169.859 70.9779C193.584 70.9779 212.815 90.2098 212.815 113.934C212.815 137.659 193.584 156.891 169.859 156.891Z" fill="#B9E3F8"/>
10
+ </g>
11
+ </g>
12
+ <defs>
13
+ <filter id="filter0_d_3597_141021" x="108.634" y="54.6953" width="140.878" height="140.875" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
14
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
15
+ <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"/>
16
+ <feOffset dy="2"/>
17
+ <feGaussianBlur stdDeviation="3"/>
18
+ <feComposite in2="hardAlpha" operator="out"/>
19
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"/>
20
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3597_141021"/>
21
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3597_141021" result="shape"/>
22
+ </filter>
23
+ <clipPath id="clip0_3597_141021">
24
+ <rect width="250" height="194.203" fill="white"/>
25
+ </clipPath>
26
+ </defs>
27
+ </svg>
@@ -0,0 +1,25 @@
1
+ <svg width="250" height="195" viewBox="0 0 250 195" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_3597_141064)">
3
+ <rect width="250" height="194.203" fill="white"/>
4
+ <path d="M162.96 77.3913C162.89 85.8103 159.876 93.9395 154.442 100.37C148.32 107.777 140.429 113.518 131.497 117.063C121.472 121.206 110.71 123.274 99.8631 123.143C94.5868 123.132 89.322 122.649 84.1318 121.7C76.568 126.97 68.1401 130.876 59.2296 133.241C56.997 133.79 54.4209 134.271 51.5357 134.683H51.1922C50.4803 134.645 49.8024 134.366 49.2687 133.893C48.9821 133.661 48.7503 133.368 48.59 133.035C48.4297 132.703 48.3448 132.339 48.3413 131.97C48.2834 131.815 48.2834 131.644 48.3413 131.489C48.2927 131.274 48.2927 131.051 48.3413 130.837C48.3703 130.678 48.3703 130.515 48.3413 130.356V129.875L48.6505 129.394L49.2687 128.913L49.7496 128.432L50.0931 128.123L52.1539 125.856L54.5926 123.28C55.333 122.45 55.9782 121.54 56.5161 120.567C57.173 119.367 57.9193 118.219 58.7487 117.132C59.6141 115.933 60.2116 114.563 60.5005 113.113C53.6501 109.249 47.7754 103.868 43.3265 97.3817C38.8185 90.9748 36.5738 83.2485 36.947 75.4235C37.3202 67.5985 40.2901 60.1209 45.3874 54.1721C51.5111 46.829 59.3586 41.1174 68.2287 37.5478C78.2549 33.4028 89.0144 31.3233 99.8631 31.4339C110.711 31.3299 121.469 33.4091 131.497 37.5478C140.421 41.1055 148.31 46.845 154.442 54.2408C159.904 60.7225 162.918 68.9152 162.96 77.3913V77.3913ZM197.308 100.198C197.292 107.441 195.05 114.504 190.885 120.429C186.451 126.928 180.573 132.312 173.711 136.16C174.177 137.532 174.752 138.864 175.428 140.145C176.064 141.357 176.812 142.506 177.661 143.58C178.52 144.679 179.241 145.537 179.756 146.156C180.271 146.774 181.061 147.701 182.023 148.903C182.639 149.711 183.329 150.458 184.084 151.136L184.427 151.445L184.908 151.926C185.034 152.083 185.138 152.257 185.217 152.441C185.304 152.611 185.408 152.772 185.527 152.922L185.698 153.403V153.884C185.727 154.089 185.727 154.297 185.698 154.502C185.733 154.661 185.733 154.825 185.698 154.983C185.533 155.777 185.139 156.505 184.565 157.078C184.324 157.339 184.022 157.535 183.686 157.649C183.35 157.763 182.991 157.791 182.641 157.731C179.653 157.284 177.077 156.803 174.947 156.288C165.975 153.932 157.487 150.014 149.873 144.713C144.704 145.633 139.462 146.093 134.211 146.087C119.268 146.436 104.564 142.296 91.9974 134.203C95.4322 134.546 98.0426 134.683 99.8631 134.683C109.171 134.709 118.431 133.354 127.341 130.665C135.934 128.161 144.057 124.262 151.385 119.124C158.355 113.999 164.2 107.5 168.559 100.026C172.487 93.138 174.492 85.3202 174.363 77.3913C174.375 72.7311 173.669 68.097 172.268 63.6521C179.528 67.4524 185.797 72.8986 190.576 79.5552C194.987 85.5256 197.392 92.7408 197.445 100.164L197.308 100.198Z" fill="#46AFE6"/>
5
+ <g filter="url(#filter0_d_3597_141064)">
6
+ <ellipse cx="169.707" cy="113.765" rx="44.2029" ry="44.2029" fill="white" fill-opacity="0.85"/>
7
+ <path d="M241.707 177.101L215.011 150.405C214.308 149.703 213.482 149.21 212.605 148.92C220.41 139.391 225.098 127.21 225.098 113.934C225.098 95.9054 216.453 79.891 203.091 69.8112C198.323 66.217 192.946 63.3837 187.149 61.4707C181.707 59.6808 175.903 58.6953 169.866 58.6953C165.678 58.6953 161.598 59.1808 157.678 60.0649C152.634 61.2026 147.852 63.0142 143.432 65.4272C135.272 69.8837 128.374 76.3402 123.366 84.1373C121.403 87.1953 119.736 90.4489 118.403 93.8765C115.975 100.094 114.634 106.855 114.634 113.934C114.634 144.442 139.359 169.166 169.866 169.166C183.142 169.166 195.323 164.485 204.852 156.674C205.142 157.55 205.642 158.384 206.337 159.079L233.033 185.775C235.432 188.174 239.316 188.174 241.714 185.775C244.113 183.376 244.113 179.492 241.714 177.094L241.707 177.101ZM169.859 156.891C146.134 156.891 126.903 137.659 126.903 113.934C126.903 109.203 127.678 104.652 129.091 100.391C130.265 96.8475 131.888 93.5141 133.895 90.4489C136.482 86.4924 139.707 82.9924 143.424 80.0866C147.62 76.804 152.432 74.2895 157.671 72.746C161.533 71.6011 165.627 70.9779 169.859 70.9779C193.584 70.9779 212.816 90.2098 212.816 113.934C212.816 137.659 193.584 156.891 169.859 156.891Z" fill="#B9E3F8"/>
8
+ </g>
9
+ </g>
10
+ <defs>
11
+ <filter id="filter0_d_3597_141064" x="108.634" y="54.6953" width="140.879" height="140.875" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
12
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
13
+ <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"/>
14
+ <feOffset dy="2"/>
15
+ <feGaussianBlur stdDeviation="3"/>
16
+ <feComposite in2="hardAlpha" operator="out"/>
17
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"/>
18
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3597_141064"/>
19
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3597_141064" result="shape"/>
20
+ </filter>
21
+ <clipPath id="clip0_3597_141064">
22
+ <rect width="250" height="194.203" fill="white"/>
23
+ </clipPath>
24
+ </defs>
25
+ </svg>
@@ -0,0 +1,25 @@
1
+ <svg width="250" height="195" viewBox="0 0 250 195" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_3597_140993)">
3
+ <rect width="250" height="194.203" fill="white"/>
4
+ <path d="M162.96 77.3913C162.89 85.8103 159.876 93.9395 154.442 100.37C148.32 107.777 140.429 113.518 131.497 117.063C121.472 121.206 110.71 123.274 99.8631 123.143C94.5868 123.132 89.322 122.649 84.1318 121.7C76.568 126.97 68.1401 130.876 59.2296 133.241C56.997 133.79 54.4209 134.271 51.5357 134.683H51.1922C50.4803 134.645 49.8024 134.366 49.2687 133.893C48.9821 133.661 48.7503 133.368 48.59 133.035C48.4297 132.703 48.3448 132.339 48.3413 131.97C48.2834 131.815 48.2834 131.644 48.3413 131.489C48.2927 131.274 48.2927 131.051 48.3413 130.837C48.3703 130.678 48.3703 130.515 48.3413 130.356V129.875L48.6505 129.394L49.2687 128.913L49.7496 128.432L50.0931 128.123L52.1539 125.856L54.5926 123.28C55.333 122.45 55.9782 121.54 56.5161 120.567C57.173 119.367 57.9193 118.219 58.7487 117.132C59.6141 115.933 60.2116 114.563 60.5005 113.113C53.6501 109.249 47.7754 103.868 43.3265 97.3817C38.8185 90.9748 36.5738 83.2485 36.947 75.4235C37.3202 67.5985 40.2901 60.1209 45.3874 54.1721C51.5111 46.829 59.3586 41.1174 68.2287 37.5478C78.2549 33.4028 89.0144 31.3233 99.8631 31.4339C110.711 31.3299 121.469 33.4091 131.497 37.5478C140.421 41.1055 148.31 46.845 154.442 54.2408C159.904 60.7225 162.918 68.9152 162.96 77.3913V77.3913ZM197.308 100.198C197.292 107.441 195.05 114.504 190.885 120.429C186.451 126.928 180.573 132.312 173.711 136.16C174.177 137.532 174.752 138.864 175.428 140.145C176.064 141.357 176.812 142.506 177.661 143.58C178.52 144.679 179.241 145.537 179.756 146.156C180.271 146.774 181.061 147.701 182.023 148.903C182.639 149.711 183.329 150.458 184.084 151.136L184.427 151.445L184.908 151.926C185.034 152.083 185.138 152.257 185.217 152.441C185.304 152.611 185.408 152.772 185.527 152.922L185.698 153.403V153.884C185.727 154.089 185.727 154.297 185.698 154.502C185.733 154.661 185.733 154.825 185.698 154.983C185.533 155.777 185.139 156.505 184.565 157.078C184.324 157.339 184.022 157.535 183.686 157.649C183.35 157.763 182.991 157.791 182.641 157.731C179.653 157.284 177.077 156.803 174.947 156.288C165.975 153.932 157.487 150.014 149.873 144.713C144.704 145.633 139.462 146.093 134.211 146.087C119.268 146.436 104.564 142.296 91.9974 134.203C95.4322 134.546 98.0426 134.683 99.8631 134.683C109.171 134.709 118.431 133.354 127.341 130.665C135.934 128.161 144.057 124.262 151.385 119.124C158.355 113.999 164.2 107.5 168.559 100.026C172.487 93.138 174.492 85.3202 174.363 77.3913C174.375 72.7311 173.669 68.097 172.268 63.6521C179.528 67.4524 185.797 72.8986 190.576 79.5552C194.987 85.5256 197.392 92.7408 197.445 100.164L197.308 100.198Z" fill="#2A9CC8"/>
5
+ <g filter="url(#filter0_d_3597_140993)">
6
+ <ellipse cx="169.707" cy="113.765" rx="44.2029" ry="44.2029" fill="white" fill-opacity="0.85"/>
7
+ <path d="M241.707 177.101L215.011 150.405C214.308 149.703 213.482 149.21 212.605 148.92C220.41 139.391 225.098 127.21 225.098 113.934C225.098 95.9054 216.453 79.891 203.091 69.8112C198.323 66.217 192.946 63.3837 187.149 61.4707C181.707 59.6808 175.903 58.6953 169.866 58.6953C165.678 58.6953 161.598 59.1808 157.678 60.0649C152.634 61.2026 147.852 63.0142 143.432 65.4272C135.272 69.8837 128.374 76.3402 123.366 84.1373C121.403 87.1953 119.736 90.4489 118.403 93.8765C115.975 100.094 114.634 106.855 114.634 113.934C114.634 144.442 139.359 169.166 169.866 169.166C183.142 169.166 195.323 164.485 204.852 156.674C205.142 157.55 205.642 158.384 206.337 159.079L233.033 185.775C235.432 188.174 239.316 188.174 241.714 185.775C244.113 183.376 244.113 179.492 241.714 177.094L241.707 177.101ZM169.859 156.891C146.134 156.891 126.903 137.659 126.903 113.934C126.903 109.203 127.678 104.652 129.091 100.391C130.265 96.8475 131.888 93.5141 133.895 90.4489C136.482 86.4924 139.707 82.9924 143.424 80.0866C147.62 76.804 152.432 74.2895 157.671 72.746C161.533 71.6011 165.627 70.9779 169.859 70.9779C193.584 70.9779 212.816 90.2098 212.816 113.934C212.816 137.659 193.584 156.891 169.859 156.891Z" fill="#B9E3F8"/>
8
+ </g>
9
+ </g>
10
+ <defs>
11
+ <filter id="filter0_d_3597_140993" x="108.634" y="54.6953" width="140.879" height="140.875" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
12
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
13
+ <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"/>
14
+ <feOffset dy="2"/>
15
+ <feGaussianBlur stdDeviation="3"/>
16
+ <feComposite in2="hardAlpha" operator="out"/>
17
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"/>
18
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3597_140993"/>
19
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3597_140993" result="shape"/>
20
+ </filter>
21
+ <clipPath id="clip0_3597_140993">
22
+ <rect width="250" height="194.203" fill="white"/>
23
+ </clipPath>
24
+ </defs>
25
+ </svg>
@@ -0,0 +1,25 @@
1
+ <svg width="250" height="195" viewBox="0 0 250 195" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_3597_141078)">
3
+ <rect width="250" height="194.203" fill="white"/>
4
+ <path d="M50.849 66.2978V65.4391C50.849 64.7012 51.1421 63.9936 51.6639 63.4718C52.1856 62.95 52.8933 62.6569 53.6312 62.6569H65.5155C66.2534 62.6569 66.961 62.95 67.4828 63.4718C68.0046 63.9936 68.2977 64.7012 68.2977 65.4391V66.2978C68.2977 66.6616 68.2255 67.0217 68.0853 67.3573C67.945 67.693 67.7396 67.9974 67.4808 68.253C67.222 68.5087 66.915 68.7103 66.5776 68.8464C66.2403 68.9824 65.8792 69.0502 65.5155 69.0456H53.6312C53.2674 69.0502 52.9064 68.9824 52.5691 68.8464C52.2317 68.7103 51.9247 68.5087 51.6659 68.253C51.4071 67.9974 51.2016 67.693 51.0614 67.3573C50.9212 67.0217 50.849 66.6616 50.849 66.2978V66.2978ZM53.6312 39.8843H65.5155C66.2534 39.8843 66.961 39.5912 67.4828 39.0694C68.0046 38.5477 68.2977 37.84 68.2977 37.1021V36.1747C68.2977 35.811 68.2255 35.4508 68.0853 35.1152C67.945 34.7796 67.7396 34.4751 67.4808 34.2195C67.222 33.9639 66.915 33.7622 66.5776 33.6261C66.2403 33.4901 65.8792 33.4224 65.5155 33.4269H53.6312C53.2674 33.4224 52.9064 33.4901 52.5691 33.6261C52.2317 33.7622 51.9247 33.9639 51.6659 34.2195C51.4071 34.4751 51.2016 34.7796 51.0614 35.1152C50.9212 35.4508 50.849 35.811 50.849 36.1747V37.0334C50.8398 37.4045 50.905 37.7737 51.0407 38.1192C51.1764 38.4648 51.3799 38.7796 51.6392 39.0453C51.8984 39.311 52.2083 39.5221 52.5504 39.6662C52.8925 39.8102 53.26 39.8844 53.6312 39.8843V39.8843ZM53.6312 97.7604H65.5155C65.8792 97.765 66.2403 97.6972 66.5776 97.5612C66.915 97.4251 67.222 97.2235 67.4808 96.9678C67.7396 96.7122 67.945 96.4078 68.0853 96.0721C68.2255 95.7365 68.2977 95.3763 68.2977 95.0126V94.1539C68.2977 93.416 68.0046 92.7083 67.4828 92.1866C66.961 91.6648 66.2534 91.3717 65.5155 91.3717H53.6312C52.8933 91.3717 52.1856 91.6648 51.6639 92.1866C51.1421 92.7083 50.849 93.416 50.849 94.1539V95.0126C50.849 95.3763 50.9212 95.7365 51.0614 96.0721C51.2016 96.4078 51.4071 96.7122 51.6659 96.9678C51.9247 97.2235 52.2317 97.4251 52.5691 97.5612C52.9064 97.6972 53.2674 97.765 53.6312 97.7604V97.7604ZM53.6312 126.647H65.5155C65.8792 126.651 66.2403 126.584 66.5776 126.448C66.915 126.312 67.222 126.11 67.4808 125.854C67.7396 125.599 67.945 125.294 68.0853 124.959C68.2255 124.623 68.2977 124.263 68.2977 123.899V123.04C68.2977 122.303 68.0046 121.595 67.4828 121.073C66.961 120.551 66.2534 120.258 65.5155 120.258H53.6312C52.8933 120.258 52.1856 120.551 51.6639 121.073C51.1421 121.595 50.849 122.303 50.849 123.04V123.899C50.849 124.263 50.9212 124.623 51.0614 124.959C51.2016 125.294 51.4071 125.599 51.6659 125.854C51.9247 126.11 52.2317 126.312 52.5691 126.448C52.9064 126.584 53.2674 126.651 53.6312 126.647ZM68.1946 152.957V152.099C68.1442 151.415 67.8428 150.773 67.3483 150.298C66.8538 149.822 66.2011 149.546 65.5155 149.523H53.6312C53.2658 149.523 52.904 149.595 52.5665 149.734C52.2289 149.874 51.9222 150.079 51.6639 150.337C51.4055 150.596 51.2006 150.903 51.0608 151.24C50.921 151.578 50.849 151.939 50.849 152.305V152.957C50.849 153.321 50.9212 153.681 51.0614 154.017C51.2016 154.353 51.4071 154.657 51.6659 154.913C51.9247 155.168 52.2317 155.37 52.5691 155.506C52.9064 155.642 53.2674 155.71 53.6312 155.705H65.5155C66.2323 155.687 66.9137 155.39 67.4143 154.876C67.9148 154.363 68.1949 153.674 68.1946 152.957V152.957ZM167.425 25.8704V163.262C167.426 164.322 167.007 165.339 166.261 166.091C165.514 166.844 164.501 167.271 163.441 167.28H65.2407C64.6943 167.308 64.1478 167.225 63.6344 167.036C63.1209 166.847 62.651 166.556 62.253 166.181C61.855 165.805 61.5372 165.353 61.3187 164.851C61.1002 164.35 60.9855 163.809 60.9816 163.262V157.56C62.3192 157.663 63.6627 157.663 65.0003 157.56C66.1143 157.679 67.2368 157.431 68.1975 156.855C69.1582 156.278 69.9048 155.405 70.3242 154.366C70.6364 153.604 70.7551 152.777 70.6696 151.959C70.5842 151.141 70.2973 150.356 69.8346 149.676C69.3719 148.995 68.7478 148.44 68.018 148.06C67.2883 147.679 66.4757 147.486 65.6529 147.496H60.9816V128.433H65.859C66.91 128.513 67.9583 128.247 68.8448 127.677C69.7312 127.106 70.4074 126.262 70.7707 125.273C71.0555 124.518 71.1428 123.703 71.0243 122.904C70.9058 122.106 70.5854 121.351 70.0935 120.711C69.6016 120.071 68.9544 119.568 68.2134 119.248C67.4724 118.928 66.662 118.803 65.859 118.884H60.9816V99.5465H63.5233C68.8129 99.5465 70.9425 98.0352 70.9425 94.6348C70.9425 91.2343 68.6412 89.9634 63.5233 89.9634H60.9816V71.0034H65.859C67.2104 70.9944 68.5033 70.4512 69.4557 69.4924C70.408 68.5336 70.9425 67.237 70.9425 65.8856V65.8856C70.9475 65.223 70.8184 64.5662 70.563 63.9548C70.3075 63.3434 69.931 62.79 69.4561 62.3279C68.9812 61.8658 68.4177 61.5046 67.7995 61.266C67.1813 61.0274 66.5212 60.9163 65.859 60.9395H60.9816V41.533C62.537 41.4299 64.0975 41.4299 65.6529 41.533C66.5903 41.5819 67.5229 41.3703 68.3474 40.9217C69.172 40.4731 69.8561 39.8049 70.3242 38.9913C70.7208 38.2534 70.9116 37.4225 70.8768 36.5855C70.8419 35.7486 70.5827 34.9364 70.1261 34.234C69.6696 33.5317 69.0326 32.965 68.2819 32.5934C67.5312 32.2218 66.6943 32.0588 65.859 32.1217H60.9816V26.0421C61.0159 24.9872 61.4504 23.9849 62.1967 23.2385C62.943 22.4922 63.9454 22.0578 65.0003 22.0234H163.407C164.462 22.0578 165.464 22.4922 166.21 23.2385C166.957 23.9849 167.391 24.9872 167.425 26.0421V25.8704ZM141.081 64.9239H92.9938V74.1291H141.081V64.9239ZM141.081 50.3261H92.9938V59.5313H141.081V50.3261ZM177.833 137.501H172.749C171.101 137.501 169.761 139.39 169.761 141.657V157.423C169.761 159.69 171.101 161.544 172.749 161.544H177.833C180.787 161.544 183.225 158.11 183.225 154.056V144.989C183.225 140.867 180.787 137.501 177.833 137.501ZM177.833 110.263H172.749C171.101 110.263 169.761 112.118 169.761 114.419V130.15C169.761 132.452 171.101 134.306 172.749 134.306H177.833C180.787 134.306 183.225 130.872 183.225 126.819V117.751C183.225 113.629 180.787 110.263 177.833 110.263ZM177.833 83.0252H172.749C171.101 83.0252 169.761 84.88 169.761 87.1469V102.913C169.761 105.18 171.101 107.034 172.749 107.034H177.833C180.787 107.034 183.225 103.6 183.225 99.5465V90.513C183.225 86.3569 180.787 83.0252 177.833 83.0252ZM177.833 55.753H172.749C171.101 55.753 169.761 57.6078 169.761 59.9091V75.6404C169.761 77.9417 171.101 79.7965 172.749 79.7965H177.833C180.787 79.7965 183.225 76.3617 183.225 72.3087V63.2408C183.225 59.1191 180.787 55.753 177.833 55.753V55.753ZM177.833 28.5152H172.749C171.101 28.5152 169.761 30.37 169.761 32.6713V48.4026C169.761 50.7039 171.101 52.5587 172.749 52.5587H177.833C180.787 52.5587 183.225 49.1239 183.225 45.0708V36.1747C183.225 32.053 180.787 28.6869 177.833 28.6869V28.5152Z" fill="#46AFE6"/>
5
+ <g filter="url(#filter0_d_3597_141078)">
6
+ <ellipse cx="169.707" cy="113.765" rx="44.2029" ry="44.2029" fill="white" fill-opacity="0.85"/>
7
+ <path d="M241.707 177.101L215.011 150.405C214.308 149.703 213.482 149.21 212.605 148.92C220.41 139.391 225.098 127.21 225.098 113.934C225.098 95.9054 216.453 79.891 203.091 69.8112C198.323 66.217 192.946 63.3837 187.149 61.4707C181.707 59.6808 175.902 58.6953 169.866 58.6953C165.678 58.6953 161.598 59.1808 157.678 60.0649C152.634 61.2026 147.852 63.0142 143.431 65.4272C135.272 69.8837 128.373 76.3402 123.366 84.1373C121.402 87.1953 119.736 90.4489 118.402 93.8765C115.975 100.094 114.634 106.855 114.634 113.934C114.634 144.442 139.359 169.166 169.866 169.166C183.142 169.166 195.323 164.485 204.852 156.674C205.142 157.55 205.642 158.384 206.337 159.079L233.033 185.775C235.431 188.174 239.315 188.174 241.714 185.775C244.113 183.376 244.113 179.492 241.714 177.094L241.707 177.101ZM169.859 156.891C146.134 156.891 126.902 137.659 126.902 113.934C126.902 109.203 127.678 104.652 129.091 100.391C130.265 96.8475 131.888 93.5141 133.895 90.4489C136.482 86.4924 139.707 82.9924 143.424 80.0866C147.62 76.804 152.431 74.2895 157.671 72.746C161.533 71.6011 165.627 70.9779 169.859 70.9779C193.584 70.9779 212.815 90.2098 212.815 113.934C212.815 137.659 193.584 156.891 169.859 156.891Z" fill="#B9E3F8"/>
8
+ </g>
9
+ </g>
10
+ <defs>
11
+ <filter id="filter0_d_3597_141078" x="108.634" y="54.6953" width="140.878" height="140.875" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
12
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
13
+ <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"/>
14
+ <feOffset dy="2"/>
15
+ <feGaussianBlur stdDeviation="3"/>
16
+ <feComposite in2="hardAlpha" operator="out"/>
17
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"/>
18
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3597_141078"/>
19
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3597_141078" result="shape"/>
20
+ </filter>
21
+ <clipPath id="clip0_3597_141078">
22
+ <rect width="250" height="194.203" fill="white"/>
23
+ </clipPath>
24
+ </defs>
25
+ </svg>
@@ -0,0 +1,25 @@
1
+ <svg width="250" height="195" viewBox="0 0 250 195" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_3597_141008)">
3
+ <rect width="250" height="194.203" fill="white"/>
4
+ <path d="M50.849 66.2978V65.4391C50.849 64.7012 51.1421 63.9936 51.6639 63.4718C52.1856 62.95 52.8933 62.6569 53.6312 62.6569H65.5155C66.2534 62.6569 66.961 62.95 67.4828 63.4718C68.0046 63.9936 68.2977 64.7012 68.2977 65.4391V66.2978C68.2977 66.6616 68.2255 67.0217 68.0853 67.3573C67.945 67.693 67.7396 67.9974 67.4808 68.253C67.222 68.5087 66.915 68.7103 66.5776 68.8464C66.2403 68.9824 65.8792 69.0502 65.5155 69.0456H53.6312C53.2674 69.0502 52.9064 68.9824 52.5691 68.8464C52.2317 68.7103 51.9247 68.5087 51.6659 68.253C51.4071 67.9974 51.2016 67.693 51.0614 67.3573C50.9212 67.0217 50.849 66.6616 50.849 66.2978V66.2978ZM53.6312 39.8843H65.5155C66.2534 39.8843 66.961 39.5912 67.4828 39.0694C68.0046 38.5477 68.2977 37.84 68.2977 37.1021V36.1747C68.2977 35.811 68.2255 35.4508 68.0853 35.1152C67.945 34.7796 67.7396 34.4751 67.4808 34.2195C67.222 33.9639 66.915 33.7622 66.5776 33.6261C66.2403 33.4901 65.8792 33.4224 65.5155 33.4269H53.6312C53.2674 33.4224 52.9064 33.4901 52.5691 33.6261C52.2317 33.7622 51.9247 33.9639 51.6659 34.2195C51.4071 34.4751 51.2016 34.7796 51.0614 35.1152C50.9212 35.4508 50.849 35.811 50.849 36.1747V37.0334C50.8398 37.4045 50.905 37.7737 51.0407 38.1192C51.1764 38.4648 51.3799 38.7796 51.6392 39.0453C51.8984 39.311 52.2083 39.5221 52.5504 39.6662C52.8925 39.8102 53.26 39.8844 53.6312 39.8843V39.8843ZM53.6312 97.7604H65.5155C65.8792 97.765 66.2403 97.6972 66.5776 97.5612C66.915 97.4251 67.222 97.2235 67.4808 96.9678C67.7396 96.7122 67.945 96.4078 68.0853 96.0721C68.2255 95.7365 68.2977 95.3763 68.2977 95.0126V94.1539C68.2977 93.416 68.0046 92.7083 67.4828 92.1866C66.961 91.6648 66.2534 91.3717 65.5155 91.3717H53.6312C52.8933 91.3717 52.1856 91.6648 51.6639 92.1866C51.1421 92.7083 50.849 93.416 50.849 94.1539V95.0126C50.849 95.3763 50.9212 95.7365 51.0614 96.0721C51.2016 96.4078 51.4071 96.7122 51.6659 96.9678C51.9247 97.2235 52.2317 97.4251 52.5691 97.5612C52.9064 97.6972 53.2674 97.765 53.6312 97.7604V97.7604ZM53.6312 126.647H65.5155C65.8792 126.651 66.2403 126.584 66.5776 126.448C66.915 126.312 67.222 126.11 67.4808 125.854C67.7396 125.599 67.945 125.294 68.0853 124.959C68.2255 124.623 68.2977 124.263 68.2977 123.899V123.04C68.2977 122.303 68.0046 121.595 67.4828 121.073C66.961 120.551 66.2534 120.258 65.5155 120.258H53.6312C52.8933 120.258 52.1856 120.551 51.6639 121.073C51.1421 121.595 50.849 122.303 50.849 123.04V123.899C50.849 124.263 50.9212 124.623 51.0614 124.959C51.2016 125.294 51.4071 125.599 51.6659 125.854C51.9247 126.11 52.2317 126.312 52.5691 126.448C52.9064 126.584 53.2674 126.651 53.6312 126.647ZM68.1946 152.957V152.099C68.1442 151.415 67.8428 150.773 67.3483 150.298C66.8538 149.822 66.2011 149.546 65.5155 149.523H53.6312C53.2658 149.523 52.904 149.595 52.5665 149.734C52.2289 149.874 51.9222 150.079 51.6639 150.337C51.4055 150.596 51.2006 150.903 51.0608 151.24C50.921 151.578 50.849 151.939 50.849 152.305V152.957C50.849 153.321 50.9212 153.681 51.0614 154.017C51.2016 154.353 51.4071 154.657 51.6659 154.913C51.9247 155.168 52.2317 155.37 52.5691 155.506C52.9064 155.642 53.2674 155.71 53.6312 155.705H65.5155C66.2323 155.687 66.9137 155.39 67.4143 154.876C67.9148 154.363 68.1949 153.674 68.1946 152.957V152.957ZM167.425 25.8704V163.262C167.426 164.322 167.007 165.339 166.261 166.091C165.514 166.844 164.501 167.271 163.441 167.28H65.2407C64.6943 167.308 64.1478 167.225 63.6344 167.036C63.1209 166.847 62.651 166.556 62.253 166.181C61.855 165.805 61.5372 165.353 61.3187 164.851C61.1002 164.35 60.9855 163.809 60.9816 163.262V157.56C62.3192 157.663 63.6627 157.663 65.0003 157.56C66.1143 157.679 67.2368 157.431 68.1975 156.855C69.1582 156.278 69.9048 155.405 70.3242 154.366C70.6364 153.604 70.7551 152.777 70.6696 151.959C70.5842 151.141 70.2973 150.356 69.8346 149.676C69.3719 148.995 68.7478 148.44 68.018 148.06C67.2883 147.679 66.4757 147.486 65.6529 147.496H60.9816V128.433H65.859C66.91 128.513 67.9583 128.247 68.8448 127.677C69.7312 127.106 70.4074 126.262 70.7707 125.273C71.0555 124.518 71.1428 123.703 71.0243 122.904C70.9058 122.106 70.5854 121.351 70.0935 120.711C69.6016 120.071 68.9544 119.568 68.2134 119.248C67.4724 118.928 66.662 118.803 65.859 118.884H60.9816V99.5465H63.5233C68.8129 99.5465 70.9425 98.0352 70.9425 94.6348C70.9425 91.2343 68.6412 89.9634 63.5233 89.9634H60.9816V71.0034H65.859C67.2104 70.9944 68.5033 70.4512 69.4557 69.4924C70.408 68.5336 70.9425 67.237 70.9425 65.8856V65.8856C70.9475 65.223 70.8184 64.5662 70.563 63.9548C70.3075 63.3434 69.931 62.79 69.4561 62.3279C68.9812 61.8658 68.4177 61.5046 67.7995 61.266C67.1813 61.0274 66.5212 60.9163 65.859 60.9395H60.9816V41.533C62.537 41.4299 64.0975 41.4299 65.6529 41.533C66.5903 41.5819 67.5229 41.3703 68.3474 40.9217C69.172 40.4731 69.8561 39.8049 70.3242 38.9913C70.7208 38.2534 70.9116 37.4225 70.8768 36.5855C70.8419 35.7486 70.5827 34.9364 70.1261 34.234C69.6696 33.5317 69.0326 32.965 68.2819 32.5934C67.5312 32.2218 66.6943 32.0588 65.859 32.1217H60.9816V26.0421C61.0159 24.9872 61.4504 23.9849 62.1967 23.2385C62.943 22.4922 63.9454 22.0578 65.0003 22.0234H163.407C164.462 22.0578 165.464 22.4922 166.21 23.2385C166.957 23.9849 167.391 24.9872 167.425 26.0421V25.8704ZM141.081 64.9239H92.9938V74.1291H141.081V64.9239ZM141.081 50.3261H92.9938V59.5313H141.081V50.3261ZM177.833 137.501H172.749C171.101 137.501 169.761 139.39 169.761 141.657V157.423C169.761 159.69 171.101 161.544 172.749 161.544H177.833C180.787 161.544 183.225 158.11 183.225 154.056V144.989C183.225 140.867 180.787 137.501 177.833 137.501ZM177.833 110.263H172.749C171.101 110.263 169.761 112.118 169.761 114.419V130.15C169.761 132.452 171.101 134.306 172.749 134.306H177.833C180.787 134.306 183.225 130.872 183.225 126.819V117.751C183.225 113.629 180.787 110.263 177.833 110.263ZM177.833 83.0252H172.749C171.101 83.0252 169.761 84.88 169.761 87.1469V102.913C169.761 105.18 171.101 107.034 172.749 107.034H177.833C180.787 107.034 183.225 103.6 183.225 99.5465V90.513C183.225 86.3569 180.787 83.0252 177.833 83.0252ZM177.833 55.753H172.749C171.101 55.753 169.761 57.6078 169.761 59.9091V75.6404C169.761 77.9417 171.101 79.7965 172.749 79.7965H177.833C180.787 79.7965 183.225 76.3617 183.225 72.3087V63.2408C183.225 59.1191 180.787 55.753 177.833 55.753V55.753ZM177.833 28.5152H172.749C171.101 28.5152 169.761 30.37 169.761 32.6713V48.4026C169.761 50.7039 171.101 52.5587 172.749 52.5587H177.833C180.787 52.5587 183.225 49.1239 183.225 45.0708V36.1747C183.225 32.053 180.787 28.6869 177.833 28.6869V28.5152Z" fill="#2A9CC8"/>
5
+ <g filter="url(#filter0_d_3597_141008)">
6
+ <ellipse cx="169.707" cy="113.765" rx="44.2029" ry="44.2029" fill="white" fill-opacity="0.85"/>
7
+ <path d="M241.707 177.101L215.011 150.405C214.308 149.703 213.482 149.21 212.605 148.92C220.41 139.391 225.098 127.21 225.098 113.934C225.098 95.9054 216.453 79.891 203.091 69.8112C198.323 66.217 192.946 63.3837 187.149 61.4707C181.707 59.6808 175.902 58.6953 169.866 58.6953C165.678 58.6953 161.598 59.1808 157.678 60.0649C152.634 61.2026 147.852 63.0142 143.431 65.4272C135.272 69.8837 128.373 76.3402 123.366 84.1373C121.402 87.1953 119.736 90.4489 118.402 93.8765C115.975 100.094 114.634 106.855 114.634 113.934C114.634 144.442 139.359 169.166 169.866 169.166C183.142 169.166 195.323 164.485 204.852 156.674C205.142 157.55 205.642 158.384 206.337 159.079L233.033 185.775C235.431 188.174 239.315 188.174 241.714 185.775C244.113 183.376 244.113 179.492 241.714 177.094L241.707 177.101ZM169.859 156.891C146.134 156.891 126.902 137.659 126.902 113.934C126.902 109.203 127.678 104.652 129.091 100.391C130.265 96.8475 131.888 93.5141 133.895 90.4489C136.482 86.4924 139.707 82.9924 143.424 80.0866C147.62 76.804 152.431 74.2895 157.671 72.746C161.533 71.6011 165.627 70.9779 169.859 70.9779C193.584 70.9779 212.815 90.2098 212.815 113.934C212.815 137.659 193.584 156.891 169.859 156.891Z" fill="#B9E3F8"/>
8
+ </g>
9
+ </g>
10
+ <defs>
11
+ <filter id="filter0_d_3597_141008" x="108.634" y="54.6953" width="140.878" height="140.875" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
12
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
13
+ <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"/>
14
+ <feOffset dy="2"/>
15
+ <feGaussianBlur stdDeviation="3"/>
16
+ <feComposite in2="hardAlpha" operator="out"/>
17
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"/>
18
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3597_141008"/>
19
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3597_141008" result="shape"/>
20
+ </filter>
21
+ <clipPath id="clip0_3597_141008">
22
+ <rect width="250" height="194.203" fill="white"/>
23
+ </clipPath>
24
+ </defs>
25
+ </svg>
@@ -0,0 +1,26 @@
1
+ <svg width="250" height="195" viewBox="0 0 250 195" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_3597_148677)">
3
+ <path d="M84.4167 110.853C78.3713 110.853 73.1103 111.52 68.8274 112.345C66.4949 112.794 64.2397 111.268 63.7903 108.935C63.341 106.603 64.8675 104.347 67.2001 103.898C71.9244 102.988 77.7364 102.25 84.4167 102.25C91.214 102.25 97.145 102.986 101.95 103.895C104.284 104.337 105.818 106.587 105.376 108.921C104.935 111.255 102.685 112.789 100.351 112.348C95.9831 111.521 90.5931 110.853 84.4167 110.853Z" fill="#E13A3A"/>
4
+ <path d="M68.8274 78.0098C73.1103 77.1846 78.3714 76.5174 84.4167 76.5174C90.5931 76.5174 95.9831 77.1862 100.351 78.0125C102.685 78.454 104.935 76.9199 105.376 74.5859C105.818 72.2519 104.284 70.0018 101.95 69.5602C97.145 68.6512 91.2141 67.9152 84.4167 67.9152C77.7364 67.9152 71.9244 68.6527 67.2001 69.5629C64.8675 70.0123 63.341 72.2675 63.7903 74.6C64.2397 76.9326 66.4949 78.4592 68.8274 78.0098Z" fill="#E13A3A"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M150.458 30.8538C165.237 30.7684 177.494 33.1176 186.162 35.4234C188.101 35.9391 189.45 37.694 189.45 39.6997V50.2965H191.842C194.159 50.2965 196.037 52.1746 196.037 54.4913V155.636C196.037 156.932 195.438 158.155 194.415 158.95C193.391 159.744 192.058 160.021 190.803 159.7C182.024 157.456 169.09 155.084 153.336 155.245L153.328 155.245C138.817 155.365 126.803 157.577 118.419 159.702C117.846 159.848 117.249 159.87 116.667 159.769C107.151 158.108 95.318 156.73 81.6978 156.608C66.415 156.487 53.2816 157.987 42.9451 159.77C41.7258 159.98 40.4758 159.642 39.5295 158.845C38.5831 158.048 38.0369 156.874 38.0369 155.636V54.4913C38.0369 52.1746 39.915 50.2965 42.2318 50.2965H45.12V39.6997C45.12 37.6596 46.5149 35.8838 48.497 35.4006C57.0607 33.313 68.4745 31.354 81.9741 31.2258C96.2128 31.0626 108.249 33.0206 117.215 35.1372C125.59 32.9737 136.932 30.9355 150.458 30.8538ZM112.839 43.2188C104.702 41.4459 94.2414 39.9354 82.0713 40.0753L82.0623 40.0754C71.0696 40.1794 61.549 41.5748 53.97 43.2207V142.353C61.8788 140.859 71.2994 139.697 81.9635 139.56C94.3935 139.386 104.346 140.676 112.839 142.334V43.2188ZM121.689 142.056C129.495 140.244 139.781 138.711 150.732 138.61C162.607 138.508 172.769 140.125 180.6 142.019V43.148C177.248 42.3511 173.444 41.5904 169.241 40.9873V81.1825C169.241 83.5376 166.804 85.0664 164.696 84.0334L155.4 79.5298C154.491 79.0754 153.458 79.0754 152.549 79.5712L144.74 83.7442C142.633 84.8598 140.071 83.331 140.071 80.9346V40.1868C133.018 40.799 126.832 41.9207 121.689 43.1449V142.056Z" fill="#E13A3A"/>
6
+ <g filter="url(#filter0_d_3597_148677)">
7
+ <ellipse cx="169.707" cy="113.765" rx="44.2029" ry="44.2029" fill="white" fill-opacity="0.85"/>
8
+ <path d="M241.707 177.101L215.011 150.405C214.308 149.703 213.482 149.21 212.605 148.92C220.41 139.391 225.098 127.21 225.098 113.934C225.098 95.9054 216.453 79.891 203.091 69.8112C198.323 66.217 192.946 63.3837 187.149 61.4707C181.707 59.6808 175.903 58.6953 169.866 58.6953C165.678 58.6953 161.598 59.1808 157.678 60.0649C152.634 61.2026 147.852 63.0142 143.432 65.4272C135.272 69.8837 128.374 76.3402 123.366 84.1373C121.403 87.1953 119.736 90.4489 118.403 93.8765C115.975 100.094 114.634 106.855 114.634 113.934C114.634 144.442 139.359 169.166 169.866 169.166C183.142 169.166 195.323 164.485 204.852 156.674C205.142 157.55 205.642 158.384 206.337 159.079L233.033 185.775C235.432 188.174 239.316 188.174 241.714 185.775C244.113 183.376 244.113 179.492 241.714 177.094L241.707 177.101ZM169.859 156.891C146.134 156.891 126.903 137.659 126.903 113.934C126.903 109.203 127.678 104.652 129.091 100.391C130.265 96.8475 131.888 93.5141 133.895 90.4489C136.482 86.4924 139.707 82.9924 143.424 80.0866C147.62 76.804 152.432 74.2895 157.671 72.746C161.533 71.6011 165.627 70.9779 169.859 70.9779C193.584 70.9779 212.816 90.2098 212.816 113.934C212.816 137.659 193.584 156.891 169.859 156.891Z" fill="#B9E3F8"/>
9
+ </g>
10
+ </g>
11
+ <defs>
12
+ <filter id="filter0_d_3597_148677" x="108.634" y="54.6953" width="140.879" height="140.875" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
13
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
14
+ <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"/>
15
+ <feOffset dy="2"/>
16
+ <feGaussianBlur stdDeviation="3"/>
17
+ <feComposite in2="hardAlpha" operator="out"/>
18
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"/>
19
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3597_148677"/>
20
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3597_148677" result="shape"/>
21
+ </filter>
22
+ <clipPath id="clip0_3597_148677">
23
+ <rect width="250" height="194.203" fill="white"/>
24
+ </clipPath>
25
+ </defs>
26
+ </svg>
@@ -0,0 +1,26 @@
1
+ <svg width="250" height="195" viewBox="0 0 250 195" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_3597_148670)">
3
+ <path d="M84.4167 110.853C78.3713 110.853 73.1103 111.52 68.8274 112.345C66.4949 112.794 64.2397 111.268 63.7903 108.935C63.341 106.603 64.8675 104.347 67.2001 103.898C71.9244 102.988 77.7364 102.25 84.4167 102.25C91.214 102.25 97.145 102.986 101.95 103.895C104.284 104.337 105.818 106.587 105.376 108.921C104.935 111.255 102.685 112.789 100.351 112.348C95.9831 111.521 90.5931 110.853 84.4167 110.853Z" fill="#763294"/>
4
+ <path d="M68.8274 78.0098C73.1103 77.1846 78.3714 76.5174 84.4167 76.5174C90.5931 76.5174 95.9831 77.1862 100.351 78.0125C102.685 78.454 104.935 76.9199 105.376 74.5859C105.818 72.2519 104.284 70.0018 101.95 69.5602C97.145 68.6512 91.2141 67.9152 84.4167 67.9152C77.7364 67.9152 71.9244 68.6527 67.2001 69.5629C64.8675 70.0123 63.341 72.2675 63.7903 74.6C64.2397 76.9326 66.4949 78.4592 68.8274 78.0098Z" fill="#763294"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M150.458 30.8538C165.237 30.7684 177.494 33.1176 186.162 35.4234C188.101 35.9391 189.45 37.694 189.45 39.6997V50.2965H191.842C194.159 50.2965 196.037 52.1746 196.037 54.4913V155.636C196.037 156.932 195.438 158.155 194.415 158.95C193.391 159.744 192.058 160.021 190.803 159.7C182.024 157.456 169.09 155.084 153.336 155.245L153.328 155.245C138.817 155.365 126.803 157.577 118.419 159.702C117.846 159.848 117.249 159.87 116.667 159.769C107.151 158.108 95.318 156.73 81.6978 156.608C66.415 156.487 53.2816 157.987 42.9451 159.77C41.7258 159.98 40.4758 159.642 39.5295 158.845C38.5831 158.048 38.0369 156.874 38.0369 155.636V54.4913C38.0369 52.1746 39.915 50.2965 42.2318 50.2965H45.12V39.6997C45.12 37.6596 46.5149 35.8838 48.497 35.4006C57.0607 33.313 68.4745 31.354 81.9741 31.2258C96.2128 31.0626 108.249 33.0206 117.215 35.1372C125.59 32.9737 136.932 30.9355 150.458 30.8538ZM112.839 43.2188C104.702 41.4459 94.2414 39.9354 82.0713 40.0753L82.0623 40.0754C71.0696 40.1794 61.549 41.5748 53.97 43.2207V142.353C61.8788 140.859 71.2994 139.697 81.9635 139.56C94.3935 139.386 104.346 140.676 112.839 142.334V43.2188ZM121.689 142.056C129.495 140.244 139.781 138.711 150.732 138.61C162.607 138.508 172.769 140.125 180.6 142.019V43.148C177.248 42.3511 173.444 41.5904 169.241 40.9873V81.1825C169.241 83.5376 166.804 85.0664 164.696 84.0334L155.4 79.5298C154.491 79.0754 153.458 79.0754 152.549 79.5712L144.74 83.7442C142.633 84.8598 140.071 83.331 140.071 80.9346V40.1868C133.018 40.799 126.832 41.9207 121.689 43.1449V142.056Z" fill="#763294"/>
6
+ <g filter="url(#filter0_d_3597_148670)">
7
+ <ellipse cx="169.707" cy="113.765" rx="44.2029" ry="44.2029" fill="white" fill-opacity="0.85"/>
8
+ <path d="M241.707 177.101L215.011 150.405C214.308 149.703 213.482 149.21 212.605 148.92C220.41 139.391 225.098 127.21 225.098 113.934C225.098 95.9054 216.453 79.891 203.091 69.8112C198.323 66.217 192.946 63.3837 187.149 61.4707C181.707 59.6808 175.903 58.6953 169.866 58.6953C165.678 58.6953 161.598 59.1808 157.678 60.0649C152.634 61.2026 147.852 63.0142 143.432 65.4272C135.272 69.8837 128.374 76.3402 123.366 84.1373C121.403 87.1953 119.736 90.4489 118.403 93.8765C115.975 100.094 114.634 106.855 114.634 113.934C114.634 144.442 139.359 169.166 169.866 169.166C183.142 169.166 195.323 164.485 204.852 156.674C205.142 157.55 205.642 158.384 206.337 159.079L233.033 185.775C235.432 188.174 239.316 188.174 241.714 185.775C244.113 183.376 244.113 179.492 241.714 177.094L241.707 177.101ZM169.859 156.891C146.134 156.891 126.903 137.659 126.903 113.934C126.903 109.203 127.678 104.652 129.091 100.391C130.265 96.8475 131.888 93.5141 133.895 90.4489C136.482 86.4924 139.707 82.9924 143.424 80.0866C147.62 76.804 152.432 74.2895 157.671 72.746C161.533 71.6011 165.627 70.9779 169.859 70.9779C193.584 70.9779 212.816 90.2098 212.816 113.934C212.816 137.659 193.584 156.891 169.859 156.891Z" fill="#B9E3F8"/>
9
+ </g>
10
+ </g>
11
+ <defs>
12
+ <filter id="filter0_d_3597_148670" x="108.634" y="54.6953" width="140.879" height="140.875" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
13
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
14
+ <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"/>
15
+ <feOffset dy="2"/>
16
+ <feGaussianBlur stdDeviation="3"/>
17
+ <feComposite in2="hardAlpha" operator="out"/>
18
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"/>
19
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3597_148670"/>
20
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3597_148670" result="shape"/>
21
+ </filter>
22
+ <clipPath id="clip0_3597_148670">
23
+ <rect width="250" height="194.203" fill="white"/>
24
+ </clipPath>
25
+ </defs>
26
+ </svg>
@@ -0,0 +1,62 @@
1
+ <svg width="282" height="212" viewBox="0 0 282 212" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.5 16C14.5 7.16344 21.6634 0 30.5 0H251.5C260.337 0 267.5 7.16344 267.5 16V32C267.5 40.8366 260.337 48 251.5 48H30.5C21.6634 48 14.5 40.8366 14.5 32V16Z" fill="#FFEFE3"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M27.5 15C27.5 13.8954 28.3954 13 29.5 13H35.5C36.6046 13 37.5 13.8954 37.5 15V21C37.5 22.1046 36.6046 23 35.5 23H29.5C28.3954 23 27.5 22.1046 27.5 21V15ZM35.5 15H29.5V21H35.5V15Z" fill="#4A4A4A"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M39.5 15C39.5 13.8954 40.3954 13 41.5 13H47.5C48.6046 13 49.5 13.8954 49.5 15V21C49.5 22.1046 48.6046 23 47.5 23H41.5C40.3954 23 39.5 22.1046 39.5 21V15ZM47.5 15H41.5V21H47.5V15Z" fill="#4A4A4A"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M39.5 27C39.5 25.8954 40.3954 25 41.5 25H47.5C48.6046 25 49.5 25.8954 49.5 27V33C49.5 34.1046 48.6046 35 47.5 35H41.5C40.3954 35 39.5 34.1046 39.5 33V27ZM47.5 27H41.5V33H47.5V27Z" fill="#4A4A4A"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M27.5 27C27.5 25.8954 28.3954 25 29.5 25H35.5C36.6046 25 37.5 25.8954 37.5 27V33C37.5 34.1046 36.6046 35 35.5 35H29.5C28.3954 35 27.5 34.1046 27.5 33V27ZM35.5 27H29.5V33H35.5V27Z" fill="#4A4A4A"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M235.512 19.8711C236.136 19.3256 237.083 19.3888 237.629 20.0122L243.5 26.7221L249.371 20.0122C249.917 19.3888 250.864 19.3256 251.488 19.8711C252.111 20.4167 252.174 21.3643 251.629 21.9878L244.629 29.9878C244.344 30.3133 243.933 30.5 243.5 30.5C243.067 30.5 242.656 30.3133 242.371 29.9878L235.371 21.9878C234.826 21.3643 234.889 20.4167 235.512 19.8711Z" fill="#4A4A4A"/>
8
+ <g filter="url(#filter0_d_3461_156127)">
9
+ <g clip-path="url(#clip0_3461_156127)">
10
+ <rect x="10.5" y="48" width="261" height="150" rx="16" fill="white"/>
11
+ <g clip-path="url(#clip1_3461_156127)">
12
+ <rect x="30.5" y="64" width="36" height="36" rx="8" fill="#FFEFE3"/>
13
+ </g>
14
+ <g clip-path="url(#clip2_3461_156127)">
15
+ <path d="M41.831 79.9772C41.9113 79.9703 41.986 79.9329 42.0396 79.8726C42.0931 79.8123 42.1216 79.7338 42.119 79.6532C42.1202 79.6148 42.1136 79.5766 42.0996 79.5408C42.0856 79.5051 42.0645 79.4726 42.0376 79.4452C42.0107 79.4179 41.9785 79.3963 41.943 79.3817C41.9074 79.3672 41.8693 79.36 41.831 79.3607H40.031C39.9496 79.3581 39.8705 79.3872 39.8101 79.4417C39.7497 79.4962 39.7127 79.572 39.707 79.6532C39.7123 79.7373 39.7481 79.8167 39.8078 79.8764C39.8674 79.936 39.9468 79.9718 40.031 79.9772H41.831ZM41.831 81.2822C41.9063 81.273 41.9757 81.2366 42.026 81.1799C42.0764 81.1231 42.1041 81.0498 42.1041 80.9739C42.1041 80.898 42.0764 80.8248 42.026 80.768C41.9757 80.7112 41.9063 80.6748 41.831 80.6657H40.031C39.9874 80.6604 39.9431 80.6644 39.9012 80.6775C39.8593 80.6906 39.8206 80.7124 39.7877 80.7415C39.7548 80.7707 39.7285 80.8064 39.7105 80.8465C39.6925 80.8866 39.6831 80.93 39.6831 80.9739C39.6831 81.0178 39.6925 81.0613 39.7105 81.1013C39.7285 81.1414 39.7548 81.1771 39.7877 81.2063C39.8206 81.2354 39.8593 81.2572 39.9012 81.2703C39.9431 81.2834 39.9874 81.2874 40.031 81.2822H41.831ZM45.638 81.5387C46.6182 81.5193 47.5917 81.7041 48.4965 82.0814C49.4014 82.4587 50.2179 83.0202 50.894 83.7302V76.9172C50.2318 77.6509 49.42 78.2342 48.5133 78.6278C47.6067 79.0213 46.6262 79.216 45.638 79.1987V81.5387ZM54.638 77.5517L54.0395 76.9352L56.5235 74.4692L57.14 75.0497L54.638 77.5517ZM55.088 80.7017V79.8512H59.255V80.7197L55.088 80.7017ZM54.035 83.8022L54.6335 83.1857L57.1355 85.6877L56.528 86.2862L54.035 83.8022ZM51.7265 74.4692C51.8099 74.4662 51.8932 74.4798 51.9714 74.5093C52.0495 74.5387 52.121 74.5834 52.1818 74.6408C52.2425 74.6982 52.2912 74.7671 52.325 74.8434C52.3589 74.9198 52.3772 75.0021 52.379 75.0857V85.5437C52.3766 85.627 52.3579 85.709 52.3238 85.7851C52.2898 85.8612 52.2411 85.9299 52.1805 85.9871C52.1199 86.0444 52.0486 86.0891 51.9707 86.1188C51.8928 86.1485 51.8098 86.1626 51.7265 86.1602C51.644 86.1626 51.5619 86.1484 51.485 86.1185C51.4081 86.0886 51.338 86.0436 51.2788 85.9861C51.2197 85.9286 51.1727 85.8598 51.1406 85.7838C51.1084 85.7078 51.0919 85.6262 51.092 85.5437C50.021 84.2387 48.1535 82.5512 45.35 82.5512H44.1845L46.7225 86.8307L45.1835 87.9512C45.0023 88.0205 44.803 88.0262 44.6182 87.9673C44.4334 87.9085 44.2741 87.7885 44.1665 87.6272L41.0165 82.5512H39.311C39.311 82.5512 37.736 81.6962 37.736 80.3462C37.736 78.9962 39.311 78.2087 39.311 78.2087H45.35C48.158 78.2087 50.0255 76.4672 51.0965 75.0902C51.0958 75.0075 51.1119 74.9255 51.1438 74.8492C51.1757 74.773 51.2227 74.7039 51.282 74.6463C51.3413 74.5887 51.4116 74.5437 51.4888 74.514C51.566 74.4843 51.6483 74.4706 51.731 74.4737L51.7265 74.4692Z" fill="#FF8D2E"/>
16
+ </g>
17
+ <path d="M82.5 75C82.5 72.7909 84.2909 71 86.5 71H247.5C249.709 71 251.5 72.7909 251.5 75V89C251.5 91.2091 249.709 93 247.5 93H86.5C84.2909 93 82.5 91.2091 82.5 89V75Z" fill="#F2F2F2"/>
18
+ <g clip-path="url(#clip3_3461_156127)">
19
+ <rect x="30.5" y="120" width="36" height="36" rx="8" fill="#EAF7E4"/>
20
+ </g>
21
+ <path d="M48.2525 135.59C48.2565 135.873 48.2003 136.153 48.0878 136.412C47.9753 136.671 47.8091 136.903 47.6 137.093C47.1634 137.506 46.5854 137.736 45.9845 137.737C45.3968 137.75 44.8271 137.533 44.3973 137.132C43.9676 136.731 43.7119 136.178 43.685 135.59C43.6827 135.302 43.7427 135.018 43.8607 134.755C43.9788 134.493 44.1522 134.259 44.369 134.069C44.8108 133.667 45.3869 133.444 45.9845 133.444C46.5822 133.444 47.1583 133.667 47.6 134.069C47.8152 134.258 47.9855 134.493 48.0984 134.756C48.2113 135.019 48.264 135.304 48.2525 135.59ZM53.5715 135.59C53.5738 135.873 53.5159 136.154 53.4019 136.413C53.2879 136.672 53.1202 136.904 52.91 137.093C52.4724 137.505 51.8951 137.735 51.2945 137.737C50.996 137.742 50.6995 137.688 50.4221 137.577C50.1447 137.467 49.8921 137.302 49.679 137.093C49.4692 136.902 49.3004 136.67 49.1829 136.412C49.0653 136.154 49.0014 135.874 48.995 135.59C48.9915 135.302 49.0509 135.017 49.1691 134.754C49.2872 134.492 49.4612 134.258 49.679 134.069C50.1157 133.659 50.6952 133.434 51.2945 133.444C51.8944 133.431 52.475 133.656 52.91 134.069C53.1216 134.262 53.29 134.497 53.404 134.759C53.5181 135.021 53.5752 135.304 53.5715 135.59ZM55.9655 137.489V130.42C56.0077 129.957 55.8867 129.494 55.6235 129.11C55.4685 128.963 55.2825 128.853 55.0793 128.788C54.876 128.722 54.6606 128.703 54.449 128.732H42.65C42.4364 128.704 42.2192 128.722 42.0128 128.784C41.8065 128.846 41.6157 128.951 41.453 129.092C41.2022 129.496 41.0885 129.969 41.129 130.442V137.566C41.4328 137.733 41.7505 137.873 42.0785 137.984C42.407 138.097 42.695 138.2 42.9335 138.29C43.2109 138.384 43.4976 138.447 43.7885 138.479C44.117 138.515 44.3735 138.556 44.549 138.592C44.7941 138.635 45.0433 138.648 45.2915 138.632C45.4932 138.607 45.6973 138.607 45.899 138.632C46.1081 138.656 46.3195 138.643 46.5245 138.596C46.8395 138.547 46.997 138.542 46.997 138.596C47.3569 138.558 47.7177 138.66 48.005 138.88C48.0306 138.918 48.0626 138.951 48.0995 138.979C48.293 139.154 48.5045 139.339 48.7475 139.528C48.7955 138.88 49.214 138.569 50.003 138.596H50.399H50.849H51.3215C51.5115 138.616 51.703 138.616 51.893 138.596C52.0861 138.578 52.2804 138.578 52.4735 138.596C52.6917 138.599 52.909 138.568 53.117 138.502C53.3336 138.433 53.5569 138.388 53.783 138.367C54.0293 138.341 54.268 138.266 54.485 138.146C54.7162 138.027 54.959 137.932 55.2095 137.863C55.483 137.783 55.7393 137.653 55.9655 137.48V137.489ZM57.698 137.453C56.6186 138.652 55.2599 139.565 53.7425 140.113C54.341 142.124 54.2555 143.771 53.4995 145.063C53.2968 145.439 53.0206 145.77 52.6875 146.038C52.3544 146.305 51.971 146.503 51.56 146.62C51.2484 146.738 50.9144 146.786 50.5821 146.76C50.2497 146.733 49.9275 146.633 49.6385 146.467C49.3405 146.291 49.0996 146.032 48.9448 145.722C48.7899 145.413 48.7277 145.065 48.7655 144.721V141.26L48.5 141.197L48.2525 141.139V144.712C48.2903 145.056 48.2281 145.404 48.0733 145.713C47.9184 146.023 47.6776 146.282 47.3795 146.458C47.0868 146.623 46.7616 146.722 46.4266 146.748C46.0917 146.775 45.755 146.728 45.44 146.611C44.6106 146.363 43.9132 145.797 43.5005 145.036C42.7685 143.752 42.6935 142.111 43.2755 140.113C41.7582 139.565 40.3995 138.652 39.32 137.453C39.2359 137.361 39.1863 137.242 39.1797 137.118C39.1731 136.993 39.21 136.87 39.284 136.769C39.437 136.58 39.644 136.585 39.9095 136.769C39.956 136.792 40.001 136.818 40.0445 136.846C40.0848 136.867 40.1225 136.893 40.157 136.922V129.596C40.149 129.111 40.326 128.641 40.652 128.282C40.8009 128.107 40.9877 127.969 41.1982 127.877C41.4087 127.785 41.6375 127.742 41.867 127.751H55.187C55.4155 127.75 55.6417 127.796 55.851 127.888C56.0603 127.979 56.2481 128.114 56.402 128.282C56.5675 128.457 56.6953 128.664 56.7774 128.89C56.8594 129.116 56.894 129.356 56.879 129.596V136.94L57.1085 136.787C57.374 136.598 57.5585 136.589 57.734 136.787C57.9095 136.985 57.8735 137.192 57.698 137.471V137.453Z" fill="#5AC235"/>
22
+ <path d="M82.5 131C82.5 128.791 84.2909 127 86.5 127H247.5C249.709 127 251.5 128.791 251.5 131V145C251.5 147.209 249.709 149 247.5 149H86.5C84.2909 149 82.5 147.209 82.5 145V131Z" fill="#F2F2F2"/>
23
+ <g clip-path="url(#clip4_3461_156127)">
24
+ <rect x="30.5" y="176" width="36" height="36" rx="8" fill="#F6ECF9"/>
25
+ </g>
26
+ <g clip-path="url(#clip5_3461_156127)">
27
+ <path d="M44.0945 200.493L47.8655 198.608V195.498L44.0945 197.123V200.493ZM43.46 195.993L47.4425 194.301L43.46 192.591L39.5 194.324L43.46 195.993ZM54.1745 200.493L57.95 198.608V195.498L54.179 197.123L54.1745 200.493ZM53.54 195.993L57.5 194.324L53.5355 192.614L49.553 194.324L53.54 195.993ZM49.1345 193.118L52.9055 191.498V188.897L49.1345 190.517V193.118ZM48.5 189.405L52.8335 187.556L48.5 185.688L44.162 187.556L48.5 189.405ZM59.1965 194.499V198.608C59.1981 198.836 59.1375 199.06 59.021 199.256C58.9014 199.456 58.722 199.613 58.508 199.706L54.1025 201.911C53.9291 202.002 53.736 202.05 53.54 202.05C53.344 202.05 53.1509 202.002 52.9775 201.911L48.572 199.706C48.5448 199.702 48.5196 199.689 48.5 199.67C48.4797 199.688 48.4548 199.7 48.428 199.706L44.0225 201.911C43.8509 202.007 43.6566 202.055 43.46 202.05C43.2675 202.056 43.0773 202.008 42.911 201.911L38.5055 199.706C38.2935 199.612 38.1159 199.455 37.997 199.256C37.8786 199.06 37.812 198.837 37.8035 198.608V194.499C37.8014 194.253 37.8752 194.013 38.015 193.811C38.1519 193.607 38.3483 193.449 38.5775 193.361L42.8435 191.529V187.592C42.8426 187.345 42.9136 187.103 43.0479 186.896C43.1821 186.689 43.3738 186.526 43.5995 186.426L48.005 184.541C48.1611 184.473 48.3297 184.438 48.5 184.438C48.6704 184.438 48.8389 184.473 48.995 184.541L53.4005 186.426C53.6245 186.524 53.8186 186.679 53.963 186.876C54.105 187.084 54.1789 187.331 54.1745 187.583V191.511L58.4405 193.343C58.6698 193.431 58.8662 193.589 59.003 193.793C59.1413 193.995 59.2093 194.237 59.1965 194.481V194.499Z" fill="#A348C0"/>
28
+ </g>
29
+ <path d="M82.5 187C82.5 184.791 84.2909 183 86.5 183H247.5C249.709 183 251.5 184.791 251.5 187V201C251.5 203.209 249.709 205 247.5 205H86.5C84.2909 205 82.5 203.209 82.5 201V187Z" fill="#F2F2F2"/>
30
+ </g>
31
+ </g>
32
+ <defs>
33
+ <filter id="filter0_d_3461_156127" x="0.5" y="42" width="281" height="170" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
34
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
35
+ <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"/>
36
+ <feOffset dy="4"/>
37
+ <feGaussianBlur stdDeviation="5"/>
38
+ <feComposite in2="hardAlpha" operator="out"/>
39
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"/>
40
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3461_156127"/>
41
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3461_156127" result="shape"/>
42
+ </filter>
43
+ <clipPath id="clip0_3461_156127">
44
+ <rect x="10.5" y="48" width="261" height="150" rx="16" fill="white"/>
45
+ </clipPath>
46
+ <clipPath id="clip1_3461_156127">
47
+ <rect x="30.5" y="64" width="36" height="36" rx="8" fill="white"/>
48
+ </clipPath>
49
+ <clipPath id="clip2_3461_156127">
50
+ <rect width="22.5" height="22.5" fill="white" transform="translate(37.25 70)"/>
51
+ </clipPath>
52
+ <clipPath id="clip3_3461_156127">
53
+ <rect x="30.5" y="120" width="36" height="36" rx="8" fill="white"/>
54
+ </clipPath>
55
+ <clipPath id="clip4_3461_156127">
56
+ <rect x="30.5" y="176" width="36" height="36" rx="8" fill="white"/>
57
+ </clipPath>
58
+ <clipPath id="clip5_3461_156127">
59
+ <rect width="22.5" height="22.5" fill="white" transform="translate(37.25 182)"/>
60
+ </clipPath>
61
+ </defs>
62
+ </svg>
@@ -0,0 +1,62 @@
1
+ <svg width="282" height="212" viewBox="0 0 282 212" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.5 16C14.5 7.16344 21.6634 0 30.5 0H251.5C260.337 0 267.5 7.16344 267.5 16V32C267.5 40.8366 260.337 48 251.5 48H30.5C21.6634 48 14.5 40.8366 14.5 32V16Z" fill="#E5F5FF"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M27.5 15C27.5 13.8954 28.3954 13 29.5 13H35.5C36.6046 13 37.5 13.8954 37.5 15V21C37.5 22.1046 36.6046 23 35.5 23H29.5C28.3954 23 27.5 22.1046 27.5 21V15ZM35.5 15H29.5V21H35.5V15Z" fill="#4A4A4A"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M39.5 15C39.5 13.8954 40.3954 13 41.5 13H47.5C48.6046 13 49.5 13.8954 49.5 15V21C49.5 22.1046 48.6046 23 47.5 23H41.5C40.3954 23 39.5 22.1046 39.5 21V15ZM47.5 15H41.5V21H47.5V15Z" fill="#4A4A4A"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M39.5 27C39.5 25.8954 40.3954 25 41.5 25H47.5C48.6046 25 49.5 25.8954 49.5 27V33C49.5 34.1046 48.6046 35 47.5 35H41.5C40.3954 35 39.5 34.1046 39.5 33V27ZM47.5 27H41.5V33H47.5V27Z" fill="#4A4A4A"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M27.5 27C27.5 25.8954 28.3954 25 29.5 25H35.5C36.6046 25 37.5 25.8954 37.5 27V33C37.5 34.1046 36.6046 35 35.5 35H29.5C28.3954 35 27.5 34.1046 27.5 33V27ZM35.5 27H29.5V33H35.5V27Z" fill="#4A4A4A"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M235.512 19.8711C236.136 19.3256 237.083 19.3888 237.629 20.0122L243.5 26.7221L249.371 20.0122C249.917 19.3888 250.864 19.3256 251.488 19.8711C252.111 20.4167 252.174 21.3643 251.629 21.9878L244.629 29.9878C244.344 30.3133 243.933 30.5 243.5 30.5C243.067 30.5 242.656 30.3133 242.371 29.9878L235.371 21.9878C234.826 21.3643 234.889 20.4167 235.512 19.8711Z" fill="#4A4A4A"/>
8
+ <g filter="url(#filter0_d_3396_206923)">
9
+ <g clip-path="url(#clip0_3396_206923)">
10
+ <rect x="10.5" y="48" width="261" height="150" rx="16" fill="white"/>
11
+ <g clip-path="url(#clip1_3396_206923)">
12
+ <rect x="30.5" y="64" width="36" height="36" rx="8" fill="#E5EEFF"/>
13
+ </g>
14
+ <g clip-path="url(#clip2_3396_206923)">
15
+ <path d="M41.831 79.9772C41.9113 79.9703 41.986 79.9329 42.0396 79.8726C42.0931 79.8123 42.1216 79.7338 42.119 79.6532C42.1202 79.6148 42.1136 79.5766 42.0996 79.5408C42.0856 79.5051 42.0645 79.4726 42.0376 79.4452C42.0107 79.4179 41.9785 79.3963 41.943 79.3817C41.9074 79.3672 41.8693 79.36 41.831 79.3607H40.031C39.9496 79.3581 39.8705 79.3872 39.8101 79.4417C39.7497 79.4962 39.7127 79.572 39.707 79.6532C39.7123 79.7373 39.7481 79.8167 39.8078 79.8764C39.8674 79.936 39.9468 79.9718 40.031 79.9772H41.831ZM41.831 81.2822C41.9063 81.273 41.9757 81.2366 42.026 81.1799C42.0764 81.1231 42.1041 81.0498 42.1041 80.9739C42.1041 80.898 42.0764 80.8248 42.026 80.768C41.9757 80.7112 41.9063 80.6748 41.831 80.6657H40.031C39.9874 80.6604 39.9431 80.6644 39.9012 80.6775C39.8593 80.6906 39.8206 80.7124 39.7877 80.7415C39.7548 80.7707 39.7285 80.8064 39.7105 80.8465C39.6925 80.8866 39.6831 80.93 39.6831 80.9739C39.6831 81.0178 39.6925 81.0613 39.7105 81.1013C39.7285 81.1414 39.7548 81.1771 39.7877 81.2063C39.8206 81.2354 39.8593 81.2572 39.9012 81.2703C39.9431 81.2834 39.9874 81.2874 40.031 81.2822H41.831ZM45.638 81.5387C46.6182 81.5193 47.5917 81.7041 48.4965 82.0814C49.4014 82.4587 50.2179 83.0202 50.894 83.7302V76.9172C50.2318 77.6509 49.42 78.2342 48.5133 78.6278C47.6067 79.0213 46.6262 79.216 45.638 79.1987V81.5387ZM54.638 77.5517L54.0395 76.9352L56.5235 74.4692L57.14 75.0497L54.638 77.5517ZM55.088 80.7017V79.8512H59.255V80.7197L55.088 80.7017ZM54.035 83.8022L54.6335 83.1857L57.1355 85.6877L56.528 86.2862L54.035 83.8022ZM51.7265 74.4692C51.8099 74.4662 51.8932 74.4798 51.9714 74.5093C52.0495 74.5387 52.121 74.5834 52.1818 74.6408C52.2425 74.6982 52.2912 74.7671 52.325 74.8434C52.3589 74.9198 52.3772 75.0021 52.379 75.0857V85.5437C52.3766 85.627 52.3579 85.709 52.3238 85.7851C52.2898 85.8612 52.2411 85.9299 52.1805 85.9871C52.1199 86.0444 52.0486 86.0891 51.9707 86.1188C51.8928 86.1485 51.8098 86.1626 51.7265 86.1602C51.644 86.1626 51.5619 86.1484 51.485 86.1185C51.4081 86.0886 51.338 86.0436 51.2788 85.9861C51.2197 85.9286 51.1727 85.8598 51.1406 85.7838C51.1084 85.7078 51.0919 85.6262 51.092 85.5437C50.021 84.2387 48.1535 82.5512 45.35 82.5512H44.1845L46.7225 86.8307L45.1835 87.9512C45.0023 88.0205 44.803 88.0262 44.6182 87.9673C44.4334 87.9085 44.2741 87.7885 44.1665 87.6272L41.0165 82.5512H39.311C39.311 82.5512 37.736 81.6962 37.736 80.3462C37.736 78.9962 39.311 78.2087 39.311 78.2087H45.35C48.158 78.2087 50.0255 76.4672 51.0965 75.0902C51.0958 75.0075 51.1119 74.9255 51.1438 74.8492C51.1757 74.773 51.2227 74.7039 51.282 74.6463C51.3413 74.5887 51.4116 74.5437 51.4888 74.514C51.566 74.4843 51.6483 74.4706 51.731 74.4737L51.7265 74.4692Z" fill="#2029B6"/>
16
+ </g>
17
+ <path d="M82.5 75C82.5 72.7909 84.2909 71 86.5 71H247.5C249.709 71 251.5 72.7909 251.5 75V89C251.5 91.2091 249.709 93 247.5 93H86.5C84.2909 93 82.5 91.2091 82.5 89V75Z" fill="#F2F2F2"/>
18
+ <g clip-path="url(#clip3_3396_206923)">
19
+ <rect x="30.5" y="120" width="36" height="36" rx="8" fill="#E6F9F8"/>
20
+ </g>
21
+ <path d="M48.2525 135.59C48.2565 135.873 48.2003 136.153 48.0878 136.412C47.9753 136.671 47.8091 136.903 47.6 137.093C47.1634 137.506 46.5854 137.736 45.9845 137.737C45.3968 137.75 44.8271 137.533 44.3973 137.132C43.9676 136.731 43.7119 136.178 43.685 135.59C43.6827 135.302 43.7427 135.018 43.8607 134.755C43.9788 134.493 44.1522 134.259 44.369 134.069C44.8108 133.667 45.3869 133.444 45.9845 133.444C46.5822 133.444 47.1583 133.667 47.6 134.069C47.8152 134.258 47.9855 134.493 48.0984 134.756C48.2113 135.019 48.264 135.304 48.2525 135.59ZM53.5715 135.59C53.5738 135.873 53.5159 136.154 53.4019 136.413C53.2879 136.672 53.1202 136.904 52.91 137.093C52.4724 137.505 51.8951 137.735 51.2945 137.737C50.996 137.742 50.6995 137.688 50.4221 137.577C50.1447 137.467 49.8921 137.302 49.679 137.093C49.4692 136.902 49.3004 136.67 49.1829 136.412C49.0653 136.154 49.0014 135.874 48.995 135.59C48.9915 135.302 49.0509 135.017 49.1691 134.754C49.2872 134.492 49.4612 134.258 49.679 134.069C50.1157 133.659 50.6952 133.434 51.2945 133.444C51.8944 133.431 52.475 133.656 52.91 134.069C53.1216 134.262 53.29 134.497 53.404 134.759C53.5181 135.021 53.5752 135.304 53.5715 135.59ZM55.9655 137.489V130.42C56.0077 129.957 55.8867 129.494 55.6235 129.11C55.4685 128.963 55.2825 128.853 55.0793 128.788C54.876 128.722 54.6606 128.703 54.449 128.732H42.65C42.4364 128.704 42.2192 128.722 42.0128 128.784C41.8065 128.846 41.6157 128.951 41.453 129.092C41.2022 129.496 41.0885 129.969 41.129 130.442V137.566C41.4328 137.733 41.7505 137.873 42.0785 137.984C42.407 138.097 42.695 138.2 42.9335 138.29C43.2109 138.384 43.4976 138.447 43.7885 138.479C44.117 138.515 44.3735 138.556 44.549 138.592C44.7941 138.635 45.0433 138.648 45.2915 138.632C45.4932 138.607 45.6973 138.607 45.899 138.632C46.1081 138.656 46.3195 138.643 46.5245 138.596C46.8395 138.547 46.997 138.542 46.997 138.596C47.3569 138.558 47.7177 138.66 48.005 138.88C48.0306 138.918 48.0626 138.951 48.0995 138.979C48.293 139.154 48.5045 139.339 48.7475 139.528C48.7955 138.88 49.214 138.569 50.003 138.596H50.399H50.849H51.3215C51.5115 138.616 51.703 138.616 51.893 138.596C52.0861 138.578 52.2804 138.578 52.4735 138.596C52.6917 138.599 52.909 138.568 53.117 138.502C53.3336 138.433 53.5569 138.388 53.783 138.367C54.0293 138.341 54.268 138.266 54.485 138.146C54.7162 138.027 54.959 137.932 55.2095 137.863C55.483 137.783 55.7393 137.653 55.9655 137.48V137.489ZM57.698 137.453C56.6186 138.652 55.2599 139.565 53.7425 140.113C54.341 142.124 54.2555 143.771 53.4995 145.063C53.2968 145.439 53.0206 145.77 52.6875 146.038C52.3544 146.305 51.971 146.503 51.56 146.62C51.2484 146.738 50.9144 146.786 50.5821 146.76C50.2497 146.733 49.9275 146.633 49.6385 146.467C49.3405 146.291 49.0996 146.032 48.9448 145.722C48.7899 145.413 48.7277 145.065 48.7655 144.721V141.26L48.5 141.197L48.2525 141.139V144.712C48.2903 145.056 48.2281 145.404 48.0733 145.713C47.9184 146.023 47.6776 146.282 47.3795 146.458C47.0868 146.623 46.7616 146.722 46.4266 146.748C46.0917 146.775 45.755 146.728 45.44 146.611C44.6106 146.363 43.9132 145.797 43.5005 145.036C42.7685 143.752 42.6935 142.111 43.2755 140.113C41.7582 139.565 40.3995 138.652 39.32 137.453C39.2359 137.361 39.1863 137.242 39.1797 137.118C39.1731 136.993 39.21 136.87 39.284 136.769C39.437 136.58 39.644 136.585 39.9095 136.769C39.956 136.792 40.001 136.818 40.0445 136.846C40.0848 136.867 40.1225 136.893 40.157 136.922V129.596C40.149 129.111 40.326 128.641 40.652 128.282C40.8009 128.107 40.9877 127.969 41.1982 127.877C41.4087 127.785 41.6375 127.742 41.867 127.751H55.187C55.4155 127.75 55.6417 127.796 55.851 127.888C56.0603 127.979 56.2481 128.114 56.402 128.282C56.5675 128.457 56.6953 128.664 56.7774 128.89C56.8594 129.116 56.894 129.356 56.879 129.596V136.94L57.1085 136.787C57.374 136.598 57.5585 136.589 57.734 136.787C57.9095 136.985 57.8735 137.192 57.698 137.471V137.453Z" fill="#46BFAF"/>
22
+ <path d="M82.5 131C82.5 128.791 84.2909 127 86.5 127H247.5C249.709 127 251.5 128.791 251.5 131V145C251.5 147.209 249.709 149 247.5 149H86.5C84.2909 149 82.5 147.209 82.5 145V131Z" fill="#F2F2F2"/>
23
+ <g clip-path="url(#clip4_3396_206923)">
24
+ <rect x="30.5" y="176" width="36" height="36" rx="8" fill="#F6ECF9"/>
25
+ </g>
26
+ <g clip-path="url(#clip5_3396_206923)">
27
+ <path d="M44.0945 200.493L47.8655 198.608V195.498L44.0945 197.123V200.493ZM43.46 195.993L47.4425 194.301L43.46 192.591L39.5 194.324L43.46 195.993ZM54.1745 200.493L57.95 198.608V195.498L54.179 197.123L54.1745 200.493ZM53.54 195.993L57.5 194.324L53.5355 192.614L49.553 194.324L53.54 195.993ZM49.1345 193.118L52.9055 191.498V188.897L49.1345 190.517V193.118ZM48.5 189.405L52.8335 187.556L48.5 185.688L44.162 187.556L48.5 189.405ZM59.1965 194.499V198.608C59.1981 198.836 59.1375 199.06 59.021 199.256C58.9014 199.456 58.722 199.613 58.508 199.706L54.1025 201.911C53.9291 202.002 53.736 202.05 53.54 202.05C53.344 202.05 53.1509 202.002 52.9775 201.911L48.572 199.706C48.5448 199.702 48.5196 199.689 48.5 199.67C48.4797 199.688 48.4548 199.7 48.428 199.706L44.0225 201.911C43.8509 202.007 43.6566 202.055 43.46 202.05C43.2675 202.056 43.0773 202.008 42.911 201.911L38.5055 199.706C38.2935 199.612 38.1159 199.455 37.997 199.256C37.8786 199.06 37.812 198.837 37.8035 198.608V194.499C37.8014 194.253 37.8752 194.013 38.015 193.811C38.1519 193.607 38.3483 193.449 38.5775 193.361L42.8435 191.529V187.592C42.8426 187.345 42.9136 187.103 43.0479 186.896C43.1821 186.689 43.3738 186.526 43.5995 186.426L48.005 184.541C48.1611 184.473 48.3297 184.438 48.5 184.438C48.6704 184.438 48.8389 184.473 48.995 184.541L53.4005 186.426C53.6245 186.524 53.8186 186.679 53.963 186.876C54.105 187.084 54.1789 187.331 54.1745 187.583V191.511L58.4405 193.343C58.6698 193.431 58.8662 193.589 59.003 193.793C59.1413 193.995 59.2093 194.237 59.1965 194.481V194.499Z" fill="#823AA1"/>
28
+ </g>
29
+ <path d="M82.5 187C82.5 184.791 84.2909 183 86.5 183H247.5C249.709 183 251.5 184.791 251.5 187V201C251.5 203.209 249.709 205 247.5 205H86.5C84.2909 205 82.5 203.209 82.5 201V187Z" fill="#F2F2F2"/>
30
+ </g>
31
+ </g>
32
+ <defs>
33
+ <filter id="filter0_d_3396_206923" x="0.5" y="42" width="281" height="170" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
34
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
35
+ <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"/>
36
+ <feOffset dy="4"/>
37
+ <feGaussianBlur stdDeviation="5"/>
38
+ <feComposite in2="hardAlpha" operator="out"/>
39
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"/>
40
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3396_206923"/>
41
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3396_206923" result="shape"/>
42
+ </filter>
43
+ <clipPath id="clip0_3396_206923">
44
+ <rect x="10.5" y="48" width="261" height="150" rx="16" fill="white"/>
45
+ </clipPath>
46
+ <clipPath id="clip1_3396_206923">
47
+ <rect x="30.5" y="64" width="36" height="36" rx="8" fill="white"/>
48
+ </clipPath>
49
+ <clipPath id="clip2_3396_206923">
50
+ <rect width="22.5" height="22.5" fill="white" transform="translate(37.25 70)"/>
51
+ </clipPath>
52
+ <clipPath id="clip3_3396_206923">
53
+ <rect x="30.5" y="120" width="36" height="36" rx="8" fill="white"/>
54
+ </clipPath>
55
+ <clipPath id="clip4_3396_206923">
56
+ <rect x="30.5" y="176" width="36" height="36" rx="8" fill="white"/>
57
+ </clipPath>
58
+ <clipPath id="clip5_3396_206923">
59
+ <rect width="22.5" height="22.5" fill="white" transform="translate(37.25 182)"/>
60
+ </clipPath>
61
+ </defs>
62
+ </svg>