groundfloor-react-ui 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/README.md +20 -0
  2. package/assets/fonts/Averta/Averta-Black.woff2 +0 -0
  3. package/assets/fonts/Averta/Averta-BlackItalic.woff2 +0 -0
  4. package/assets/fonts/Averta/Averta-Bold.woff2 +0 -0
  5. package/assets/fonts/Averta/Averta-BoldItalic.woff2 +0 -0
  6. package/assets/fonts/Averta/Averta-ExtraBold.woff2 +0 -0
  7. package/assets/fonts/Averta/Averta-ExtraBoldItalic.woff2 +0 -0
  8. package/assets/fonts/Averta/Averta-ExtraThin.woff2 +0 -0
  9. package/assets/fonts/Averta/Averta-ExtraThinItalic.woff2 +0 -0
  10. package/assets/fonts/Averta/Averta-Light.woff2 +0 -0
  11. package/assets/fonts/Averta/Averta-LightItalic.woff2 +0 -0
  12. package/assets/fonts/Averta/Averta-Regular.woff2 +0 -0
  13. package/assets/fonts/Averta/Averta-RegularItalic.woff2 +0 -0
  14. package/assets/fonts/Averta/Averta-SemiBold.woff2 +0 -0
  15. package/assets/fonts/Averta/Averta-SemiBoldItalic.woff2 +0 -0
  16. package/assets/fonts/Averta/Averta-Thin.woff2 +0 -0
  17. package/assets/fonts/Averta/Averta-ThinItalic.woff2 +0 -0
  18. package/assets/fonts/Beauty/BeautyDemo.woff +0 -0
  19. package/assets/icons/app-logo.svg +3 -0
  20. package/assets/icons/arrow-down.svg +3 -0
  21. package/assets/icons/arrow-rotate.svg +1 -0
  22. package/assets/icons/arrow-up.svg +3 -0
  23. package/assets/icons/bell.svg +3 -0
  24. package/assets/icons/check.svg +3 -0
  25. package/assets/icons/checkmark.svg +3 -0
  26. package/assets/icons/chevron-down.svg +3 -0
  27. package/assets/icons/chevron-left.svg +3 -0
  28. package/assets/icons/chevron-right.svg +3 -0
  29. package/assets/icons/cloud-icon.svg +3 -0
  30. package/assets/icons/connection.svg +3 -0
  31. package/assets/icons/cross-icon.svg +3 -0
  32. package/assets/icons/door-internal-active.svg +1 -0
  33. package/assets/icons/edit-icon.svg +3 -0
  34. package/assets/icons/ellipses-horizontal.svg +3 -0
  35. package/assets/icons/ellipses.svg +3 -0
  36. package/assets/icons/email.svg +3 -0
  37. package/assets/icons/eye-hide-view.svg +1 -0
  38. package/assets/icons/eye-hide.svg +1 -0
  39. package/assets/icons/file-attach-white.svg +3 -0
  40. package/assets/icons/file-attach.svg +3 -0
  41. package/assets/icons/functional-equation-regular.svg +147 -0
  42. package/assets/icons/hamburger-menu.svg +3 -0
  43. package/assets/icons/heart.svg +18 -0
  44. package/assets/icons/image.svg +3 -0
  45. package/assets/icons/info.svg +3 -0
  46. package/assets/icons/jpg-icon.svg +3 -0
  47. package/assets/icons/magnifier.svg +3 -0
  48. package/assets/icons/menu-ellipse-two.svg +1 -0
  49. package/assets/icons/menu-ellipse.svg +53 -0
  50. package/assets/icons/pause-all.svg +1 -0
  51. package/assets/icons/pdf-icon.svg +3 -0
  52. package/assets/icons/pen-icon.svg +3 -0
  53. package/assets/icons/plus-outlined.svg +3 -0
  54. package/assets/icons/resume.svg +1 -0
  55. package/assets/icons/sign-icon.svg +3 -0
  56. package/assets/icons/star.svg +3 -0
  57. package/assets/icons/trash-icon.svg +59 -0
  58. package/assets/icons/triangle-down.svg +3 -0
  59. package/assets/icons/users.svg +11 -0
  60. package/assets/icons/view.svg +3 -0
  61. package/assets/icons/watcher.svg +3 -0
  62. package/assets/icons/zoom-in-white.svg +1 -0
  63. package/assets/styles/global.css +0 -0
  64. package/assets/styles/global.scss +0 -0
  65. package/components/Accordion/Accordion.js +114 -0
  66. package/components/Accordion/AccordionSB.js +168 -0
  67. package/components/Accordion/AccordionSBfooter.js +171 -0
  68. package/components/Accordion/index.js +4 -0
  69. package/components/ArrowBar/ArrowBar.js +293 -0
  70. package/components/ArrowBar/index.js +2 -0
  71. package/components/Avatar/Avatar.js +167 -0
  72. package/components/Avatar/AvatarSB.js +226 -0
  73. package/components/Avatar/AvatarSBfooter.js +226 -0
  74. package/components/Avatar/index.js +4 -0
  75. package/components/Banner/Banner.js +65 -0
  76. package/components/Banner/index.js +2 -0
  77. package/components/Breadcrumb/Breadcrumb.js +192 -0
  78. package/components/Breadcrumb/index.js +2 -0
  79. package/components/Button/PrimaryButton.js +125 -0
  80. package/components/Button/SecondaryButton.js +114 -0
  81. package/components/Button/TinyButton.js +94 -0
  82. package/components/Button/index.js +6 -0
  83. package/components/Cards/Card.js +48 -0
  84. package/components/Cards/CardRef.js +64 -0
  85. package/components/Cards/DocumentCard.js +221 -0
  86. package/components/Cards/index.js +5 -0
  87. package/components/Content/Content.js +51 -0
  88. package/components/Content/index.js +1 -0
  89. package/components/Divider/Divider.js +63 -0
  90. package/components/Divider/index.js +2 -0
  91. package/components/Drawer/Drawer.js +93 -0
  92. package/components/Drawer/index.js +2 -0
  93. package/components/ErrorBoundary/ErrorBoundary.js +44 -0
  94. package/components/ErrorBoundary/index.js +1 -0
  95. package/components/FilterChip/FilterChip.js +68 -0
  96. package/components/FilterChip/index.js +1 -0
  97. package/components/Footer/Footer.js +58 -0
  98. package/components/Footer/FooterContentLev3.js +96 -0
  99. package/components/Footer/index.js +2 -0
  100. package/components/Form/FormComponent.js +273 -0
  101. package/components/Form/HeaderComponent.js +39 -0
  102. package/components/Form/StyledComponent.js +323 -0
  103. package/components/Form/SubmitComponent.js +63 -0
  104. package/components/Form/index.js +4 -0
  105. package/components/GroupAvatars/GroupAvatars.js +143 -0
  106. package/components/GroupAvatars/index.js +1 -0
  107. package/components/GroupButtons/ButtonPopup.js +192 -0
  108. package/components/GroupButtons/GroupButtons.js +150 -0
  109. package/components/GroupButtons/GroupButtonsPopup.js +169 -0
  110. package/components/GroupButtons/index.js +3 -0
  111. package/components/GroupStatusCircle/GroupStatusCircle.js +135 -0
  112. package/components/GroupStatusCircle/index.js +1 -0
  113. package/components/Header/Header.js +58 -0
  114. package/components/Header/index.js +1 -0
  115. package/components/HyperLink/HyperLink.js +114 -0
  116. package/components/HyperLink/index.js +1 -0
  117. package/components/Icon/Icon.js +161 -0
  118. package/components/Icon/index.js +1 -0
  119. package/components/Images/Image.js +112 -0
  120. package/components/Images/index.js +2 -0
  121. package/components/Inputs/CheckBoxEditableInput.js +352 -0
  122. package/components/Inputs/CheckBoxInput.js +195 -0
  123. package/components/Inputs/CheckBoxInputMS.js +160 -0
  124. package/components/Inputs/DateSelect.js +411 -0
  125. package/components/Inputs/DropdownSelect.js +466 -0
  126. package/components/Inputs/DropzoneInput.js +335 -0
  127. package/components/Inputs/NumericInput.js +155 -0
  128. package/components/Inputs/RadioInput.js +205 -0
  129. package/components/Inputs/SearchInput.js +18 -0
  130. package/components/Inputs/Signature.js +278 -0
  131. package/components/Inputs/TextArea.js +196 -0
  132. package/components/Inputs/TextInput.js +182 -0
  133. package/components/Inputs/TextInputClicable.js +198 -0
  134. package/components/Inputs/TextInputClicableMS.js +255 -0
  135. package/components/Inputs/TimeInput.js +181 -0
  136. package/components/Inputs/ToggleSwitch.js +123 -0
  137. package/components/Inputs/index.js +13 -0
  138. package/components/Label/Label.js +48 -0
  139. package/components/Label/index.js +1 -0
  140. package/components/Loaders/Loader.js +179 -0
  141. package/components/Loaders/index.js +2 -0
  142. package/components/Modal/Modal.js +116 -0
  143. package/components/Modal/ModalComp.js +158 -0
  144. package/components/Modal/index.js +2 -0
  145. package/components/Overlay/Overlay.js +159 -0
  146. package/components/Overlay/index.js +1 -0
  147. package/components/Pagination/Pagination.js +83 -0
  148. package/components/Pagination/index.js +1 -0
  149. package/components/ProgressBar/ProgressBar.js +84 -0
  150. package/components/ProgressBar/index.js +1 -0
  151. package/components/ProgressSteps/ProgressSteps.js +121 -0
  152. package/components/ProgressSteps/index.js +1 -0
  153. package/components/Rating/Rating.js +264 -0
  154. package/components/Rating/index.js +1 -0
  155. package/components/SecondaryLink/DarkSecondaryLink.js +97 -0
  156. package/components/SecondaryLink/LightSecondaryLink.js +93 -0
  157. package/components/SecondaryLink/index.js +3 -0
  158. package/components/Sidebar/Navbar.js +328 -0
  159. package/components/Sidebar/Sidebar.js +180 -0
  160. package/components/Sidebar/index.js +3 -0
  161. package/components/StatusChip/PrimaryStatusChip.js +78 -0
  162. package/components/StatusChip/SecondaryStatusChip.js +78 -0
  163. package/components/StatusChip/SlimPrimaryStatusChip.js +92 -0
  164. package/components/StatusChip/SlimSecondaryStatusChip.js +93 -0
  165. package/components/StatusChip/index.js +6 -0
  166. package/components/StatusCircle/StatusCircle.js +64 -0
  167. package/components/StatusCircle/index.js +1 -0
  168. package/components/Tables/Table.js +156 -0
  169. package/components/Tables/index.js +1 -0
  170. package/components/Tooltip/Tooltip.js +479 -0
  171. package/components/Tooltip/index.js +1 -0
  172. package/components/Typography/Typography.js +78 -0
  173. package/components/Typography/index.js +2 -0
  174. package/components/constants/colors.js +33 -0
  175. package/components/constants/defaultStyle.js +781 -0
  176. package/components/constants/defaultThemeColor.js +15 -0
  177. package/components/constants/index.js +7 -0
  178. package/components/constants/utils.js +31 -0
  179. package/components/global/FontStyle.js +131 -0
  180. package/components/global/index.js +1 -0
  181. package/dist/index.es.js +2302 -0
  182. package/dist/index.js +2302 -0
  183. package/index.js +40 -0
  184. package/package.json +67 -0
  185. package/rollup.config.js +53 -0
package/README.md ADDED
@@ -0,0 +1,20 @@
1
+ # GroundFloor React UI
2
+
3
+ The official component library for GroundFloor application
4
+
5
+ ## Installation
6
+
7
+ The package can be installed via [npm](https://github.com/npm/cli):
8
+
9
+ ```
10
+ npm install phq-groundfloor-react-ui --save
11
+ ```
12
+
13
+ ## Pre-requisites
14
+
15
+ The following peer dependencies are required to run in a React Project
16
+
17
+ - React v16.8 or greater
18
+ - styled-components v5 or greater
19
+
20
+ ---
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.91775 0.515015H7.50682C8.35702 0.515015 9.05226 1.21026 9.05226 2.06045V7.64952C9.05226 8.49972 8.35702 9.19496 7.50682 9.19496H1.91775C1.06755 9.19496 0.372314 8.49972 0.372314 7.64952V2.06045C0.372314 1.21026 1.06755 0.515015 1.91775 0.515015ZM1.91785 7.64952H7.50692V2.06045H1.91785V7.64952ZM12.5558 0.515015H18.1449C18.9951 0.515015 19.6903 1.21026 19.6903 2.06045V7.64952C19.6903 8.49972 18.9951 9.19496 18.1449 9.19496H12.5558C11.7056 9.19496 11.0104 8.49972 11.0104 7.64952V2.06045C11.0104 1.21026 11.7056 0.515015 12.5558 0.515015ZM7.50682 11.153H1.91775C1.06755 11.153 0.372314 11.8483 0.372314 12.6985V18.2875C0.372314 19.1377 1.06755 19.833 1.91775 19.833H7.50682C8.35702 19.833 9.05226 19.1377 9.05226 18.2875V12.6985C9.05226 11.8483 8.35702 11.153 7.50682 11.153ZM12.5558 11.153H18.1449C18.9951 11.153 19.6903 11.8483 19.6903 12.6985V18.2875C19.6903 19.1377 18.9951 19.833 18.1449 19.833H12.5558C11.7056 19.833 11.0104 19.1377 11.0104 18.2875V12.6985C11.0104 11.8483 11.7056 11.153 12.5558 11.153Z" fill="#2A50FD"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="11" height="17" viewBox="0 0 11 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.337 11.3942L5.47074 16.4335L0.604492 11.3942L1.62172 10.3406L4.74422 13.5753V0.897759H6.19721V13.5753L9.31971 10.3406L10.337 11.3942Z" fill="#C10000"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:none;stroke:#000;stroke-miterlimit:10;opacity:0;}</style></defs><path d="M.92,14a1,1,0,0,0,.93-1C1.85,6.63,6,2,11.79,2a9.45,9.45,0,0,1,8.53,4.72L17.76,6a.92.92,0,0,0-1.12.73A1,1,0,0,0,17.31,8l4.44,1.2.11,0H22a.81.81,0,0,0,.27,0h0A1,1,0,0,0,22.56,9a.27.27,0,0,0,.07-.08.8.8,0,0,0,.13-.19.84.84,0,0,0,.06-.14s0-.07,0-.11L24,3.64a1,1,0,0,0-.67-1.21.92.92,0,0,0-1.12.73l-.5,2.16A11.39,11.39,0,0,0,11.79,0C5.07,0,0,5.59,0,13A1,1,0,0,0,.92,14Z"/><path d="M23.08,10a1,1,0,0,0-.93,1c0,6.37-4.18,11-9.94,11a9.45,9.45,0,0,1-8.53-4.72L6.24,18a.92.92,0,0,0,1.12-.73A1,1,0,0,0,6.69,16l-4.44-1.2-.11,0H2a.81.81,0,0,0-.27,0h0a1,1,0,0,0-.29.19.27.27,0,0,0-.07.08.8.8,0,0,0-.13.19.84.84,0,0,0-.06.14s0,.07,0,.11L0,20.36A1,1,0,0,0,.7,21.57a.92.92,0,0,0,1.12-.73l.5-2.16A11.39,11.39,0,0,0,12.21,24C18.93,24,24,18.41,24,11A1,1,0,0,0,23.08,10Z"/><rect class="cls-1" width="24" height="24"/></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="11" height="16" viewBox="0 0 11 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.6561 4.98854L5.78989 0.122986L0.923645 4.98854L1.94087 6.00576L5.06337 2.88257V15.123H6.51636V2.88257L9.63886 6.00576L10.6561 4.98854Z" fill="#009500"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.87983 17.0764C8.96945 17.8588 9.6528 18.4673 10.4832 18.4673C11.3137 18.4673 11.997 17.8588 12.0867 17.0764H8.87983ZM13.8847 17.0764C13.7909 18.8205 12.3037 20.206 10.4832 20.206C8.6628 20.206 7.1756 18.8205 7.08178 17.0764H2.59635C1.70571 17.0764 0.983139 16.3769 0.983139 15.5116V15.1639C0.983139 13.9033 1.90736 12.8506 3.13408 12.6088V7.33454C3.13408 3.3968 6.42352 0.205994 10.4831 0.205994C14.5428 0.205994 17.8322 3.39673 17.8322 7.33454V12.6088C19.0603 12.8506 19.9831 13.902 19.9831 15.1639V15.5116C19.9831 16.3782 19.2606 17.0764 18.3699 17.0764H13.8847ZM18.1909 15.1639C18.1909 14.683 17.7904 14.2945 17.2919 14.2945C16.6001 14.2945 16.04 13.7471 16.04 13.0802V7.33437C16.04 4.35689 13.5529 1.94449 10.4834 1.94449C7.41378 1.94449 4.92675 4.35689 4.92675 7.33437V13.0802C4.92675 13.7498 4.36381 14.2945 3.67483 14.2945C3.17771 14.2945 2.77581 14.6844 2.77581 15.1639V15.3377H18.1909V15.1639Z" fill="white"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.09309 0.499928C6.94236 0.505009 6.80012 0.568234 6.69568 0.676061C5.27989 2.09523 4.2073 3.27224 2.87503 4.62764L1.41183 3.39024C1.29498 3.29089 1.14369 3.24178 0.990707 3.25419C0.837725 3.26661 0.69603 3.33887 0.596677 3.45572C0.497324 3.57257 0.448218 3.72386 0.46063 3.87684C0.472485 4.02982 0.545306 4.17152 0.662154 4.27087L2.54083 5.86052C2.77058 6.05754 3.11323 6.04342 3.32662 5.82891C4.88014 4.27207 5.98769 3.02607 7.51751 1.49351C7.68968 1.32698 7.74162 1.07125 7.64734 0.850538C7.55307 0.629823 7.33235 0.490382 7.09301 0.499977L7.09309 0.499928Z" fill="white"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.2817 0.508636L14.0132 1.50961L6.47213 14.5542L0.238281 9.69783L1.4674 8.12009L5.88914 11.5644L12.2817 0.508636Z" fill="white"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path transform="rotate(270, 6.5, 9.5)" fill-rule="evenodd" clip-rule="evenodd" d="M12.6344 0.877569C13.1251 1.49007 13.0263 2.38439 12.4138 2.87509L4.33812 9.34497L12.4138 15.8148C13.0263 16.3056 13.1251 17.1999 12.6344 17.8124C12.1437 18.4249 11.2494 18.5236 10.6369 18.0329L1.17683 10.454C0.840203 10.1843 0.644287 9.77631 0.644287 9.34497C0.644287 8.91363 0.840203 8.50564 1.17683 8.23594L10.6369 0.65704C11.2494 0.166337 12.1437 0.265071 12.6344 0.877569Z" fill="#2A50FD"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.6344 0.877569C13.1251 1.49007 13.0263 2.38439 12.4138 2.87509L4.33812 9.34497L12.4138 15.8148C13.0263 16.3056 13.1251 17.1999 12.6344 17.8124C12.1437 18.4249 11.2494 18.5236 10.6369 18.0329L1.17683 10.454C0.840203 10.1843 0.644287 9.77631 0.644287 9.34497C0.644287 8.91363 0.840203 8.50564 1.17683 8.23594L10.6369 0.65704C11.2494 0.166337 12.1437 0.265071 12.6344 0.877569Z" fill="#2A50FD"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path transform="rotate(180, 8, 9.5)" fill-rule="evenodd" clip-rule="evenodd" d="M12.6344 0.877569C13.1251 1.49007 13.0263 2.38439 12.4138 2.87509L4.33812 9.34497L12.4138 15.8148C13.0263 16.3056 13.1251 17.1999 12.6344 17.8124C12.1437 18.4249 11.2494 18.5236 10.6369 18.0329L1.17683 10.454C0.840203 10.1843 0.644287 9.77631 0.644287 9.34497C0.644287 8.91363 0.840203 8.50564 1.17683 8.23594L10.6369 0.65704C11.2494 0.166337 12.1437 0.265071 12.6344 0.877569Z" fill="#2A50FD"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.2048 10.3586L9.01892 13.5445L7.76975 12.2953C7.67973 12.2046 7.57263 12.1325 7.45463 12.0834C7.33663 12.0342 7.21006 12.0089 7.08222 12.0089C6.95439 12.0089 6.82782 12.0342 6.70982 12.0834C6.59182 12.1325 6.48472 12.2046 6.3947 12.2953C6.21434 12.4768 6.11311 12.7222 6.11311 12.978C6.11311 13.2339 6.21434 13.4793 6.3947 13.6607L8.3314 15.5974C8.42142 15.6882 8.52852 15.7602 8.64652 15.8094C8.76452 15.8585 8.89109 15.8839 9.01892 15.8839C9.14676 15.8839 9.27333 15.8585 9.39133 15.8094C9.50933 15.7602 9.61643 15.6882 9.70645 15.5974L13.5799 11.724C13.7602 11.5426 13.8614 11.2972 13.8614 11.0413C13.8614 10.7855 13.7602 10.5401 13.5799 10.3586C13.4898 10.2679 13.3827 10.1958 13.2647 10.1467C13.1467 10.0975 13.0202 10.0722 12.8923 10.0722C12.7645 10.0722 12.6379 10.0975 12.5199 10.1467C12.4019 10.1958 12.2948 10.2679 12.2048 10.3586V10.3586ZM16.2041 4.67443C15.6117 3.31469 14.5898 2.18674 13.2949 1.46354C12 0.740337 10.5037 0.461796 9.03527 0.670623C7.56688 0.87945 6.20752 1.56412 5.16559 2.61965C4.12366 3.67519 3.45669 5.04333 3.26693 6.5143C2.45932 6.71468 1.7377 7.16981 1.20893 7.81229C0.680162 8.45478 0.372348 9.25047 0.331066 10.0815C0.289784 10.9126 0.517229 11.7349 0.979725 12.4266C1.44222 13.1183 2.11518 13.6427 2.89895 13.9222C3.02264 13.9871 3.15891 14.0245 3.2984 14.0317C3.4379 14.039 3.57732 14.016 3.70709 13.9644C3.83687 13.9127 3.95393 13.8336 4.05025 13.7324C4.14656 13.6312 4.21985 13.5104 4.26508 13.3783C4.31031 13.2461 4.32641 13.1057 4.31228 12.9668C4.29815 12.8278 4.25413 12.6935 4.18323 12.5732C4.11232 12.4528 4.01622 12.3492 3.90152 12.2695C3.78681 12.1898 3.65622 12.1359 3.5187 12.1114C3.14127 11.9749 2.81554 11.7246 2.58656 11.395C2.35758 11.0654 2.23664 10.6728 2.24048 10.2715C2.24048 9.75785 2.44452 9.26524 2.80772 8.90204C3.17092 8.53884 3.66353 8.3348 4.17718 8.3348C4.434 8.3348 4.6803 8.23277 4.8619 8.05117C5.0435 7.86957 5.14553 7.62327 5.14553 7.36645C5.15027 6.22198 5.56026 5.11619 6.30277 4.24528C7.04528 3.37436 8.0723 2.79462 9.20161 2.60891C10.3309 2.42321 11.4895 2.64355 12.4718 3.23084C13.4541 3.81813 14.1966 4.7344 14.5676 5.81709C14.6244 5.98168 14.7245 6.12792 14.8574 6.24039C14.9904 6.35287 15.1512 6.42742 15.3229 6.4562C15.9679 6.57808 16.5526 6.91481 16.9817 7.41151C17.4108 7.9082 17.6591 8.53559 17.686 9.19144C17.713 9.84728 17.517 10.4929 17.1301 11.0232C16.7432 11.5534 16.1881 11.937 15.5553 12.1114C15.2985 12.1435 15.0649 12.2763 14.906 12.4806C14.7471 12.6849 14.6759 12.9439 14.708 13.2008C14.7401 13.4576 14.8729 13.6911 15.0772 13.85C15.2815 14.0089 15.5405 14.0802 15.7974 14.0481H16.0395C17.0585 13.7788 17.9619 13.1843 18.6124 12.3549C19.2628 11.5254 19.6249 10.5064 19.6435 9.45253C19.6621 8.39864 19.3363 7.36746 18.7156 6.51558C18.0948 5.6637 17.213 5.03766 16.2041 4.73254V4.67443Z" fill="#2A50FD"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.8412 11.3595C11.4441 10.6162 12.3481 10.1818 13.3052 10.1755C15.0725 10.1755 16.5052 11.6082 16.5052 13.3755C16.5052 15.1428 15.0725 16.5755 13.3052 16.5755C11.5379 16.5755 10.1052 15.1428 10.1052 13.3755C10.1076 13.1849 10.1263 12.9949 10.1612 12.8075L5.9372 10.8635C4.68025 12.0925 2.66722 12.0775 1.42881 10.8298C0.190398 9.58205 0.190398 7.56895 1.42881 6.32124C2.66722 5.07353 4.68025 5.05846 5.9372 6.2875L10.1612 4.3435C10.1263 4.15611 10.1076 3.96608 10.1052 3.7755C10.0926 2.21832 11.2028 0.878155 12.7351 0.600798C14.2675 0.323442 15.777 1.18943 16.311 2.65223C16.8451 4.11502 16.2486 5.74988 14.898 6.52502C13.5474 7.30017 11.8348 6.99052 10.8412 5.7915L6.7612 7.6715C6.95303 8.2589 6.95303 8.8921 6.7612 9.4795L10.8412 11.3595ZM14.9052 3.7755C14.9052 2.89184 14.1889 2.1755 13.3052 2.1755C12.4215 2.1755 11.7052 2.89184 11.7052 3.7755C11.7052 4.65916 12.4215 5.3755 13.3052 5.3755C14.1889 5.3755 14.9052 4.65916 14.9052 3.7755ZM3.7052 10.1755C2.82154 10.1755 2.1052 9.45916 2.1052 8.5755C2.1052 7.69184 2.82154 6.9755 3.7052 6.9755C4.58885 6.9755 5.3052 7.69184 5.3052 8.5755C5.3052 9.45916 4.58885 10.1755 3.7052 10.1755ZM11.7052 13.3755C11.7052 14.2592 12.4215 14.9755 13.3052 14.9755C14.1889 14.9755 14.9052 14.2592 14.9052 13.3755C14.9052 12.4918 14.1889 11.7755 13.3052 11.7755C12.4215 11.7755 11.7052 12.4918 11.7052 13.3755Z" fill="#6B747F"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.7129 9.70582L19.8791 1.53962C20.2304 1.18838 20.2304 0.661516 19.8791 0.310275C19.5279 -0.0409657 19.001 -0.0409657 18.6498 0.310275L10.4836 8.47648L2.31736 0.310275C1.96612 -0.0409657 1.43926 -0.0409657 1.08802 0.310275C0.736775 0.661516 0.736775 1.18838 1.08802 1.53962L9.25422 9.70582L1.08802 17.872C0.736775 18.2233 0.736775 18.7501 1.08802 19.1014C1.26364 19.277 1.43926 19.3648 1.70269 19.3648C1.96612 19.3648 2.14174 19.277 2.31736 19.1014L10.4836 10.9352L18.6498 19.1014C18.8254 19.277 19.0888 19.3648 19.2644 19.3648C19.4401 19.3648 19.7035 19.277 19.8791 19.1014C20.2304 18.7501 20.2304 18.2233 19.8791 17.872L11.7129 9.70582Z" fill="#2A50FD"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#39aa35;}</style></defs><circle class="cls-1" cx="12" cy="12" r="12"/></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1.38784 7.73764H3.29584C3.35506 7.73799 3.41377 7.72664 3.4686 7.70424C3.52343 7.68185 3.57329 7.64885 3.61534 7.60714L6.72934 4.48864L8.00734 3.23764C8.04952 3.19581 8.083 3.14604 8.10584 3.0912C8.12869 3.03637 8.14045 2.97755 8.14045 2.91814C8.14045 2.85874 8.12869 2.79992 8.10584 2.74508C8.083 2.69025 8.04952 2.64048 8.00734 2.59864L6.09934 0.668143C6.05751 0.625966 6.00774 0.592488 5.9529 0.569642C5.89806 0.546796 5.83925 0.535034 5.77984 0.535034C5.72044 0.535034 5.66162 0.546796 5.60678 0.569642C5.55195 0.592488 5.50217 0.625966 5.46034 0.668143L4.19134 1.94164L1.06834 5.06014C1.02664 5.10219 0.993639 5.15206 0.971245 5.20689C0.948851 5.26171 0.937499 5.32042 0.937842 5.37964V7.28764C0.937842 7.40699 0.985252 7.52145 1.06964 7.60584C1.15404 7.69023 1.26849 7.73764 1.38784 7.73764ZM5.77984 1.62214L7.05334 2.89564L6.41434 3.53464L5.14084 2.26114L5.77984 1.62214ZM1.83784 5.56414L4.50634 2.89564L5.77984 4.16914L3.11134 6.83764H1.83784V5.56414ZM8.58784 8.63764H0.487842C0.368494 8.63764 0.254035 8.68505 0.169644 8.76945C0.0852524 8.85384 0.0378418 8.9683 0.0378418 9.08764C0.0378418 9.20699 0.0852524 9.32145 0.169644 9.40584C0.254035 9.49023 0.368494 9.53764 0.487842 9.53764H8.58784C8.70719 9.53764 8.82165 9.49023 8.90604 9.40584C8.99043 9.32145 9.03784 9.20699 9.03784 9.08764C9.03784 8.9683 8.99043 8.85384 8.90604 8.76945C8.82165 8.68505 8.70719 8.63764 8.58784 8.63764Z" fill="#2E56F4"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="5" height="20" viewBox="0 0 5 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path transform="rotate(90, 0, 12)" fill-rule="evenodd" clip-rule="evenodd" d="M4.50654 2.11396C4.50654 3.25559 3.58106 4.18107 2.43943 4.18107C1.29779 4.18107 0.372314 3.25559 0.372314 2.11396C0.372314 0.972322 1.29779 0.0468445 2.43943 0.0468445C3.58106 0.0468445 4.50654 0.972322 4.50654 2.11396ZM4.50654 9.70582C4.50654 10.8475 3.58106 11.7729 2.43943 11.7729C1.29779 11.7729 0.372314 10.8475 0.372314 9.70582C0.372314 8.56419 1.29779 7.63871 2.43943 7.63871C3.58106 7.63871 4.50654 8.56419 4.50654 9.70582ZM2.43943 19.3648C3.58106 19.3648 4.50654 18.4393 4.50654 17.2977C4.50654 16.156 3.58106 15.2306 2.43943 15.2306C1.29779 15.2306 0.372314 16.156 0.372314 17.2977C0.372314 18.4393 1.29779 19.3648 2.43943 19.3648Z" fill="#2A50FD"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="5" height="20" viewBox="0 0 5 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.50654 2.11396C4.50654 3.25559 3.58106 4.18107 2.43943 4.18107C1.29779 4.18107 0.372314 3.25559 0.372314 2.11396C0.372314 0.972322 1.29779 0.0468445 2.43943 0.0468445C3.58106 0.0468445 4.50654 0.972322 4.50654 2.11396ZM4.50654 9.70582C4.50654 10.8475 3.58106 11.7729 2.43943 11.7729C1.29779 11.7729 0.372314 10.8475 0.372314 9.70582C0.372314 8.56419 1.29779 7.63871 2.43943 7.63871C3.58106 7.63871 4.50654 8.56419 4.50654 9.70582ZM2.43943 19.3648C3.58106 19.3648 4.50654 18.4393 4.50654 17.2977C4.50654 16.156 3.58106 15.2306 2.43943 15.2306C1.29779 15.2306 0.372314 16.156 0.372314 17.2977C0.372314 18.4393 1.29779 19.3648 2.43943 19.3648Z" fill="#2A50FD"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="17" viewBox="0 0 20 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.4286 0.617798H2.90599C2.13748 0.617798 1.40044 0.92309 0.857016 1.46651C0.313593 2.00994 0.00830078 2.74698 0.00830078 3.51549V13.1745C0.00830078 13.943 0.313593 14.68 0.857016 15.2234C1.40044 15.7669 2.13748 16.0722 2.90599 16.0722H16.4286C17.1971 16.0722 17.9341 15.7669 18.4775 15.2234C19.021 14.68 19.3263 13.943 19.3263 13.1745V3.51549C19.3263 2.74698 19.021 2.00994 18.4775 1.46651C17.9341 0.92309 17.1971 0.617798 16.4286 0.617798ZM16.0325 2.54959L10.3531 8.22907C10.2633 8.3196 10.1564 8.39146 10.0387 8.4405C9.92104 8.48954 9.79479 8.51478 9.66728 8.51478C9.53977 8.51478 9.41352 8.48954 9.29582 8.4405C9.17811 8.39146 9.07129 8.3196 8.98149 8.22907L3.30201 2.54959H16.0325ZM17.3945 13.1745C17.3945 13.4306 17.2927 13.6763 17.1116 13.8575C16.9304 14.0386 16.6847 14.1404 16.4286 14.1404H2.90599C2.64982 14.1404 2.40414 14.0386 2.223 13.8575C2.04186 13.6763 1.9401 13.4306 1.9401 13.1745V3.91151L7.61958 9.59099C8.1629 10.1336 8.89939 10.4384 9.66728 10.4384C10.4352 10.4384 11.1717 10.1336 11.715 9.59099L17.3945 3.91151V13.1745Z" fill="#2A50FD"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.9,11.4A13.5,13.5,0,0,0,12,4,13.5,13.5,0,0,0,.1,11.4a2.4,2.4,0,0,0,0,1.2A13.5,13.5,0,0,0,12,20a13.5,13.5,0,0,0,11.9-7.4A2.4,2.4,0,0,0,23.9,11.4ZM12,18a6,6,0,1,1,6-6,6,6,0,0,1-6,6ZM12,8l-1.1.2a1.8,1.8,0,0,1-.4,2.7,1.7,1.7,0,0,1-2.3,0A3.9,3.9,0,0,0,11,15.8,3.9,3.9,0,0,0,15.9,13a4.1,4.1,0,0,0-2.8-4.9Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1173.7 24"><defs><style>.cls-1{fill:#c11718;}.cls-2{fill:#fff;}.cls-2,.cls-4,.cls-5{fill-rule:evenodd;}.cls-3,.cls-5{fill:#2a50fd;}.cls-4{fill:#fda63e;}.cls-6,.cls-7{fill:#00b904;}.cls-10,.cls-12,.cls-6,.cls-8{isolation:isolate;}.cls-6,.cls-8{opacity:0.1;}.cls-8,.cls-9{fill:#663fd6;}.cls-8{fill-opacity:0.9;}.cls-10,.cls-11{fill:#c10000;}.cls-10,.cls-12{opacity:0.18;}.cls-12{fill:#43ca7b;}.cls-13{fill:#006228;}.cls-14{fill:#2e56f4;}.cls-15{fill:#ff5600;}.cls-16{fill:#ff9600;}</style></defs><path class="cls-1" d="M5.2,22.1a2,2,0,0,0,2,1.9h9.6a2,2,0,0,0,2-1.9L20,7.6H4ZM15.4,11a.7.7,0,0,1,.7-.7.8.8,0,0,1,.6.8l-.6,9.5a.8.8,0,0,1-.7.7c-.4-.1-.7-.4-.6-.8Zm-4.1,0a.7.7,0,0,1,1.4,0v9.6a.7.7,0,0,1-1.4,0Zm-3.4-.7a.9.9,0,0,1,.8.6l.6,9.6a.7.7,0,0,1-.6.7c-.4.1-.7-.2-.8-.6L7.3,11C7.3,10.7,7.6,10.3,7.9,10.3Z" transform="translate(-2.3)"/><path class="cls-1" d="M19.5,3.5H15.8A3.8,3.8,0,0,0,12.1,0h-.2A3.8,3.8,0,0,0,8.2,3.5H4.5A2.2,2.2,0,0,0,2.3,5.7a.6.6,0,0,0,.6.5H21.1a.6.6,0,0,0,.6-.5,2.2,2.2,0,0,0-2.2-2.2ZM11.9,2h.2a1.9,1.9,0,0,1,1.7,1.5H10.2A1.9,1.9,0,0,1,11.9,2Z" transform="translate(-2.3)"/><path class="cls-2" d="M64,3.4H88L76,20.6Z" transform="translate(-2.3)"/><path class="cls-3" d="M133.2,22.1a2,2,0,0,0,2,1.9h9.6a2,2,0,0,0,2-1.9L148,7.6H132ZM143.4,11a.7.7,0,0,1,.7-.7.9.9,0,0,1,.6.8l-.6,9.5a.8.8,0,0,1-.7.7c-.4-.1-.7-.4-.6-.8Zm-4.1,0a.7.7,0,0,1,1.4,0v9.6a.7.7,0,0,1-1.4,0Zm-3.4-.7a.9.9,0,0,1,.8.6l.6,9.6a.7.7,0,0,1-.6.7c-.4.1-.7-.2-.8-.6l-.6-9.6C135.3,10.7,135.6,10.3,135.9,10.3Z" transform="translate(-2.3)"/><path class="cls-3" d="M147.5,3.5h-3.7A3.8,3.8,0,0,0,140.1,0h-.2a3.8,3.8,0,0,0-3.7,3.5h-3.7a2.2,2.2,0,0,0-2.2,2.2.6.6,0,0,0,.6.5h18.2a.6.6,0,0,0,.6-.5,2.2,2.2,0,0,0-2.2-2.2ZM139.9,2h.2a1.9,1.9,0,0,1,1.7,1.5h-3.6A1.9,1.9,0,0,1,139.9,2Z" transform="translate(-2.3)"/><path class="cls-4" d="M204,24a12,12,0,1,1,12-12A12,12,0,0,1,204,24Zm0-22a10,10,0,1,0,10,10A10,10,0,0,0,204,2Zm-.2,11a1,1,0,0,1-1-1V6.5a1,1,0,0,1,1-1,.9.9,0,0,1,1,1V12A.9.9,0,0,1,203.8,13Zm1.2,3.3a1.2,1.2,0,1,1-2.4,0A1.2,1.2,0,0,1,205,16.3Z" transform="translate(-2.3)"/><path class="cls-5" d="M268,0a12,12,0,1,0,12,12A12,12,0,0,0,268,0Zm0,4.8a.9.9,0,0,0-.8.4.9.9,0,0,0-.4.8v5.3l-2.9,1.4a1.2,1.2,0,0,0-.7,1,1.1,1.1,0,0,0,.6,1.1,1.3,1.3,0,0,0,1.2.1l3.5-1.8a1.2,1.2,0,0,0,.7-1.1V6a.9.9,0,0,0-.4-.8A.9.9,0,0,0,268,4.8ZM258.4,12A9.6,9.6,0,1,0,268,2.4,9.6,9.6,0,0,0,258.4,12Z" transform="translate(-2.3)"/><path class="cls-6" d="M323.7,8.3h16.6A3.7,3.7,0,0,1,344,12h0a3.7,3.7,0,0,1-3.7,3.7H323.7A3.7,3.7,0,0,1,320,12h0A3.7,3.7,0,0,1,323.7,8.3Z" transform="translate(-2.3)"/><path class="cls-7" d="M327.2,13.3l-.7-1h0a.8.8,0,0,0,.7-.8.8.8,0,0,0-.9-.9h-1v2.7h.3v-1h.6l.6,1Zm-1.6-2.4h.6a.5.5,0,0,1,.6.6c0,.3-.2.5-.6.5h-.6Zm3.7,1.5a.8.8,0,0,0-.8-.9.9.9,0,0,0-.9.9.9.9,0,0,0,.9,1,1.2,1.2,0,0,0,.8-.4l-.3-.2a.5.5,0,0,1-.5.3.6.6,0,0,1-.6-.6h1.4Zm-.8-.7a.6.6,0,0,1,.5.6h-1.1Q328.1,11.7,328.5,11.7Zm1.9,1.7a.6.6,0,0,0,.6-.6c0-.3-.2-.4-.6-.5L330,12a.3.3,0,0,1,.3-.3l.5.2.2-.2a.8.8,0,0,0-.7-.2.6.6,0,0,0-.6.5c0,.3.3.4.6.5s.4.2.4.3a.3.3,0,0,1-.3.3l-.6-.2-.2.2A1.1,1.1,0,0,0,330.4,13.4Zm2.4-1.9v.9a.7.7,0,0,1-.6.7c-.3,0-.4-.2-.4-.6v-1h-.4v1.1a.7.7,0,0,0,.7.8,1,1,0,0,0,.7-.4h0v.3h.3V11.5Zm3.1,0a.8.8,0,0,0-.7.3h0a.8.8,0,0,0-1.2,0h0v-.3h-.4v1.8h.4v-.9c0-.4.2-.7.5-.7s.4.2.4.6v1h.3v-.9a.7.7,0,0,1,.6-.7c.3,0,.4.2.4.6v1h.3v-1C336.5,11.7,336.3,11.5,335.9,11.5Zm2.8.9a.9.9,0,1,0-1.8,0,.9.9,0,0,0,1,1,.8.8,0,0,0,.7-.4l-.2-.2a.5.5,0,0,1-.5.3.5.5,0,0,1-.6-.6h1.4Zm-.9-.7c.3,0,.5.3.6.6h-1.1A.6.6,0,0,1,337.8,11.7Z" transform="translate(-2.3)"/><path class="cls-8" d="M387.7,8.3h16.6A3.7,3.7,0,0,1,408,12h0a3.7,3.7,0,0,1-3.7,3.7H387.7A3.7,3.7,0,0,1,384,12h0A3.7,3.7,0,0,1,387.7,8.3Z" transform="translate(-2.3)"/><path class="cls-9" d="M391,13.3h.3v-1h.6a.8.8,0,0,0,.9-.8.8.8,0,0,0-.9-.9H391Zm.3-1.3V10.9h.6a.6.6,0,0,1,.6.6c0,.3-.2.5-.7.5Zm3.4-.5v.3h0a.9.9,0,0,0-.7-.3.9.9,0,0,0-.9.9.9.9,0,0,0,.9,1,1.5,1.5,0,0,0,.7-.3h0v.2h.3V11.5Zm-.6,1.6a.7.7,0,0,1,0-1.4.7.7,0,0,1,0,1.4Zm2.7-1.6v.9c0,.4-.2.7-.5.7s-.5-.2-.5-.6v-1h-.3v1.1a.7.7,0,0,0,.7.8.7.7,0,0,0,.6-.4h0v.3h.4V11.5Zm1.5,1.9a.7.7,0,0,0,.7-.6c0-.3-.3-.4-.7-.5L398,12c0-.2.1-.3.2-.3l.5.2.2-.2a.7.7,0,0,0-.6-.2c-.4,0-.7.2-.7.5s.3.4.6.5.4.2.4.3a.3.3,0,0,1-.3.3l-.6-.2v.2A.8.8,0,0,0,398.3,13.4Zm2.7-1a.8.8,0,0,0-.8-.9.9.9,0,0,0-.9.9.9.9,0,0,0,.9,1,1.2,1.2,0,0,0,.8-.4l-.3-.2a.5.5,0,0,1-.5.3.6.6,0,0,1-.6-.6H401Zm-.8-.7a.6.6,0,0,1,.5.6h-1.1Q399.8,11.7,400.2,11.7Z" transform="translate(-2.3)"/><path class="cls-10" d="M453.1,6.9h13.8A5.1,5.1,0,0,1,472,12h0a5.1,5.1,0,0,1-5.1,5.1H453.1A5.1,5.1,0,0,1,448,12h0A5.1,5.1,0,0,1,453.1,6.9Z" transform="translate(-2.3)"/><path class="cls-11" d="M454.1,13.9h.4V12.3h1.7v-.4h-1.7V10.6h1.9v-.4h-2.3Zm4.8-2.5v.3h0a1.8,1.8,0,0,0-.9-.4,1.3,1.3,0,0,0-1.3,1.4,1.2,1.2,0,0,0,1.3,1.2,1.1,1.1,0,0,0,.9-.4h0v.4h.4V11.4Zm-.9,2.2a.9.9,0,0,1-.9-.9.9.9,0,1,1,1.8,0A.9.9,0,0,1,458,13.6Zm2.1.3h.4V10.1h-.4Zm2.1,0c.6,0,.9-.3.9-.7s-.4-.6-.9-.8-.5-.2-.5-.4.2-.3.4-.3l.7.3.2-.4-.9-.3a.7.7,0,0,0-.8.7.8.8,0,0,0,.7.8c.4.1.6.2.6.4a.4.4,0,0,1-.4.4,1.5,1.5,0,0,1-.8-.3l-.2.3A1.3,1.3,0,0,0,462.2,13.9Zm3.7-1.3a1.2,1.2,0,0,0-1.2-1.3,1.3,1.3,0,0,0-1.2,1.3,1.3,1.3,0,0,0,1.3,1.3,1.1,1.1,0,0,0,1-.4l-.3-.3a.8.8,0,0,1-.7.4.8.8,0,0,1-.8-.8h1.9Zm-1.1-.9c.4,0,.6.3.7.7H464A.8.8,0,0,1,464.8,11.7Z" transform="translate(-2.3)"/><path class="cls-12" d="M517.1,6.9h13.8A5.1,5.1,0,0,1,536,12h0a5.1,5.1,0,0,1-5.1,5.1H517.1A5.1,5.1,0,0,1,512,12h0A5.1,5.1,0,0,1,517.1,6.9Z" transform="translate(-2.3)"/><path class="cls-13" d="M520.2,13.8h.4V10.5h1.1v-.4H519v.4h1.2Zm2.9-2.5a.9.9,0,0,0-.8.4h0v-.4h-.4v2.5h.4V12.6a.8.8,0,0,1,.8-.9h.1v-.4Zm2.4,0v1.2a.9.9,0,0,1-.8,1c-.4,0-.6-.2-.6-.8V11.3h-.4v1.5c0,.7.4,1.1.9,1.1a1.1,1.1,0,0,0,.9-.5h0v.4h.4V11.3Zm3.5,1.2a1.2,1.2,0,0,0-1.2-1.2,1.3,1.3,0,0,0-1.3,1.3,1.3,1.3,0,0,0,1.3,1.3,1.1,1.1,0,0,0,1-.5l-.3-.3a.8.8,0,0,1-.7.4.8.8,0,0,1-.8-.8h1.9Zm-1.2-.8a.6.6,0,0,1,.7.7H527A.8.8,0,0,1,527.8,11.7Z" transform="translate(-2.3)"/><rect class="cls-14" x="573.7" width="24" height="24"/><path class="cls-14" d="M651,0V12h2V0Zm-3,.7A11.9,11.9,0,0,0,640,12a12,12,0,0,0,24,0A11.9,11.9,0,0,0,656,.7V2.8a10.2,10.2,0,0,1,6,9.2,10,10,0,0,1-20,0,10.2,10.2,0,0,1,6-9.2V.7Z" transform="translate(-2.3)"/><rect class="cls-14" x="704.8" width="6.3" height="24"/><rect class="cls-14" x="716.3" width="6.3" height="24"/><path class="cls-14" d="M792,12,768,0V24Z" transform="translate(-2.3)"/><path class="cls-11" d="M843,0V12h2V0Zm-3,.7A11.9,11.9,0,0,0,832,12a12,12,0,0,0,24,0A11.9,11.9,0,0,0,848,.7V2.8a10.2,10.2,0,0,1,6,9.2,10,10,0,0,1-20,0,10.2,10.2,0,0,1,6-9.2V.7Z" transform="translate(-2.3)"/><path class="cls-15" d="M1047.8,12,1024.2,0V24Z" transform="translate(-2.3)"/><rect class="cls-16" x="958.5" width="7.9" height="24"/><rect class="cls-16" x="972.9" width="7.9" height="24"/><rect class="cls-7" x="893.7" width="24" height="24"/><path d="M1100,17.4a5.5,5.5,0,0,1-5.4-5l-3.9-3a11,11,0,0,0-1.4,2.1,1.7,1.7,0,0,0,0,1,12.1,12.1,0,0,0,10.7,6.7,13.5,13.5,0,0,0,2.9-.4l-1.9-1.5Zm11.8,2.2-4.2-3.2a13,13,0,0,0,3.1-3.9,1.7,1.7,0,0,0,0-1A12.1,12.1,0,0,0,1100,4.8a11.8,11.8,0,0,0-5.5,1.4l-4.8-3.7a.6.6,0,0,0-.8.1h0l-.8,1a.6.6,0,0,0,.1.8l22.1,17.1a.6.6,0,0,0,.8-.1h0l.8-1A.6.6,0,0,0,1111.8,19.6Zm-6.9-5.3-1.5-1.2a3.6,3.6,0,0,0,.2-1.1,3.5,3.5,0,0,0-3.5-3.6h-1a2,2,0,0,1,.3,1.1.6.6,0,0,1-.1.4l-2.7-2.2a5,5,0,0,1,3.4-1.2,5.4,5.4,0,0,1,5.4,5.4h0a5.9,5.9,0,0,1-.5,2.3Z" transform="translate(-2.3)"/><path d="M1175.9,11.4a13.3,13.3,0,0,0-23.8,0,2.4,2.4,0,0,0,0,1.2,13.3,13.3,0,0,0,23.8,0A2.4,2.4,0,0,0,1175.9,11.4ZM1164,18a6,6,0,1,1,6-6,6,6,0,0,1-6,6Zm0-10-1.1.2a1.8,1.8,0,0,1-.4,2.7,1.7,1.7,0,0,1-2.3,0,3.9,3.9,0,0,0,2.8,4.9,3.9,3.9,0,0,0,4.9-2.8,4.1,4.1,0,0,0-2.8-4.9Z" transform="translate(-2.3)"/></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="28" height="25" viewBox="0 0 28 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.0267 1.17413C14.8017 0.949122 14.4968 0.823124 14.1784 0.823124L14.1785 0.82309C13.8601 0.82309 13.5552 0.949117 13.3302 1.1741C13.1052 1.39908 12.9781 1.70508 12.9781 2.02345V15.9259L10.2264 13.1741C10.0037 12.9424 9.69653 12.8108 9.37366 12.8085C9.05191 12.8052 8.74254 12.9323 8.51529 13.1595C8.28803 13.3868 8.16091 13.6962 8.16428 14.0179C8.16653 14.3408 8.29815 14.6479 8.52989 14.8706L13.3302 19.671C13.7982 20.1401 14.5587 20.1401 15.0267 19.671L19.827 14.8706C20.2815 14.4004 20.2747 13.6523 19.8124 13.1888C19.3489 12.7264 18.6008 12.7197 18.1305 13.1742L15.3788 15.9259V2.02349C15.3788 1.70514 15.2517 1.39914 15.0267 1.17413ZM24.9783 14.0232C24.9783 13.3606 25.516 12.8229 26.1786 12.8229V12.8229C26.497 12.8229 26.8019 12.9489 27.0269 13.1739C27.2519 13.3989 27.3779 13.7049 27.3779 14.0233V23.6227C27.3779 23.9411 27.2518 24.246 27.0269 24.471C26.8019 24.696 26.497 24.8231 26.1786 24.8231H2.17825C1.85987 24.8231 1.55502 24.6959 1.33001 24.471C1.105 24.246 0.979004 23.9411 0.979004 23.6227V14.0233C0.979004 13.3606 1.51563 12.8229 2.17825 12.8229C2.84087 12.8229 3.37861 13.3606 3.37861 14.0233V22.4224L24.9783 22.4235V14.0232Z" fill="#FFF"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="28" height="25" viewBox="0 0 28 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.0267 1.17413C14.8017 0.949122 14.4968 0.823124 14.1784 0.823124L14.1785 0.82309C13.8601 0.82309 13.5552 0.949117 13.3302 1.1741C13.1052 1.39908 12.9781 1.70508 12.9781 2.02345V15.9259L10.2264 13.1741C10.0037 12.9424 9.69653 12.8108 9.37366 12.8085C9.05191 12.8052 8.74254 12.9323 8.51529 13.1595C8.28803 13.3868 8.16091 13.6962 8.16428 14.0179C8.16653 14.3408 8.29815 14.6479 8.52989 14.8706L13.3302 19.671C13.7982 20.1401 14.5587 20.1401 15.0267 19.671L19.827 14.8706C20.2815 14.4004 20.2747 13.6523 19.8124 13.1888C19.3489 12.7264 18.6008 12.7197 18.1305 13.1742L15.3788 15.9259V2.02349C15.3788 1.70514 15.2517 1.39914 15.0267 1.17413ZM24.9783 14.0232C24.9783 13.3606 25.516 12.8229 26.1786 12.8229V12.8229C26.497 12.8229 26.8019 12.9489 27.0269 13.1739C27.2519 13.3989 27.3779 13.7049 27.3779 14.0233V23.6227C27.3779 23.9411 27.2518 24.246 27.0269 24.471C26.8019 24.696 26.497 24.8231 26.1786 24.8231H2.17825C1.85987 24.8231 1.55502 24.6959 1.33001 24.471C1.105 24.246 0.979004 23.9411 0.979004 23.6227V14.0233C0.979004 13.3606 1.51563 12.8229 2.17825 12.8229C2.84087 12.8229 3.37861 13.3606 3.37861 14.0233V22.4224L24.9783 22.4235V14.0232Z" fill="#2E56F4"/>
3
+ </svg>
@@ -0,0 +1,147 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#3A58A4;}
7
+ .st1{fill:#3A58A4;}
8
+ .st2{fill-rule:evenodd;clip-rule:evenodd;fill:#3957A3;}
9
+ .st3{fill:#3957A3;}
10
+ .st4{fill:#2972B8;}
11
+ .st5{fill:#138338;}
12
+ .st6{fill:#3C5BA6;}
13
+ .st7{fill:#DD0B18;}
14
+ .st8{fill:#3CAA37;}
15
+ .st9{fill:#1C2243;}
16
+ .st10{fill:#FFFFFF;}
17
+ .st11{fill:#FAD3D0;}
18
+ .st12{fill:#51C1E3;}
19
+ .st13{fill:#F59A15;}
20
+ .st14{fill:#1E2243;}
21
+ .st15{fill:#DD0C15;}
22
+ .st16{fill:#E94B46;}
23
+ .st17{fill:#F6A542;}
24
+ .st18{fill:#4DB486;}
25
+ .st19{fill:#474850;}
26
+ .st20{fill:#3B59A5;}
27
+ .st21{fill-rule:evenodd;clip-rule:evenodd;fill:#3C5BA6;}
28
+ .st22{fill-rule:evenodd;clip-rule:evenodd;fill:#3B59A5;}
29
+ .st23{fill:#929EAC;}
30
+ .st24{fill-rule:evenodd;clip-rule:evenodd;fill:#0A9639;}
31
+ .st25{fill:#0A9639;}
32
+ .st26{fill:#C11718;}
33
+ .st27{fill-rule:evenodd;clip-rule:evenodd;fill:#39AA35;}
34
+ .st28{fill:#39AA35;}
35
+ .st29{fill:#D4D7E3;}
36
+ .st30{fill-rule:evenodd;clip-rule:evenodd;fill:#D4D7E3;}
37
+ .st31{opacity:0.1;}
38
+ .st32{fill-rule:evenodd;clip-rule:evenodd;fill:#1DA741;}
39
+ .st33{fill:#18122C;}
40
+ .st34{fill:#110D1D;}
41
+ .st35{fill:#18142B;}
42
+ .st36{fill-rule:evenodd;clip-rule:evenodd;fill:#1F2244;}
43
+ .st37{fill:#1E2143;}
44
+ .st38{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
45
+ .st39{fill:#6B747F;}
46
+ .st40{fill-rule:evenodd;clip-rule:evenodd;fill:#F49913;}
47
+ .st41{fill:#020203;}
48
+ .st42{fill:#DD0B15;}
49
+ .st43{fill:#46484F;}
50
+ .st44{fill:#1D1E1B;}
51
+ .st45{fill:#0D1826;}
52
+ .st46{fill:#3B5A7A;}
53
+ .st47{fill:#4D9EB3;}
54
+ .st48{fill:#3B5A7B;}
55
+ </style>
56
+ <g>
57
+ <g>
58
+ <path class="st46" d="M24,7.47L24,7.47c0-0.3-0.24-0.54-0.53-0.54h-2.55c-0.29,0-0.53,0.24-0.53,0.53v0.01
59
+ c0,0.29,0.24,0.53,0.53,0.53h2.55C23.76,8.01,24,7.77,24,7.47z"/>
60
+ </g>
61
+ <g>
62
+ <path class="st46" d="M24,10.5L24,10.5c0-0.3-0.24-0.54-0.53-0.54h-2.55c-0.29,0-0.53,0.24-0.53,0.53v0.01
63
+ c0,0.29,0.24,0.53,0.53,0.53h2.55C23.76,11.03,24,10.79,24,10.5z"/>
64
+ </g>
65
+ <g>
66
+ <path class="st46" d="M24,13.52L24,13.52c0-0.3-0.24-0.54-0.53-0.54h-2.55c-0.29,0-0.53,0.24-0.53,0.53v0.01
67
+ c0,0.29,0.24,0.53,0.53,0.53h2.55C23.76,14.06,24,13.82,24,13.52z"/>
68
+ </g>
69
+ <g>
70
+ <path class="st46" d="M24,16.55L24,16.55c0-0.3-0.24-0.54-0.53-0.54h-2.55c-0.29,0-0.53,0.24-0.53,0.53v0.01
71
+ c0,0.29,0.24,0.53,0.53,0.53h2.55C23.76,17.08,24,16.84,24,16.55z"/>
72
+ </g>
73
+ <g>
74
+ <path class="st46" d="M3.61,7.48L3.61,7.48c0-0.3-0.24-0.54-0.53-0.54H0.53C0.24,6.93,0,7.17,0,7.47v0.01
75
+ c0,0.29,0.24,0.53,0.53,0.53h2.55C3.37,8.01,3.61,7.77,3.61,7.48z"/>
76
+ </g>
77
+ <g>
78
+ <path class="st46" d="M3.61,10.5L3.61,10.5c0-0.3-0.24-0.54-0.53-0.54H0.53C0.24,9.96,0,10.2,0,10.49v0.01
79
+ c0,0.29,0.24,0.53,0.53,0.53h2.55C3.37,11.03,3.61,10.79,3.61,10.5z"/>
80
+ </g>
81
+ <g>
82
+ <path class="st46" d="M3.61,13.53L3.61,13.53c0-0.3-0.24-0.54-0.53-0.54H0.53C0.24,12.98,0,13.22,0,13.52v0.01
83
+ c0,0.29,0.24,0.53,0.53,0.53h2.55C3.37,14.06,3.61,13.82,3.61,13.53z"/>
84
+ </g>
85
+ <g>
86
+ <path class="st46" d="M3.61,16.55L3.61,16.55c0-0.3-0.24-0.54-0.53-0.54H0.53C0.24,16.01,0,16.25,0,16.54v0.01
87
+ c0,0.29,0.24,0.53,0.53,0.53h2.55C3.37,17.08,3.61,16.84,3.61,16.55z"/>
88
+ </g>
89
+ <g>
90
+ <path class="st46" d="M7.44,0L7.44,0C7.14,0,6.9,0.24,6.9,0.53v2.56c0,0.29,0.24,0.53,0.53,0.53h0.01c0.29,0,0.53-0.24,0.53-0.53
91
+ V0.53C7.97,0.24,7.73,0,7.44,0z"/>
92
+ </g>
93
+ <g>
94
+ <path class="st46" d="M10.45,0L10.45,0c-0.3,0-0.54,0.24-0.54,0.53v2.56c0,0.29,0.24,0.53,0.53,0.53h0.01
95
+ c0.29,0,0.53-0.24,0.53-0.53V0.53C10.98,0.24,10.74,0,10.45,0z"/>
96
+ </g>
97
+ <g>
98
+ <path class="st46" d="M13.46,0L13.46,0c-0.3,0-0.54,0.24-0.54,0.53v2.56c0,0.29,0.24,0.53,0.53,0.53h0.01
99
+ c0.29,0,0.53-0.24,0.53-0.53V0.53C13.99,0.24,13.75,0,13.46,0z"/>
100
+ </g>
101
+ <g>
102
+ <path class="st46" d="M16.46,0L16.46,0c-0.3,0-0.54,0.24-0.54,0.53v2.56c0,0.29,0.24,0.53,0.53,0.53h0.01
103
+ c0.29,0,0.53-0.24,0.53-0.53V0.53C16.99,0.24,16.76,0,16.46,0z"/>
104
+ </g>
105
+ <g>
106
+ <path class="st46" d="M7.44,20.37L7.44,20.37c-0.3,0-0.54,0.24-0.54,0.53v2.56C6.9,23.76,7.14,24,7.43,24h0.01
107
+ c0.29,0,0.53-0.24,0.53-0.53v-2.56C7.97,20.61,7.73,20.37,7.44,20.37z"/>
108
+ </g>
109
+ <g>
110
+ <path class="st46" d="M10.45,20.37L10.45,20.37c-0.3,0-0.54,0.24-0.54,0.53v2.56c0,0.29,0.24,0.53,0.53,0.53h0.01
111
+ c0.29,0,0.53-0.24,0.53-0.53v-2.56C10.98,20.61,10.74,20.37,10.45,20.37z"/>
112
+ </g>
113
+ <g>
114
+ <path class="st46" d="M13.46,20.37L13.46,20.37c-0.3,0-0.54,0.24-0.54,0.53v2.56c0,0.29,0.24,0.53,0.53,0.53h0.01
115
+ c0.29,0,0.53-0.24,0.53-0.53v-2.56C13.99,20.61,13.75,20.37,13.46,20.37z"/>
116
+ </g>
117
+ <g>
118
+ <path class="st46" d="M16.46,20.37L16.46,20.37c-0.3,0-0.54,0.24-0.54,0.53v2.56c0,0.29,0.24,0.53,0.53,0.53h0.01
119
+ c0.29,0,0.53-0.24,0.53-0.53v-2.56C16.99,20.61,16.76,20.37,16.46,20.37z"/>
120
+ </g>
121
+ <g>
122
+ <path class="st46" d="M16.86,19.41H7.11c-1.35,0-2.44-1.1-2.44-2.45V7.15c0-1.35,1.09-2.45,2.44-2.45h9.76
123
+ c1.35,0,2.44,1.1,2.44,2.45v9.81C19.3,18.31,18.21,19.41,16.86,19.41z M7.11,5.76c-0.76,0-1.38,0.62-1.38,1.39v9.81
124
+ c0,0.76,0.62,1.39,1.38,1.39h9.76c0.76,0,1.38-0.62,1.38-1.39V7.15c0-0.76-0.62-1.39-1.38-1.39H7.11z"/>
125
+ </g>
126
+ <g>
127
+ <path class="st46" d="M12.76,8.15C12.61,8.05,12.43,8,12.2,8c-0.05,0-0.11,0-0.16,0.01c-0.6,0.1-0.99,0.64-1.24,1.17
128
+ c-0.11,0.25-0.2,0.51-0.3,0.75c-0.04,0.12-0.1,0.23-0.14,0.36c0,0.01-0.07,0.25-0.08,0.25H9.67c-0.08,0-0.15,0.07-0.15,0.15
129
+ c0,0.08,0.07,0.15,0.15,0.15h0.53l-0.3,1.29c-0.3,1.44-0.71,3.08-0.8,3.37c-0.1,0.3-0.23,0.45-0.42,0.45
130
+ c-0.04,0-0.07-0.01-0.1-0.03c-0.03-0.01-0.04-0.04-0.04-0.07c0-0.03,0.01-0.07,0.05-0.12c0.04-0.05,0.05-0.12,0.05-0.18
131
+ c0-0.11-0.04-0.21-0.11-0.27c-0.08-0.07-0.16-0.1-0.26-0.1c-0.1,0-0.19,0.04-0.27,0.11c-0.01,0.1-0.05,0.19-0.05,0.32
132
+ c0,0.16,0.07,0.3,0.2,0.43c0.14,0.12,0.31,0.18,0.54,0.18c0.37,0,0.69-0.16,0.94-0.45c0.15-0.18,0.26-0.38,0.35-0.6
133
+ c0.3-0.67,0.46-1.41,0.64-2.13c0.18-0.73,0.34-1.45,0.49-2.18h0.59c0.08,0,0.15-0.07,0.15-0.15c0-0.08-0.07-0.15-0.15-0.15h-0.54
134
+ c0.3-1.14,0.64-1.92,0.71-2.03c0.11-0.19,0.23-0.29,0.37-0.29c0.05,0,0.08,0.01,0.1,0.04c0.01,0.03,0.03,0.05,0.03,0.07
135
+ c0,0.01-0.01,0.05-0.05,0.12c-0.04,0.07-0.05,0.14-0.05,0.21c0,0.1,0.04,0.18,0.11,0.25c0.07,0.07,0.16,0.11,0.26,0.11
136
+ c0.1,0,0.19-0.04,0.26-0.11c0.07-0.07,0.11-0.16,0.11-0.29C12.98,8.4,12.91,8.25,12.76,8.15z M15.48,11.6
137
+ c0.22,0,0.64-0.18,0.64-0.75c0-0.58-0.41-0.6-0.54-0.6c-0.24,0-0.5,0.18-0.72,0.56c-0.22,0.38-0.46,0.82-0.46,0.82h-0.01
138
+ c-0.05-0.27-0.1-0.49-0.12-0.6c-0.04-0.23-0.31-0.75-0.88-0.75c-0.57,0-1.09,0.33-1.09,0.33c-0.1,0.05-0.16,0.16-0.16,0.29
139
+ c0,0.19,0.15,0.34,0.34,0.34c0.05,0,0.11-0.01,0.15-0.04c0,0,0.44-0.25,0.52,0c0.03,0.07,0.05,0.15,0.08,0.23
140
+ c0.11,0.37,0.2,0.81,0.3,1.21l-0.34,0.56c0,0-0.42-0.15-0.64-0.15c-0.22,0-0.64,0.18-0.64,0.75c0,0.58,0.41,0.6,0.54,0.6
141
+ c0.24,0,0.5-0.18,0.72-0.56c0.22-0.38,0.46-0.82,0.46-0.82c0.07,0.36,0.14,0.64,0.18,0.75c0.14,0.41,0.46,0.64,0.9,0.64
142
+ c0,0,0.45,0,0.97-0.3c0.12-0.05,0.22-0.18,0.22-0.32c0-0.19-0.15-0.34-0.34-0.34c-0.05,0-0.11,0.01-0.15,0.04
143
+ c0,0-0.37,0.21-0.5,0.04c-0.1-0.18-0.16-0.41-0.23-0.7c-0.05-0.26-0.12-0.56-0.18-0.85l0.38-0.55
144
+ C14.84,11.45,15.26,11.6,15.48,11.6z"/>
145
+ </g>
146
+ </g>
147
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="21" height="17" viewBox="0 0 21 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2.38839 3.50162H18.4867C18.9136 3.50162 19.3231 3.36455 19.625 3.12055C19.9269 2.87656 20.0965 2.54563 20.0965 2.20057C20.0965 1.85551 19.9269 1.52458 19.625 1.28059C19.3231 1.0366 18.9136 0.899521 18.4867 0.899521H2.38839C1.96144 0.899521 1.55197 1.0366 1.25007 1.28059C0.948171 1.52458 0.778564 1.85551 0.778564 2.20057C0.778564 2.54563 0.948171 2.87656 1.25007 3.12055C1.55197 3.36455 1.96144 3.50162 2.38839 3.50162ZM18.4867 7.40477H2.38839C1.96144 7.40477 1.55197 7.54184 1.25007 7.78584C0.948171 8.02983 0.778564 8.36076 0.778564 8.70582C0.778564 9.05088 0.948171 9.38181 1.25007 9.6258C1.55197 9.86979 1.96144 10.0069 2.38839 10.0069H18.4867C18.9136 10.0069 19.3231 9.86979 19.625 9.6258C19.9269 9.38181 20.0965 9.05088 20.0965 8.70582C20.0965 8.36076 19.9269 8.02983 19.625 7.78584C19.3231 7.54184 18.9136 7.40477 18.4867 7.40477ZM18.4867 13.91H2.38839C1.96144 13.91 1.55197 14.0471 1.25007 14.2911C0.948171 14.5351 0.778564 14.866 0.778564 15.2111C0.778564 15.5561 0.948171 15.8871 1.25007 16.1311C1.55197 16.375 1.96144 16.5121 2.38839 16.5121H18.4867C18.9136 16.5121 19.3231 16.375 19.625 16.1311C19.9269 15.8871 20.0965 15.5561 20.0965 15.2111C20.0965 14.866 19.9269 14.5351 19.625 14.2911C19.3231 14.0471 18.9136 13.91 18.4867 13.91Z" fill="#2A50FD"/>
3
+ </svg>
@@ -0,0 +1,18 @@
1
+ <!-- <svg width="20" height="19" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.6464 7.09946C19.5855 6.92303 19.4747 6.76806 19.3274 6.65335C19.1802 6.53863 19.0028 6.4691 18.8169 6.45319L13.3284 5.65259L10.8687 0.665684C10.7897 0.5026 10.6664 0.365063 10.5128 0.268828C10.3593 0.172592 10.1817 0.121552 10.0005 0.121552C9.81934 0.121552 9.6418 0.172592 9.48826 0.268828C9.33473 0.365063 9.2114 0.5026 9.13242 0.665684L6.67273 5.64294L1.18424 6.45319C1.00572 6.47857 0.837879 6.55347 0.699776 6.66941C0.561672 6.78535 0.458832 6.93768 0.402924 7.10911C0.351748 7.27663 0.347156 7.45493 0.38964 7.62487C0.432124 7.7948 0.520081 7.94996 0.644071 8.0737L4.62781 11.932L3.66322 17.4109C3.62879 17.5917 3.64682 17.7786 3.71519 17.9496C3.78355 18.1205 3.8994 18.2683 4.04906 18.3755C4.19492 18.4797 4.36696 18.5413 4.54586 18.5532C4.72477 18.5651 4.90346 18.527 5.06187 18.443L10.0005 15.8675L14.9199 18.4526C15.0553 18.529 15.2082 18.5689 15.3636 18.5684C15.568 18.5691 15.7672 18.5049 15.9327 18.3851C16.0824 18.2779 16.1982 18.1301 16.2666 17.9592C16.335 17.7883 16.353 17.6014 16.3186 17.4205L15.354 11.9417L19.3377 8.08334C19.477 7.96535 19.5799 7.81027 19.6346 7.63611C19.6892 7.46195 19.6933 7.27586 19.6464 7.09946ZM13.7142 10.9578C13.6011 11.0672 13.5164 11.2027 13.4677 11.3523C13.4189 11.5019 13.4075 11.6612 13.4345 11.8163L14.129 15.8579L10.5021 13.9287C10.3626 13.8544 10.2069 13.8155 10.0488 13.8155C9.89066 13.8155 9.73498 13.8544 9.59542 13.9287L5.96858 15.8579L6.66308 11.8163C6.69003 11.6612 6.67862 11.5019 6.62987 11.3523C6.58111 11.2027 6.49647 11.0672 6.38335 10.9578L3.4896 8.06405L7.5505 7.47565C7.70676 7.45392 7.85531 7.39418 7.98311 7.30169C8.11092 7.2092 8.21409 7.08677 8.28358 6.94513L10.0005 3.27006L11.814 6.95478C11.8835 7.09641 11.9866 7.21884 12.1144 7.31134C12.2422 7.40383 12.3908 7.46356 12.547 7.4853L16.608 8.0737L13.7142 10.9578Z" fill="#2A50FD"/>
3
+ </svg> -->
4
+
5
+ <!-- <svg width="100" height="100" viewBox="0 0 100 100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> -->
6
+ <!-- <defs> -->
7
+ <!-- <clipPath id="heart"> -->
8
+ <!-- <path d="M81.495,13.923c-11.368-5.261-26.234-0.311-31.489,11.032C44.74,13.612,29.879,8.657,18.511,13.923 C6.402,19.539,0.613,33.883,10.175,50.804c6.792,12.04,18.826,21.111,39.831,37.379c20.993-16.268,33.033-25.344,39.819-37.379 C99.387,33.883,93.598,19.539,81.495,13.923z"/> -->
9
+ <!-- </clipPath> -->
10
+ <!-- </defs> -->
11
+ <!-- <rect x="0" y="0" fill="rgb(217,217,217)" width="100%" height="100%" clip-path="url(#heart)" /> -->
12
+ <!-- <rect x="0" y="50%" fill="red" width="100%" height="100%" clip-path="url(#heart)" /> -->
13
+ <!-- </svg> -->
14
+
15
+ <svg width="100" height="100" viewBox="0 0 100 100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
16
+ <path d="M81.495,13.923c-11.368-5.261-26.234-0.311-31.489,11.032C44.74,13.612,29.879,8.657,18.511,13.923 C6.402,19.539,0.613,33.883,10.175,50.804c6.792,12.04,18.826,21.111,39.831,37.379c20.993-16.268,33.033-25.344,39.819-37.379 C99.387,33.883,93.598,19.539,81.495,13.923z"/>
17
+
18
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.9723 0.515015H3.4497C2.68118 0.515015 1.94414 0.820307 1.40072 1.36373C0.857294 1.90715 0.552002 2.64419 0.552002 3.41271V16.9353C0.552002 17.7038 0.857294 18.4408 1.40072 18.9843C1.94414 19.5277 2.68118 19.833 3.4497 19.833H16.9723C17.1311 19.8308 17.2895 19.8146 17.4456 19.7847L17.7353 19.7171H17.8029H17.8512L18.2086 19.5818L18.3342 19.5142C18.4308 19.4563 18.537 19.408 18.6336 19.3404C18.7626 19.2455 18.8852 19.1422 19.0007 19.0313L19.0683 18.9443C19.1631 18.8482 19.2503 18.7449 19.3291 18.6353L19.416 18.5097C19.4835 18.4022 19.5416 18.2891 19.5898 18.1716C19.6164 18.1253 19.639 18.0768 19.6575 18.0267C19.7058 17.9108 19.7347 17.7853 19.7734 17.6597V17.5148C19.8281 17.3261 19.8605 17.1316 19.87 16.9353V3.41271C19.87 2.64419 19.5647 1.90715 19.0212 1.36373C18.4778 0.820307 17.7408 0.515015 16.9723 0.515015ZM3.4497 17.9012C3.19352 17.9012 2.94784 17.7994 2.7667 17.6183C2.58556 17.4371 2.4838 17.1915 2.4838 16.9353V12.7723L5.6616 9.5848C5.75139 9.49426 5.85822 9.42241 5.97593 9.37337C6.09363 9.32433 6.21988 9.29908 6.34739 9.29908C6.4749 9.29908 6.60115 9.32433 6.71885 9.37337C6.83655 9.42241 6.94338 9.49426 7.03318 9.5848L15.3399 17.9012H3.4497ZM17.9382 16.9353C17.9373 17.0544 17.9143 17.1723 17.8706 17.283C17.8485 17.3301 17.8226 17.3753 17.7933 17.4182C17.7674 17.4591 17.7384 17.4979 17.7063 17.5341L12.5388 12.3666L13.3888 11.5166C13.4786 11.4261 13.5854 11.3542 13.7031 11.3052C13.8208 11.2561 13.9471 11.2309 14.0746 11.2309C14.2021 11.2309 14.3283 11.2561 14.446 11.3052C14.5637 11.3542 14.6706 11.4261 14.7604 11.5166L17.9382 14.7041V16.9353ZM17.9382 11.9706L16.1223 10.174C15.5695 9.6495 14.8366 9.35711 14.0746 9.35711C13.3126 9.35711 12.5796 9.6495 12.0269 10.174L11.1769 11.024L8.39509 8.2422C7.84233 7.71771 7.10938 7.42532 6.34739 7.42532C5.58539 7.42532 4.85245 7.71771 4.29969 8.2422L2.4838 10.0388V3.41271C2.4838 3.15654 2.58556 2.91086 2.7667 2.72972C2.94784 2.54857 3.19352 2.44681 3.4497 2.44681H16.9723C17.2284 2.44681 17.4741 2.54857 17.6553 2.72972C17.8364 2.91086 17.9382 3.15654 17.9382 3.41271V11.9706Z" fill="#2A50FD"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.132935 6.38318C0.132935 3.06947 2.81923 0.383179 6.13293 0.383179C9.44512 0.386862 12.1293 3.071 12.1329 6.38318C12.1329 9.69689 9.44664 12.3832 6.13293 12.3832C2.81923 12.3832 0.132935 9.69689 0.132935 6.38318ZM1.33293 6.38318C1.33293 9.03415 3.48197 11.1832 6.13293 11.1832C8.78264 11.1801 10.9299 9.03289 10.9329 6.38318C10.9329 3.73221 8.7839 1.58318 6.13293 1.58318C3.48197 1.58318 1.33293 3.73221 1.33293 6.38318ZM6.13293 6.08318C5.80156 6.08318 5.53293 6.35181 5.53293 6.68318V8.48318C5.53293 8.81455 5.80156 9.08318 6.13293 9.08318C6.46431 9.08318 6.73293 8.81455 6.73293 8.48318V6.68318C6.73293 6.35181 6.46431 6.08318 6.13293 6.08318ZM5.38293 4.43318C5.38293 4.01897 5.71872 3.68318 6.13293 3.68318C6.54715 3.68318 6.88293 4.01897 6.88293 4.43318C6.88293 4.84739 6.54715 5.18318 6.13293 5.18318C5.71872 5.18318 5.38293 4.84739 5.38293 4.43318Z" fill="#6B747F"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="17" height="19" viewBox="0 0 17 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.0248 7.36488H14.5926V5.27939C14.5926 5.26822 14.5911 5.25698 14.5896 5.24568L14.5888 5.24011C14.5881 5.1573 14.5618 5.07596 14.5051 5.01152L11.0346 1.04708L11.0334 1.0461C11.0328 1.04567 11.0323 1.04527 11.0318 1.0446C11.0112 1.02149 10.987 1.00228 10.9615 0.985642C10.954 0.980577 10.9464 0.976328 10.9385 0.971949C10.9164 0.95989 10.893 0.94989 10.8688 0.942668C10.8658 0.941806 10.8628 0.940756 10.8599 0.939708L10.8599 0.939707L10.8599 0.939704C10.8566 0.938529 10.8533 0.937357 10.8499 0.936459C10.8237 0.93025 10.7964 0.926361 10.7689 0.926361H2.2397C1.85022 0.926361 1.53382 1.24313 1.53382 1.63227V7.36472H1.10169C0.544537 7.36472 0.0927734 7.81628 0.0927734 8.37364V13.6202C0.0927734 14.1772 0.544537 14.629 1.10169 14.629H1.53385V18.2204C1.53385 18.6096 1.85025 18.9264 2.23973 18.9264H13.8868C14.2759 18.9264 14.5926 18.6096 14.5926 18.2204V14.629H15.0249C15.5819 14.629 16.0337 14.1772 16.0337 13.6202V8.3738C16.0337 7.81648 15.5818 7.36488 15.0248 7.36488ZM2.2397 1.63241H10.4159V5.24394C10.4159 5.43893 10.5741 5.59688 10.7689 5.59688H13.8867V7.36511H2.2397V1.63241ZM8.94593 11.1082C9.25851 10.8108 9.43053 10.3728 9.43053 9.8568C9.43053 9.34086 9.20393 8.90285 8.86802 8.6371C8.51573 8.35543 7.99178 8.21481 7.25678 8.21481C6.52953 8.21481 6.01355 8.26151 5.6458 8.32442V13.5243H6.82655V11.6398C6.936 11.6556 7.07698 11.6631 7.23345 11.6631C7.93691 11.6631 8.53903 11.4913 8.94593 11.1082ZM1.90744 13.4852L2.04065 12.5234C2.20496 12.5782 2.41581 12.6175 2.65038 12.6175C3.1512 12.6175 3.46372 12.3904 3.46372 11.5694V8.25377H4.65221V11.5849C4.65221 13.0865 3.9326 13.6102 2.77548 13.6102C2.50202 13.6104 2.14218 13.5638 1.90744 13.4852ZM2.2397 18.0294H13.8867V14.629H2.2397V18.0294ZM14.5923 13.2821C14.2249 13.4072 13.529 13.5791 12.8324 13.5791C11.8711 13.5791 11.1748 13.3367 10.6903 12.8676C10.2053 12.4142 9.93906 11.726 9.94717 10.9518C9.95472 9.20007 11.2293 8.19916 12.9578 8.19916C13.6382 8.19916 14.1625 8.33187 14.4203 8.45713L14.17 9.41108C13.8805 9.28595 13.5207 9.18429 12.942 9.18429C11.949 9.18429 11.1987 9.74749 11.1987 10.8892C11.1987 11.9761 11.8787 12.6174 12.8563 12.6174C13.13 12.6174 13.3491 12.586 13.4428 12.539V11.4364H12.6294V10.5059H14.5922V13.2821H14.5923ZM6.82654 9.16098C6.91262 9.13739 7.07696 9.11386 7.31909 9.11386C7.91353 9.11386 8.25003 9.40331 8.25003 9.88824C8.25003 10.4275 7.85892 10.7484 7.22533 10.7484C7.0535 10.7484 6.9284 10.7405 6.82654 10.717V9.16098Z" fill="#2E56F4"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.7456 14.6459L19.327 18.1983C19.6886 18.5724 19.6886 19.1659 19.327 19.5401C19.1457 19.7228 18.899 19.8256 18.6416 19.8256C18.3842 19.8256 18.1375 19.7228 17.9562 19.5401L14.4038 15.9877C10.8048 18.8742 5.57718 18.4442 2.49816 15.0084C-0.580862 11.5726 -0.437387 6.32929 2.82492 3.06699C6.08723 -0.195322 11.3305 -0.338797 14.7663 2.74023C18.2022 5.81925 18.6322 11.0468 15.7456 14.6459ZM2.23111 9.23044C2.23111 12.9624 5.25644 15.9877 8.98837 15.9877C10.7805 15.9877 12.4992 15.2758 13.7665 14.0085C15.0337 12.7413 15.7456 11.0226 15.7456 9.23044C15.7456 5.49851 12.7203 2.47318 8.98837 2.47318C5.25644 2.47318 2.23111 5.49851 2.23111 9.23044Z" fill="#2A50FD"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#3b59a5;fill-rule:evenodd;}</style></defs><path class="cls-1" d="M2.57,9.43A2.57,2.57,0,1,1,0,12,2.57,2.57,0,0,1,2.57,9.43Zm9.43,0A2.57,2.57,0,1,1,9.43,12,2.57,2.57,0,0,1,12,9.43ZM24,12a2.57,2.57,0,1,0-2.57,2.57A2.57,2.57,0,0,0,24,12Z"/></svg>
@@ -0,0 +1,53 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#3A58A4;}
7
+ .st1{fill:#3A58A4;}
8
+ .st2{fill-rule:evenodd;clip-rule:evenodd;fill:#3957A3;}
9
+ .st3{fill:#3957A3;}
10
+ .st4{fill:#2972B8;}
11
+ .st5{fill:#138338;}
12
+ .st6{fill:#3C5BA6;}
13
+ .st7{fill:#DD0B18;}
14
+ .st8{fill:#3CAA37;}
15
+ .st9{fill:#1C2243;}
16
+ .st10{fill:#FFFFFF;}
17
+ .st11{fill:#FAD3D0;}
18
+ .st12{fill:#51C1E3;}
19
+ .st13{fill:#F59A15;}
20
+ .st14{fill:#1E2243;}
21
+ .st15{fill:#DD0C15;}
22
+ .st16{fill:#E94B46;}
23
+ .st17{fill:#F6A542;}
24
+ .st18{fill:#4DB486;}
25
+ .st19{fill:#474850;}
26
+ .st20{fill:#3B59A5;}
27
+ .st21{fill-rule:evenodd;clip-rule:evenodd;fill:#3C5BA6;}
28
+ .st22{fill-rule:evenodd;clip-rule:evenodd;fill:#3B59A5;}
29
+ .st23{fill:#929EAC;}
30
+ .st24{fill-rule:evenodd;clip-rule:evenodd;fill:#0A9639;}
31
+ .st25{fill:#0A9639;}
32
+ .st26{fill:#C11718;}
33
+ .st27{fill-rule:evenodd;clip-rule:evenodd;fill:#39AA35;}
34
+ .st28{fill:#39AA35;}
35
+ .st29{fill:#D4D7E3;}
36
+ .st30{fill-rule:evenodd;clip-rule:evenodd;fill:#D4D7E3;}
37
+ .st31{opacity:0.1;}
38
+ .st32{fill-rule:evenodd;clip-rule:evenodd;fill:#1DA741;}
39
+ .st33{fill:#18122C;}
40
+ .st34{fill:#110D1D;}
41
+ .st35{fill:#18142B;}
42
+ .st36{fill-rule:evenodd;clip-rule:evenodd;fill:#1F2244;}
43
+ .st37{fill:#1E2143;}
44
+ .st38{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
45
+ .st39{fill:#6B747F;}
46
+ .st40{fill-rule:evenodd;clip-rule:evenodd;fill:#F49913;}
47
+ .st41{fill:#020203;}
48
+ </style>
49
+ <path class="st0" d="M14.57,2.57c0,1.42-1.15,2.57-2.57,2.57c-1.42,0-2.57-1.15-2.57-2.57C9.43,1.15,10.58,0,12,0
50
+ C13.42,0,14.57,1.15,14.57,2.57z M14.57,12c0,1.42-1.15,2.57-2.57,2.57c-1.42,0-2.57-1.15-2.57-2.57c0-1.42,1.15-2.57,2.57-2.57
51
+ C13.42,9.43,14.57,10.58,14.57,12z M12,24c1.42,0,2.57-1.15,2.57-2.57c0-1.42-1.15-2.57-2.57-2.57c-1.42,0-2.57,1.15-2.57,2.57
52
+ C9.43,22.85,10.58,24,12,24z"/>
53
+ </svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#ff9600;fill-opacity:0.46;}</style></defs><rect class="cls-1" width="8.47" height="24"/><rect class="cls-1" x="15.53" width="8.47" height="24"/></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="17" height="19" viewBox="0 0 17 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.3246 6.76136H14.8924V4.67588C14.8924 4.6647 14.8909 4.65346 14.8894 4.64216L14.8886 4.6366C14.8879 4.55379 14.8616 4.47245 14.8049 4.408L11.3344 0.443564L11.3332 0.442584C11.3326 0.442151 11.3321 0.441754 11.3316 0.441081C11.311 0.417976 11.2868 0.39876 11.2613 0.382126C11.2538 0.377061 11.2462 0.372813 11.2383 0.368434C11.2162 0.356375 11.1928 0.346375 11.1686 0.339153C11.1656 0.338291 11.1626 0.33724 11.1597 0.336192L11.1597 0.336192L11.1597 0.336189C11.1564 0.335013 11.1531 0.333841 11.1497 0.332943C11.1235 0.326734 11.0963 0.322845 11.0687 0.322845H2.5395C2.15003 0.322845 1.83362 0.63961 1.83362 1.02876V6.7612H1.4015C0.844342 6.7612 0.392578 7.21277 0.392578 7.77012V13.0167C0.392578 13.5736 0.844342 14.0255 1.4015 14.0255H1.83365V17.6169C1.83365 18.006 2.15006 18.3228 2.53954 18.3228H14.1866C14.5757 18.3228 14.8925 18.0061 14.8925 17.6169V14.0255H15.3247C15.8817 14.0255 16.3335 13.5736 16.3335 13.0167V7.77028C16.3335 7.21296 15.8816 6.76136 15.3246 6.76136ZM2.5395 1.02889H10.7157V4.64042C10.7157 4.83542 10.8739 4.99336 11.0687 4.99336H14.1865V6.76159H2.5395V1.02889ZM10.3283 12.5567C10.8374 12.1264 11.2048 11.4306 11.2048 10.4216C11.2048 9.49103 10.8607 8.84211 10.3135 8.43541C9.80498 8.05247 9.15576 7.87247 8.15537 7.87247C7.55322 7.87247 6.98201 7.91159 6.54414 7.98182V13.1588C6.84165 13.1978 7.27946 13.2369 7.89711 13.2369C8.929 13.2369 9.77374 13.018 10.3283 12.5567ZM2.00029 13.1823V7.98182C2.36764 7.9196 2.88401 7.87247 3.61127 7.87247C4.34626 7.87247 4.87032 8.01326 5.22208 8.29496C5.55842 8.56067 5.78466 8.99868 5.78466 9.51482C5.78466 10.0311 5.61309 10.469 5.30005 10.766C4.89345 11.1492 4.29139 11.3214 3.58741 11.3214C3.43127 11.3214 3.29002 11.3134 3.18104 11.2978V13.1824H2.00029V13.1823ZM2.5395 17.4259H14.1865V14.0255H2.5395V17.4259ZM15.2093 8.88907H13.1836V10.0934H15.0761V11.0631H13.1836V13.1823H11.9877V7.91159H15.2093V8.88907ZM4.60424 9.54587C4.60424 9.06116 4.26767 8.77188 3.67372 8.77188C3.43143 8.77188 3.26728 8.79525 3.1812 8.81868V10.3751C3.28296 10.3982 3.40806 10.4061 3.57963 10.4061C4.21332 10.4061 4.60424 10.0856 4.60424 9.54587ZM8.2805 8.7875C8.01433 8.7875 7.8427 8.81094 7.74067 8.8344V12.2829C7.8425 12.3067 8.00675 12.3067 8.15537 12.3067C9.23436 12.3142 9.93818 11.7202 9.93818 10.4611C9.94609 9.36593 9.30469 8.7875 8.2805 8.7875Z" fill="#2E56F4"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.87647 10.4528L2.64806 13.9942H0.504883L5.3205 0.612427H7.65317L12.4688 13.9942H10.3256L9.10374 10.4528H3.87647ZM4.46454 8.7539H8.51567L6.54238 3.04311H6.43783L4.46454 8.7539Z" fill="#454545"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.0313 0.685989C8.12093 0.685989 6.25347 1.25248 4.66506 2.31382C3.07665 3.37516 1.83863 4.88369 1.10756 6.64863C0.3765 8.41358 0.18522 10.3557 0.557913 12.2293C0.930607 14.103 1.85054 15.8241 3.20137 17.1749C4.5522 18.5257 6.27326 19.4457 8.14692 19.8183C10.0206 20.191 11.9627 19.9998 13.7276 19.2687C15.4926 18.5376 17.0011 17.2996 18.0624 15.7112C19.1238 14.1228 19.6903 12.2553 19.6903 10.345C19.6903 9.07653 19.4404 7.82052 18.955 6.64863C18.4696 5.47675 17.7581 4.41196 16.8612 3.51504C15.9643 2.61812 14.8995 1.90664 13.7276 1.42124C12.5557 0.935826 11.2997 0.685989 10.0313 0.685989ZM10.0313 18.0721C8.503 18.0721 7.00903 17.619 5.7383 16.7699C4.46757 15.9208 3.47716 14.714 2.89231 13.302C2.30746 11.8901 2.15444 10.3364 2.45259 8.83747C2.75075 7.33854 3.48669 5.96169 4.56735 4.88102C5.64802 3.80036 7.02487 3.06442 8.5238 2.76626C10.0227 2.46811 11.5764 2.62113 12.9884 3.20598C14.4003 3.79083 15.6071 4.78125 16.4562 6.05197C17.3053 7.3227 17.7585 8.81667 17.7585 10.345C17.7585 12.3943 16.9444 14.3598 15.4952 15.8089C14.0461 17.258 12.0807 18.0721 10.0313 18.0721ZM13.8949 9.37907H10.9972V6.48137C10.9972 6.2252 10.8954 5.97952 10.7143 5.79838C10.5331 5.61724 10.2875 5.51548 10.0313 5.51548C9.77512 5.51548 9.52944 5.61724 9.3483 5.79838C9.16716 5.97952 9.0654 6.2252 9.0654 6.48137V9.37907H6.1677C5.91153 9.37907 5.66585 9.48083 5.48471 9.66197C5.30357 9.84311 5.20181 10.0888 5.20181 10.345C5.20181 10.6011 5.30357 10.8468 5.48471 11.028C5.66585 11.2091 5.91153 11.3109 6.1677 11.3109H9.0654V14.2086C9.0654 14.4647 9.16716 14.7104 9.3483 14.8915C9.52944 15.0727 9.77512 15.1745 10.0313 15.1745C10.2875 15.1745 10.5331 15.0727 10.7143 14.8915C10.8954 14.7104 10.9972 14.4647 10.9972 14.2086V11.3109H13.8949C14.1511 11.3109 14.3967 11.2091 14.5779 11.028C14.759 10.8468 14.8608 10.6011 14.8608 10.345C14.8608 10.0888 14.759 9.84311 14.5779 9.66197C14.3967 9.48083 14.1511 9.37907 13.8949 9.37907Z" fill="#2A50FD"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#2e56f4;}</style></defs><path class="cls-1" d="M24,12,0,0V24Z"/></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="23" height="17" viewBox="0 0 23 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.4919 0.469661C21.4919 0.469661 21.4927 0.469661 21.4935 0.470442L21.4935 0.470422C22.2458 1.00014 22.4466 2.06732 21.9411 2.85482L21.3568 3.76654L18.6302 1.85794L19.2138 0.936842C19.2138 0.936842 19.2138 0.936061 19.2145 0.936061C19.7193 0.148561 20.7396 -0.060019 21.4919 0.469661ZM12.8287 11.4032L12.81 14.4742C12.8053 14.5039 12.824 14.5297 12.8514 14.5352C12.8639 14.5367 12.8764 14.5352 12.8881 14.5274L15.6757 13.3492L21.0147 4.68745L18.1741 2.74057L12.8287 11.4032ZM11.6916 7.26789C11.2142 5.85961 9.65961 5.20995 8.23719 5.74995C6.01654 6.59005 5.65513 9.45668 6.63008 12.0049L6.7317 12.2595C7.01005 12.9291 7.3479 13.5236 7.75506 14.0393L7.90633 14.2236L7.7904 14.3086L7.64283 14.4049C6.71979 14.9803 6.0144 14.8962 5.42701 14.0152C5.11735 13.5506 5.01096 13.0618 4.98516 12.1083L4.9715 11.0336C4.93862 9.71545 4.77544 9.05726 4.19647 8.353C3.38847 7.36761 1.96488 7.43564 0.945348 8.25562C0.724649 8.43312 0.689631 8.75593 0.867134 8.97662C1.04464 9.19732 1.36744 9.23234 1.58814 9.05484C2.21276 8.55248 3.00273 8.51473 3.40378 9.00383C3.8507 9.54747 3.94804 10.1185 3.95265 11.5636L3.95515 11.9049C3.97323 13.2011 4.09831 13.871 4.57361 14.5841C5.54707 16.0442 6.94271 16.1268 8.36769 15.1564L8.59557 14.9923L8.64733 14.9496L8.7923 15.0647C9.63186 15.7067 10.6739 16.1324 11.9605 16.325C12.2406 16.3669 12.5016 16.1738 12.5435 15.8937C12.5855 15.6136 12.3924 15.3525 12.1123 15.3106L11.8424 15.2657C10.8696 15.0866 10.0777 14.7507 9.43059 14.26L9.42233 14.2526L9.48822 14.1872C10.0623 13.5879 10.5767 12.8898 10.926 12.2524C11.8691 10.5302 12.2094 8.7956 11.6916 7.26789ZM8.60065 6.70903C9.49902 6.36798 10.4363 6.75969 10.7202 7.59715C11.1306 8.8078 10.8446 10.2657 10.0264 11.7596L9.90522 11.9708C9.60656 12.4692 9.20064 13.0019 8.76026 13.4641L8.67833 13.5456L8.63441 13.4951C8.20642 12.9789 7.86423 12.3595 7.58793 11.6382C6.78908 9.55027 7.0745 7.28639 8.60065 6.70903Z" fill="#2E56F4"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="19" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.6464 7.09946C19.5855 6.92303 19.4747 6.76806 19.3274 6.65335C19.1802 6.53863 19.0028 6.4691 18.8169 6.45319L13.3284 5.65259L10.8687 0.665684C10.7897 0.5026 10.6664 0.365063 10.5128 0.268828C10.3593 0.172592 10.1817 0.121552 10.0005 0.121552C9.81934 0.121552 9.6418 0.172592 9.48826 0.268828C9.33473 0.365063 9.2114 0.5026 9.13242 0.665684L6.67273 5.64294L1.18424 6.45319C1.00572 6.47857 0.837879 6.55347 0.699776 6.66941C0.561672 6.78535 0.458832 6.93768 0.402924 7.10911C0.351748 7.27663 0.347156 7.45493 0.38964 7.62487C0.432124 7.7948 0.520081 7.94996 0.644071 8.0737L4.62781 11.932L3.66322 17.4109C3.62879 17.5917 3.64682 17.7786 3.71519 17.9496C3.78355 18.1205 3.8994 18.2683 4.04906 18.3755C4.19492 18.4797 4.36696 18.5413 4.54586 18.5532C4.72477 18.5651 4.90346 18.527 5.06187 18.443L10.0005 15.8675L14.9199 18.4526C15.0553 18.529 15.2082 18.5689 15.3636 18.5684C15.568 18.5691 15.7672 18.5049 15.9327 18.3851C16.0824 18.2779 16.1982 18.1301 16.2666 17.9592C16.335 17.7883 16.353 17.6014 16.3186 17.4205L15.354 11.9417L19.3377 8.08334C19.477 7.96535 19.5799 7.81027 19.6346 7.63611C19.6892 7.46195 19.6933 7.27586 19.6464 7.09946ZM13.7142 10.9578C13.6011 11.0672 13.5164 11.2027 13.4677 11.3523C13.4189 11.5019 13.4075 11.6612 13.4345 11.8163L14.129 15.8579L10.5021 13.9287C10.3626 13.8544 10.2069 13.8155 10.0488 13.8155C9.89066 13.8155 9.73498 13.8544 9.59542 13.9287L5.96858 15.8579L6.66308 11.8163C6.69003 11.6612 6.67862 11.5019 6.62987 11.3523C6.58111 11.2027 6.49647 11.0672 6.38335 10.9578L3.4896 8.06405L7.5505 7.47565C7.70676 7.45392 7.85531 7.39418 7.98311 7.30169C8.11092 7.2092 8.21409 7.08677 8.28358 6.94513L10.0005 3.27006L11.814 6.95478C11.8835 7.09641 11.9866 7.21884 12.1144 7.31134C12.2422 7.40383 12.3908 7.46356 12.547 7.4853L16.608 8.0737L13.7142 10.9578Z" fill="#2A50FD"/>
3
+ </svg>
@@ -0,0 +1,59 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#3A58A4;}
7
+ .st1{fill:#3A58A4;}
8
+ .st2{fill-rule:evenodd;clip-rule:evenodd;fill:#3957A3;}
9
+ .st3{fill:#3957A3;}
10
+ .st4{fill:#2972B8;}
11
+ .st5{fill:#138338;}
12
+ .st6{fill:#3C5BA6;}
13
+ .st7{fill:#DD0B18;}
14
+ .st8{fill:#3CAA37;}
15
+ .st9{fill:#1C2243;}
16
+ .st10{fill:#FFFFFF;}
17
+ .st11{fill:#FAD3D0;}
18
+ .st12{fill:#51C1E3;}
19
+ .st13{fill:#F59A15;}
20
+ .st14{fill:#1E2243;}
21
+ .st15{fill:#DD0C15;}
22
+ .st16{fill:#E94B46;}
23
+ .st17{fill:#F6A542;}
24
+ .st18{fill:#4DB486;}
25
+ .st19{fill:#474850;}
26
+ .st20{fill:#3B59A5;}
27
+ .st21{fill-rule:evenodd;clip-rule:evenodd;fill:#3C5BA6;}
28
+ .st22{fill-rule:evenodd;clip-rule:evenodd;fill:#3B59A5;}
29
+ .st23{fill:#929EAC;}
30
+ .st24{fill-rule:evenodd;clip-rule:evenodd;fill:#0A9639;}
31
+ .st25{fill:#0A9639;}
32
+ .st26{fill:#C11718;}
33
+ .st27{fill-rule:evenodd;clip-rule:evenodd;fill:#39AA35;}
34
+ .st28{fill:#39AA35;}
35
+ .st29{fill:#D4D7E3;}
36
+ .st30{fill-rule:evenodd;clip-rule:evenodd;fill:#D4D7E3;}
37
+ .st31{opacity:0.1;}
38
+ .st32{fill-rule:evenodd;clip-rule:evenodd;fill:#1DA741;}
39
+ .st33{fill:#18122C;}
40
+ .st34{fill:#110D1D;}
41
+ .st35{fill:#18142B;}
42
+ .st36{fill-rule:evenodd;clip-rule:evenodd;fill:#1F2244;}
43
+ .st37{fill:#1E2143;}
44
+ .st38{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
45
+ .st39{fill:#6B747F;}
46
+ .st40{fill-rule:evenodd;clip-rule:evenodd;fill:#F49913;}
47
+ .st41{fill:#020203;}
48
+ </style>
49
+ <g>
50
+ <path class="st39" d="M5,22.13C5.08,23.19,5.96,24,7.02,24h9.95c1.06,0,1.94-0.81,2.02-1.87l1.21-14.58l-16.42,0L5,22.13z
51
+ M15.46,10.96c0.03-0.38,0.35-0.66,0.73-0.63c0.38,0.03,0.66,0.35,0.63,0.73l-0.63,9.57c-0.03,0.38-0.35,0.66-0.73,0.63
52
+ c-0.38-0.03-0.66-0.35-0.63-0.73L15.46,10.96z M11.32,10.99c0-0.38,0.3-0.68,0.68-0.68c0.38,0,0.68,0.3,0.68,0.68v9.57
53
+ c0,0.38-0.3,0.68-0.68,0.68c-0.38,0-0.68-0.3-0.68-0.68V10.99z M7.83,10.31c0.38-0.03,0.71,0.25,0.73,0.63l0.63,9.57
54
+ c0.03,0.38-0.25,0.71-0.63,0.73c-0.38,0.03-0.71-0.25-0.73-0.63L7.2,11.04C7.15,10.66,7.45,10.33,7.83,10.31z"/>
55
+ <path class="st39" d="M19.73,3.46h-3.79C15.71,1.52,14.07,0,12.08,0H11.9c-2,0-3.64,1.52-3.84,3.46H4.27c-1.21,0-2.2,0.98-2.2,2.2
56
+ c0,0.3,0.23,0.53,0.53,0.53h18.8c0.3,0,0.53-0.23,0.53-0.53C21.93,4.45,20.94,3.46,19.73,3.46L19.73,3.46z M11.92,2.05h0.18
57
+ c0.86,0,1.57,0.61,1.77,1.42l-3.71,0C10.33,2.65,11.06,2.05,11.92,2.05L11.92,2.05z"/>
58
+ </g>
59
+ </svg>