@cecee/document-flip-book 1.0.17 → 1.0.18

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 (75) hide show
  1. package/LICENSE +15 -0
  2. package/README.md +83 -0
  3. package/dist/cjs/AccountingBook/index.d.ts +3 -0
  4. package/dist/cjs/AccountingBook/index.js +19 -0
  5. package/dist/cjs/{ArchiveCover.js → DocumentFlipBook/ArchiveCover.js} +23 -3
  6. package/dist/cjs/{ExportModal.js → DocumentFlipBook/ExportModal.js} +1 -1
  7. package/dist/cjs/{ProjectCover.js → DocumentFlipBook/ProjectCover.js} +23 -3
  8. package/dist/cjs/{exportHtml.d.ts → DocumentFlipBook/exportHtml.d.ts} +3 -3
  9. package/dist/cjs/{exportHtml.js → DocumentFlipBook/exportHtml.js} +104 -48
  10. package/dist/cjs/{exportPdf.d.ts → DocumentFlipBook/exportPdf.d.ts} +2 -0
  11. package/dist/cjs/{exportPdf.js → DocumentFlipBook/exportPdf.js} +17 -6
  12. package/dist/cjs/{globalCache.d.ts → DocumentFlipBook/globalCache.d.ts} +2 -1
  13. package/dist/cjs/DocumentFlipBook/images/Clip_1.svg +97 -0
  14. package/dist/cjs/DocumentFlipBook/images/Clip_2.svg +1114 -0
  15. package/dist/cjs/DocumentFlipBook/images/Inside.svg +10 -0
  16. package/dist/cjs/DocumentFlipBook/images/book.svg +1 -0
  17. package/dist/cjs/DocumentFlipBook/images/coverSpine.svg +4 -0
  18. package/dist/{esm/DocumentFlipBook.d.ts → cjs/DocumentFlipBook/index.d.ts} +2 -0
  19. package/dist/cjs/{DocumentFlipBook.js → DocumentFlipBook/index.js} +116 -22
  20. package/dist/cjs/{index.less → DocumentFlipBook/index.less} +193 -78
  21. package/dist/cjs/{printPdf.d.ts → DocumentFlipBook/printPdf.d.ts} +1 -0
  22. package/dist/cjs/{utils.d.ts → DocumentFlipBook/utils.d.ts} +2 -1
  23. package/dist/cjs/{utils.js → DocumentFlipBook/utils.js} +4 -1
  24. package/dist/cjs/index.d.ts +3 -3
  25. package/dist/cjs/index.js +10 -3
  26. package/dist/esm/AccountingBook/index.d.ts +3 -0
  27. package/dist/esm/AccountingBook/index.js +13 -0
  28. package/dist/esm/{ArchiveCover.js → DocumentFlipBook/ArchiveCover.js} +23 -3
  29. package/dist/esm/{ExportModal.js → DocumentFlipBook/ExportModal.js} +1 -1
  30. package/dist/esm/{ProjectCover.js → DocumentFlipBook/ProjectCover.js} +23 -3
  31. package/dist/esm/{exportHtml.d.ts → DocumentFlipBook/exportHtml.d.ts} +3 -3
  32. package/dist/esm/{exportHtml.js → DocumentFlipBook/exportHtml.js} +103 -47
  33. package/dist/esm/{exportPdf.d.ts → DocumentFlipBook/exportPdf.d.ts} +2 -0
  34. package/dist/esm/{exportPdf.js → DocumentFlipBook/exportPdf.js} +17 -6
  35. package/dist/esm/{globalCache.d.ts → DocumentFlipBook/globalCache.d.ts} +2 -1
  36. package/dist/esm/DocumentFlipBook/images/Clip_1.svg +97 -0
  37. package/dist/esm/DocumentFlipBook/images/Clip_2.svg +1114 -0
  38. package/dist/esm/DocumentFlipBook/images/Inside.svg +10 -0
  39. package/dist/esm/DocumentFlipBook/images/book.svg +1 -0
  40. package/dist/esm/DocumentFlipBook/images/coverSpine.svg +4 -0
  41. package/dist/{cjs/DocumentFlipBook.d.ts → esm/DocumentFlipBook/index.d.ts} +2 -0
  42. package/dist/esm/{DocumentFlipBook.js → DocumentFlipBook/index.js} +116 -22
  43. package/dist/esm/{index.less → DocumentFlipBook/index.less} +193 -78
  44. package/dist/esm/{printPdf.d.ts → DocumentFlipBook/printPdf.d.ts} +1 -0
  45. package/dist/esm/{utils.d.ts → DocumentFlipBook/utils.d.ts} +2 -1
  46. package/dist/esm/{utils.js → DocumentFlipBook/utils.js} +4 -1
  47. package/dist/esm/index.d.ts +3 -3
  48. package/dist/esm/index.js +5 -3
  49. package/package.json +6 -1
  50. /package/dist/cjs/{ArchiveCover.d.ts → DocumentFlipBook/ArchiveCover.d.ts} +0 -0
  51. /package/dist/cjs/{ExportModal.d.ts → DocumentFlipBook/ExportModal.d.ts} +0 -0
  52. /package/dist/cjs/{HeaderBar.d.ts → DocumentFlipBook/HeaderBar.d.ts} +0 -0
  53. /package/dist/cjs/{HeaderBar.js → DocumentFlipBook/HeaderBar.js} +0 -0
  54. /package/dist/cjs/{PdfPage.d.ts → DocumentFlipBook/PdfPage.d.ts} +0 -0
  55. /package/dist/cjs/{PdfPage.js → DocumentFlipBook/PdfPage.js} +0 -0
  56. /package/dist/cjs/{ProjectCover.d.ts → DocumentFlipBook/ProjectCover.d.ts} +0 -0
  57. /package/dist/cjs/{SideTabs.d.ts → DocumentFlipBook/SideTabs.d.ts} +0 -0
  58. /package/dist/cjs/{SideTabs.js → DocumentFlipBook/SideTabs.js} +0 -0
  59. /package/dist/cjs/{globalCache.js → DocumentFlipBook/globalCache.js} +0 -0
  60. /package/dist/cjs/{printPdf.js → DocumentFlipBook/printPdf.js} +0 -0
  61. /package/dist/cjs/{types.d.ts → DocumentFlipBook/types.d.ts} +0 -0
  62. /package/dist/cjs/{types.js → DocumentFlipBook/types.js} +0 -0
  63. /package/dist/esm/{ArchiveCover.d.ts → DocumentFlipBook/ArchiveCover.d.ts} +0 -0
  64. /package/dist/esm/{ExportModal.d.ts → DocumentFlipBook/ExportModal.d.ts} +0 -0
  65. /package/dist/esm/{HeaderBar.d.ts → DocumentFlipBook/HeaderBar.d.ts} +0 -0
  66. /package/dist/esm/{HeaderBar.js → DocumentFlipBook/HeaderBar.js} +0 -0
  67. /package/dist/esm/{PdfPage.d.ts → DocumentFlipBook/PdfPage.d.ts} +0 -0
  68. /package/dist/esm/{PdfPage.js → DocumentFlipBook/PdfPage.js} +0 -0
  69. /package/dist/esm/{ProjectCover.d.ts → DocumentFlipBook/ProjectCover.d.ts} +0 -0
  70. /package/dist/esm/{SideTabs.d.ts → DocumentFlipBook/SideTabs.d.ts} +0 -0
  71. /package/dist/esm/{SideTabs.js → DocumentFlipBook/SideTabs.js} +0 -0
  72. /package/dist/esm/{globalCache.js → DocumentFlipBook/globalCache.js} +0 -0
  73. /package/dist/esm/{printPdf.js → DocumentFlipBook/printPdf.js} +0 -0
  74. /package/dist/esm/{types.d.ts → DocumentFlipBook/types.d.ts} +0 -0
  75. /package/dist/esm/{types.js → DocumentFlipBook/types.js} +0 -0
@@ -0,0 +1,1114 @@
1
+ <svg width="48" height="662" viewBox="0 0 48 662" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g opacity="0.84" filter="url(#filter0_f_28900_9359)">
3
+ <ellipse cx="24" cy="17.5" rx="20" ry="4.5" fill="black"/>
4
+ </g>
5
+ <g opacity="0.5" filter="url(#filter1_f_28900_9359)">
6
+ <ellipse cx="24" cy="8.5" rx="20" ry="4.5" fill="black"/>
7
+ </g>
8
+ <g filter="url(#filter2_i_28900_9359)">
9
+ <circle cx="38" cy="11" r="9" fill="#373737"/>
10
+ </g>
11
+ <ellipse cx="6" cy="11" rx="4" ry="9" fill="#373737"/>
12
+ <mask id="mask0_28900_9359" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="43" height="18">
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.51437 18C7.82738 19.2508 6.95258 20 6 20C3.79086 20 2 15.9706 2 11C2 6.02944 3.79086 2 6 2C6.95258 2 7.82738 2.7492 8.51437 4H45V18H8.51437Z" fill="#D9D9D9"/>
14
+ </mask>
15
+ <g mask="url(#mask0_28900_9359)">
16
+ <g filter="url(#filter3_iii_28900_9359)">
17
+ <path d="M-1 11C-1 7.13401 2.13401 4 6 4H38C41.866 4 45 7.13401 45 11C45 14.866 41.866 18 38 18H6C2.13401 18 -1 14.866 -1 11Z" fill="url(#paint0_linear_28900_9359)"/>
18
+ </g>
19
+ </g>
20
+ <g filter="url(#filter4_df_28900_9359)">
21
+ <rect x="18" y="6" width="20" height="10" rx="5" fill="url(#paint1_linear_28900_9359)" fill-opacity="0.72" shape-rendering="crispEdges"/>
22
+ </g>
23
+ <g filter="url(#filter5_df_28900_9359)">
24
+ <rect x="10" y="5" width="24" height="1" rx="0.5" fill="url(#paint2_linear_28900_9359)" shape-rendering="crispEdges"/>
25
+ </g>
26
+ <g filter="url(#filter6_f_28900_9359)">
27
+ <ellipse cx="14" cy="7" rx="7" ry="1" fill="black" fill-opacity="0.73"/>
28
+ </g>
29
+ <ellipse cx="5" cy="11" rx="3" ry="8" fill="url(#paint3_linear_28900_9359)" fill-opacity="0.73"/>
30
+ <g filter="url(#filter7_df_28900_9359)">
31
+ <rect x="10" y="16" width="10" height="1" rx="0.5" fill="url(#paint4_linear_28900_9359)" fill-opacity="0.47" shape-rendering="crispEdges"/>
32
+ </g>
33
+ <g filter="url(#filter8_df_28900_9359)">
34
+ <rect x="7" y="13" width="10" height="1" rx="0.5" fill="url(#paint5_linear_28900_9359)" fill-opacity="0.47" shape-rendering="crispEdges"/>
35
+ </g>
36
+ <g filter="url(#filter9_df_28900_9359)">
37
+ <rect x="13" y="7" width="14" height="2" rx="1" fill="url(#paint6_linear_28900_9359)" fill-opacity="0.85" shape-rendering="crispEdges"/>
38
+ </g>
39
+ <g filter="url(#filter10_df_28900_9359)">
40
+ <rect x="6" y="8" width="5" height="6" rx="2.5" fill="url(#paint7_linear_28900_9359)" fill-opacity="0.31" shape-rendering="crispEdges"/>
41
+ </g>
42
+ <g filter="url(#filter11_df_28900_9359)">
43
+ <rect x="40" y="7" width="3" height="4" rx="1.5" fill="url(#paint8_linear_28900_9359)" fill-opacity="0.52" shape-rendering="crispEdges"/>
44
+ </g>
45
+ <g filter="url(#filter12_f_28900_9359)">
46
+ <ellipse cx="12" cy="12" rx="5" ry="1" fill="black" fill-opacity="0.73"/>
47
+ </g>
48
+ <g opacity="0.84" filter="url(#filter13_f_28900_9359)">
49
+ <ellipse cx="24" cy="176.5" rx="20" ry="4.5" fill="black"/>
50
+ </g>
51
+ <g opacity="0.5" filter="url(#filter14_f_28900_9359)">
52
+ <ellipse cx="24" cy="167.5" rx="20" ry="4.5" fill="black"/>
53
+ </g>
54
+ <g filter="url(#filter15_i_28900_9359)">
55
+ <circle cx="38" cy="170" r="9" fill="#373737"/>
56
+ </g>
57
+ <ellipse cx="6" cy="170" rx="4" ry="9" fill="#373737"/>
58
+ <mask id="mask1_28900_9359" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="2" y="161" width="43" height="18">
59
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.51437 177C7.82738 178.251 6.95258 179 6 179C3.79086 179 2 174.971 2 170C2 165.029 3.79086 161 6 161C6.95258 161 7.82738 161.749 8.51437 163H45V177H8.51437Z" fill="#D9D9D9"/>
60
+ </mask>
61
+ <g mask="url(#mask1_28900_9359)">
62
+ <g filter="url(#filter16_iii_28900_9359)">
63
+ <path d="M-1 170C-1 166.134 2.13401 163 6 163H38C41.866 163 45 166.134 45 170C45 173.866 41.866 177 38 177H6C2.13401 177 -1 173.866 -1 170Z" fill="url(#paint9_linear_28900_9359)"/>
64
+ </g>
65
+ </g>
66
+ <g filter="url(#filter17_df_28900_9359)">
67
+ <rect x="18" y="165" width="20" height="10" rx="5" fill="url(#paint10_linear_28900_9359)" fill-opacity="0.72" shape-rendering="crispEdges"/>
68
+ </g>
69
+ <g filter="url(#filter18_df_28900_9359)">
70
+ <rect x="10" y="164" width="24" height="1" rx="0.5" fill="url(#paint11_linear_28900_9359)" shape-rendering="crispEdges"/>
71
+ </g>
72
+ <g filter="url(#filter19_f_28900_9359)">
73
+ <ellipse cx="14" cy="166" rx="7" ry="1" fill="black" fill-opacity="0.73"/>
74
+ </g>
75
+ <ellipse cx="5" cy="170" rx="3" ry="8" fill="url(#paint12_linear_28900_9359)" fill-opacity="0.73"/>
76
+ <g filter="url(#filter20_df_28900_9359)">
77
+ <rect x="10" y="175" width="10" height="1" rx="0.5" fill="url(#paint13_linear_28900_9359)" fill-opacity="0.47" shape-rendering="crispEdges"/>
78
+ </g>
79
+ <g filter="url(#filter21_df_28900_9359)">
80
+ <rect x="7" y="172" width="10" height="1" rx="0.5" fill="url(#paint14_linear_28900_9359)" fill-opacity="0.47" shape-rendering="crispEdges"/>
81
+ </g>
82
+ <g filter="url(#filter22_df_28900_9359)">
83
+ <rect x="13" y="166" width="14" height="2" rx="1" fill="url(#paint15_linear_28900_9359)" fill-opacity="0.85" shape-rendering="crispEdges"/>
84
+ </g>
85
+ <g filter="url(#filter23_df_28900_9359)">
86
+ <rect x="6" y="167" width="5" height="6" rx="2.5" fill="url(#paint16_linear_28900_9359)" fill-opacity="0.31" shape-rendering="crispEdges"/>
87
+ </g>
88
+ <g filter="url(#filter24_df_28900_9359)">
89
+ <rect x="40" y="166" width="3" height="4" rx="1.5" fill="url(#paint17_linear_28900_9359)" fill-opacity="0.52" shape-rendering="crispEdges"/>
90
+ </g>
91
+ <g filter="url(#filter25_f_28900_9359)">
92
+ <ellipse cx="12" cy="171" rx="5" ry="1" fill="black" fill-opacity="0.73"/>
93
+ </g>
94
+ <g opacity="0.84" filter="url(#filter26_f_28900_9359)">
95
+ <ellipse cx="24" cy="335.5" rx="20" ry="4.5" fill="black"/>
96
+ </g>
97
+ <g opacity="0.5" filter="url(#filter27_f_28900_9359)">
98
+ <ellipse cx="24" cy="326.5" rx="20" ry="4.5" fill="black"/>
99
+ </g>
100
+ <g filter="url(#filter28_i_28900_9359)">
101
+ <circle cx="38" cy="329" r="9" fill="#373737"/>
102
+ </g>
103
+ <ellipse cx="6" cy="329" rx="4" ry="9" fill="#373737"/>
104
+ <mask id="mask2_28900_9359" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="2" y="320" width="43" height="18">
105
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.51437 336C7.82738 337.251 6.95258 338 6 338C3.79086 338 2 333.971 2 329C2 324.029 3.79086 320 6 320C6.95258 320 7.82738 320.749 8.51437 322H45V336H8.51437Z" fill="#D9D9D9"/>
106
+ </mask>
107
+ <g mask="url(#mask2_28900_9359)">
108
+ <g filter="url(#filter29_iii_28900_9359)">
109
+ <path d="M-1 329C-1 325.134 2.13401 322 6 322H38C41.866 322 45 325.134 45 329C45 332.866 41.866 336 38 336H6C2.13401 336 -1 332.866 -1 329Z" fill="url(#paint18_linear_28900_9359)"/>
110
+ </g>
111
+ </g>
112
+ <g filter="url(#filter30_df_28900_9359)">
113
+ <rect x="18" y="324" width="20" height="10" rx="5" fill="url(#paint19_linear_28900_9359)" fill-opacity="0.72" shape-rendering="crispEdges"/>
114
+ </g>
115
+ <g filter="url(#filter31_df_28900_9359)">
116
+ <rect x="10" y="323" width="24" height="1" rx="0.5" fill="url(#paint20_linear_28900_9359)" shape-rendering="crispEdges"/>
117
+ </g>
118
+ <g filter="url(#filter32_f_28900_9359)">
119
+ <ellipse cx="14" cy="325" rx="7" ry="1" fill="black" fill-opacity="0.73"/>
120
+ </g>
121
+ <ellipse cx="5" cy="329" rx="3" ry="8" fill="url(#paint21_linear_28900_9359)" fill-opacity="0.73"/>
122
+ <g filter="url(#filter33_df_28900_9359)">
123
+ <rect x="10" y="334" width="10" height="1" rx="0.5" fill="url(#paint22_linear_28900_9359)" fill-opacity="0.47" shape-rendering="crispEdges"/>
124
+ </g>
125
+ <g filter="url(#filter34_df_28900_9359)">
126
+ <rect x="7" y="331" width="10" height="1" rx="0.5" fill="url(#paint23_linear_28900_9359)" fill-opacity="0.47" shape-rendering="crispEdges"/>
127
+ </g>
128
+ <g filter="url(#filter35_df_28900_9359)">
129
+ <rect x="13" y="325" width="14" height="2" rx="1" fill="url(#paint24_linear_28900_9359)" fill-opacity="0.85" shape-rendering="crispEdges"/>
130
+ </g>
131
+ <g filter="url(#filter36_df_28900_9359)">
132
+ <rect x="6" y="326" width="5" height="6" rx="2.5" fill="url(#paint25_linear_28900_9359)" fill-opacity="0.31" shape-rendering="crispEdges"/>
133
+ </g>
134
+ <g filter="url(#filter37_df_28900_9359)">
135
+ <rect x="40" y="325" width="3" height="4" rx="1.5" fill="url(#paint26_linear_28900_9359)" fill-opacity="0.52" shape-rendering="crispEdges"/>
136
+ </g>
137
+ <g filter="url(#filter38_f_28900_9359)">
138
+ <ellipse cx="12" cy="330" rx="5" ry="1" fill="black" fill-opacity="0.73"/>
139
+ </g>
140
+ <g opacity="0.84" filter="url(#filter39_f_28900_9359)">
141
+ <ellipse cx="24" cy="494.5" rx="20" ry="4.5" fill="black"/>
142
+ </g>
143
+ <g opacity="0.5" filter="url(#filter40_f_28900_9359)">
144
+ <ellipse cx="24" cy="485.5" rx="20" ry="4.5" fill="black"/>
145
+ </g>
146
+ <g filter="url(#filter41_i_28900_9359)">
147
+ <circle cx="38" cy="488" r="9" fill="#373737"/>
148
+ </g>
149
+ <ellipse cx="6" cy="488" rx="4" ry="9" fill="#373737"/>
150
+ <mask id="mask3_28900_9359" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="2" y="479" width="43" height="18">
151
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.51437 495C7.82738 496.251 6.95258 497 6 497C3.79086 497 2 492.971 2 488C2 483.029 3.79086 479 6 479C6.95258 479 7.82738 479.749 8.51437 481H45V495H8.51437Z" fill="#D9D9D9"/>
152
+ </mask>
153
+ <g mask="url(#mask3_28900_9359)">
154
+ <g filter="url(#filter42_iii_28900_9359)">
155
+ <path d="M-1 488C-1 484.134 2.13401 481 6 481H38C41.866 481 45 484.134 45 488C45 491.866 41.866 495 38 495H6C2.13401 495 -1 491.866 -1 488Z" fill="url(#paint27_linear_28900_9359)"/>
156
+ </g>
157
+ </g>
158
+ <g filter="url(#filter43_df_28900_9359)">
159
+ <rect x="18" y="483" width="20" height="10" rx="5" fill="url(#paint28_linear_28900_9359)" fill-opacity="0.72" shape-rendering="crispEdges"/>
160
+ </g>
161
+ <g filter="url(#filter44_df_28900_9359)">
162
+ <rect x="10" y="482" width="24" height="1" rx="0.5" fill="url(#paint29_linear_28900_9359)" shape-rendering="crispEdges"/>
163
+ </g>
164
+ <g filter="url(#filter45_f_28900_9359)">
165
+ <ellipse cx="14" cy="484" rx="7" ry="1" fill="black" fill-opacity="0.73"/>
166
+ </g>
167
+ <ellipse cx="5" cy="488" rx="3" ry="8" fill="url(#paint30_linear_28900_9359)" fill-opacity="0.73"/>
168
+ <g filter="url(#filter46_df_28900_9359)">
169
+ <rect x="10" y="493" width="10" height="1" rx="0.5" fill="url(#paint31_linear_28900_9359)" fill-opacity="0.47" shape-rendering="crispEdges"/>
170
+ </g>
171
+ <g filter="url(#filter47_df_28900_9359)">
172
+ <rect x="7" y="490" width="10" height="1" rx="0.5" fill="url(#paint32_linear_28900_9359)" fill-opacity="0.47" shape-rendering="crispEdges"/>
173
+ </g>
174
+ <g filter="url(#filter48_df_28900_9359)">
175
+ <rect x="13" y="484" width="14" height="2" rx="1" fill="url(#paint33_linear_28900_9359)" fill-opacity="0.85" shape-rendering="crispEdges"/>
176
+ </g>
177
+ <g filter="url(#filter49_df_28900_9359)">
178
+ <rect x="6" y="485" width="5" height="6" rx="2.5" fill="url(#paint34_linear_28900_9359)" fill-opacity="0.31" shape-rendering="crispEdges"/>
179
+ </g>
180
+ <g filter="url(#filter50_df_28900_9359)">
181
+ <rect x="40" y="484" width="3" height="4" rx="1.5" fill="url(#paint35_linear_28900_9359)" fill-opacity="0.52" shape-rendering="crispEdges"/>
182
+ </g>
183
+ <g filter="url(#filter51_f_28900_9359)">
184
+ <ellipse cx="12" cy="489" rx="5" ry="1" fill="black" fill-opacity="0.73"/>
185
+ </g>
186
+ <g opacity="0.84" filter="url(#filter52_f_28900_9359)">
187
+ <ellipse cx="24" cy="653.5" rx="20" ry="4.5" fill="black"/>
188
+ </g>
189
+ <g opacity="0.5" filter="url(#filter53_f_28900_9359)">
190
+ <ellipse cx="24" cy="644.5" rx="20" ry="4.5" fill="black"/>
191
+ </g>
192
+ <g filter="url(#filter54_i_28900_9359)">
193
+ <circle cx="38" cy="647" r="9" fill="#373737"/>
194
+ </g>
195
+ <ellipse cx="6" cy="647" rx="4" ry="9" fill="#373737"/>
196
+ <mask id="mask4_28900_9359" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="2" y="638" width="43" height="18">
197
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.51437 654C7.82738 655.251 6.95258 656 6 656C3.79086 656 2 651.971 2 647C2 642.029 3.79086 638 6 638C6.95258 638 7.82738 638.749 8.51437 640H45V654H8.51437Z" fill="#D9D9D9"/>
198
+ </mask>
199
+ <g mask="url(#mask4_28900_9359)">
200
+ <g filter="url(#filter55_iii_28900_9359)">
201
+ <path d="M-1 647C-1 643.134 2.13401 640 6 640H38C41.866 640 45 643.134 45 647C45 650.866 41.866 654 38 654H6C2.13401 654 -1 650.866 -1 647Z" fill="url(#paint36_linear_28900_9359)"/>
202
+ </g>
203
+ </g>
204
+ <g filter="url(#filter56_df_28900_9359)">
205
+ <rect x="18" y="642" width="20" height="10" rx="5" fill="url(#paint37_linear_28900_9359)" fill-opacity="0.72" shape-rendering="crispEdges"/>
206
+ </g>
207
+ <g filter="url(#filter57_df_28900_9359)">
208
+ <rect x="10" y="641" width="24" height="1" rx="0.5" fill="url(#paint38_linear_28900_9359)" shape-rendering="crispEdges"/>
209
+ </g>
210
+ <g filter="url(#filter58_f_28900_9359)">
211
+ <ellipse cx="14" cy="643" rx="7" ry="1" fill="black" fill-opacity="0.73"/>
212
+ </g>
213
+ <ellipse cx="5" cy="647" rx="3" ry="8" fill="url(#paint39_linear_28900_9359)" fill-opacity="0.73"/>
214
+ <g filter="url(#filter59_df_28900_9359)">
215
+ <rect x="10" y="652" width="10" height="1" rx="0.5" fill="url(#paint40_linear_28900_9359)" fill-opacity="0.47" shape-rendering="crispEdges"/>
216
+ </g>
217
+ <g filter="url(#filter60_df_28900_9359)">
218
+ <rect x="7" y="649" width="10" height="1" rx="0.5" fill="url(#paint41_linear_28900_9359)" fill-opacity="0.47" shape-rendering="crispEdges"/>
219
+ </g>
220
+ <g filter="url(#filter61_df_28900_9359)">
221
+ <rect x="13" y="643" width="14" height="2" rx="1" fill="url(#paint42_linear_28900_9359)" fill-opacity="0.85" shape-rendering="crispEdges"/>
222
+ </g>
223
+ <g filter="url(#filter62_df_28900_9359)">
224
+ <rect x="6" y="644" width="5" height="6" rx="2.5" fill="url(#paint43_linear_28900_9359)" fill-opacity="0.31" shape-rendering="crispEdges"/>
225
+ </g>
226
+ <g filter="url(#filter63_df_28900_9359)">
227
+ <rect x="40" y="643" width="3" height="4" rx="1.5" fill="url(#paint44_linear_28900_9359)" fill-opacity="0.52" shape-rendering="crispEdges"/>
228
+ </g>
229
+ <g filter="url(#filter64_f_28900_9359)">
230
+ <ellipse cx="12" cy="648" rx="5" ry="1" fill="black" fill-opacity="0.73"/>
231
+ </g>
232
+ <defs>
233
+ <filter id="filter0_f_28900_9359" x="0" y="9" width="48" height="17" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
234
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
235
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
236
+ <feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_28900_9359"/>
237
+ </filter>
238
+ <filter id="filter1_f_28900_9359" x="0" y="0" width="48" height="17" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
239
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
240
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
241
+ <feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_28900_9359"/>
242
+ </filter>
243
+ <filter id="filter2_i_28900_9359" x="28" y="2" width="19" height="19" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
244
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
245
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
246
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
247
+ <feOffset dx="-4" dy="2"/>
248
+ <feGaussianBlur stdDeviation="0.5"/>
249
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
250
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"/>
251
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_28900_9359"/>
252
+ </filter>
253
+ <filter id="filter3_iii_28900_9359" x="-1" y="4" width="46" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
254
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
255
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
256
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
257
+ <feOffset/>
258
+ <feGaussianBlur stdDeviation="2.5"/>
259
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
260
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.29 0"/>
261
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_28900_9359"/>
262
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
263
+ <feOffset/>
264
+ <feGaussianBlur stdDeviation="4"/>
265
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
266
+ <feColorMatrix type="matrix" values="0 0 0 0 0.998246 0 0 0 0 0.998246 0 0 0 0 0.998246 0 0 0 1 0"/>
267
+ <feBlend mode="normal" in2="effect1_innerShadow_28900_9359" result="effect2_innerShadow_28900_9359"/>
268
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
269
+ <feOffset/>
270
+ <feGaussianBlur stdDeviation="1"/>
271
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
272
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"/>
273
+ <feBlend mode="normal" in2="effect2_innerShadow_28900_9359" result="effect3_innerShadow_28900_9359"/>
274
+ </filter>
275
+ <filter id="filter4_df_28900_9359" x="15" y="4" width="24" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
276
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
277
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
278
+ <feOffset dx="-1"/>
279
+ <feGaussianBlur stdDeviation="1"/>
280
+ <feComposite in2="hardAlpha" operator="out"/>
281
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.19 0"/>
282
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
283
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
284
+ <feGaussianBlur stdDeviation="0.5" result="effect2_foregroundBlur_28900_9359"/>
285
+ </filter>
286
+ <filter id="filter5_df_28900_9359" x="8" y="4" width="28" height="5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
287
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
288
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
289
+ <feOffset dy="1"/>
290
+ <feGaussianBlur stdDeviation="1"/>
291
+ <feComposite in2="hardAlpha" operator="out"/>
292
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
293
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
294
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
295
+ <feGaussianBlur stdDeviation="0.25" result="effect2_foregroundBlur_28900_9359"/>
296
+ </filter>
297
+ <filter id="filter6_f_28900_9359" x="5" y="4" width="18" height="6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
298
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
299
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
300
+ <feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_28900_9359"/>
301
+ </filter>
302
+ <filter id="filter7_df_28900_9359" x="8" y="15" width="14" height="5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
303
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
304
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
305
+ <feOffset dy="1"/>
306
+ <feGaussianBlur stdDeviation="1"/>
307
+ <feComposite in2="hardAlpha" operator="out"/>
308
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
309
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
310
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
311
+ <feGaussianBlur stdDeviation="0.25" result="effect2_foregroundBlur_28900_9359"/>
312
+ </filter>
313
+ <filter id="filter8_df_28900_9359" x="5" y="12" width="14" height="5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
314
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
315
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
316
+ <feOffset dy="1"/>
317
+ <feGaussianBlur stdDeviation="1"/>
318
+ <feComposite in2="hardAlpha" operator="out"/>
319
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
320
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
321
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
322
+ <feGaussianBlur stdDeviation="0.25" result="effect2_foregroundBlur_28900_9359"/>
323
+ </filter>
324
+ <filter id="filter9_df_28900_9359" x="11" y="6" width="18" height="6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
325
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
326
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
327
+ <feOffset dy="1"/>
328
+ <feGaussianBlur stdDeviation="1"/>
329
+ <feComposite in2="hardAlpha" operator="out"/>
330
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
331
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
332
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
333
+ <feGaussianBlur stdDeviation="0.25" result="effect2_foregroundBlur_28900_9359"/>
334
+ </filter>
335
+ <filter id="filter10_df_28900_9359" x="5" y="6" width="10" height="10" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
336
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
337
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
338
+ <feOffset dx="2"/>
339
+ <feGaussianBlur stdDeviation="1"/>
340
+ <feComposite in2="hardAlpha" operator="out"/>
341
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/>
342
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
343
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
344
+ <feGaussianBlur stdDeviation="0.5" result="effect2_foregroundBlur_28900_9359"/>
345
+ </filter>
346
+ <filter id="filter11_df_28900_9359" x="39" y="5" width="8" height="8" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
347
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
348
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
349
+ <feOffset dx="2"/>
350
+ <feGaussianBlur stdDeviation="1"/>
351
+ <feComposite in2="hardAlpha" operator="out"/>
352
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/>
353
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
354
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
355
+ <feGaussianBlur stdDeviation="0.5" result="effect2_foregroundBlur_28900_9359"/>
356
+ </filter>
357
+ <filter id="filter12_f_28900_9359" x="5" y="9" width="14" height="6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
358
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
359
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
360
+ <feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_28900_9359"/>
361
+ </filter>
362
+ <filter id="filter13_f_28900_9359" x="0" y="168" width="48" height="17" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
363
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
364
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
365
+ <feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_28900_9359"/>
366
+ </filter>
367
+ <filter id="filter14_f_28900_9359" x="0" y="159" width="48" height="17" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
368
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
369
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
370
+ <feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_28900_9359"/>
371
+ </filter>
372
+ <filter id="filter15_i_28900_9359" x="28" y="161" width="19" height="19" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
373
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
374
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
375
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
376
+ <feOffset dx="-4" dy="2"/>
377
+ <feGaussianBlur stdDeviation="0.5"/>
378
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
379
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"/>
380
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_28900_9359"/>
381
+ </filter>
382
+ <filter id="filter16_iii_28900_9359" x="-1" y="163" width="46" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
383
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
384
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
385
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
386
+ <feOffset/>
387
+ <feGaussianBlur stdDeviation="2.5"/>
388
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
389
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.29 0"/>
390
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_28900_9359"/>
391
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
392
+ <feOffset/>
393
+ <feGaussianBlur stdDeviation="4"/>
394
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
395
+ <feColorMatrix type="matrix" values="0 0 0 0 0.998246 0 0 0 0 0.998246 0 0 0 0 0.998246 0 0 0 1 0"/>
396
+ <feBlend mode="normal" in2="effect1_innerShadow_28900_9359" result="effect2_innerShadow_28900_9359"/>
397
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
398
+ <feOffset/>
399
+ <feGaussianBlur stdDeviation="1"/>
400
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
401
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"/>
402
+ <feBlend mode="normal" in2="effect2_innerShadow_28900_9359" result="effect3_innerShadow_28900_9359"/>
403
+ </filter>
404
+ <filter id="filter17_df_28900_9359" x="15" y="163" width="24" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
405
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
406
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
407
+ <feOffset dx="-1"/>
408
+ <feGaussianBlur stdDeviation="1"/>
409
+ <feComposite in2="hardAlpha" operator="out"/>
410
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.19 0"/>
411
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
412
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
413
+ <feGaussianBlur stdDeviation="0.5" result="effect2_foregroundBlur_28900_9359"/>
414
+ </filter>
415
+ <filter id="filter18_df_28900_9359" x="8" y="163" width="28" height="5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
416
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
417
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
418
+ <feOffset dy="1"/>
419
+ <feGaussianBlur stdDeviation="1"/>
420
+ <feComposite in2="hardAlpha" operator="out"/>
421
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
422
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
423
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
424
+ <feGaussianBlur stdDeviation="0.25" result="effect2_foregroundBlur_28900_9359"/>
425
+ </filter>
426
+ <filter id="filter19_f_28900_9359" x="5" y="163" width="18" height="6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
427
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
428
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
429
+ <feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_28900_9359"/>
430
+ </filter>
431
+ <filter id="filter20_df_28900_9359" x="8" y="174" width="14" height="5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
432
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
433
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
434
+ <feOffset dy="1"/>
435
+ <feGaussianBlur stdDeviation="1"/>
436
+ <feComposite in2="hardAlpha" operator="out"/>
437
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
438
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
439
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
440
+ <feGaussianBlur stdDeviation="0.25" result="effect2_foregroundBlur_28900_9359"/>
441
+ </filter>
442
+ <filter id="filter21_df_28900_9359" x="5" y="171" width="14" height="5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
443
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
444
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
445
+ <feOffset dy="1"/>
446
+ <feGaussianBlur stdDeviation="1"/>
447
+ <feComposite in2="hardAlpha" operator="out"/>
448
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
449
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
450
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
451
+ <feGaussianBlur stdDeviation="0.25" result="effect2_foregroundBlur_28900_9359"/>
452
+ </filter>
453
+ <filter id="filter22_df_28900_9359" x="11" y="165" width="18" height="6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
454
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
455
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
456
+ <feOffset dy="1"/>
457
+ <feGaussianBlur stdDeviation="1"/>
458
+ <feComposite in2="hardAlpha" operator="out"/>
459
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
460
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
461
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
462
+ <feGaussianBlur stdDeviation="0.25" result="effect2_foregroundBlur_28900_9359"/>
463
+ </filter>
464
+ <filter id="filter23_df_28900_9359" x="5" y="165" width="10" height="10" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
465
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
466
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
467
+ <feOffset dx="2"/>
468
+ <feGaussianBlur stdDeviation="1"/>
469
+ <feComposite in2="hardAlpha" operator="out"/>
470
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/>
471
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
472
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
473
+ <feGaussianBlur stdDeviation="0.5" result="effect2_foregroundBlur_28900_9359"/>
474
+ </filter>
475
+ <filter id="filter24_df_28900_9359" x="39" y="164" width="8" height="8" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
476
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
477
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
478
+ <feOffset dx="2"/>
479
+ <feGaussianBlur stdDeviation="1"/>
480
+ <feComposite in2="hardAlpha" operator="out"/>
481
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/>
482
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
483
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
484
+ <feGaussianBlur stdDeviation="0.5" result="effect2_foregroundBlur_28900_9359"/>
485
+ </filter>
486
+ <filter id="filter25_f_28900_9359" x="5" y="168" width="14" height="6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
487
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
488
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
489
+ <feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_28900_9359"/>
490
+ </filter>
491
+ <filter id="filter26_f_28900_9359" x="0" y="327" width="48" height="17" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
492
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
493
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
494
+ <feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_28900_9359"/>
495
+ </filter>
496
+ <filter id="filter27_f_28900_9359" x="0" y="318" width="48" height="17" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
497
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
498
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
499
+ <feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_28900_9359"/>
500
+ </filter>
501
+ <filter id="filter28_i_28900_9359" x="28" y="320" width="19" height="19" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
502
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
503
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
504
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
505
+ <feOffset dx="-4" dy="2"/>
506
+ <feGaussianBlur stdDeviation="0.5"/>
507
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
508
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"/>
509
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_28900_9359"/>
510
+ </filter>
511
+ <filter id="filter29_iii_28900_9359" x="-1" y="322" width="46" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
512
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
513
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
514
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
515
+ <feOffset/>
516
+ <feGaussianBlur stdDeviation="2.5"/>
517
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
518
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.29 0"/>
519
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_28900_9359"/>
520
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
521
+ <feOffset/>
522
+ <feGaussianBlur stdDeviation="4"/>
523
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
524
+ <feColorMatrix type="matrix" values="0 0 0 0 0.998246 0 0 0 0 0.998246 0 0 0 0 0.998246 0 0 0 1 0"/>
525
+ <feBlend mode="normal" in2="effect1_innerShadow_28900_9359" result="effect2_innerShadow_28900_9359"/>
526
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
527
+ <feOffset/>
528
+ <feGaussianBlur stdDeviation="1"/>
529
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
530
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"/>
531
+ <feBlend mode="normal" in2="effect2_innerShadow_28900_9359" result="effect3_innerShadow_28900_9359"/>
532
+ </filter>
533
+ <filter id="filter30_df_28900_9359" x="15" y="322" width="24" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
534
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
535
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
536
+ <feOffset dx="-1"/>
537
+ <feGaussianBlur stdDeviation="1"/>
538
+ <feComposite in2="hardAlpha" operator="out"/>
539
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.19 0"/>
540
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
541
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
542
+ <feGaussianBlur stdDeviation="0.5" result="effect2_foregroundBlur_28900_9359"/>
543
+ </filter>
544
+ <filter id="filter31_df_28900_9359" x="8" y="322" width="28" height="5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
545
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
546
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
547
+ <feOffset dy="1"/>
548
+ <feGaussianBlur stdDeviation="1"/>
549
+ <feComposite in2="hardAlpha" operator="out"/>
550
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
551
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
552
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
553
+ <feGaussianBlur stdDeviation="0.25" result="effect2_foregroundBlur_28900_9359"/>
554
+ </filter>
555
+ <filter id="filter32_f_28900_9359" x="5" y="322" width="18" height="6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
556
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
557
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
558
+ <feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_28900_9359"/>
559
+ </filter>
560
+ <filter id="filter33_df_28900_9359" x="8" y="333" width="14" height="5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
561
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
562
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
563
+ <feOffset dy="1"/>
564
+ <feGaussianBlur stdDeviation="1"/>
565
+ <feComposite in2="hardAlpha" operator="out"/>
566
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
567
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
568
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
569
+ <feGaussianBlur stdDeviation="0.25" result="effect2_foregroundBlur_28900_9359"/>
570
+ </filter>
571
+ <filter id="filter34_df_28900_9359" x="5" y="330" width="14" height="5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
572
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
573
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
574
+ <feOffset dy="1"/>
575
+ <feGaussianBlur stdDeviation="1"/>
576
+ <feComposite in2="hardAlpha" operator="out"/>
577
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
578
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
579
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
580
+ <feGaussianBlur stdDeviation="0.25" result="effect2_foregroundBlur_28900_9359"/>
581
+ </filter>
582
+ <filter id="filter35_df_28900_9359" x="11" y="324" width="18" height="6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
583
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
584
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
585
+ <feOffset dy="1"/>
586
+ <feGaussianBlur stdDeviation="1"/>
587
+ <feComposite in2="hardAlpha" operator="out"/>
588
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
589
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
590
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
591
+ <feGaussianBlur stdDeviation="0.25" result="effect2_foregroundBlur_28900_9359"/>
592
+ </filter>
593
+ <filter id="filter36_df_28900_9359" x="5" y="324" width="10" height="10" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
594
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
595
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
596
+ <feOffset dx="2"/>
597
+ <feGaussianBlur stdDeviation="1"/>
598
+ <feComposite in2="hardAlpha" operator="out"/>
599
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/>
600
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
601
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
602
+ <feGaussianBlur stdDeviation="0.5" result="effect2_foregroundBlur_28900_9359"/>
603
+ </filter>
604
+ <filter id="filter37_df_28900_9359" x="39" y="323" width="8" height="8" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
605
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
606
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
607
+ <feOffset dx="2"/>
608
+ <feGaussianBlur stdDeviation="1"/>
609
+ <feComposite in2="hardAlpha" operator="out"/>
610
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/>
611
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
612
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
613
+ <feGaussianBlur stdDeviation="0.5" result="effect2_foregroundBlur_28900_9359"/>
614
+ </filter>
615
+ <filter id="filter38_f_28900_9359" x="5" y="327" width="14" height="6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
616
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
617
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
618
+ <feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_28900_9359"/>
619
+ </filter>
620
+ <filter id="filter39_f_28900_9359" x="0" y="486" width="48" height="17" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
621
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
622
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
623
+ <feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_28900_9359"/>
624
+ </filter>
625
+ <filter id="filter40_f_28900_9359" x="0" y="477" width="48" height="17" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
626
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
627
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
628
+ <feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_28900_9359"/>
629
+ </filter>
630
+ <filter id="filter41_i_28900_9359" x="28" y="479" width="19" height="19" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
631
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
632
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
633
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
634
+ <feOffset dx="-4" dy="2"/>
635
+ <feGaussianBlur stdDeviation="0.5"/>
636
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
637
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"/>
638
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_28900_9359"/>
639
+ </filter>
640
+ <filter id="filter42_iii_28900_9359" x="-1" y="481" width="46" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
641
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
642
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
643
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
644
+ <feOffset/>
645
+ <feGaussianBlur stdDeviation="2.5"/>
646
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
647
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.29 0"/>
648
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_28900_9359"/>
649
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
650
+ <feOffset/>
651
+ <feGaussianBlur stdDeviation="4"/>
652
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
653
+ <feColorMatrix type="matrix" values="0 0 0 0 0.998246 0 0 0 0 0.998246 0 0 0 0 0.998246 0 0 0 1 0"/>
654
+ <feBlend mode="normal" in2="effect1_innerShadow_28900_9359" result="effect2_innerShadow_28900_9359"/>
655
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
656
+ <feOffset/>
657
+ <feGaussianBlur stdDeviation="1"/>
658
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
659
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"/>
660
+ <feBlend mode="normal" in2="effect2_innerShadow_28900_9359" result="effect3_innerShadow_28900_9359"/>
661
+ </filter>
662
+ <filter id="filter43_df_28900_9359" x="15" y="481" width="24" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
663
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
664
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
665
+ <feOffset dx="-1"/>
666
+ <feGaussianBlur stdDeviation="1"/>
667
+ <feComposite in2="hardAlpha" operator="out"/>
668
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.19 0"/>
669
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
670
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
671
+ <feGaussianBlur stdDeviation="0.5" result="effect2_foregroundBlur_28900_9359"/>
672
+ </filter>
673
+ <filter id="filter44_df_28900_9359" x="8" y="481" width="28" height="5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
674
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
675
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
676
+ <feOffset dy="1"/>
677
+ <feGaussianBlur stdDeviation="1"/>
678
+ <feComposite in2="hardAlpha" operator="out"/>
679
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
680
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
681
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
682
+ <feGaussianBlur stdDeviation="0.25" result="effect2_foregroundBlur_28900_9359"/>
683
+ </filter>
684
+ <filter id="filter45_f_28900_9359" x="5" y="481" width="18" height="6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
685
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
686
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
687
+ <feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_28900_9359"/>
688
+ </filter>
689
+ <filter id="filter46_df_28900_9359" x="8" y="492" width="14" height="5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
690
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
691
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
692
+ <feOffset dy="1"/>
693
+ <feGaussianBlur stdDeviation="1"/>
694
+ <feComposite in2="hardAlpha" operator="out"/>
695
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
696
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
697
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
698
+ <feGaussianBlur stdDeviation="0.25" result="effect2_foregroundBlur_28900_9359"/>
699
+ </filter>
700
+ <filter id="filter47_df_28900_9359" x="5" y="489" width="14" height="5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
701
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
702
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
703
+ <feOffset dy="1"/>
704
+ <feGaussianBlur stdDeviation="1"/>
705
+ <feComposite in2="hardAlpha" operator="out"/>
706
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
707
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
708
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
709
+ <feGaussianBlur stdDeviation="0.25" result="effect2_foregroundBlur_28900_9359"/>
710
+ </filter>
711
+ <filter id="filter48_df_28900_9359" x="11" y="483" width="18" height="6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
712
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
713
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
714
+ <feOffset dy="1"/>
715
+ <feGaussianBlur stdDeviation="1"/>
716
+ <feComposite in2="hardAlpha" operator="out"/>
717
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
718
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
719
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
720
+ <feGaussianBlur stdDeviation="0.25" result="effect2_foregroundBlur_28900_9359"/>
721
+ </filter>
722
+ <filter id="filter49_df_28900_9359" x="5" y="483" width="10" height="10" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
723
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
724
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
725
+ <feOffset dx="2"/>
726
+ <feGaussianBlur stdDeviation="1"/>
727
+ <feComposite in2="hardAlpha" operator="out"/>
728
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/>
729
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
730
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
731
+ <feGaussianBlur stdDeviation="0.5" result="effect2_foregroundBlur_28900_9359"/>
732
+ </filter>
733
+ <filter id="filter50_df_28900_9359" x="39" y="482" width="8" height="8" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
734
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
735
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
736
+ <feOffset dx="2"/>
737
+ <feGaussianBlur stdDeviation="1"/>
738
+ <feComposite in2="hardAlpha" operator="out"/>
739
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/>
740
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
741
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
742
+ <feGaussianBlur stdDeviation="0.5" result="effect2_foregroundBlur_28900_9359"/>
743
+ </filter>
744
+ <filter id="filter51_f_28900_9359" x="5" y="486" width="14" height="6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
745
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
746
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
747
+ <feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_28900_9359"/>
748
+ </filter>
749
+ <filter id="filter52_f_28900_9359" x="0" y="645" width="48" height="17" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
750
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
751
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
752
+ <feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_28900_9359"/>
753
+ </filter>
754
+ <filter id="filter53_f_28900_9359" x="0" y="636" width="48" height="17" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
755
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
756
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
757
+ <feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_28900_9359"/>
758
+ </filter>
759
+ <filter id="filter54_i_28900_9359" x="28" y="638" width="19" height="19" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
760
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
761
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
762
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
763
+ <feOffset dx="-4" dy="2"/>
764
+ <feGaussianBlur stdDeviation="0.5"/>
765
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
766
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"/>
767
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_28900_9359"/>
768
+ </filter>
769
+ <filter id="filter55_iii_28900_9359" x="-1" y="640" width="46" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
770
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
771
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
772
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
773
+ <feOffset/>
774
+ <feGaussianBlur stdDeviation="2.5"/>
775
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
776
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.29 0"/>
777
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_28900_9359"/>
778
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
779
+ <feOffset/>
780
+ <feGaussianBlur stdDeviation="4"/>
781
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
782
+ <feColorMatrix type="matrix" values="0 0 0 0 0.998246 0 0 0 0 0.998246 0 0 0 0 0.998246 0 0 0 1 0"/>
783
+ <feBlend mode="normal" in2="effect1_innerShadow_28900_9359" result="effect2_innerShadow_28900_9359"/>
784
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
785
+ <feOffset/>
786
+ <feGaussianBlur stdDeviation="1"/>
787
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
788
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"/>
789
+ <feBlend mode="normal" in2="effect2_innerShadow_28900_9359" result="effect3_innerShadow_28900_9359"/>
790
+ </filter>
791
+ <filter id="filter56_df_28900_9359" x="15" y="640" width="24" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
792
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
793
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
794
+ <feOffset dx="-1"/>
795
+ <feGaussianBlur stdDeviation="1"/>
796
+ <feComposite in2="hardAlpha" operator="out"/>
797
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.19 0"/>
798
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
799
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
800
+ <feGaussianBlur stdDeviation="0.5" result="effect2_foregroundBlur_28900_9359"/>
801
+ </filter>
802
+ <filter id="filter57_df_28900_9359" x="8" y="640" width="28" height="5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
803
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
804
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
805
+ <feOffset dy="1"/>
806
+ <feGaussianBlur stdDeviation="1"/>
807
+ <feComposite in2="hardAlpha" operator="out"/>
808
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
809
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
810
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
811
+ <feGaussianBlur stdDeviation="0.25" result="effect2_foregroundBlur_28900_9359"/>
812
+ </filter>
813
+ <filter id="filter58_f_28900_9359" x="5" y="640" width="18" height="6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
814
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
815
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
816
+ <feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_28900_9359"/>
817
+ </filter>
818
+ <filter id="filter59_df_28900_9359" x="8" y="651" width="14" height="5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
819
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
820
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
821
+ <feOffset dy="1"/>
822
+ <feGaussianBlur stdDeviation="1"/>
823
+ <feComposite in2="hardAlpha" operator="out"/>
824
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
825
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
826
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
827
+ <feGaussianBlur stdDeviation="0.25" result="effect2_foregroundBlur_28900_9359"/>
828
+ </filter>
829
+ <filter id="filter60_df_28900_9359" x="5" y="648" width="14" height="5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
830
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
831
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
832
+ <feOffset dy="1"/>
833
+ <feGaussianBlur stdDeviation="1"/>
834
+ <feComposite in2="hardAlpha" operator="out"/>
835
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
836
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
837
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
838
+ <feGaussianBlur stdDeviation="0.25" result="effect2_foregroundBlur_28900_9359"/>
839
+ </filter>
840
+ <filter id="filter61_df_28900_9359" x="11" y="642" width="18" height="6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
841
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
842
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
843
+ <feOffset dy="1"/>
844
+ <feGaussianBlur stdDeviation="1"/>
845
+ <feComposite in2="hardAlpha" operator="out"/>
846
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
847
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
848
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
849
+ <feGaussianBlur stdDeviation="0.25" result="effect2_foregroundBlur_28900_9359"/>
850
+ </filter>
851
+ <filter id="filter62_df_28900_9359" x="5" y="642" width="10" height="10" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
852
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
853
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
854
+ <feOffset dx="2"/>
855
+ <feGaussianBlur stdDeviation="1"/>
856
+ <feComposite in2="hardAlpha" operator="out"/>
857
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/>
858
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
859
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
860
+ <feGaussianBlur stdDeviation="0.5" result="effect2_foregroundBlur_28900_9359"/>
861
+ </filter>
862
+ <filter id="filter63_df_28900_9359" x="39" y="641" width="8" height="8" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
863
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
864
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
865
+ <feOffset dx="2"/>
866
+ <feGaussianBlur stdDeviation="1"/>
867
+ <feComposite in2="hardAlpha" operator="out"/>
868
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/>
869
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_28900_9359"/>
870
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_28900_9359" result="shape"/>
871
+ <feGaussianBlur stdDeviation="0.5" result="effect2_foregroundBlur_28900_9359"/>
872
+ </filter>
873
+ <filter id="filter64_f_28900_9359" x="5" y="645" width="14" height="6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
874
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
875
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
876
+ <feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_28900_9359"/>
877
+ </filter>
878
+ <linearGradient id="paint0_linear_28900_9359" x1="-1" y1="11" x2="45" y2="11" gradientUnits="userSpaceOnUse">
879
+ <stop stop-color="#282828"/>
880
+ <stop offset="0.45" stop-color="#E5E5E5"/>
881
+ <stop offset="0.66" stop-color="white"/>
882
+ <stop offset="0.8" stop-color="#807262"/>
883
+ <stop offset="1" stop-color="#53432D"/>
884
+ </linearGradient>
885
+ <linearGradient id="paint1_linear_28900_9359" x1="18" y1="11" x2="38" y2="11" gradientUnits="userSpaceOnUse">
886
+ <stop stop-color="white" stop-opacity="0.16"/>
887
+ <stop offset="1" stop-color="white" stop-opacity="0.55"/>
888
+ </linearGradient>
889
+ <linearGradient id="paint2_linear_28900_9359" x1="10" y1="5.5" x2="34" y2="5.5" gradientUnits="userSpaceOnUse">
890
+ <stop stop-color="white" stop-opacity="0.12"/>
891
+ <stop offset="0.374349" stop-color="white"/>
892
+ <stop offset="0.667589" stop-color="white"/>
893
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
894
+ </linearGradient>
895
+ <linearGradient id="paint3_linear_28900_9359" x1="8" y1="11" x2="2" y2="11" gradientUnits="userSpaceOnUse">
896
+ <stop offset="0.5" stop-opacity="0"/>
897
+ <stop offset="1" stop-color="#040404" stop-opacity="0.57"/>
898
+ </linearGradient>
899
+ <linearGradient id="paint4_linear_28900_9359" x1="10" y1="16.5" x2="20" y2="16.5" gradientUnits="userSpaceOnUse">
900
+ <stop stop-color="white" stop-opacity="0.12"/>
901
+ <stop offset="0.374349" stop-color="white"/>
902
+ <stop offset="0.667589" stop-color="white"/>
903
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
904
+ </linearGradient>
905
+ <linearGradient id="paint5_linear_28900_9359" x1="7" y1="13.5" x2="17" y2="13.5" gradientUnits="userSpaceOnUse">
906
+ <stop stop-color="white" stop-opacity="0.12"/>
907
+ <stop offset="0.374349" stop-color="white"/>
908
+ <stop offset="0.667589" stop-color="white"/>
909
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
910
+ </linearGradient>
911
+ <linearGradient id="paint6_linear_28900_9359" x1="13" y1="8" x2="27" y2="8" gradientUnits="userSpaceOnUse">
912
+ <stop stop-color="white" stop-opacity="0.12"/>
913
+ <stop offset="0.374349" stop-color="white"/>
914
+ <stop offset="0.667589" stop-color="white"/>
915
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
916
+ </linearGradient>
917
+ <linearGradient id="paint7_linear_28900_9359" x1="6" y1="11" x2="11" y2="11" gradientUnits="userSpaceOnUse">
918
+ <stop stop-color="white"/>
919
+ <stop offset="1" stop-color="white" stop-opacity="0.55"/>
920
+ </linearGradient>
921
+ <linearGradient id="paint8_linear_28900_9359" x1="40" y1="9" x2="43" y2="9" gradientUnits="userSpaceOnUse">
922
+ <stop stop-color="white"/>
923
+ <stop offset="1" stop-color="white" stop-opacity="0.55"/>
924
+ </linearGradient>
925
+ <linearGradient id="paint9_linear_28900_9359" x1="-1" y1="170" x2="45" y2="170" gradientUnits="userSpaceOnUse">
926
+ <stop stop-color="#282828"/>
927
+ <stop offset="0.45" stop-color="#E5E5E5"/>
928
+ <stop offset="0.66" stop-color="white"/>
929
+ <stop offset="0.8" stop-color="#807262"/>
930
+ <stop offset="1" stop-color="#53432D"/>
931
+ </linearGradient>
932
+ <linearGradient id="paint10_linear_28900_9359" x1="18" y1="170" x2="38" y2="170" gradientUnits="userSpaceOnUse">
933
+ <stop stop-color="white" stop-opacity="0.16"/>
934
+ <stop offset="1" stop-color="white" stop-opacity="0.55"/>
935
+ </linearGradient>
936
+ <linearGradient id="paint11_linear_28900_9359" x1="10" y1="164.5" x2="34" y2="164.5" gradientUnits="userSpaceOnUse">
937
+ <stop stop-color="white" stop-opacity="0.12"/>
938
+ <stop offset="0.374349" stop-color="white"/>
939
+ <stop offset="0.667589" stop-color="white"/>
940
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
941
+ </linearGradient>
942
+ <linearGradient id="paint12_linear_28900_9359" x1="8" y1="170" x2="2" y2="170" gradientUnits="userSpaceOnUse">
943
+ <stop offset="0.5" stop-opacity="0"/>
944
+ <stop offset="1" stop-color="#040404" stop-opacity="0.57"/>
945
+ </linearGradient>
946
+ <linearGradient id="paint13_linear_28900_9359" x1="10" y1="175.5" x2="20" y2="175.5" gradientUnits="userSpaceOnUse">
947
+ <stop stop-color="white" stop-opacity="0.12"/>
948
+ <stop offset="0.374349" stop-color="white"/>
949
+ <stop offset="0.667589" stop-color="white"/>
950
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
951
+ </linearGradient>
952
+ <linearGradient id="paint14_linear_28900_9359" x1="7" y1="172.5" x2="17" y2="172.5" gradientUnits="userSpaceOnUse">
953
+ <stop stop-color="white" stop-opacity="0.12"/>
954
+ <stop offset="0.374349" stop-color="white"/>
955
+ <stop offset="0.667589" stop-color="white"/>
956
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
957
+ </linearGradient>
958
+ <linearGradient id="paint15_linear_28900_9359" x1="13" y1="167" x2="27" y2="167" gradientUnits="userSpaceOnUse">
959
+ <stop stop-color="white" stop-opacity="0.12"/>
960
+ <stop offset="0.374349" stop-color="white"/>
961
+ <stop offset="0.667589" stop-color="white"/>
962
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
963
+ </linearGradient>
964
+ <linearGradient id="paint16_linear_28900_9359" x1="6" y1="170" x2="11" y2="170" gradientUnits="userSpaceOnUse">
965
+ <stop stop-color="white"/>
966
+ <stop offset="1" stop-color="white" stop-opacity="0.55"/>
967
+ </linearGradient>
968
+ <linearGradient id="paint17_linear_28900_9359" x1="40" y1="168" x2="43" y2="168" gradientUnits="userSpaceOnUse">
969
+ <stop stop-color="white"/>
970
+ <stop offset="1" stop-color="white" stop-opacity="0.55"/>
971
+ </linearGradient>
972
+ <linearGradient id="paint18_linear_28900_9359" x1="-1" y1="329" x2="45" y2="329" gradientUnits="userSpaceOnUse">
973
+ <stop stop-color="#282828"/>
974
+ <stop offset="0.45" stop-color="#E5E5E5"/>
975
+ <stop offset="0.66" stop-color="white"/>
976
+ <stop offset="0.8" stop-color="#807262"/>
977
+ <stop offset="1" stop-color="#53432D"/>
978
+ </linearGradient>
979
+ <linearGradient id="paint19_linear_28900_9359" x1="18" y1="329" x2="38" y2="329" gradientUnits="userSpaceOnUse">
980
+ <stop stop-color="white" stop-opacity="0.16"/>
981
+ <stop offset="1" stop-color="white" stop-opacity="0.55"/>
982
+ </linearGradient>
983
+ <linearGradient id="paint20_linear_28900_9359" x1="10" y1="323.5" x2="34" y2="323.5" gradientUnits="userSpaceOnUse">
984
+ <stop stop-color="white" stop-opacity="0.12"/>
985
+ <stop offset="0.374349" stop-color="white"/>
986
+ <stop offset="0.667589" stop-color="white"/>
987
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
988
+ </linearGradient>
989
+ <linearGradient id="paint21_linear_28900_9359" x1="8" y1="329" x2="2" y2="329" gradientUnits="userSpaceOnUse">
990
+ <stop offset="0.5" stop-opacity="0"/>
991
+ <stop offset="1" stop-color="#040404" stop-opacity="0.57"/>
992
+ </linearGradient>
993
+ <linearGradient id="paint22_linear_28900_9359" x1="10" y1="334.5" x2="20" y2="334.5" gradientUnits="userSpaceOnUse">
994
+ <stop stop-color="white" stop-opacity="0.12"/>
995
+ <stop offset="0.374349" stop-color="white"/>
996
+ <stop offset="0.667589" stop-color="white"/>
997
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
998
+ </linearGradient>
999
+ <linearGradient id="paint23_linear_28900_9359" x1="7" y1="331.5" x2="17" y2="331.5" gradientUnits="userSpaceOnUse">
1000
+ <stop stop-color="white" stop-opacity="0.12"/>
1001
+ <stop offset="0.374349" stop-color="white"/>
1002
+ <stop offset="0.667589" stop-color="white"/>
1003
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
1004
+ </linearGradient>
1005
+ <linearGradient id="paint24_linear_28900_9359" x1="13" y1="326" x2="27" y2="326" gradientUnits="userSpaceOnUse">
1006
+ <stop stop-color="white" stop-opacity="0.12"/>
1007
+ <stop offset="0.374349" stop-color="white"/>
1008
+ <stop offset="0.667589" stop-color="white"/>
1009
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
1010
+ </linearGradient>
1011
+ <linearGradient id="paint25_linear_28900_9359" x1="6" y1="329" x2="11" y2="329" gradientUnits="userSpaceOnUse">
1012
+ <stop stop-color="white"/>
1013
+ <stop offset="1" stop-color="white" stop-opacity="0.55"/>
1014
+ </linearGradient>
1015
+ <linearGradient id="paint26_linear_28900_9359" x1="40" y1="327" x2="43" y2="327" gradientUnits="userSpaceOnUse">
1016
+ <stop stop-color="white"/>
1017
+ <stop offset="1" stop-color="white" stop-opacity="0.55"/>
1018
+ </linearGradient>
1019
+ <linearGradient id="paint27_linear_28900_9359" x1="-1" y1="488" x2="45" y2="488" gradientUnits="userSpaceOnUse">
1020
+ <stop stop-color="#282828"/>
1021
+ <stop offset="0.45" stop-color="#E5E5E5"/>
1022
+ <stop offset="0.66" stop-color="white"/>
1023
+ <stop offset="0.8" stop-color="#807262"/>
1024
+ <stop offset="1" stop-color="#53432D"/>
1025
+ </linearGradient>
1026
+ <linearGradient id="paint28_linear_28900_9359" x1="18" y1="488" x2="38" y2="488" gradientUnits="userSpaceOnUse">
1027
+ <stop stop-color="white" stop-opacity="0.16"/>
1028
+ <stop offset="1" stop-color="white" stop-opacity="0.55"/>
1029
+ </linearGradient>
1030
+ <linearGradient id="paint29_linear_28900_9359" x1="10" y1="482.5" x2="34" y2="482.5" gradientUnits="userSpaceOnUse">
1031
+ <stop stop-color="white" stop-opacity="0.12"/>
1032
+ <stop offset="0.374349" stop-color="white"/>
1033
+ <stop offset="0.667589" stop-color="white"/>
1034
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
1035
+ </linearGradient>
1036
+ <linearGradient id="paint30_linear_28900_9359" x1="8" y1="488" x2="2" y2="488" gradientUnits="userSpaceOnUse">
1037
+ <stop offset="0.5" stop-opacity="0"/>
1038
+ <stop offset="1" stop-color="#040404" stop-opacity="0.57"/>
1039
+ </linearGradient>
1040
+ <linearGradient id="paint31_linear_28900_9359" x1="10" y1="493.5" x2="20" y2="493.5" gradientUnits="userSpaceOnUse">
1041
+ <stop stop-color="white" stop-opacity="0.12"/>
1042
+ <stop offset="0.374349" stop-color="white"/>
1043
+ <stop offset="0.667589" stop-color="white"/>
1044
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
1045
+ </linearGradient>
1046
+ <linearGradient id="paint32_linear_28900_9359" x1="7" y1="490.5" x2="17" y2="490.5" gradientUnits="userSpaceOnUse">
1047
+ <stop stop-color="white" stop-opacity="0.12"/>
1048
+ <stop offset="0.374349" stop-color="white"/>
1049
+ <stop offset="0.667589" stop-color="white"/>
1050
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
1051
+ </linearGradient>
1052
+ <linearGradient id="paint33_linear_28900_9359" x1="13" y1="485" x2="27" y2="485" gradientUnits="userSpaceOnUse">
1053
+ <stop stop-color="white" stop-opacity="0.12"/>
1054
+ <stop offset="0.374349" stop-color="white"/>
1055
+ <stop offset="0.667589" stop-color="white"/>
1056
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
1057
+ </linearGradient>
1058
+ <linearGradient id="paint34_linear_28900_9359" x1="6" y1="488" x2="11" y2="488" gradientUnits="userSpaceOnUse">
1059
+ <stop stop-color="white"/>
1060
+ <stop offset="1" stop-color="white" stop-opacity="0.55"/>
1061
+ </linearGradient>
1062
+ <linearGradient id="paint35_linear_28900_9359" x1="40" y1="486" x2="43" y2="486" gradientUnits="userSpaceOnUse">
1063
+ <stop stop-color="white"/>
1064
+ <stop offset="1" stop-color="white" stop-opacity="0.55"/>
1065
+ </linearGradient>
1066
+ <linearGradient id="paint36_linear_28900_9359" x1="-1" y1="647" x2="45" y2="647" gradientUnits="userSpaceOnUse">
1067
+ <stop stop-color="#282828"/>
1068
+ <stop offset="0.45" stop-color="#E5E5E5"/>
1069
+ <stop offset="0.66" stop-color="white"/>
1070
+ <stop offset="0.8" stop-color="#807262"/>
1071
+ <stop offset="1" stop-color="#53432D"/>
1072
+ </linearGradient>
1073
+ <linearGradient id="paint37_linear_28900_9359" x1="18" y1="647" x2="38" y2="647" gradientUnits="userSpaceOnUse">
1074
+ <stop stop-color="white" stop-opacity="0.16"/>
1075
+ <stop offset="1" stop-color="white" stop-opacity="0.55"/>
1076
+ </linearGradient>
1077
+ <linearGradient id="paint38_linear_28900_9359" x1="10" y1="641.5" x2="34" y2="641.5" gradientUnits="userSpaceOnUse">
1078
+ <stop stop-color="white" stop-opacity="0.12"/>
1079
+ <stop offset="0.374349" stop-color="white"/>
1080
+ <stop offset="0.667589" stop-color="white"/>
1081
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
1082
+ </linearGradient>
1083
+ <linearGradient id="paint39_linear_28900_9359" x1="8" y1="647" x2="2" y2="647" gradientUnits="userSpaceOnUse">
1084
+ <stop offset="0.5" stop-opacity="0"/>
1085
+ <stop offset="1" stop-color="#040404" stop-opacity="0.57"/>
1086
+ </linearGradient>
1087
+ <linearGradient id="paint40_linear_28900_9359" x1="10" y1="652.5" x2="20" y2="652.5" gradientUnits="userSpaceOnUse">
1088
+ <stop stop-color="white" stop-opacity="0.12"/>
1089
+ <stop offset="0.374349" stop-color="white"/>
1090
+ <stop offset="0.667589" stop-color="white"/>
1091
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
1092
+ </linearGradient>
1093
+ <linearGradient id="paint41_linear_28900_9359" x1="7" y1="649.5" x2="17" y2="649.5" gradientUnits="userSpaceOnUse">
1094
+ <stop stop-color="white" stop-opacity="0.12"/>
1095
+ <stop offset="0.374349" stop-color="white"/>
1096
+ <stop offset="0.667589" stop-color="white"/>
1097
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
1098
+ </linearGradient>
1099
+ <linearGradient id="paint42_linear_28900_9359" x1="13" y1="644" x2="27" y2="644" gradientUnits="userSpaceOnUse">
1100
+ <stop stop-color="white" stop-opacity="0.12"/>
1101
+ <stop offset="0.374349" stop-color="white"/>
1102
+ <stop offset="0.667589" stop-color="white"/>
1103
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
1104
+ </linearGradient>
1105
+ <linearGradient id="paint43_linear_28900_9359" x1="6" y1="647" x2="11" y2="647" gradientUnits="userSpaceOnUse">
1106
+ <stop stop-color="white"/>
1107
+ <stop offset="1" stop-color="white" stop-opacity="0.55"/>
1108
+ </linearGradient>
1109
+ <linearGradient id="paint44_linear_28900_9359" x1="40" y1="645" x2="43" y2="645" gradientUnits="userSpaceOnUse">
1110
+ <stop stop-color="white"/>
1111
+ <stop offset="1" stop-color="white" stop-opacity="0.55"/>
1112
+ </linearGradient>
1113
+ </defs>
1114
+ </svg>