se-design 0.0.111 → 0.0.112

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 (255) hide show
  1. package/dist/assets/icons/edit-text.svg +3 -0
  2. package/dist/assets/icons/fields-create.svg +3 -0
  3. package/dist/assets/icons/fields-panel.svg +3 -0
  4. package/dist/assets/icons/fill-and-sign.svg +10 -0
  5. package/dist/assets/icons/image-field.svg +19 -0
  6. package/dist/assets/icons/reset.svg +3 -0
  7. package/dist/assets/icons/rotate-left.svg +3 -0
  8. package/dist/assets/icons/rotate-right.svg +3 -0
  9. package/dist/assets/icons/success-check.svg +12 -0
  10. package/dist/assets/style.css +1 -1
  11. package/dist/components/Button/index.d.ts +1 -1
  12. package/dist/components/CustomAccordion/index.d.ts +2 -0
  13. package/dist/components/Dropdown/index.d.ts +2 -0
  14. package/dist/components/Icon/index.d.ts +1 -0
  15. package/dist/components/NavigationBar/index.d.ts +14 -0
  16. package/dist/components/Popover/index.d.ts +1 -0
  17. package/dist/components/Tabs/index.d.ts +1 -0
  18. package/dist/components/ToastBar/index.d.ts +4 -3
  19. package/dist/components/index.d.ts +1 -0
  20. package/dist/index.js +22 -20
  21. package/dist/index.js.map +1 -1
  22. package/dist/index100.js +1 -1
  23. package/dist/index100.js.map +1 -1
  24. package/dist/index101.js +2 -2
  25. package/dist/index101.js.map +1 -1
  26. package/dist/index102.js +2 -149
  27. package/dist/index102.js.map +1 -1
  28. package/dist/index103.js +5 -0
  29. package/dist/index103.js.map +1 -0
  30. package/dist/index104.js +5 -0
  31. package/dist/index104.js.map +1 -0
  32. package/dist/index105.js +5 -0
  33. package/dist/index105.js.map +1 -0
  34. package/dist/index106.js +5 -0
  35. package/dist/index106.js.map +1 -0
  36. package/dist/index107.js +5 -0
  37. package/dist/index107.js.map +1 -0
  38. package/dist/index108.js +5 -0
  39. package/dist/index108.js.map +1 -0
  40. package/dist/index109.js +5 -0
  41. package/dist/index109.js.map +1 -0
  42. package/dist/index110.js +5 -0
  43. package/dist/index110.js.map +1 -0
  44. package/dist/index111.js +5 -0
  45. package/dist/index111.js.map +1 -0
  46. package/dist/index112.js +152 -0
  47. package/dist/index112.js.map +1 -0
  48. package/dist/index129.js +1232 -326
  49. package/dist/index129.js.map +1 -1
  50. package/dist/index130.js +8 -48
  51. package/dist/index130.js.map +1 -1
  52. package/dist/index131.js +10 -2
  53. package/dist/index131.js.map +1 -1
  54. package/dist/index132.js +4 -75
  55. package/dist/index132.js.map +1 -1
  56. package/dist/index133.js +162 -85
  57. package/dist/index133.js.map +1 -1
  58. package/dist/index134.js +11 -52
  59. package/dist/index134.js.map +1 -1
  60. package/dist/index135.js +5 -7
  61. package/dist/index135.js.map +1 -1
  62. package/dist/index136.js +5 -4
  63. package/dist/index136.js.map +1 -1
  64. package/dist/index137.js +35 -49
  65. package/dist/index137.js.map +1 -1
  66. package/dist/index138.js +2 -2
  67. package/dist/index139.js +8 -2
  68. package/dist/index139.js.map +1 -1
  69. package/dist/index140.js +330 -0
  70. package/dist/index140.js.map +1 -0
  71. package/dist/index141.js +53 -0
  72. package/dist/index141.js.map +1 -0
  73. package/dist/index142.js +5 -0
  74. package/dist/index142.js.map +1 -0
  75. package/dist/index143.js +79 -0
  76. package/dist/index143.js.map +1 -0
  77. package/dist/index144.js +96 -0
  78. package/dist/index144.js.map +1 -0
  79. package/dist/index145.js +55 -0
  80. package/dist/index145.js.map +1 -0
  81. package/dist/index146.js +11 -0
  82. package/dist/index146.js.map +1 -0
  83. package/dist/index147.js +8 -0
  84. package/dist/index147.js.map +1 -0
  85. package/dist/index148.js +55 -0
  86. package/dist/index148.js.map +1 -0
  87. package/dist/index149.js +5 -0
  88. package/dist/index149.js.map +1 -0
  89. package/dist/index150.js +5 -0
  90. package/dist/index150.js.map +1 -0
  91. package/dist/index16.js +21 -19
  92. package/dist/index16.js.map +1 -1
  93. package/dist/index17.js +1 -1
  94. package/dist/index17.js.map +1 -1
  95. package/dist/index22.js +43 -37
  96. package/dist/index22.js.map +1 -1
  97. package/dist/index26.js +54 -22
  98. package/dist/index26.js.map +1 -1
  99. package/dist/index29.js +3 -3
  100. package/dist/index29.js.map +1 -1
  101. package/dist/index3.js +16 -15
  102. package/dist/index3.js.map +1 -1
  103. package/dist/index33.js +33 -23
  104. package/dist/index33.js.map +1 -1
  105. package/dist/index37.js +1 -1
  106. package/dist/index37.js.map +1 -1
  107. package/dist/index39.js +49 -37
  108. package/dist/index39.js.map +1 -1
  109. package/dist/index4.js +144 -120
  110. package/dist/index4.js.map +1 -1
  111. package/dist/index41.js +2 -2
  112. package/dist/index41.js.map +1 -1
  113. package/dist/index43.js +21 -20
  114. package/dist/index43.js.map +1 -1
  115. package/dist/index44.js +30 -2
  116. package/dist/index44.js.map +1 -1
  117. package/dist/index45.js +1 -1
  118. package/dist/index45.js.map +1 -1
  119. package/dist/index46.js +1 -1
  120. package/dist/index46.js.map +1 -1
  121. package/dist/index47.js +1 -1
  122. package/dist/index47.js.map +1 -1
  123. package/dist/index48.js +1 -1
  124. package/dist/index48.js.map +1 -1
  125. package/dist/index49.js +1 -1
  126. package/dist/index49.js.map +1 -1
  127. package/dist/index50.js +1 -1
  128. package/dist/index50.js.map +1 -1
  129. package/dist/index51.js +1 -1
  130. package/dist/index51.js.map +1 -1
  131. package/dist/index52.js +1 -1
  132. package/dist/index52.js.map +1 -1
  133. package/dist/index53.js +1 -1
  134. package/dist/index53.js.map +1 -1
  135. package/dist/index54.js +1 -1
  136. package/dist/index54.js.map +1 -1
  137. package/dist/index55.js +1 -1
  138. package/dist/index55.js.map +1 -1
  139. package/dist/index56.js +1 -1
  140. package/dist/index56.js.map +1 -1
  141. package/dist/index57.js +1 -1
  142. package/dist/index57.js.map +1 -1
  143. package/dist/index58.js +1 -1
  144. package/dist/index58.js.map +1 -1
  145. package/dist/index59.js +2 -2
  146. package/dist/index59.js.map +1 -1
  147. package/dist/index6.js +1 -1
  148. package/dist/index6.js.map +1 -1
  149. package/dist/index60.js +2 -2
  150. package/dist/index60.js.map +1 -1
  151. package/dist/index61.js +1 -1
  152. package/dist/index61.js.map +1 -1
  153. package/dist/index62.js +1 -1
  154. package/dist/index62.js.map +1 -1
  155. package/dist/index63.js +1 -1
  156. package/dist/index63.js.map +1 -1
  157. package/dist/index64.js +1 -1
  158. package/dist/index64.js.map +1 -1
  159. package/dist/index65.js +2 -2
  160. package/dist/index65.js.map +1 -1
  161. package/dist/index66.js +1 -1
  162. package/dist/index66.js.map +1 -1
  163. package/dist/index67.js +2 -2
  164. package/dist/index67.js.map +1 -1
  165. package/dist/index68.js +1 -1
  166. package/dist/index68.js.map +1 -1
  167. package/dist/index69.js +1 -1
  168. package/dist/index69.js.map +1 -1
  169. package/dist/index70.js +1 -1
  170. package/dist/index70.js.map +1 -1
  171. package/dist/index71.js +1 -1
  172. package/dist/index71.js.map +1 -1
  173. package/dist/index72.js +2 -2
  174. package/dist/index72.js.map +1 -1
  175. package/dist/index73.js +2 -2
  176. package/dist/index73.js.map +1 -1
  177. package/dist/index74.js +1 -1
  178. package/dist/index74.js.map +1 -1
  179. package/dist/index75.js +1 -1
  180. package/dist/index75.js.map +1 -1
  181. package/dist/index76.js +1 -1
  182. package/dist/index76.js.map +1 -1
  183. package/dist/index77.js +1 -1
  184. package/dist/index77.js.map +1 -1
  185. package/dist/index78.js +1 -1
  186. package/dist/index78.js.map +1 -1
  187. package/dist/index79.js +1 -1
  188. package/dist/index79.js.map +1 -1
  189. package/dist/index8.js +13 -17
  190. package/dist/index8.js.map +1 -1
  191. package/dist/index80.js +1 -1
  192. package/dist/index80.js.map +1 -1
  193. package/dist/index81.js +1 -1
  194. package/dist/index81.js.map +1 -1
  195. package/dist/index82.js +2 -2
  196. package/dist/index82.js.map +1 -1
  197. package/dist/index83.js +2 -2
  198. package/dist/index83.js.map +1 -1
  199. package/dist/index84.js +1 -1
  200. package/dist/index84.js.map +1 -1
  201. package/dist/index85.js +1 -1
  202. package/dist/index85.js.map +1 -1
  203. package/dist/index86.js +1 -1
  204. package/dist/index86.js.map +1 -1
  205. package/dist/index87.js +1 -1
  206. package/dist/index87.js.map +1 -1
  207. package/dist/index88.js +2 -2
  208. package/dist/index88.js.map +1 -1
  209. package/dist/index89.js +1 -1
  210. package/dist/index89.js.map +1 -1
  211. package/dist/index90.js +1 -1
  212. package/dist/index90.js.map +1 -1
  213. package/dist/index91.js +1 -1
  214. package/dist/index91.js.map +1 -1
  215. package/dist/index92.js +2 -2
  216. package/dist/index92.js.map +1 -1
  217. package/dist/index93.js +1 -1
  218. package/dist/index93.js.map +1 -1
  219. package/dist/index94.js +2 -2
  220. package/dist/index94.js.map +1 -1
  221. package/dist/index95.js +1 -1
  222. package/dist/index95.js.map +1 -1
  223. package/dist/index96.js +1 -1
  224. package/dist/index96.js.map +1 -1
  225. package/dist/index97.js +1 -1
  226. package/dist/index97.js.map +1 -1
  227. package/dist/index98.js +2 -2
  228. package/dist/index98.js.map +1 -1
  229. package/dist/index99.js +2 -2
  230. package/dist/index99.js.map +1 -1
  231. package/dist/typographyMixin.scss +1 -1
  232. package/package.json +1 -1
  233. package/dist/index118.js +0 -1236
  234. package/dist/index118.js.map +0 -1
  235. package/dist/index119.js +0 -13
  236. package/dist/index119.js.map +0 -1
  237. package/dist/index120.js +0 -13
  238. package/dist/index120.js.map +0 -1
  239. package/dist/index121.js +0 -8
  240. package/dist/index121.js.map +0 -1
  241. package/dist/index122.js +0 -173
  242. package/dist/index122.js.map +0 -1
  243. package/dist/index123.js +0 -14
  244. package/dist/index123.js.map +0 -1
  245. package/dist/index124.js +0 -9
  246. package/dist/index124.js.map +0 -1
  247. package/dist/index125.js +0 -9
  248. package/dist/index125.js.map +0 -1
  249. package/dist/index126.js +0 -41
  250. package/dist/index126.js.map +0 -1
  251. package/dist/index127.js +0 -5
  252. package/dist/index127.js.map +0 -1
  253. package/dist/index128.js +0 -11
  254. package/dist/index128.js.map +0 -1
  255. /package/dist/assets/icons/{down.svg → chevron-down.svg} +0 -0
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.3033 14.1H13.7091M11.3033 2.90003H13.7091M12.5033 14.0782V2.90002M2.08496 6.62869V5.02482H5.89416M9.70335 6.62869V5.02482H5.89416M5.89416 5.02482V13.0442M4.69119 13.0436H7.09699" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
2
+ <path d="M3.23807 4.54884H12.4762M3.23807 11.2015H12.4762M2.12909 10.3709L2.12909 5.57139M13.8863 10.3709V5.57139M1.38794 5.41118L2.82182 5.42459C3.03808 5.42662 3.21504 5.25294 3.21706 5.03667L3.23047 3.60279C3.2325 3.38653 3.05882 3.20957 2.84255 3.20755L1.40868 3.19414C1.19241 3.19211 1.01545 3.36579 1.01343 3.58206L1.00002 5.01594C0.997995 5.2322 1.17167 5.40916 1.38794 5.41118ZM1.38794 12.8011L2.82182 12.8145C3.03808 12.8166 3.21504 12.6429 3.21706 12.4266L3.23047 10.9928C3.2325 10.7765 3.05882 10.5995 2.84255 10.5975L1.40868 10.5841C1.19241 10.5821 1.01545 10.7557 1.01343 10.972L1.00002 12.4059C0.997995 12.6222 1.17167 12.7991 1.38794 12.8011ZM13.1574 5.402L14.5913 5.41541C14.8076 5.41743 14.9845 5.24376 14.9866 5.02749L15 3.59361C15.002 3.37735 14.8283 3.20039 14.6121 3.19836L13.1782 3.18495C12.9619 3.18293 12.785 3.35661 12.7829 3.57288L12.7695 5.00675C12.7675 5.22302 12.9412 5.39998 13.1574 5.402ZM13.1574 12.792L14.5913 12.8054C14.8076 12.8074 14.9845 12.6337 14.9866 12.4175L15 10.9836C15.002 10.7673 14.8283 10.5904 14.6121 10.5883L13.1782 10.5749C12.9619 10.5729 12.785 10.7466 12.7829 10.9628L12.7695 12.3967C12.7675 12.613 12.9412 12.7899 13.1574 12.792Z" stroke="#415575" stroke-width="1.2" stroke-linecap="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
2
+ <path d="M3.23807 4.54872H12.4762M3.23807 11.2014H12.4762M2.12909 10.3707L2.12909 5.57126M13.8863 10.3707V5.57126M1.38794 5.41106L2.82182 5.42447C3.03808 5.42649 3.21504 5.25282 3.21706 5.03655L3.23047 3.60267C3.2325 3.38641 3.05882 3.20945 2.84255 3.20742L1.40868 3.19401C1.19241 3.19199 1.01545 3.36567 1.01343 3.58194L1.00002 5.01581C0.997995 5.23208 1.17167 5.40904 1.38794 5.41106ZM1.38794 12.801L2.82182 12.8144C3.03808 12.8165 3.21504 12.6428 3.21706 12.4265L3.23047 10.9926C3.2325 10.7764 3.05882 10.5994 2.84255 10.5974L1.40868 10.584C1.19241 10.5819 1.01545 10.7556 1.01343 10.9719L1.00002 12.4058C0.997995 12.622 1.17167 12.799 1.38794 12.801ZM13.1574 5.40188L14.5913 5.41529C14.8076 5.41731 14.9845 5.24363 14.9866 5.02737L15 3.59349C15.002 3.37722 14.8283 3.20027 14.6121 3.19824L13.1782 3.18483C12.9619 3.18281 12.785 3.35649 12.7829 3.57275L12.7695 5.00663C12.7675 5.2229 12.9412 5.39986 13.1574 5.40188ZM13.1574 12.7918L14.5913 12.8053C14.8076 12.8073 14.9845 12.6336 14.9866 12.4173L15 10.9835C15.002 10.7672 14.8283 10.5902 14.6121 10.5882L13.1782 10.5748C12.9619 10.5728 12.785 10.7465 12.7829 10.9627L12.7695 12.3966C12.7675 12.6129 12.9412 12.7898 13.1574 12.7918Z" stroke="#415575" stroke-width="1.2" stroke-linecap="round"/>
3
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
2
+ <g clip-path="url(#clip0_7675_21721)">
3
+ <path d="M1.13196 14.8731C1.13196 14.8731 1.13196 10.6444 2.1891 9.58731C2.45838 9.29516 2.78528 9.062 3.14918 8.90252C3.51308 8.74303 3.90607 8.6607 4.30339 8.6607C4.7007 8.6607 5.0937 8.74303 5.4576 8.90252C5.8215 9.062 6.1484 9.29516 6.41767 9.58731C6.70981 9.85658 6.94298 10.1835 7.10246 10.5474C7.26195 10.9113 7.34428 11.3043 7.34428 11.7016C7.34428 12.0989 7.26195 12.492 7.10246 12.8558C6.94298 13.2197 6.70981 13.5466 6.41767 13.8159C5.36053 14.8731 1.13196 14.8731 1.13196 14.8731ZM1.13196 14.8731L3.70874 12.2963M14.2593 1.74351C13.8931 1.38196 13.4077 1.16639 12.8939 1.1372C12.3801 1.108 11.8734 1.2672 11.4685 1.58494L5.35822 5.88751L4.60765 8.67837C5.29651 8.76562 5.93458 9.08653 6.41537 9.58751C6.91634 10.0683 7.23724 10.7064 7.32451 11.3953L10.1154 10.6447L14.4179 4.53437C14.7357 4.12957 14.8949 3.62277 14.8657 3.10899C14.8365 2.59521 14.6209 2.10972 14.2593 1.74351Z" stroke="#415575" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_7675_21721">
7
+ <rect width="16" height="16" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,19 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect
3
+ x="2.37354"
4
+ y="2.582"
5
+ width="14.8364"
6
+ height="14.8364"
7
+ rx="1.50909"
8
+ stroke="black"
9
+ stroke-width="1.2"
10
+ stroke-linejoin="round"
11
+ />
12
+ <circle cx="6.52202" cy="6.74822" r="1.66978" stroke="black" stroke-width="1.2" />
13
+ <path
14
+ d="M3.08896 16.8184L5.90188 12.1523C6.19047 11.6736 6.83863 11.5663 7.26613 11.9264L9.15893 13.5209C9.5821 13.8774 10.2229 13.7763 10.5158 13.3069L13.408 8.67282C13.7127 8.18463 14.3886 8.09878 14.8057 8.49531L17.0262 10.6066"
15
+ stroke="black"
16
+ stroke-width="1.2"
17
+ stroke-linecap="round"
18
+ />
19
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.18479 2.5011L3.87718 4.80871L6.18479 7.11632M3.41797 9.65512C3.41797 12.3315 5.58759 14.5011 8.26395 14.5011C10.9403 14.5011 13.1099 12.3315 13.1099 9.65512C13.1099 6.97877 10.9403 4.80914 8.26395 4.80914H3.87949" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.9962 7.48861V5.48849C13.9962 4.38385 13.1008 3.48837 11.9961 3.48837H9.49595M9.49595 3.48837L10.996 1.98853M9.49595 3.48837L10.996 4.98871M8.99554 6.48804C9.54786 6.48804 9.9956 6.93579 9.9956 7.4881V13.4885C9.9956 14.0408 9.54786 14.4885 8.99554 14.4885H2.99518C2.44286 14.4885 1.99512 14.0408 1.99512 13.4885V7.4881C1.99512 6.93579 2.44286 6.48804 2.99518 6.48804H8.99554Z" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2.00391 7.48861V5.48849C2.00391 4.38385 2.89936 3.48837 4.00403 3.48837H6.50418M6.50418 3.48837L5.00409 1.98853M6.50418 3.48837L5.00409 4.98871M7.00459 6.48803C6.45228 6.48803 6.00453 6.93578 6.00453 7.48809V13.4885C6.00453 14.0408 6.45228 14.4885 7.00459 14.4885H13.005C13.5573 14.4885 14.005 14.0408 14.005 13.4885V7.48809C14.005 6.93578 13.5573 6.48803 13.005 6.48803H7.00459Z" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="32" cy="32" r="32" fill="#CAF0DB"/>
3
+ <ellipse cx="30.9817" cy="31.3913" rx="15.5949" ry="18.4304" fill="white"/>
4
+ <g clip-path="url(#clip0_7795_59509)">
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M31.8059 56.7085C45.5641 56.7085 56.7173 45.5553 56.7173 31.7971C56.7173 18.039 45.5641 6.88574 31.8059 6.88574C18.0478 6.88574 6.89453 18.039 6.89453 31.7971C6.89453 45.5553 18.0478 56.7085 31.8059 56.7085ZM44.2716 25.4573C45.1922 24.3062 45.0058 22.6266 43.8545 21.7057C42.7036 20.7848 41.0239 20.9715 40.1031 22.1225L27.484 37.8963L22.4361 34.1103C21.2568 33.2259 19.5838 33.4649 18.6994 34.6442C17.8149 35.8234 18.0539 37.4964 19.2332 38.3809L26.3507 43.719C27.504 44.5842 29.1358 44.3767 30.0364 43.251L44.2716 25.4573Z" fill="#56CF8A"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_7795_59509">
9
+ <rect width="49.8228" height="49.8228" fill="white" transform="translate(6.88672 6.8877)"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -1 +1 @@
1
- *,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::-ms-backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:Inter,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-ms-input-placeholder,textarea::-ms-input-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (forced-colors: active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.inset-0{inset:0}.left-0{left:0}.right-0{right:0}.right-\[12px\]{right:12px}.top-0{top:0}.top-\[12px\]{top:12px}.top-\[2px\]{top:2px}.top-\[3px\]{top:3px}.top-\[calc\(100\%\+8px\)\]{top:calc(100% + 8px)}.top-full{top:100%}.z-50{z-index:50}.z-\[1000\]{z-index:1000}.z-\[2000\]{z-index:2000}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.mb-\[10px\]{margin-bottom:10px}.mb-\[3px\]{margin-bottom:3px}.mb-\[4px\]{margin-bottom:4px}.mb-\[8px\]{margin-bottom:8px}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-5{margin-right:1.25rem}.mt-1{margin-top:.25rem}.mt-14{margin-top:3.5rem}.mt-\[12px\]{margin-top:12px}.mt-\[1vw\]{margin-top:1vw}.mt-\[4px\]{margin-top:4px}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.contents{display:contents}.hidden{display:none}.h-0{height:0px}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-\[15px\]{height:15px}.h-\[1px\]{height:1px}.h-\[35px\]{height:35px}.h-\[48px\]{height:48px}.h-\[6px\]{height:6px}.h-\[initial\]{height:initial}.h-auto{height:auto}.h-fit{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.h-full{height:100%}.max-h-0{max-height:0px}.max-h-\[1000vh\]{max-height:1000vh}.max-h-\[150px\]{max-height:150px}.min-h-\[45px\]{min-height:45px}.min-h-full{min-height:100%}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-\[100\%\]{width:100%}.w-\[100px\]{width:100px}.w-\[15px\]{width:15px}.w-\[30\%\]{width:30%}.w-\[350px\]{width:350px}.w-\[385px\]{width:385px}.w-\[48px\]{width:48px}.w-\[70\%\]{width:70%}.w-fit{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-webkit-max-content;width:-moz-max-content;width:max-content}.min-w-24{min-width:6rem}.min-w-\[212px\]{min-width:212px}.min-w-fit{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.max-w-60{max-width:15rem}.max-w-\[20vw\]{max-width:20vw}.max-w-\[50vw\]{max-width:50vw}.max-w-\[initial\]{max-width:initial}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.translate-x-4{--tw-translate-x: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-\[10px\]{gap:10px}.gap-\[12px\]{gap:12px}.gap-\[2px\]{gap:2px}.self-start{align-self:flex-start}.overflow-hidden{overflow:hidden}.whitespace-normal{white-space:normal}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-\[12px\]{border-radius:12px}.rounded-\[3px\]{border-radius:3px}.rounded-\[4px\]{border-radius:4px}.rounded-\[50\%\]{border-radius:50%}.rounded-\[6px\]{border-radius:6px}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-r{border-right-width:1px}.border-\[\#1088E7\]{border-color:#1088e7}.border-\[\#C9D4E3\]{border-color:#c9d4e3}.border-\[var\(--color-gray-200\)\]{border-color:var(--color-gray-200)}.border-\[var\(--color-gray-300\)\]{border-color:var(--color-gray-300)}.border-\[var\(--color-gray-400\)\]{border-color:var(--color-gray-400)}.border-\[var\(--color-gray-900\)\]{border-color:var(--color-gray-900)}.border-\[var\(--color-green-300\)\]{border-color:var(--color-green-300)}.border-\[var\(--color-green-500\)\]{border-color:var(--color-green-500)}.border-\[var\(--color-red-500\)\]{border-color:var(--color-red-500)}.border-\[var\(--color-white\)\]{border-color:var(--color-white)}.border-\[var\(--color-yellow-700\)\]{border-color:var(--color-yellow-700)}.border-gray-200{border-color:#e5e7eb}.bg-\[\#E5E7EB\]{background-color:#e5e7eb}.bg-\[var\(--color-blue-100\)\]{background-color:var(--color-blue-100)}.bg-\[var\(--color-blue-450\)\]{background-color:var(--color-blue-450)}.bg-\[var\(--color-blue-500\)\]{background-color:var(--color-blue-500)}.bg-\[var\(--color-gray-100\)\]{background-color:var(--color-gray-100)}.bg-\[var\(--color-gray-200\)\]{background-color:var(--color-gray-200)}.bg-\[var\(--color-gray-500\)\]{background-color:var(--color-gray-500)}.bg-\[var\(--color-gray-800\)\]{background-color:var(--color-gray-800)}.bg-\[var\(--color-green-50\)\]{background-color:var(--color-green-50)}.bg-\[var\(--color-green-500\)\]{background-color:var(--color-green-500)}.bg-\[var\(--color-red-50\)\]{background-color:var(--color-red-50)}.bg-\[var\(--color-red-500\)\]{background-color:var(--color-red-500)}.bg-\[var\(--color-white\)\]{background-color:var(--color-white)}.bg-\[var\(--color-yellow-50\)\]{background-color:var(--color-yellow-50)}.bg-white{background-color:#fff}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-\[\#3A91DA\]{--tw-gradient-from: #3A91DA var(--tw-gradient-from-position);--tw-gradient-to: rgb(58 145 218 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-\[\#2A5092\]{--tw-gradient-to: #2A5092 var(--tw-gradient-to-position)}.stroke-\[var\(--color-gray-600\)\]{stroke:var(--color-gray-600)}.object-contain{object-fit:contain}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-\[100px\]{padding-bottom:100px}.pl-6{padding-left:1.5rem}.pr-12{padding-right:3rem}.pr-2{padding-right:.5rem}.pr-3\.5{padding-right:.875rem}.pt-2{padding-top:.5rem}.pt-5{padding-top:1.25rem}.pt-\[60px\]{padding-top:60px}.text-left{text-align:left}.text-center{text-align:center}.align-baseline{vertical-align:baseline}.text-\[18px\]{font-size:18px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-\[24px\]{line-height:24px}.leading-normal{line-height:1.5}.text-\[\#0078d4\]{color:#0078d4}.text-\[\#1088e7\]{color:#1088e7}.text-\[\#1B2636\]{color:#1b2636}.text-\[var\(--color-blue-500\)\]{color:var(--color-blue-500)}.text-\[var\(--color-gray-400\)\]{color:var(--color-gray-400)}.text-\[var\(--color-gray-500\)\]{color:var(--color-gray-500)}.text-\[var\(--color-gray-600\)\]{color:var(--color-gray-600)}.text-\[var\(--color-gray-700\)\]{color:var(--color-gray-700)}.text-\[var\(--color-gray-800\)\]{color:var(--color-gray-800)}.text-\[var\(--color-gray-900\)\]{color:var(--color-gray-900)}.text-\[var\(--color-green-500\)\]{color:var(--color-green-500)}.text-\[var\(--color-red-500\)\]{color:var(--color-red-500)}.text-\[var\(--color-white\)\]{color:var(--color-white)}.text-\[var\(--color-yellow-700\)\]{color:var(--color-yellow-700)}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.accent-\[\#1088E7\]{accent-color:#1088E7}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-2{outline-width:2px}.outline-offset-2{outline-offset:2px}.outline-\[var\(--color-blue-400\)\]{outline-color:var(--color-blue-400)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-brightness-50{--tw-backdrop-brightness: brightness(.5);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}body{font-family:Inter,sans-serif}img{display:inline-block}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:left-\[-6px\]:before{content:var(--tw-content);left:-6px}.before\:left-\[calc\(10\%-7px\)\]:before{content:var(--tw-content);left:calc(10% - 7px)}.before\:left-\[calc\(50\%-7px\)\]:before{content:var(--tw-content);left:calc(50% - 7px)}.before\:right-\[-6px\]:before{content:var(--tw-content);right:-6px}.before\:right-\[calc\(10\%\+7px\)\]:before{content:var(--tw-content);right:calc(10% + 7px)}.before\:top-\[-7px\]:before{content:var(--tw-content);top:-7px}.before\:inline-block:before{content:var(--tw-content);display:inline-block}.before\:h-3\.5:before{content:var(--tw-content);height:.875rem}.before\:w-3\.5:before{content:var(--tw-content);width:.875rem}.before\:rotate-45:before{content:var(--tw-content);--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.before\:rounded-tl-sm:before{content:var(--tw-content);border-top-left-radius:.125rem}.before\:bg-\[var\(--color-gray-800\)\]:before{content:var(--tw-content);background-color:var(--color-gray-800)}.last\:text-right:last-child{text-align:right}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:border-\[var\(--color-gray-500\)\]:hover{border-color:var(--color-gray-500)}.hover\:border-\[var\(--color-green-700\)\]:hover{border-color:var(--color-green-700)}.hover\:border-\[var\(--color-red-500\)\]:hover{border-color:var(--color-red-500)}.hover\:border-\[var\(--color-white\)\]:hover{border-color:var(--color-white)}.hover\:border-\[var\(--color-yellow-900\)\]:hover{border-color:var(--color-yellow-900)}.hover\:bg-\[var\(--color-blue-100\)\]:hover{background-color:var(--color-blue-100)}.hover\:bg-\[var\(--color-blue-450\)\]:hover{background-color:var(--color-blue-450)}.hover\:bg-\[var\(--color-blue-500\)\]:hover{background-color:var(--color-blue-500)}.hover\:bg-\[var\(--color-blue-600\)\]:hover{background-color:var(--color-blue-600)}.hover\:bg-\[var\(--color-gray-100\)\]:hover{background-color:var(--color-gray-100)}.hover\:bg-\[var\(--color-gray-50\)\]:hover{background-color:var(--color-gray-50)}.hover\:bg-\[var\(--color-gray-500\)\]:hover{background-color:var(--color-gray-500)}.hover\:bg-\[var\(--color-green-400\)\]:hover{background-color:var(--color-green-400)}.hover\:bg-\[var\(--color-green-700\)\]:hover{background-color:var(--color-green-700)}.hover\:bg-\[var\(--color-red-50\)\]:hover{background-color:var(--color-red-50)}.hover\:bg-\[var\(--color-red-500\)\]:hover{background-color:var(--color-red-500)}.hover\:bg-\[var\(--color-yellow-50\)\]:hover{background-color:var(--color-yellow-50)}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:bg-transparent:hover{background-color:transparent}.hover\:text-\[var\(--color-blue-600\)\]:hover{color:var(--color-blue-600)}.hover\:text-\[var\(--color-gray-900\)\]:hover{color:var(--color-gray-900)}.focus-visible\:outline:focus-visible{outline-style:solid}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:visible{visibility:visible}.se-design-spinner{border:4px solid #008be7!important;border-top:4px solid #d1e0ea!important;border-radius:100%;height:20px!important;width:20px!important;animation:rotate 1.5s infinite linear}.se-design-loading-modal .se-design-spinner{border:4px solid #008be7!important;border-top:4px solid #d1e0ea!important;border-radius:100%;height:20px!important;width:20px!important;animation:rotate 1.5s infinite linear}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.se-design-table-content-loader td{padding:1rem 1rem 1rem 0}.se-design-table-content-loader td div{height:20px;width:80%;border-radius:72px}.se-design-table-content-loader td:last-child div{width:100%}.se-design-table-content-loader .loading-animation{animation:shimmer 3s infinite linear;background:linear-gradient(to right,#f4f8fd 5%,#f0f3f7 25%,#f4f8fd 35%);background-size:1000px 100%}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.se-design-checkbox-ctn{display:flex;align-items:center;gap:8px}.se-design-checkbox-ctn .se-design-checkbox{display:flex;align-items:baseline;cursor:pointer;gap:8px}.se-design-checkbox-ctn .se-design-checkbox .checkbox-item{display:flex;position:relative;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease-in-out}.se-design-checkbox-ctn .se-design-checkbox .checkbox-item:after{z-index:1;display:block;content:"";width:16px;height:16px}.se-design-checkbox-ctn .se-design-checkbox input[type=checkbox]{display:none}.se-design-checkbox-ctn .se-design-checkbox input[type=checkbox]:checked+.checkbox-item:after{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%204C0%201.79086%201.79086%200%204%200H12C14.2091%200%2016%201.79086%2016%204V12C16%2014.2091%2014.2091%2016%2012%2016H4C1.79086%2016%200%2014.2091%200%2012V4Z'%20fill='%231088E7'/%3e%3cpath%20d='M11.8082%205.5L6.89749%2010.5L4.66534%208.22727'%20stroke='white'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.se-design-checkbox-ctn .se-design-checkbox input[type=checkbox]:checked:hover+.checkbox-item:after{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%204C0%201.79086%201.79086%200%204%200H12C14.2091%200%2016%201.79086%2016%204V12C16%2014.2091%2014.2091%2016%2012%2016H4C1.79086%2016%200%2014.2091%200%2012V4Z'%20fill='%230167C2'/%3e%3cpath%20d='M11.8082%205.5L6.89749%2010.5L4.66534%208.22727'%20stroke='white'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.se-design-checkbox-ctn .se-design-checkbox.unchecked .checkbox-item:after{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.6%204C0.6%202.12223%202.12223%200.6%204%200.6H12C13.8778%200.6%2015.4%202.12223%2015.4%204V12C15.4%2013.8778%2013.8778%2015.4%2012%2015.4H4C2.12223%2015.4%200.6%2013.8778%200.6%2012V4Z'%20fill='white'/%3e%3cpath%20d='M0.6%204C0.6%202.12223%202.12223%200.6%204%200.6H12C13.8778%200.6%2015.4%202.12223%2015.4%204V12C15.4%2013.8778%2013.8778%2015.4%2012%2015.4H4C2.12223%2015.4%200.6%2013.8778%200.6%2012V4Z'%20stroke='%23A1B3CF'%20stroke-width='1.2'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.se-design-checkbox-ctn .se-design-checkbox.unchecked:hover .checkbox-item:after{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.6%204C0.6%202.12223%202.12223%200.6%204%200.6H12C13.8778%200.6%2015.4%202.12223%2015.4%204V12C15.4%2013.8778%2013.8778%2015.4%2012%2015.4H4C2.12223%2015.4%200.6%2013.8778%200.6%2012V4Z'%20fill='%23EAEFF9'/%3e%3cpath%20d='M0.6%204C0.6%202.12223%202.12223%200.6%204%200.6H12C13.8778%200.6%2015.4%202.12223%2015.4%204V12C15.4%2013.8778%2013.8778%2015.4%2012%2015.4H4C2.12223%2015.4%200.6%2013.8778%200.6%2012V4Z'%20stroke='%23A1B3CF'%20stroke-width='1.2'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.se-design-checkbox-ctn .se-design-checkbox.minus-checkbox input[type=checkbox]:checked+.checkbox-item:after{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%204C0%201.79086%201.79086%200%204%200H12C14.2091%200%2016%201.79086%2016%204V12C16%2014.2091%2014.2091%2016%2012%2016H4C1.79086%2016%200%2014.2091%200%2012V4Z'%20fill='%231088E7'/%3e%3cpath%20d='M12%208H4'%20stroke='white'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.se-design-checkbox-ctn .se-design-checkbox.minus-checkbox input[type=checkbox]:checked:hover+.checkbox-item:after{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%204C0%201.79086%201.79086%200%204%200H12C14.2091%200%2016%201.79086%2016%204V12C16%2014.2091%2014.2091%2016%2012%2016H4C1.79086%2016%200%2014.2091%200%2012V4Z'%20fill='%230167C2'/%3e%3cpath%20d='M12%208H4'%20stroke='white'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.se-design-checkbox-ctn .se-design-checkbox.disabled,.se-design-checkbox-ctn .se-design-checkbox.disabled-tick,.se-design-checkbox-ctn .se-design-checkbox.disabled-minus-checkbox{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.se-design-checkbox-ctn .se-design-checkbox.disabled .checkbox-item:after{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%204C0%201.79086%201.79086%200%204%200H12C14.2091%200%2016%201.79086%2016%204V12C16%2014.2091%2014.2091%2016%2012%2016H4C1.79086%2016%200%2014.2091%200%2012V4Z'%20fill='%23E4E9F1'/%3e%3c/svg%3e")}.se-design-checkbox-ctn .se-design-checkbox.disabled-tick .checkbox-item:after{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%204C0%201.79086%201.79086%200%204%200H12C14.2091%200%2016%201.79086%2016%204V12C16%2014.2091%2014.2091%2016%2012%2016H4C1.79086%2016%200%2014.2091%200%2012V4Z'%20fill='%23E4E9F1'/%3e%3cpath%20d='M11.8082%205.5L6.89749%2010.5L4.66534%208.22727'%20stroke='%2392A1B9'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.se-design-checkbox-ctn .se-design-checkbox.disabled-minus-checkbox .checkbox-item:after{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%204C0%201.79086%201.79086%200%204%200H12C14.2091%200%2016%201.79086%2016%204V12C16%2014.2091%2014.2091%2016%2012%2016H4C1.79086%2016%200%2014.2091%200%2012V4Z'%20fill='%23E4E9F1'/%3e%3cpath%20d='M12%208H4'%20stroke='%2392A1B9'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.se-design-checkbox-ctn .checkbox-label{position:relative;top:1px}.se-design-sidebar-overlay-container{height:100%;background-color:var(--color-white);transition:all .3s ease-in-out}.se-design-sidebar-overlay-container .overlay-content{height:100%;display:flex;flex-direction:column}.se-design-sidebar-overlay-container.left-aligned{left:0;transform:translate(-100%)}.se-design-sidebar-overlay-container.left-aligned.open-sidebar{transform:translate(0)}.se-design-sidebar-overlay-container.right-aligned{right:0;transform:translate(100%)}.se-design-sidebar-overlay-container.right-aligned.open-sidebar{transform:translate(0)}.se-design-sidebar-overlay-container.abs{position:absolute}.se-design-sidebar-overlay-container.fxd{position:fixed}.se-design-sidebar-overlay-container.right-aligned{box-shadow:0 0 24px #0000000d}.se-design-sidebar-overlay-container.left-aligned{box-shadow:7px 0 14px #00000017}.se-design-sidebar-overlay-container .overlay-close{position:absolute;right:15px;cursor:pointer;top:10px}.banner-ctn .banner-title{font-size:18px;line-height:24px;font-weight:600;color:var(--color-gray-900)}.banner-ctn .banner-description{font-size:16px;line-height:20px;font-weight:400;color:var(--color-gray-700)}.banner-ctn .banner-image-ctn{display:flex;align-items:flex-end;margin-top:14px}@media screen and (min-width: 0px) and (max-width: 767px){.banner-ctn .banner-content-ctn{width:90%}.banner-ctn .banner-image-ctn{display:none}}@media screen and (min-width: 768px) and (max-width: 1023px){.banner-ctn .banner-content-ctn{width:60%}.banner-ctn .banner-image-ctn{display:flex;flex:1;align-items:center;margin:14px 14px 14px 0}}.widget-ctn .widget-title,.widget-ctn .webinar-title{font-size:18px;line-height:24px;font-weight:600}.widget-ctn .widget-description,.widget-ctn .widget-date{font-size:16px;line-height:24px;font-weight:400}.input-with-tags-container{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;border:1px solid #C9D4E3;cursor:text}.input-with-tags-container:focus-within{border-color:var(--color-blue-500)}.tag-in-inputwithtags{padding:2px 8px;display:flex;align-items:center;gap:4px;border-radius:var(--Corner-radius-6px, 6px);background:var(--Color-Background-Badge-Gray_default, #f2f4f8);color:var(--Color-Text-Body-Secondary, #415575);font-size:16px;text-align:center}.close-icon-in-inputwithtags{cursor:pointer}.input-with-tags-input,.input-with-tags-input:focus{flex-grow:1;border-width:0px;outline:0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.main-container{width:100%}.error-and-max-word .error-message{font-size:16px;line-height:24px;font-weight:400;color:var(--color-red-500);font-size:.875rem}.progress-bar-ctn .steps-count{font-size:14px;line-height:18px;font-weight:400}.getting-started-widget-ctn .title{font-size:18px;line-height:24px;font-weight:600}.getting-started-widget-ctn .action-item-label{font-size:16px;line-height:24px;font-weight:400}.getting-started-widget-ctn .steps-count{font-size:14px;line-height:18px;font-weight:400}.getting-started-widget-ctn .get-started-progress-bar-ctn{width:100%!important}.se-design-message-bar .message-text{font-size:16px;line-height:24px;font-weight:400}.se-design-message-bar.show{animation:slideInDown .5s ease-in-out forwards;pointer-events:auto}.se-design-message-bar.hide{animation:slideUpOut .5s ease-in-out forwards;pointer-events:none}.se-design-message-bar .alert-btn{display:inline-block!important}.se-design-toast-bar{z-index:1100}.se-design-toast-bar .message-text{font-size:16px;line-height:24px;font-weight:400}.se-design-toast-bar.show{animation:slideInDown .5s ease-in-out forwards;pointer-events:auto}.se-design-toast-bar.hide{animation:slideUpOut .5s ease-in-out forwards;pointer-events:none}@keyframes slideInDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUpOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}.main-container-autocomplete-se-design{width:100%;position:relative}.input-container-default{border-radius:var(--Corner-radius-6px, .375rem);border:1px solid var(--Colors-Gray-600, #92a1b9);background:var(--Colors-White-Pure_white, #fff);color:var(--color-gray-900, #1b2636);font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;width:100%}.input-container-default:focus-within{border-color:var(--color-blue-500);box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.input-container-error{border-radius:var(--Corner-radius-6px, .375rem);border:1px solid var(--Colors-Red-400, #fe4773);background:var(--Colors-White-Pure_white, #fff);color:var(--color-gray-900, #1b2636);font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;width:100%}.label-container{font-size:16px;line-height:24px;color:var(--Color-Text-Body-Secondary, #415575);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.428}.error-and-max-word{display:flex;justify-content:space-between;align-items:center}.error-and-max-word .error-message{font-size:16px;line-height:24px;font-weight:400;color:var(--color-red-400);font-size:.875rem}.error-and-max-word .max-word{font-size:16px;line-height:24px;font-weight:400;color:var(--color-gray-700);font-size:1rem}.max-word-container{display:flex;justify-content:end;align-items:center}.max-word-container .max-word{font-size:16px;line-height:24px;font-weight:400;color:var(--color-gray-700)}.input-container-disabled{background-color:var(--color-gray-100);cursor:not-allowed}.main-container-autocomplete-se-design .suggestions-list{display:flex;flex-direction:column;position:absolute;top:100%;left:0;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 8px #0000001a;z-index:1000;width:100%;max-height:200px;overflow-y:auto;margin-top:1px;padding:0}.main-container-autocomplete-se-design .suggestion-item{padding:8px 12px;cursor:pointer;font-size:16px;line-height:24px;font-weight:400;color:var(--color-gray-900)}.main-container-autocomplete-se-design .suggestion-item:hover{background-color:var(--color-gray-100)}:root{--color-blue-50: #F5F9FD;--color-blue-100: #E9F2FC;--color-blue-200: #D6ECFB;--color-blue-300: #D7E6F9;--color-blue-400: #96CBF5;--color-blue-450: #66B1F1;--color-blue-500: #1088E7;--color-blue-600: #0167C2;--color-gray-50: #F2F4F8;--color-gray-100: #EAEFF9;--color-gray-200: #E4E9F1;--color-gray-300: #E1E4EB;--color-gray-400: #C9D4E3;--color-gray-500: #A1B3CF;--color-gray-600: #92A1B9;--color-gray-650: #5679AE;--color-gray-700: #415575;--color-gray-800: #2D3A48;--color-gray-900: #1B2636;--color-green-50: #E5F7ED;--color-green-400: #7BE79C;--color-green-500: #56CF8A;--color-green-600: #3DB370;--color-green-700: #219653;--color-yellow-50: #FFF2D7;--color-yellow-700: #954A29;--color-yellow-800: #682E15;--color-red-50: #FEEBE6;--color-red-500: #FE4773;--color-red-600: #E83560;--color-red-700: #CB384E;--color-white: #FFFFFF;--color-purple-50: #F6F3FF;--color-purple-100: #F5EBFD;--color-purple-200: #F1E4FF;--color-purple-300: #EAD5FF;--color-purple-800: #9335F0}.phone-input-container-se-design-main{border-radius:6px;border:1px solid var(--color-gray-600);background:var(--color-white);position:relative;width:100%;height:40px;display:flex;align-items:center}.phone-input-container-se-design-main:focus-within{border:1px solid var(--color-blue-500)}.phone-input-container-se-design-main.error{border:1px solid var(--color-red-500)}.phone-input-container-se-design{display:flex;align-items:center;padding:var(--Spacer-8px, 8px) var(--Spacer-12px, 12px);gap:12px;align-self:stretch}.phone-input-container-se-design .divider{width:1px;height:24px;background-color:#ccc;margin:0 12px}.phone-input-container-se-design-country-code{cursor:pointer;display:flex;align-items:center;gap:10px}.phone-input-container-se-design-main .phone-input-container-se-design-country-code-list{display:flex;flex-direction:column;position:absolute;top:100%;left:0;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 8px #0000001a;z-index:1000;width:100%;max-height:200px;overflow-y:auto;margin-top:4px;padding:0}.phone-input-container-se-design-main .phone-input-container-se-design-country-code-list .search-input-wrapper{display:flex;align-items:center;position:relative}.phone-input-container-se-design-main .phone-input-container-se-design-country-code-list .search-icon{position:absolute;left:8px;pointer-events:none}.phone-input-container-se-design-main .phone-input-container-se-design-country-code-list-item{padding:8px 12px;cursor:pointer;font-size:16px;line-height:24px;font-weight:400;color:var(--color-gray-900);display:flex;align-items:center;gap:10px}.phone-input-container-se-design-main .phone-input-container-se-design-country-code-list-item:hover{background-color:var(--color-gray-100)}.phone-input-container-se-design-main .phone-input-container-se-design-country-code-list-item-input{border:none!important;outline:none!important;padding-left:30px;flex:1;border-bottom:1px solid var(--color-gray-300)!important;height:100%}.phone-input-container-se-design-main .phone-input-container-se-design-country-code-list-item-input:focus-within{border-color:var(--color-blue-500);box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.phone-input-container-se-design-main .phone-input-container-se-design-country-code-list-item-no-resuts{cursor:not-allowed;padding:8px 12px;color:var(--color-gray-900);font-size:16px;line-height:24px;font-weight:400}.phone-input-container-se-design-main-container .error-message{font-size:16px;line-height:24px;font-weight:400;color:var(--color-red-500);font-size:.875rem;display:flex;justify-content:end}.phone-input-container-se-design-phone-number-input{flex:1;height:100%;border:none;outline:none;width:100%}.phone-input-container-se-design-phone-number-input:focus-within{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}
1
+ *,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::-ms-backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:Inter,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-ms-input-placeholder,textarea::-ms-input-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (forced-colors: active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.inset-0{inset:0}.left-0{left:0}.right-0{right:0}.right-\[12px\]{right:12px}.top-0{top:0}.top-\[12px\]{top:12px}.top-\[2px\]{top:2px}.top-\[3px\]{top:3px}.top-\[calc\(100\%\+8px\)\]{top:calc(100% + 8px)}.top-full{top:100%}.z-10{z-index:10}.z-50{z-index:50}.z-\[1000\]{z-index:1000}.z-\[1200\]{z-index:1200}.z-\[2000\]{z-index:2000}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.mb-\[10px\]{margin-bottom:10px}.mb-\[3px\]{margin-bottom:3px}.mb-\[4px\]{margin-bottom:4px}.mb-\[8px\]{margin-bottom:8px}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-5{margin-right:1.25rem}.mt-1{margin-top:.25rem}.mt-14{margin-top:3.5rem}.mt-\[12px\]{margin-top:12px}.mt-\[1vw\]{margin-top:1vw}.mt-\[4px\]{margin-top:4px}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-0{height:0px}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-\[15px\]{height:15px}.h-\[1px\]{height:1px}.h-\[40px\]{height:40px}.h-\[48px\]{height:48px}.h-\[6px\]{height:6px}.h-\[initial\]{height:initial}.h-auto{height:auto}.h-fit{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.h-full{height:100%}.max-h-0{max-height:0px}.max-h-\[1000vh\]{max-height:1000vh}.max-h-\[150px\]{max-height:150px}.min-h-\[45px\]{min-height:45px}.min-h-full{min-height:100%}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-\[100\%\]{width:100%}.w-\[100px\]{width:100px}.w-\[15px\]{width:15px}.w-\[30\%\]{width:30%}.w-\[350px\]{width:350px}.w-\[385px\]{width:385px}.w-\[48px\]{width:48px}.w-\[70\%\]{width:70%}.w-fit{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-webkit-max-content;width:-moz-max-content;width:max-content}.min-w-24{min-width:6rem}.min-w-\[165px\]{min-width:165px}.min-w-\[212px\]{min-width:212px}.min-w-fit{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.max-w-60{max-width:15rem}.max-w-\[20vw\]{max-width:20vw}.max-w-\[50vw\]{max-width:50vw}.max-w-\[initial\]{max-width:initial}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.translate-x-4{--tw-translate-x: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-\[10px\]{gap:10px}.gap-\[12px\]{gap:12px}.gap-\[2px\]{gap:2px}.self-start{align-self:flex-start}.overflow-hidden{overflow:hidden}.whitespace-normal{white-space:normal}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-\[12px\]{border-radius:12px}.rounded-\[3px\]{border-radius:3px}.rounded-\[4px\]{border-radius:4px}.rounded-\[50\%\]{border-radius:50%}.rounded-\[6px\]{border-radius:6px}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-\[\#1088E7\]{border-color:#1088e7}.border-\[\#C9D4E3\]{border-color:#c9d4e3}.border-\[var\(--color-blue-500\)\]{border-color:var(--color-blue-500)}.border-\[var\(--color-gray-200\)\]{border-color:var(--color-gray-200)}.border-\[var\(--color-gray-300\)\]{border-color:var(--color-gray-300)}.border-\[var\(--color-gray-400\)\]{border-color:var(--color-gray-400)}.border-\[var\(--color-gray-900\)\]{border-color:var(--color-gray-900)}.border-\[var\(--color-green-300\)\]{border-color:var(--color-green-300)}.border-\[var\(--color-green-500\)\]{border-color:var(--color-green-500)}.border-\[var\(--color-red-500\)\]{border-color:var(--color-red-500)}.border-\[var\(--color-white\)\]{border-color:var(--color-white)}.border-\[var\(--color-yellow-700\)\]{border-color:var(--color-yellow-700)}.border-gray-200{border-color:#e5e7eb}.bg-\[\#E5E7EB\]{background-color:#e5e7eb}.bg-\[var\(--color-blue-100\)\]{background-color:var(--color-blue-100)}.bg-\[var\(--color-blue-450\)\]{background-color:var(--color-blue-450)}.bg-\[var\(--color-blue-500\)\]{background-color:var(--color-blue-500)}.bg-\[var\(--color-gray-100\)\]{background-color:var(--color-gray-100)}.bg-\[var\(--color-gray-200\)\]{background-color:var(--color-gray-200)}.bg-\[var\(--color-gray-500\)\]{background-color:var(--color-gray-500)}.bg-\[var\(--color-gray-800\)\]{background-color:var(--color-gray-800)}.bg-\[var\(--color-green-50\)\]{background-color:var(--color-green-50)}.bg-\[var\(--color-green-500\)\]{background-color:var(--color-green-500)}.bg-\[var\(--color-red-50\)\]{background-color:var(--color-red-50)}.bg-\[var\(--color-red-500\)\]{background-color:var(--color-red-500)}.bg-\[var\(--color-white\)\]{background-color:var(--color-white)}.bg-\[var\(--color-yellow-50\)\]{background-color:var(--color-yellow-50)}.bg-white{background-color:#fff}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-\[\#3A91DA\]{--tw-gradient-from: #3A91DA var(--tw-gradient-from-position);--tw-gradient-to: rgb(58 145 218 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-\[\#2A5092\]{--tw-gradient-to: #2A5092 var(--tw-gradient-to-position)}.stroke-\[var\(--color-gray-600\)\]{stroke:var(--color-gray-600)}.object-contain{object-fit:contain}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-\[100px\]{padding-bottom:100px}.pl-6{padding-left:1.5rem}.pr-12{padding-right:3rem}.pr-2{padding-right:.5rem}.pr-3\.5{padding-right:.875rem}.pt-2{padding-top:.5rem}.pt-5{padding-top:1.25rem}.pt-\[60px\]{padding-top:60px}.text-left{text-align:left}.text-center{text-align:center}.align-baseline{vertical-align:baseline}.text-\[18px\]{font-size:18px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-\[24px\]{line-height:24px}.leading-normal{line-height:1.5}.text-\[\#0078d4\]{color:#0078d4}.text-\[\#1088e7\]{color:#1088e7}.text-\[\#1B2636\]{color:#1b2636}.text-\[var\(--color-blue-500\)\]{color:var(--color-blue-500)}.text-\[var\(--color-gray-400\)\]{color:var(--color-gray-400)}.text-\[var\(--color-gray-500\)\]{color:var(--color-gray-500)}.text-\[var\(--color-gray-600\)\]{color:var(--color-gray-600)}.text-\[var\(--color-gray-700\)\]{color:var(--color-gray-700)}.text-\[var\(--color-gray-800\)\]{color:var(--color-gray-800)}.text-\[var\(--color-gray-900\)\]{color:var(--color-gray-900)}.text-\[var\(--color-green-500\)\]{color:var(--color-green-500)}.text-\[var\(--color-red-500\)\]{color:var(--color-red-500)}.text-\[var\(--color-white\)\]{color:var(--color-white)}.text-\[var\(--color-yellow-700\)\]{color:var(--color-yellow-700)}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.accent-\[\#1088E7\]{accent-color:#1088E7}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-2{outline-width:2px}.outline-offset-2{outline-offset:2px}.outline-\[var\(--color-blue-400\)\]{outline-color:var(--color-blue-400)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-brightness-50{--tw-backdrop-brightness: brightness(.5);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}body{font-family:Inter,sans-serif}img{display:inline-block}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:left-\[-6px\]:before{content:var(--tw-content);left:-6px}.before\:left-\[calc\(10\%-7px\)\]:before{content:var(--tw-content);left:calc(10% - 7px)}.before\:left-\[calc\(50\%-7px\)\]:before{content:var(--tw-content);left:calc(50% - 7px)}.before\:right-\[-6px\]:before{content:var(--tw-content);right:-6px}.before\:right-\[calc\(10\%\+7px\)\]:before{content:var(--tw-content);right:calc(10% + 7px)}.before\:top-\[-7px\]:before{content:var(--tw-content);top:-7px}.before\:inline-block:before{content:var(--tw-content);display:inline-block}.before\:h-3\.5:before{content:var(--tw-content);height:.875rem}.before\:w-3\.5:before{content:var(--tw-content);width:.875rem}.before\:rotate-45:before{content:var(--tw-content);--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.before\:rounded-tl-sm:before{content:var(--tw-content);border-top-left-radius:.125rem}.before\:bg-\[var\(--color-gray-800\)\]:before{content:var(--tw-content);background-color:var(--color-gray-800)}.first\:border-l-0:first-child{border-left-width:0px}.last\:text-right:last-child{text-align:right}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:border-\[var\(--color-gray-500\)\]:hover{border-color:var(--color-gray-500)}.hover\:border-\[var\(--color-green-700\)\]:hover{border-color:var(--color-green-700)}.hover\:border-\[var\(--color-red-500\)\]:hover{border-color:var(--color-red-500)}.hover\:border-\[var\(--color-white\)\]:hover{border-color:var(--color-white)}.hover\:border-\[var\(--color-yellow-900\)\]:hover{border-color:var(--color-yellow-900)}.hover\:bg-\[var\(--color-blue-100\)\]:hover{background-color:var(--color-blue-100)}.hover\:bg-\[var\(--color-blue-450\)\]:hover{background-color:var(--color-blue-450)}.hover\:bg-\[var\(--color-blue-500\)\]:hover{background-color:var(--color-blue-500)}.hover\:bg-\[var\(--color-blue-600\)\]:hover{background-color:var(--color-blue-600)}.hover\:bg-\[var\(--color-gray-100\)\]:hover{background-color:var(--color-gray-100)}.hover\:bg-\[var\(--color-gray-50\)\]:hover{background-color:var(--color-gray-50)}.hover\:bg-\[var\(--color-gray-500\)\]:hover{background-color:var(--color-gray-500)}.hover\:bg-\[var\(--color-green-400\)\]:hover{background-color:var(--color-green-400)}.hover\:bg-\[var\(--color-green-700\)\]:hover{background-color:var(--color-green-700)}.hover\:bg-\[var\(--color-red-50\)\]:hover{background-color:var(--color-red-50)}.hover\:bg-\[var\(--color-red-500\)\]:hover{background-color:var(--color-red-500)}.hover\:bg-\[var\(--color-yellow-50\)\]:hover{background-color:var(--color-yellow-50)}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:bg-transparent:hover{background-color:transparent}.hover\:text-\[var\(--color-blue-600\)\]:hover{color:var(--color-blue-600)}.hover\:text-\[var\(--color-gray-900\)\]:hover{color:var(--color-gray-900)}.focus-visible\:outline:focus-visible{outline-style:solid}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:visible{visibility:visible}.se-design-spinner{border:4px solid #008be7!important;border-top:4px solid #d1e0ea!important;border-radius:100%;height:20px!important;width:20px!important;animation:rotate 1.5s infinite linear}.se-design-loading-modal .se-design-spinner{border:4px solid #008be7!important;border-top:4px solid #d1e0ea!important;border-radius:100%;height:20px!important;width:20px!important;animation:rotate 1.5s infinite linear}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.se-design-table-content-loader td{padding:1rem 1rem 1rem 0}.se-design-table-content-loader td div{height:20px;width:80%;border-radius:72px}.se-design-table-content-loader td:last-child div{width:100%}.se-design-table-content-loader .loading-animation{animation:shimmer 3s infinite linear;background:linear-gradient(to right,#f4f8fd 5%,#f0f3f7 25%,#f4f8fd 35%);background-size:1000px 100%}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.se-design-checkbox-ctn{display:flex;align-items:center;gap:8px}.se-design-checkbox-ctn .se-design-checkbox{display:flex;align-items:baseline;cursor:pointer;gap:8px}.se-design-checkbox-ctn .se-design-checkbox .checkbox-item{display:flex;position:relative;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease-in-out}.se-design-checkbox-ctn .se-design-checkbox .checkbox-item:after{z-index:1;display:block;content:"";width:16px;height:16px}.se-design-checkbox-ctn .se-design-checkbox input[type=checkbox]{display:none}.se-design-checkbox-ctn .se-design-checkbox input[type=checkbox]:checked+.checkbox-item:after{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%204C0%201.79086%201.79086%200%204%200H12C14.2091%200%2016%201.79086%2016%204V12C16%2014.2091%2014.2091%2016%2012%2016H4C1.79086%2016%200%2014.2091%200%2012V4Z'%20fill='%231088E7'/%3e%3cpath%20d='M11.8082%205.5L6.89749%2010.5L4.66534%208.22727'%20stroke='white'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.se-design-checkbox-ctn .se-design-checkbox input[type=checkbox]:checked:hover+.checkbox-item:after{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%204C0%201.79086%201.79086%200%204%200H12C14.2091%200%2016%201.79086%2016%204V12C16%2014.2091%2014.2091%2016%2012%2016H4C1.79086%2016%200%2014.2091%200%2012V4Z'%20fill='%230167C2'/%3e%3cpath%20d='M11.8082%205.5L6.89749%2010.5L4.66534%208.22727'%20stroke='white'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.se-design-checkbox-ctn .se-design-checkbox.unchecked .checkbox-item:after{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.6%204C0.6%202.12223%202.12223%200.6%204%200.6H12C13.8778%200.6%2015.4%202.12223%2015.4%204V12C15.4%2013.8778%2013.8778%2015.4%2012%2015.4H4C2.12223%2015.4%200.6%2013.8778%200.6%2012V4Z'%20fill='white'/%3e%3cpath%20d='M0.6%204C0.6%202.12223%202.12223%200.6%204%200.6H12C13.8778%200.6%2015.4%202.12223%2015.4%204V12C15.4%2013.8778%2013.8778%2015.4%2012%2015.4H4C2.12223%2015.4%200.6%2013.8778%200.6%2012V4Z'%20stroke='%23A1B3CF'%20stroke-width='1.2'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.se-design-checkbox-ctn .se-design-checkbox.unchecked:hover .checkbox-item:after{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.6%204C0.6%202.12223%202.12223%200.6%204%200.6H12C13.8778%200.6%2015.4%202.12223%2015.4%204V12C15.4%2013.8778%2013.8778%2015.4%2012%2015.4H4C2.12223%2015.4%200.6%2013.8778%200.6%2012V4Z'%20fill='%23EAEFF9'/%3e%3cpath%20d='M0.6%204C0.6%202.12223%202.12223%200.6%204%200.6H12C13.8778%200.6%2015.4%202.12223%2015.4%204V12C15.4%2013.8778%2013.8778%2015.4%2012%2015.4H4C2.12223%2015.4%200.6%2013.8778%200.6%2012V4Z'%20stroke='%23A1B3CF'%20stroke-width='1.2'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.se-design-checkbox-ctn .se-design-checkbox.minus-checkbox input[type=checkbox]:checked+.checkbox-item:after{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%204C0%201.79086%201.79086%200%204%200H12C14.2091%200%2016%201.79086%2016%204V12C16%2014.2091%2014.2091%2016%2012%2016H4C1.79086%2016%200%2014.2091%200%2012V4Z'%20fill='%231088E7'/%3e%3cpath%20d='M12%208H4'%20stroke='white'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.se-design-checkbox-ctn .se-design-checkbox.minus-checkbox input[type=checkbox]:checked:hover+.checkbox-item:after{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%204C0%201.79086%201.79086%200%204%200H12C14.2091%200%2016%201.79086%2016%204V12C16%2014.2091%2014.2091%2016%2012%2016H4C1.79086%2016%200%2014.2091%200%2012V4Z'%20fill='%230167C2'/%3e%3cpath%20d='M12%208H4'%20stroke='white'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.se-design-checkbox-ctn .se-design-checkbox.disabled,.se-design-checkbox-ctn .se-design-checkbox.disabled-tick,.se-design-checkbox-ctn .se-design-checkbox.disabled-minus-checkbox{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.se-design-checkbox-ctn .se-design-checkbox.disabled .checkbox-item:after{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%204C0%201.79086%201.79086%200%204%200H12C14.2091%200%2016%201.79086%2016%204V12C16%2014.2091%2014.2091%2016%2012%2016H4C1.79086%2016%200%2014.2091%200%2012V4Z'%20fill='%23E4E9F1'/%3e%3c/svg%3e")}.se-design-checkbox-ctn .se-design-checkbox.disabled-tick .checkbox-item:after{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%204C0%201.79086%201.79086%200%204%200H12C14.2091%200%2016%201.79086%2016%204V12C16%2014.2091%2014.2091%2016%2012%2016H4C1.79086%2016%200%2014.2091%200%2012V4Z'%20fill='%23E4E9F1'/%3e%3cpath%20d='M11.8082%205.5L6.89749%2010.5L4.66534%208.22727'%20stroke='%2392A1B9'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.se-design-checkbox-ctn .se-design-checkbox.disabled-minus-checkbox .checkbox-item:after{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%204C0%201.79086%201.79086%200%204%200H12C14.2091%200%2016%201.79086%2016%204V12C16%2014.2091%2014.2091%2016%2012%2016H4C1.79086%2016%200%2014.2091%200%2012V4Z'%20fill='%23E4E9F1'/%3e%3cpath%20d='M12%208H4'%20stroke='%2392A1B9'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.se-design-checkbox-ctn .checkbox-label{position:relative;top:1px}.se-design-sidebar-overlay-container{height:100%;background-color:var(--color-white);transition:all .3s ease-in-out}.se-design-sidebar-overlay-container .overlay-content{height:100%;display:flex;flex-direction:column}.se-design-sidebar-overlay-container.left-aligned{left:0;transform:translate(-100%)}.se-design-sidebar-overlay-container.left-aligned.open-sidebar{transform:translate(0)}.se-design-sidebar-overlay-container.right-aligned{right:0;transform:translate(100%)}.se-design-sidebar-overlay-container.right-aligned.open-sidebar{transform:translate(0)}.se-design-sidebar-overlay-container.abs{position:absolute}.se-design-sidebar-overlay-container.fxd{position:fixed}.se-design-sidebar-overlay-container.right-aligned{box-shadow:0 0 24px #0000000d}.se-design-sidebar-overlay-container.left-aligned{box-shadow:7px 0 14px #00000017}.se-design-sidebar-overlay-container .overlay-close{position:absolute;right:15px;cursor:pointer;top:10px}.se-design-tabs-dropdown .dropdown-src-element{border:none;background-color:transparent;color:var(--color-blue-500);padding:0}.se-design-tabs-dropdown .dropdown-content{min-width:165px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.se-design-tabs-dropdown .popover-content{width:-webkit-max-content;width:-moz-max-content;width:max-content;left:0%!important;transform:translate(-5%)!important;top:120%!important}.banner-ctn .banner-title{font-size:18px;line-height:24px;font-weight:600;color:var(--color-gray-900)}.banner-ctn .banner-description{font-size:16px;line-height:20px;font-weight:400;color:var(--color-gray-700)}.banner-ctn .banner-image-ctn{display:flex;align-items:flex-end;margin-top:14px}@media screen and (min-width: 0px) and (max-width: 767px){.banner-ctn .banner-content-ctn{width:90%}.banner-ctn .banner-image-ctn{display:none}}@media screen and (min-width: 768px) and (max-width: 1023px){.banner-ctn .banner-content-ctn{width:60%}.banner-ctn .banner-image-ctn{display:flex;flex:1;align-items:center;margin:14px 14px 14px 0}}.widget-ctn .widget-title,.widget-ctn .webinar-title{font-size:18px;line-height:24px;font-weight:600}.widget-ctn .widget-description,.widget-ctn .widget-date{font-size:16px;line-height:24px;font-weight:400}.input-with-tags-container{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;border:1px solid #C9D4E3;cursor:text}.input-with-tags-container:focus-within{border-color:var(--color-blue-500)}.tag-in-inputwithtags{padding:2px 8px;display:flex;align-items:center;gap:4px;border-radius:var(--Corner-radius-6px, 6px);background:var(--Color-Background-Badge-Gray_default, #f2f4f8);color:var(--Color-Text-Body-Secondary, #415575);font-size:16px;text-align:center}.close-icon-in-inputwithtags{cursor:pointer}.input-with-tags-input,.input-with-tags-input:focus{flex-grow:1;border-width:0px;outline:0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.main-container{width:100%}.error-and-max-word .error-message{font-size:16px;line-height:24px;font-weight:400;color:var(--color-red-500);font-size:.875rem}.progress-bar-ctn .steps-count{font-size:14px;line-height:18px;font-weight:400}.getting-started-widget-ctn .title{font-size:18px;line-height:24px;font-weight:600}.getting-started-widget-ctn .action-item-label{font-size:16px;line-height:24px;font-weight:400}.getting-started-widget-ctn .steps-count{font-size:14px;line-height:18px;font-weight:400}.getting-started-widget-ctn .get-started-progress-bar-ctn{width:100%!important}.se-design-message-bar .message-text{font-size:16px;line-height:24px;font-weight:400}.se-design-message-bar.show{animation:slideInDown .5s ease-in-out forwards;pointer-events:auto}.se-design-message-bar.hide{animation:slideUpOut .5s ease-in-out forwards;pointer-events:none}.se-design-message-bar .alert-btn{display:inline-block!important}.se-design-toast-bar{z-index:1100}.se-design-toast-bar .message-text{font-size:16px;line-height:24px;font-weight:400}.se-design-toast-bar.show{animation:slideInDown .5s ease-in-out forwards;pointer-events:auto}.se-design-toast-bar.hide{animation:slideUpOut .5s ease-in-out forwards;pointer-events:none}@keyframes slideInDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUpOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}.main-container-autocomplete-se-design{width:100%;position:relative}.input-container-default{border-radius:var(--Corner-radius-6px, .375rem);border:1px solid var(--Colors-Gray-600, #92a1b9);background:var(--Colors-White-Pure_white, #fff);color:var(--color-gray-900, #1b2636);font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;width:100%}.input-container-default:focus-within{border-color:var(--color-blue-500);box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.input-container-error{border-radius:var(--Corner-radius-6px, .375rem);border:1px solid var(--Colors-Red-400, #fe4773);background:var(--Colors-White-Pure_white, #fff);color:var(--color-gray-900, #1b2636);font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;width:100%}.label-container{font-size:16px;line-height:24px;color:var(--Color-Text-Body-Secondary, #415575);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.428}.error-and-max-word{display:flex;justify-content:space-between;align-items:center}.error-and-max-word .error-message{font-size:16px;line-height:24px;font-weight:400;color:var(--color-red-400);font-size:.875rem}.error-and-max-word .max-word{font-size:16px;line-height:24px;font-weight:400;color:var(--color-gray-700);font-size:1rem}.max-word-container{display:flex;justify-content:end;align-items:center}.max-word-container .max-word{font-size:16px;line-height:24px;font-weight:400;color:var(--color-gray-700)}.input-container-disabled{background-color:var(--color-gray-100);cursor:not-allowed}.main-container-autocomplete-se-design .suggestions-list{display:flex;flex-direction:column;position:absolute;top:100%;left:0;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 8px #0000001a;z-index:1000;width:100%;max-height:200px;overflow-y:auto;margin-top:1px;padding:0}.main-container-autocomplete-se-design .suggestion-item{padding:8px 12px;cursor:pointer;font-size:16px;line-height:24px;font-weight:400;color:var(--color-gray-900)}.main-container-autocomplete-se-design .suggestion-item:hover{background-color:var(--color-gray-100)}:root{--color-blue-50: #F5F9FD;--color-blue-100: #E9F2FC;--color-blue-200: #D6ECFB;--color-blue-300: #D7E6F9;--color-blue-400: #96CBF5;--color-blue-450: #66B1F1;--color-blue-500: #1088E7;--color-blue-600: #0167C2;--color-gray-50: #F2F4F8;--color-gray-100: #EAEFF9;--color-gray-200: #E4E9F1;--color-gray-300: #E1E4EB;--color-gray-400: #C9D4E3;--color-gray-500: #A1B3CF;--color-gray-600: #92A1B9;--color-gray-650: #5679AE;--color-gray-700: #415575;--color-gray-800: #2D3A48;--color-gray-900: #1B2636;--color-green-50: #E5F7ED;--color-green-400: #7BE79C;--color-green-500: #56CF8A;--color-green-600: #3DB370;--color-green-700: #219653;--color-yellow-50: #FFF2D7;--color-yellow-700: #954A29;--color-yellow-800: #682E15;--color-red-50: #FEEBE6;--color-red-500: #FE4773;--color-red-600: #E83560;--color-red-700: #CB384E;--color-white: #FFFFFF;--color-purple-50: #F6F3FF;--color-purple-100: #F5EBFD;--color-purple-200: #F1E4FF;--color-purple-300: #EAD5FF;--color-purple-800: #9335F0}.phone-input-container-se-design-main{border-radius:6px;border:1px solid var(--color-gray-600);background:var(--color-white);position:relative;width:100%;height:40px;display:flex;align-items:center}.phone-input-container-se-design-main:focus-within{border:1px solid var(--color-blue-500)}.phone-input-container-se-design-main.error{border:1px solid var(--color-red-500)}.phone-input-container-se-design{display:flex;align-items:center;padding:var(--Spacer-8px, 8px) var(--Spacer-12px, 12px);gap:12px;align-self:stretch}.phone-input-container-se-design .divider{width:1px;height:24px;background-color:#ccc;margin:0 12px}.phone-input-container-se-design-country-code{cursor:pointer;display:flex;align-items:center;gap:10px}.phone-input-container-se-design-main .phone-input-container-se-design-country-code-list{display:flex;flex-direction:column;position:absolute;top:100%;left:0;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 8px #0000001a;z-index:1000;width:100%;max-height:200px;overflow-y:auto;margin-top:4px;padding:0}.phone-input-container-se-design-main .phone-input-container-se-design-country-code-list .search-input-wrapper{display:flex;align-items:center;position:relative}.phone-input-container-se-design-main .phone-input-container-se-design-country-code-list .search-icon{position:absolute;left:8px;pointer-events:none}.phone-input-container-se-design-main .phone-input-container-se-design-country-code-list-item{padding:8px 12px;cursor:pointer;font-size:16px;line-height:24px;font-weight:400;color:var(--color-gray-900);display:flex;align-items:center;gap:10px}.phone-input-container-se-design-main .phone-input-container-se-design-country-code-list-item:hover{background-color:var(--color-gray-100)}.phone-input-container-se-design-main .phone-input-container-se-design-country-code-list-item-input{border:none!important;outline:none!important;padding-left:30px;flex:1;border-bottom:1px solid var(--color-gray-300)!important;height:100%}.phone-input-container-se-design-main .phone-input-container-se-design-country-code-list-item-input:focus-within{border-color:var(--color-blue-500);box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.phone-input-container-se-design-main .phone-input-container-se-design-country-code-list-item-no-resuts{cursor:not-allowed;padding:8px 12px;color:var(--color-gray-900);font-size:16px;line-height:24px;font-weight:400}.phone-input-container-se-design-main-container .error-message{font-size:16px;line-height:24px;font-weight:400;color:var(--color-red-500);font-size:.875rem;display:flex;justify-content:end}.phone-input-container-se-design-phone-number-input{flex:1;height:100%;border:none;outline:none;width:100%}.phone-input-container-se-design-phone-number-input:focus-within{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}
@@ -3,7 +3,7 @@ export interface ButtonProps {
3
3
  /**
4
4
  * Type of the button
5
5
  */
6
- type?: 'primary' | 'secondary' | 'negative' | 'negative-secondary' | 'purchase' | 'purchase-secondary' | 'link';
6
+ type?: 'primary' | 'secondary' | 'secondary-blue' | 'negative' | 'negative-secondary' | 'purchase' | 'purchase-secondary' | 'link';
7
7
  /**
8
8
  * Size of the button
9
9
  */
@@ -8,5 +8,7 @@ export interface CustomAccordionProps {
8
8
  }) => React.ReactNode;
9
9
  defaultOpen?: boolean;
10
10
  className?: string;
11
+ arrowPosition?: 'left' | 'right';
12
+ contentClassName?: string;
11
13
  }
12
14
  export declare const CustomAccordion: FC<CustomAccordionProps>;
@@ -15,6 +15,8 @@ type DropdownProps = {
15
15
  style?: React.CSSProperties;
16
16
  renderOptionChip?: (option: DropdownValue) => React.ReactNode;
17
17
  className?: string;
18
+ iconColor?: string;
19
+ disabled?: boolean;
18
20
  };
19
21
  export declare const Dropdown: FC<DropdownProps>;
20
22
  export {};
@@ -5,5 +5,6 @@ export type IconProps = {
5
5
  onClick?: () => void;
6
6
  fill?: string;
7
7
  stroke?: string;
8
+ rotation?: '0' | '90' | '180' | '270';
8
9
  };
9
10
  export declare const Icon: FC<IconProps>;
@@ -0,0 +1,14 @@
1
+ import { FC, ReactNode } from 'react';
2
+ interface NavigationItemProps {
3
+ label: string;
4
+ id: string;
5
+ disabled?: boolean;
6
+ renderNavigationItemContent?: (navigationItem: NavigationItemProps) => ReactNode;
7
+ }
8
+ interface NavigationBarProps {
9
+ defaultActiveNavigationItem?: string;
10
+ navigationItems: NavigationItemProps[];
11
+ onNavigationItemChange?: (navigationItemId: string) => void;
12
+ }
13
+ export declare const NavigationBar: FC<NavigationBarProps>;
14
+ export {};
@@ -16,5 +16,6 @@ export interface PopoverProps {
16
16
  onPopoverToggle?: (displayPopover: boolean) => void;
17
17
  contentWidth?: 'full' | 'max';
18
18
  isPopoverOpen?: boolean;
19
+ disabled?: boolean;
19
20
  }
20
21
  export declare const Popover: React.ForwardRefExoticComponent<PopoverProps & React.RefAttributes<PopoverHandle>>;
@@ -9,6 +9,7 @@ interface TabsProps {
9
9
  defaultActiveTab?: string;
10
10
  tabs: TabProps[];
11
11
  onTabChange?: (tabId: string) => void;
12
+ primaryTabCount?: number;
12
13
  }
13
14
  export declare const Tabs: FC<TabsProps>;
14
15
  export {};
@@ -1,10 +1,11 @@
1
- import { FC } from 'react';
1
+ import { default as React, FC } from 'react';
2
2
  export interface ToastBarProps {
3
3
  toastBarCtnClassName?: string;
4
- toastType: "success" | "error" | "info";
5
- toastMessage: string;
4
+ type: "success" | "error" | "info";
5
+ message: string;
6
6
  shouldAutoClose?: boolean;
7
7
  delay?: number;
8
8
  onClose?: () => void;
9
+ containerStyle?: React.CSSProperties;
9
10
  }
10
11
  export declare const ToastBar: FC<ToastBarProps>;
@@ -39,3 +39,4 @@ export { AutoCompleteInput } from './AutoCompleteInput';
39
39
  export { PhoneInput } from './PhoneInput';
40
40
  export { CircularProgressBar } from './CircularProgressBar';
41
41
  export { Avatar } from './Avatar';
42
+ export { NavigationBar } from './NavigationBar';
package/dist/index.js CHANGED
@@ -3,24 +3,24 @@ import { Button as t } from "./index3.js";
3
3
  import { Icon as m } from "./index4.js";
4
4
  import { SplitButton as f } from "./index5.js";
5
5
  import { Toggle as n } from "./index6.js";
6
- import { Badge as i } from "./index7.js";
6
+ import { Badge as d } from "./index7.js";
7
7
  import { LabelChip as l } from "./index8.js";
8
8
  import { Modal as s } from "./index9.js";
9
- import { CustomModal as C } from "./index10.js";
9
+ import { CustomModal as B } from "./index10.js";
10
10
  import { LoadingModal as M } from "./index11.js";
11
11
  import { Spinner as T } from "./index12.js";
12
12
  import { Tooltip as L } from "./index13.js";
13
13
  import { MenuItem as h } from "./index14.js";
14
- import { MenuList as S } from "./index15.js";
14
+ import { MenuList as A } from "./index15.js";
15
15
  import { Popover as W } from "./index16.js";
16
16
  import { Header as G } from "./index17.js";
17
17
  import { HamburgerMenu as R } from "./index18.js";
18
18
  import { TableLayout as w } from "./index19.js";
19
19
  import { Checkbox as K } from "./index20.js";
20
- import { ColorCodedLabel as j } from "./index21.js";
21
- import { Dropdown as z } from "./index22.js";
22
- import { KebabMenu as F } from "./index23.js";
23
- import { TableContentLoader as N } from "./index24.js";
20
+ import { ColorCodedLabel as O } from "./index21.js";
21
+ import { Dropdown as q } from "./index22.js";
22
+ import { KebabMenu as E } from "./index23.js";
23
+ import { TableContentLoader as J } from "./index24.js";
24
24
  import { SidebarOverlay as U } from "./index25.js";
25
25
  import { Tabs as X } from "./index26.js";
26
26
  import { Banner as Z } from "./index27.js";
@@ -33,41 +33,43 @@ import { CustomAccordion as no } from "./index33.js";
33
33
  import { InputWithTags as uo } from "./index34.js";
34
34
  import { Input as go } from "./index35.js";
35
35
  import { ProgressBar as bo } from "./index36.js";
36
- import { GetStartedWidget as Bo } from "./index37.js";
36
+ import { GetStartedWidget as Co } from "./index37.js";
37
37
  import { MessageBar as co } from "./index38.js";
38
38
  import { ToastBar as Io } from "./index39.js";
39
39
  import { AutoCompleteInput as Po } from "./index40.js";
40
- import { PhoneInput as Ao } from "./index41.js";
41
- import { CircularProgressBar as vo } from "./index42.js";
40
+ import { PhoneInput as vo } from "./index41.js";
41
+ import { CircularProgressBar as So } from "./index42.js";
42
42
  import { Avatar as yo } from "./index43.js";
43
+ import { NavigationBar as Ho } from "./index44.js";
43
44
  export {
44
45
  fo as Accordion,
45
46
  Po as AutoCompleteInput,
46
47
  yo as Avatar,
47
- i as Badge,
48
+ d as Badge,
48
49
  Z as Banner,
49
50
  t as Button,
50
51
  K as Checkbox,
51
- vo as CircularProgressBar,
52
- j as ColorCodedLabel,
52
+ So as CircularProgressBar,
53
+ O as ColorCodedLabel,
53
54
  no as CustomAccordion,
54
- C as CustomModal,
55
- z as Dropdown,
56
- Bo as GetStartedWidget,
55
+ B as CustomModal,
56
+ q as Dropdown,
57
+ Co as GetStartedWidget,
57
58
  R as HamburgerMenu,
58
59
  G as Header,
59
60
  m as Icon,
60
61
  go as Input,
61
62
  uo as InputWithTags,
62
- F as KebabMenu,
63
+ E as KebabMenu,
63
64
  l as LabelChip,
64
65
  M as LoadingModal,
65
66
  h as MenuItem,
66
- S as MenuList,
67
+ A as MenuList,
67
68
  co as MessageBar,
68
69
  s as Modal,
70
+ Ho as NavigationBar,
69
71
  $ as Pagination,
70
- Ao as PhoneInput,
72
+ vo as PhoneInput,
71
73
  W as Popover,
72
74
  bo as ProgressBar,
73
75
  to as Radio,
@@ -75,7 +77,7 @@ export {
75
77
  U as SidebarOverlay,
76
78
  T as Spinner,
77
79
  f as SplitButton,
78
- N as TableContentLoader,
80
+ J as TableContentLoader,
79
81
  w as TableLayout,
80
82
  X as Tabs,
81
83
  Io as ToastBar,
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/dist/index100.js CHANGED
@@ -1,4 +1,4 @@
1
- const e = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.545%205.45508L5.4541%2014.546'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.4541%205.45508L14.545%2014.546'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
1
+ const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_72_2399)'%3e%3cpath%20d='M1.37388%206.99414H10.4141'%20stroke='%23111111'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.44197%202.02539L10.4141%206.99749L5.44197%2011.9696'%20stroke='%23111111'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.127%2011.9696V2.02539'%20stroke='%23111111'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_72_2399'%3e%3crect%20width='13.5'%20height='13.5'%20fill='white'%20transform='matrix(-1%200%200%201%2014%200.25)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
2
2
  export {
3
3
  e as default
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index100.js","sources":["../src/assets/icons/white-close.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.545%205.45508L5.4541%2014.546'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.4541%205.45508L14.545%2014.546'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e\""],"names":["__vite_glob_0_56"],"mappings":"AAAA,MAAeA,IAAA;"}
1
+ {"version":3,"file":"index100.js","sources":["../src/assets/icons/slideout.svg?url"],"sourcesContent":["export default \"data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_72_2399)'%3e%3cpath%20d='M1.37388%206.99414H10.4141'%20stroke='%23111111'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.44197%202.02539L10.4141%206.99749L5.44197%2011.9696'%20stroke='%23111111'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.127%2011.9696V2.02539'%20stroke='%23111111'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_72_2399'%3e%3crect%20width='13.5'%20height='13.5'%20fill='white'%20transform='matrix(-1%200%200%201%2014%200.25)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e\""],"names":["__vite_glob_0_55"],"mappings":"AAAA,MAAeA,IAAA;"}
package/dist/index101.js CHANGED
@@ -1,5 +1,5 @@
1
- const C = "data:image/svg+xml,%3csvg%20width='387'%20height='134'%20viewBox='0%200%20387%20134'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1582_4463)'%3e%3cpath%20d='M0%2012C0%205.37258%205.37258%200%2012%200H375C381.627%200%20387%205.37258%20387%2012V134H0V12Z'%20fill='url(%23paint0_linear_1582_4463)'/%3e%3cg%20filter='url(%23filter0_d_1582_4463)'%3e%3crect%20x='63'%20y='35'%20width='385'%20height='173'%20rx='2'%20fill='white'%20shape-rendering='crispEdges'/%3e%3crect%20x='83'%20y='86'%20width='289'%20height='10'%20rx='5'%20fill='%23EDF0F6'/%3e%3crect%20x='83'%20y='113'%20width='243'%20height='10'%20rx='5'%20fill='%23EDF0F6'/%3e%3crect%20x='63'%20y='35'%20width='318'%20height='32'%20rx='2'%20fill='url(%23paint1_linear_1582_4463)'/%3e%3cpath%20d='M92.5753%2049.1293H91.0241C90.9645%2048.7978%2090.8535%2048.5062%2090.6911%2048.2543C90.5286%2048.0024%2090.3298%2047.7886%2090.0945%2047.6129C89.8591%2047.4373%2089.5956%2047.3047%2089.304%2047.2152C89.0156%2047.1257%2088.709%2047.081%2088.3842%2047.081C87.7976%2047.081%2087.2723%2047.2285%2086.8082%2047.5234C86.3475%2047.8184%2085.983%2048.2509%2085.7145%2048.821C85.4493%2049.3911%2085.3168%2050.0871%2085.3168%2050.9091C85.3168%2051.7377%2085.4493%2052.437%2085.7145%2053.0071C85.983%2053.5772%2086.3492%2054.008%2086.8132%2054.2997C87.2772%2054.5914%2087.7992%2054.7372%2088.3793%2054.7372C88.7008%2054.7372%2089.0057%2054.6941%2089.294%2054.608C89.5857%2054.5185%2089.8492%2054.3875%2090.0845%2054.2152C90.3198%2054.0429%2090.5187%2053.8324%2090.6811%2053.5838C90.8468%2053.3319%2090.9612%2053.0436%2091.0241%2052.7188L92.5753%2052.7237C92.4924%2053.2242%2092.3317%2053.6849%2092.093%2054.1058C91.8577%2054.5234%2091.5545%2054.8847%2091.1832%2055.1896C90.8153%2055.4912%2090.3944%2055.7249%2089.9205%2055.8906C89.4465%2056.0563%2088.9295%2056.1392%2088.3693%2056.1392C87.4877%2056.1392%2086.7022%2055.9304%2086.0128%2055.5128C85.3234%2055.0919%2084.7798%2054.4903%2084.3821%2053.7081C83.9877%2052.9259%2083.7905%2051.9929%2083.7905%2050.9091C83.7905%2049.822%2083.9893%2048.889%2084.3871%2048.1101C84.7848%2047.3279%2085.3284%2046.728%2086.0178%2046.3104C86.7071%2045.8894%2087.491%2045.679%2088.3693%2045.679C88.9096%2045.679%2089.4134%2045.7569%2089.8807%2045.9126C90.3513%2046.0651%2090.7739%2046.2905%2091.1484%2046.5888C91.523%2046.8838%2091.8329%2047.245%2092.0781%2047.6726C92.3234%2048.0968%2092.4891%2048.5824%2092.5753%2049.1293ZM95.7807%2051.4659V56H94.2942V45.8182H95.7608V49.6065H95.8553C96.0343%2049.1955%2096.3077%2048.8691%2096.6756%2048.6271C97.0435%2048.3852%2097.5241%2048.2642%2098.1174%2048.2642C98.641%2048.2642%2099.0984%2048.3719%2099.4895%2048.5874C99.8839%2048.8028%20100.189%2049.1243%20100.404%2049.5518C100.623%2049.9761%20100.732%2050.5064%20100.732%2051.1428V56H99.2459V51.3217C99.2459%2050.7616%2099.1017%2050.3274%2098.8134%2050.0192C98.525%2049.7076%2098.124%2049.5518%2097.6103%2049.5518C97.2589%2049.5518%2096.9441%2049.6264%2096.6657%2049.7756C96.3906%2049.9247%2096.1735%2050.1435%2096.0144%2050.4318C95.8586%2050.7169%2095.7807%2051.0616%2095.7807%2051.4659ZM104.938%2056.169C104.454%2056.169%20104.017%2056.0795%20103.626%2055.9006C103.235%2055.7183%20102.925%2055.4548%20102.696%2055.1101C102.471%2054.7654%20102.358%2054.3428%20102.358%2053.8423C102.358%2053.4115%20102.441%2053.0568%20102.607%2052.7784C102.772%2052.5%20102.996%2052.2796%20103.278%2052.1172C103.56%2051.9548%20103.874%2051.8321%20104.222%2051.7493C104.57%2051.6664%20104.925%2051.6035%20105.286%2051.5604C105.744%2051.5073%20106.115%2051.4643%20106.4%2051.4311C106.685%2051.3946%20106.892%2051.3366%20107.021%2051.2571C107.151%2051.1776%20107.215%2051.0483%20107.215%2050.8693V50.8345C107.215%2050.4003%20107.093%2050.0639%20106.847%2049.8253C106.606%2049.5866%20106.244%2049.4673%20105.764%2049.4673C105.263%2049.4673%20104.869%2049.5784%20104.58%2049.8004C104.295%2050.0192%20104.098%2050.2628%20103.989%2050.5312L102.592%2050.2131C102.758%2049.7491%20102.999%2049.3745%20103.318%2049.0895C103.639%2048.8011%20104.009%2048.5923%20104.426%2048.4631C104.844%2048.3305%20105.283%2048.2642%20105.744%2048.2642C106.049%2048.2642%20106.372%2048.3007%20106.713%2048.3736C107.058%2048.4432%20107.379%2048.5724%20107.678%2048.7614C107.979%2048.9503%20108.226%2049.2204%20108.419%2049.5717C108.611%2049.9197%20108.707%2050.3722%20108.707%2050.929V56H107.255V54.956H107.195C107.099%2055.1482%20106.955%2055.3371%20106.763%2055.5227C106.571%2055.7083%20106.324%2055.8625%20106.022%2055.9851C105.721%2056.1077%20105.359%2056.169%20104.938%2056.169ZM105.262%2054.9759C105.673%2054.9759%20106.024%2054.8946%20106.316%2054.7322C106.61%2054.5698%20106.834%2054.3577%20106.987%2054.0959C107.142%2053.8307%20107.22%2053.5473%20107.22%2053.2457V52.2614C107.167%2052.3144%20107.065%2052.3641%20106.912%2052.4105C106.763%2052.4536%20106.592%2052.4917%20106.4%2052.5249C106.208%2052.5547%20106.021%2052.5829%20105.838%2052.6094C105.656%2052.6326%20105.503%2052.6525%20105.381%2052.669C105.093%2052.7055%20104.829%2052.7668%20104.59%2052.853C104.355%2052.9392%20104.166%2053.0634%20104.024%2053.2259C103.884%2053.3849%20103.815%2053.5971%20103.815%2053.8622C103.815%2054.2301%20103.951%2054.5085%20104.222%2054.6974C104.494%2054.883%20104.841%2054.9759%20105.262%2054.9759ZM112.173%2051.4659V56H110.687V48.3636H112.114V49.6065H112.208C112.384%2049.2022%20112.659%2048.8774%20113.033%2048.6321C113.411%2048.3868%20113.887%2048.2642%20114.46%2048.2642C114.981%2048.2642%20115.436%2048.3736%20115.827%2048.5923C116.219%2048.8078%20116.522%2049.1293%20116.737%2049.5568C116.953%2049.9844%20117.06%2050.513%20117.06%2051.1428V56H115.574V51.3217C115.574%2050.7682%20115.43%2050.3357%20115.141%2050.0241C114.853%2049.7093%20114.457%2049.5518%20113.953%2049.5518C113.608%2049.5518%20113.302%2049.6264%20113.033%2049.7756C112.768%2049.9247%20112.558%2050.1435%20112.402%2050.4318C112.25%2050.7169%20112.173%2051.0616%20112.173%2051.4659ZM122.256%2059.0227C121.649%2059.0227%20121.127%2058.9432%20120.69%2058.7841C120.255%2058.625%20119.901%2058.4145%20119.626%2058.1527C119.351%2057.8909%20119.145%2057.6042%20119.009%2057.2926L120.287%2056.7656C120.376%2056.9115%20120.496%2057.0656%20120.645%2057.228C120.797%2057.3937%20121.003%2057.5346%20121.261%2057.6506C121.523%2057.7666%20121.86%2057.8246%20122.271%2057.8246C122.834%2057.8246%20123.3%2057.687%20123.668%2057.4119C124.036%2057.1402%20124.219%2056.706%20124.219%2056.1094V54.608H124.125C124.036%2054.7704%20123.906%2054.951%20123.737%2055.1499C123.571%2055.3487%20123.343%2055.5211%20123.051%2055.6669C122.759%2055.8127%20122.38%2055.8857%20121.913%2055.8857C121.309%2055.8857%20120.766%2055.7448%20120.282%2055.4631C119.801%2055.178%20119.42%2054.7588%20119.138%2054.2053C118.86%2053.6484%20118.721%2052.964%20118.721%2052.152C118.721%2051.34%20118.858%2050.6439%20119.134%2050.0639C119.412%2049.4839%20119.793%2049.0398%20120.277%2048.7315C120.761%2048.42%20121.309%2048.2642%20121.923%2048.2642C122.397%2048.2642%20122.779%2048.3438%20123.071%2048.5028C123.363%2048.6586%20123.59%2048.8409%20123.752%2049.0497C123.918%2049.2585%20124.045%2049.4425%20124.135%2049.6016H124.244V48.3636H125.701V56.169C125.701%2056.8253%20125.549%2057.3639%20125.244%2057.7848C124.939%2058.2057%20124.526%2058.5173%20124.006%2058.7195C123.489%2058.9216%20122.905%2059.0227%20122.256%2059.0227ZM122.241%2054.6527C122.668%2054.6527%20123.03%2054.5533%20123.325%2054.3544C123.623%2054.1522%20123.848%2053.8639%20124.001%2053.4893C124.156%2053.1115%20124.234%2052.6591%20124.234%2052.1321C124.234%2051.6184%20124.158%2051.166%20124.006%2050.7749C123.853%2050.3838%20123.629%2050.0788%20123.335%2049.8601C123.04%2049.638%20122.675%2049.527%20122.241%2049.527C121.793%2049.527%20121.42%2049.643%20121.122%2049.875C120.824%2050.1037%20120.598%2050.4152%20120.446%2050.8097C120.297%2051.2041%20120.222%2051.6449%20120.222%2052.1321C120.222%2052.6326%20120.299%2053.0717%20120.451%2053.4496C120.603%2053.8274%20120.829%2054.1224%20121.127%2054.3345C121.429%2054.5466%20121.8%2054.6527%20122.241%2054.6527ZM130.986%2056.1541C130.233%2056.1541%20129.585%2055.9934%20129.042%2055.6719C128.502%2055.3471%20128.084%2054.8913%20127.789%2054.3047C127.497%2053.7147%20127.352%2053.0237%20127.352%2052.2315C127.352%2051.4493%20127.497%2050.7599%20127.789%2050.1634C128.084%2049.5668%20128.495%2049.1011%20129.022%2048.7663C129.552%2048.4316%20130.172%2048.2642%20130.881%2048.2642C131.312%2048.2642%20131.73%2048.3355%20132.134%2048.478C132.539%2048.6205%20132.902%2048.8442%20133.223%2049.1491C133.545%2049.4541%20133.798%2049.8501%20133.984%2050.3374C134.169%2050.8213%20134.262%2051.4096%20134.262%2052.1023V52.6293H128.192V51.5156H132.805C132.805%2051.1245%20132.726%2050.7782%20132.567%2050.4766C132.408%2050.1716%20132.184%2049.9313%20131.896%2049.7557C131.611%2049.58%20131.276%2049.4922%20130.891%2049.4922C130.474%2049.4922%20130.109%2049.5949%20129.798%2049.8004C129.489%2050.0026%20129.251%2050.2678%20129.082%2050.5959C128.916%2050.9207%20128.833%2051.2737%20128.833%2051.6548V52.5249C128.833%2053.0353%20128.923%2053.4695%20129.102%2053.8274C129.284%2054.1854%20129.537%2054.4588%20129.862%2054.6477C130.187%2054.8333%20130.567%2054.9261%20131.001%2054.9261C131.282%2054.9261%20131.539%2054.8864%20131.771%2054.8068C132.003%2054.724%20132.204%2054.6013%20132.373%2054.4389C132.542%2054.2765%20132.671%2054.076%20132.761%2053.8374L134.168%2054.0909C134.055%2054.5052%20133.853%2054.8681%20133.561%2055.1797C133.273%2055.4879%20132.91%2055.7282%20132.472%2055.9006C132.038%2056.0696%20131.543%2056.1541%20130.986%2056.1541ZM141.634%2050.228L140.286%2050.4666C140.23%2050.2943%20140.141%2050.1302%20140.018%2049.9744C139.899%2049.8187%20139.736%2049.6911%20139.531%2049.5916C139.325%2049.4922%20139.068%2049.4425%20138.76%2049.4425C138.339%2049.4425%20137.988%2049.5369%20137.706%2049.7259C137.424%2049.9115%20137.284%2050.1518%20137.284%2050.4467C137.284%2050.7019%20137.378%2050.9074%20137.567%2051.0632C137.756%2051.219%20138.061%2051.3466%20138.482%2051.446L139.695%2051.7244C140.397%2051.8868%20140.921%2052.1371%20141.266%2052.4751C141.61%2052.8132%20141.783%2053.2524%20141.783%2053.7926C141.783%2054.25%20141.65%2054.6577%20141.385%2055.0156C141.123%2055.3703%20140.757%2055.6487%20140.286%2055.8509C139.819%2056.053%20139.277%2056.1541%20138.661%2056.1541C137.806%2056.1541%20137.108%2055.9718%20136.568%2055.6072C136.027%2055.2393%20135.696%2054.7173%20135.573%2054.0412L137.01%2053.8224C137.1%2054.197%20137.284%2054.4804%20137.562%2054.6726C137.84%2054.8615%20138.203%2054.956%20138.651%2054.956C139.138%2054.956%20139.527%2054.8549%20139.819%2054.6527C140.111%2054.4472%20140.257%2054.197%20140.257%2053.902C140.257%2053.6634%20140.167%2053.4628%20139.988%2053.3004C139.812%2053.138%20139.542%2053.0154%20139.178%2052.9325L137.885%2052.6491C137.173%2052.4867%20136.646%2052.2282%20136.304%2051.8736C135.966%2051.5189%20135.797%2051.0698%20135.797%2050.5263C135.797%2050.0755%20135.923%2049.6811%20136.175%2049.343C136.427%2049.005%20136.775%2048.7415%20137.219%2048.5526C137.663%2048.3603%20138.172%2048.2642%20138.745%2048.2642C139.57%2048.2642%20140.22%2048.4432%20140.694%2048.8011C141.168%2049.1558%20141.481%2049.6314%20141.634%2050.228ZM149.345%2056.169C148.861%2056.169%20148.423%2056.0795%20148.032%2055.9006C147.641%2055.7183%20147.331%2055.4548%20147.102%2055.1101C146.877%2054.7654%20146.764%2054.3428%20146.764%2053.8423C146.764%2053.4115%20146.847%2053.0568%20147.013%2052.7784C147.179%2052.5%20147.402%2052.2796%20147.684%2052.1172C147.966%2051.9548%20148.281%2051.8321%20148.629%2051.7493C148.977%2051.6664%20149.331%2051.6035%20149.693%2051.5604C150.15%2051.5073%20150.521%2051.4643%20150.806%2051.4311C151.091%2051.3946%20151.298%2051.3366%20151.428%2051.2571C151.557%2051.1776%20151.622%2051.0483%20151.622%2050.8693V50.8345C151.622%2050.4003%20151.499%2050.0639%20151.254%2049.8253C151.012%2049.5866%20150.651%2049.4673%20150.17%2049.4673C149.669%2049.4673%20149.275%2049.5784%20148.987%2049.8004C148.702%2050.0192%20148.504%2050.2628%20148.395%2050.5312L146.998%2050.2131C147.164%2049.7491%20147.406%2049.3745%20147.724%2049.0895C148.045%2048.8011%20148.415%2048.5923%20148.833%2048.4631C149.25%2048.3305%20149.689%2048.2642%20150.15%2048.2642C150.455%2048.2642%20150.778%2048.3007%20151.119%2048.3736C151.464%2048.4432%20151.786%2048.5724%20152.084%2048.7614C152.386%2048.9503%20152.633%2049.2204%20152.825%2049.5717C153.017%2049.9197%20153.113%2050.3722%20153.113%2050.929V56H151.661V54.956H151.602C151.506%2055.1482%20151.361%2055.3371%20151.169%2055.5227C150.977%2055.7083%20150.73%2055.8625%20150.428%2055.9851C150.127%2056.1077%20149.766%2056.169%20149.345%2056.169ZM149.668%2054.9759C150.079%2054.9759%20150.43%2054.8946%20150.722%2054.7322C151.017%2054.5698%20151.24%2054.3577%20151.393%2054.0959C151.549%2053.8307%20151.627%2053.5473%20151.627%2053.2457V52.2614C151.574%2052.3144%20151.471%2052.3641%20151.318%2052.4105C151.169%2052.4536%20150.999%2052.4917%20150.806%2052.5249C150.614%2052.5547%20150.427%2052.5829%20150.244%2052.6094C150.062%2052.6326%20149.91%2052.6525%20149.787%2052.669C149.499%2052.7055%20149.235%2052.7668%20148.997%2052.853C148.761%2052.9392%20148.572%2053.0634%20148.43%2053.2259C148.291%2053.3849%20148.221%2053.5971%20148.221%2053.8622C148.221%2054.2301%20148.357%2054.5085%20148.629%2054.6974C148.901%2054.883%20149.247%2054.9759%20149.668%2054.9759ZM155.093%2056V48.3636H156.53V49.5767H156.609C156.749%2049.1657%20156.994%2048.8426%20157.345%2048.6072C157.7%2048.3686%20158.101%2048.2493%20158.548%2048.2493C158.641%2048.2493%20158.75%2048.2526%20158.876%2048.2592C159.006%2048.2659%20159.107%2048.2741%20159.18%2048.2841V49.706C159.12%2049.6894%20159.014%2049.6712%20158.862%2049.6513C158.709%2049.6281%20158.557%2049.6165%20158.404%2049.6165C158.053%2049.6165%20157.74%2049.6911%20157.464%2049.8402C157.193%2049.986%20156.977%2050.1899%20156.818%2050.4517C156.659%2050.7102%20156.58%2051.0052%20156.58%2051.3366V56H155.093ZM163.484%2056.1541C162.731%2056.1541%20162.084%2055.9934%20161.54%2055.6719C161%2055.3471%20160.582%2054.8913%20160.287%2054.3047C159.995%2053.7147%20159.85%2053.0237%20159.85%2052.2315C159.85%2051.4493%20159.995%2050.7599%20160.287%2050.1634C160.582%2049.5668%20160.993%2049.1011%20161.52%2048.7663C162.05%2048.4316%20162.67%2048.2642%20163.379%2048.2642C163.81%2048.2642%20164.228%2048.3355%20164.632%2048.478C165.037%2048.6205%20165.4%2048.8442%20165.721%2049.1491C166.043%2049.4541%20166.296%2049.8501%20166.482%2050.3374C166.667%2050.8213%20166.76%2051.4096%20166.76%2052.1023V52.6293H160.69V51.5156H165.303C165.303%2051.1245%20165.224%2050.7782%20165.065%2050.4766C164.906%2050.1716%20164.682%2049.9313%20164.394%2049.7557C164.109%2049.58%20163.774%2049.4922%20163.389%2049.4922C162.972%2049.4922%20162.607%2049.5949%20162.296%2049.8004C161.987%2050.0026%20161.749%2050.2678%20161.58%2050.5959C161.414%2050.9207%20161.331%2051.2737%20161.331%2051.6548V52.5249C161.331%2053.0353%20161.421%2053.4695%20161.6%2053.8274C161.782%2054.1854%20162.035%2054.4588%20162.36%2054.6477C162.685%2054.8333%20163.065%2054.9261%20163.499%2054.9261C163.78%2054.9261%20164.037%2054.8864%20164.269%2054.8068C164.501%2054.724%20164.702%2054.6013%20164.871%2054.4389C165.04%2054.2765%20165.169%2054.076%20165.259%2053.8374L166.666%2054.0909C166.553%2054.5052%20166.351%2054.8681%20166.059%2055.1797C165.771%2055.4879%20165.408%2055.7282%20164.97%2055.9006C164.536%2056.0696%20164.041%2056.1541%20163.484%2056.1541ZM177.837%2050.228L176.49%2050.4666C176.433%2050.2943%20176.344%2050.1302%20176.221%2049.9744C176.102%2049.8187%20175.939%2049.6911%20175.734%2049.5916C175.528%2049.4922%20175.271%2049.4425%20174.963%2049.4425C174.542%2049.4425%20174.191%2049.5369%20173.909%2049.7259C173.628%2049.9115%20173.487%2050.1518%20173.487%2050.4467C173.487%2050.7019%20173.581%2050.9074%20173.77%2051.0632C173.959%2051.219%20174.264%2051.3466%20174.685%2051.446L175.898%2051.7244C176.601%2051.8868%20177.124%2052.1371%20177.469%2052.4751C177.814%2052.8132%20177.986%2053.2524%20177.986%2053.7926C177.986%2054.25%20177.853%2054.6577%20177.588%2055.0156C177.326%2055.3703%20176.96%2055.6487%20176.49%2055.8509C176.022%2056.053%20175.48%2056.1541%20174.864%2056.1541C174.009%2056.1541%20173.311%2055.9718%20172.771%2055.6072C172.231%2055.2393%20171.899%2054.7173%20171.776%2054.0412L173.213%2053.8224C173.303%2054.197%20173.487%2054.4804%20173.765%2054.6726C174.044%2054.8615%20174.406%2054.956%20174.854%2054.956C175.341%2054.956%20175.731%2054.8549%20176.022%2054.6527C176.314%2054.4472%20176.46%2054.197%20176.46%2053.902C176.46%2053.6634%20176.37%2053.4628%20176.191%2053.3004C176.016%2053.138%20175.745%2053.0154%20175.381%2052.9325L174.088%2052.6491C173.376%2052.4867%20172.849%2052.2282%20172.507%2051.8736C172.169%2051.5189%20172%2051.0698%20172%2050.5263C172%2050.0755%20172.126%2049.6811%20172.378%2049.343C172.63%2049.005%20172.978%2048.7415%20173.422%2048.5526C173.866%2048.3603%20174.375%2048.2642%20174.948%2048.2642C175.774%2048.2642%20176.423%2048.4432%20176.897%2048.8011C177.371%2049.1558%20177.684%2049.6314%20177.837%2050.228ZM181.843%2056.169C181.359%2056.169%20180.921%2056.0795%20180.53%2055.9006C180.139%2055.7183%20179.829%2055.4548%20179.6%2055.1101C179.375%2054.7654%20179.262%2054.3428%20179.262%2053.8423C179.262%2053.4115%20179.345%2053.0568%20179.511%2052.7784C179.677%2052.5%20179.9%2052.2796%20180.182%2052.1172C180.464%2051.9548%20180.779%2051.8321%20181.127%2051.7493C181.475%2051.6664%20181.829%2051.6035%20182.191%2051.5604C182.648%2051.5073%20183.019%2051.4643%20183.304%2051.4311C183.589%2051.3946%20183.797%2051.3366%20183.926%2051.2571C184.055%2051.1776%20184.12%2051.0483%20184.12%2050.8693V50.8345C184.12%2050.4003%20183.997%2050.0639%20183.752%2049.8253C183.51%2049.5866%20183.149%2049.4673%20182.668%2049.4673C182.167%2049.4673%20181.773%2049.5784%20181.485%2049.8004C181.2%2050.0192%20181.002%2050.2628%20180.893%2050.5312L179.496%2050.2131C179.662%2049.7491%20179.904%2049.3745%20180.222%2049.0895C180.543%2048.8011%20180.913%2048.5923%20181.331%2048.4631C181.748%2048.3305%20182.187%2048.2642%20182.648%2048.2642C182.953%2048.2642%20183.276%2048.3007%20183.618%2048.3736C183.962%2048.4432%20184.284%2048.5724%20184.582%2048.7614C184.884%2048.9503%20185.131%2049.2204%20185.323%2049.5717C185.515%2049.9197%20185.611%2050.3722%20185.611%2050.929V56H184.159V54.956H184.1C184.004%2055.1482%20183.859%2055.3371%20183.667%2055.5227C183.475%2055.7083%20183.228%2055.8625%20182.926%2055.9851C182.625%2056.1077%20182.264%2056.169%20181.843%2056.169ZM182.166%2054.9759C182.577%2054.9759%20182.928%2054.8946%20183.22%2054.7322C183.515%2054.5698%20183.739%2054.3577%20183.891%2054.0959C184.047%2053.8307%20184.125%2053.5473%20184.125%2053.2457V52.2614C184.072%2052.3144%20183.969%2052.3641%20183.816%2052.4105C183.667%2052.4536%20183.497%2052.4917%20183.304%2052.5249C183.112%2052.5547%20182.925%2052.5829%20182.743%2052.6094C182.56%2052.6326%20182.408%2052.6525%20182.285%2052.669C181.997%2052.7055%20181.733%2052.7668%20181.495%2052.853C181.259%2052.9392%20181.07%2053.0634%20180.928%2053.2259C180.789%2053.3849%20180.719%2053.5971%20180.719%2053.8622C180.719%2054.2301%20180.855%2054.5085%20181.127%2054.6974C181.399%2054.883%20181.745%2054.9759%20182.166%2054.9759ZM193.85%2048.3636L191.081%2056H189.49L186.716%2048.3636H188.312L190.246%2054.2401H190.325L192.254%2048.3636H193.85ZM198.279%2056.1541C197.526%2056.1541%20196.878%2055.9934%20196.335%2055.6719C195.795%2055.3471%20195.377%2054.8913%20195.082%2054.3047C194.79%2053.7147%20194.645%2053.0237%20194.645%2052.2315C194.645%2051.4493%20194.79%2050.7599%20195.082%2050.1634C195.377%2049.5668%20195.788%2049.1011%20196.315%2048.7663C196.845%2048.4316%20197.465%2048.2642%20198.174%2048.2642C198.605%2048.2642%20199.023%2048.3355%20199.427%2048.478C199.832%2048.6205%20200.194%2048.8442%20200.516%2049.1491C200.837%2049.4541%20201.091%2049.8501%20201.277%2050.3374C201.462%2050.8213%20201.555%2051.4096%20201.555%2052.1023V52.6293H195.485V51.5156H200.098C200.098%2051.1245%20200.019%2050.7782%20199.86%2050.4766C199.701%2050.1716%20199.477%2049.9313%20199.189%2049.7557C198.904%2049.58%20198.569%2049.4922%20198.184%2049.4922C197.767%2049.4922%20197.402%2049.5949%20197.091%2049.8004C196.782%2050.0026%20196.544%2050.2678%20196.375%2050.5959C196.209%2050.9207%20196.126%2051.2737%20196.126%2051.6548V52.5249C196.126%2053.0353%20196.216%2053.4695%20196.395%2053.8274C196.577%2054.1854%20196.83%2054.4588%20197.155%2054.6477C197.48%2054.8333%20197.859%2054.9261%20198.294%2054.9261C198.575%2054.9261%20198.832%2054.8864%20199.064%2054.8068C199.296%2054.724%20199.497%2054.6013%20199.666%2054.4389C199.835%2054.2765%20199.964%2054.076%20200.054%2053.8374L201.461%2054.0909C201.348%2054.5052%20201.146%2054.8681%20200.854%2055.1797C200.566%2055.4879%20200.203%2055.7282%20199.765%2055.9006C199.331%2056.0696%20198.836%2056.1541%20198.279%2056.1541ZM206.063%2056.1491C205.447%2056.1491%20204.896%2055.9917%20204.412%2055.6768C203.932%2055.3587%20203.554%2054.9062%20203.279%2054.3196C203.007%2053.7296%20202.871%2053.022%20202.871%2052.1967C202.871%2051.3714%20203.009%2050.6655%20203.284%2050.0788C203.562%2049.4922%20203.943%2049.0431%20204.427%2048.7315C204.911%2048.42%20205.46%2048.2642%20206.073%2048.2642C206.547%2048.2642%20206.928%2048.3438%20207.216%2048.5028C207.508%2048.6586%20207.733%2048.8409%20207.893%2049.0497C208.055%2049.2585%20208.181%2049.4425%20208.27%2049.6016H208.36V45.8182H209.846V56H208.395V54.8118H208.27C208.181%2054.9742%20208.052%2055.1598%20207.883%2055.3686C207.717%2055.5774%20207.488%2055.7597%20207.197%2055.9155C206.905%2056.0713%20206.527%2056.1491%20206.063%2056.1491ZM206.391%2054.8814C206.819%2054.8814%20207.18%2054.7687%20207.475%2054.5433C207.773%2054.3146%20207.999%2053.9981%20208.151%2053.5938C208.307%2053.1894%20208.385%2052.7187%20208.385%2052.1818C208.385%2051.6515%20208.309%2051.1875%20208.156%2050.7898C208.004%2050.392%20207.78%2050.0821%20207.485%2049.8601C207.19%2049.638%20206.825%2049.527%20206.391%2049.527C205.944%2049.527%20205.571%2049.643%20205.273%2049.875C204.974%2050.107%20204.749%2050.4235%20204.596%2050.8246C204.447%2051.2256%20204.373%2051.678%20204.373%2052.1818C204.373%2052.6922%20204.449%2053.1513%20204.601%2053.5589C204.754%2053.9666%20204.979%2054.2898%20205.278%2054.5284C205.579%2054.7637%20205.95%2054.8814%20206.391%2054.8814Z'%20fill='%23219653'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_1582_4463'%20x='51'%20y='27'%20width='409'%20height='197'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='4'/%3e%3cfeGaussianBlur%20stdDeviation='6'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.12%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_1582_4463'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_1582_4463'%20result='shape'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_1582_4463'%20x1='193.5'%20y1='-4.90314e-06'%20x2='265.934'%20y2='210.234'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23E3F0FF'/%3e%3cstop%20offset='1'%20stop-color='%238BCBFF'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_1582_4463'%20x1='63'%20y1='51'%20x2='381'%20y2='51'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23E5F7ED'/%3e%3cstop%20offset='1'%20stop-color='%23E5F7ED'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_1582_4463'%3e%3cpath%20d='M0%2012C0%205.37258%205.37258%200%2012%200H375C381.627%200%20387%205.37258%20387%2012V134H0V12Z'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
1
+ const t = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='13'%20viewBox='0%200%2012%2013'%20fill='none'%3e%3cpath%20d='M10.5152%201H1.71523C1.11023%201%200.615234%201.495%200.615234%202.1V12L2.81523%209.8H10.5152C11.1202%209.8%2011.6152%209.305%2011.6152%208.7V2.1C11.6152%201.495%2011.1202%201%2010.5152%201ZM10.5152%208.7H2.81523L1.71523%209.8V2.1H10.5152V8.7ZM3.36523%204.85H4.46523V5.95H3.36523V4.85ZM5.56523%204.85H6.66523V5.95H5.56523V4.85ZM7.76523%204.85H8.86523V5.95H7.76523V4.85Z'%20fill='%23415575'%20stroke='%23F2F4F8'%20stroke-width='0.2'/%3e%3c/svg%3e";
2
2
  export {
3
- C as default
3
+ t as default
4
4
  };
5
5
  //# sourceMappingURL=index101.js.map