-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
HomeMatic_CSS.min.css
283 lines (256 loc) · 70.6 KB
/
HomeMatic_CSS.min.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
@-moz-document url-prefix("http://192.168.178.23/"), url-prefix("http://192.168.178.23/logout"), url-prefix("http://192.168.178.23/login") {
/* Homepage: https://github.com/THWillert/HomeMatic_CSS
V0.56.3 (29.11.2019)
*/
:root {
/* ================================================================================== buttons select rsw.
linear-gradient( to bottom, var(--dark_00), var(--dark_01)) */
--dark_00: #313539;
--dark_01: #484e55;
/* ================================================================================= buttons hover
linear-gradient( to bottom, var(--dark_02), var(--dark_03)) */
--dark_02: #141618;
--dark_03: #32363c;
/* ================================================================================== control-button-info
linear-gradient( to bottom, var(--dark_00), var(--dark_04)) */
--dark_04: #7a7b7a;
/* =================================================================================
linear-gradient( to bottom, var(--light_01), var(--light_00)) */
--light_01: #c2c2c2;
--light_00: #e5e5e5;
--dark_05: #2e3338;
--dialog_title: #3e444c;
/* =================================================================================
buttons / input / select */
--border_dark: #2f2f2f;
--border_focus: rgb(0, 255, 141);
--border_ok: rgb(0, 255, 141);
--border_alarm: rgb(255, 0, 0);
--hover_color: rgba(0, 255, 141, .6);
--selected_color: rgba(0, 255, 141, .6);
--pushed_color_shadow: rgba(0, 255, 141, .6);
/* =================================================================================
oberfläche */
--transparent_dark: rgba(46, 51, 56, .7);
--bg_dark: #272b30;
--bg_medium: #3e444c;
--bg_light: #eee;
/* =================================================================================
schrift */
--color_light: #ccc;
--color_dark: #333;
/* =================================================================================
schatten */
--footer_shadow-x: 0px;
--footer_shadow-y: -5px;
--footer_shadow-blur: 10px;
--footer_shadow_color: rgba(0, 0, 0, .5);
--table_shadow-x: 5px;
--table_shadow-y: 5px;
--table_shadow-blur: 20px;
--table_shadow_color: rgba(0, 0, 0, .4);
/* ===================================================================================
menue */
}
@media print{
*{background-color:#FFF!important;color:#000!important;background-image:none!important;box-shadow:none!important;}#header,#menubar,#footer{display:none;}#content{height:100%!important;width:90%;}
}
#ChannelConfigDialogLayer,#DeviceConfigDialogLayer,.YesNoDialogLayer,#trlayer,#trlayer2,.DialogLayer{background:radial-gradient(ellipseatcenter,rgba(0,0,0,0.2) 0 rgba(0,0,0,0.7) 100%!important;background-size:0 0;}
}
@-moz-document url-prefix("http://192.168.178.23/"), url-prefix("http://192.168.178.23/logout"), url-prefix("http://192.168.178.23/login") {
*{hyphens:auto!important;word-wrap:break-word!important;overflow-wrap:break-word!important;}
html{background-color:var(--dark_05)!important;}
select{display:inline-block;width:100%!important;height:calc(2.25em+2px!important);line-height:1.5!important;color:#ddd!important;vertical-align:middle!important;background:linear-gradient(tobottom,var(--dark_01), var(--dark_00))!important;border:1px solid var(--border_dark)!important;border-radius:.25rem!important;margin:.25em!important;padding:.375rem 1.75rem .375rem .75rem !important;}
input[id^="text_"],#sshPasswd0,#sshPasswd1,#snmpPasswd0,#snmpPasswd1,#Password,
input[id^="notassignedColor"],
input[id="text_serial"],input[id$="_tmp"]{display:inline-block!important;width:auto!important;height:calc(2.25em+2px!important);line-height:1.5!important;color:#000!important;text-align:center!important;vertical-align:middle!important;background:linear-gradient(tobottom,var(--light_01), var(--light_00));border:1px solid var(--border_dark)!important;border-radius:.25rem!important;margin:.25em!important;padding:.375rem 1.75rem .375rem .75rem !important;}
input[type=text]{display:inline-block!important;width:auto!important;height:calc(2.25em+2px!important);line-height:1.5!important;color:#000!important;vertical-align:middle!important;background:linear-gradient(tobottom,var(--light_01), var(--light_00));border:1px solid var(--border_dark)!important;border-radius:.25rem!important;margin:.25em!important;padding:.375rem 1.75rem .375rem .75rem !important;}
.CLASS02525b,.CLASS02557,.ControlBtnInfo{display:inline-block!important;height:calc(2.25em+2px!important);color:#000!important;vertical-align:middle!important;background:linear-gradient(tobottom,var(--light_01), var(--light_00));border:1px solid var(--border_dark)!important;border-radius:.25rem!important;font-style:normal!important;margin:.25em!important;padding:.375rem 1.75rem .375rem .75rem !important;}
.ControlBtnInfo td{color:#000!important;font-weight:400!important;}
.CLASS02538{width:20em!important;}
.CLASS02525b,.CLASS02557{height:auto;}
.CLASS02525b,.CLASS02557 td{color:#000!important;}
.CLASS02525b{box-shadow:0 0 15px var(--border_ok);}
#text_key1:focus,#text_key2:focus,#sshPasswd0:focus,#sshPasswd1:focus,#snmpPasswd0:focus,#snmpPasswd1:focus,#text_log_server:focus,input[type=text]:focus,input[id="text_serial"]:focus,input[id$="_tmp"]:focus,#Password:focus {border:1px var(--border_focus) solid!important;}
input[type=text][disabled=disabled]{opacity:0.6;}
input[name="P1_temp"],input[id="global_address"],input[id="global_iface"]{display:none!important;}
#ProgramTable .SelectBox,#ptpSel,select[style]{display:inline-block;width:auto!important;height:calc(2.25em+2px!important);line-height:1.5!important;color:#ddd!important;vertical-align:middle!important;background:linear-gradient(tobottom,var(--dark_01), var(--dark_00))!important;border:1px solid var(--border_dark)!important;border-radius:.25rem!important;margin:.25em!important;padding:.375rem 1.75rem .375rem .75rem !important;}
}
@-moz-document url-prefix("http://192.168.178.23/"), url-prefix("http://192.168.178.23/logout"), url-prefix("http://192.168.178.23/login") {
.DeviceListCell_Invisible,.DeviceListFoot{background-color:var(--transparent_dark)!important;}
img{filter:blur(0.5px);}
img[src="/ise/img/loading.gif"],img[src="/ise/img/ajaxload.gif"]{padding-left:200000px;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='2'%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='0s' calcMode='spline' dur='1.8s' keySplines='0.165,0.84,0.44,1' keyTimes='0;1' repeatCount='indefinite' values='1;20'/%3E%3Canimate attributeName='stroke-opacity' begin='0s' calcMode='spline' dur='1.8s' keySplines='0.3,0.61,0.355,1' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/circle%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' calcMode='spline' dur='1.8s' keySplines='0.165,0.84,0.44,1' keyTimes='0;1' repeatCount='indefinite' values='1;20'/%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' calcMode='spline' dur='1.8s' keySplines='0.3,0.61,0.355,1' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;}
.CLASS11101{min-width:30em;}
.CLASS11106{width:12px!important;height:12px!important;}
.CLASS11106 img[src="/ise/img/dot/grey.png"]{background:hsl(80,0%,30%)!important;box-shadow:#000 0 -1px 7px 1px inset #6c6c6c 0 -1px 9px;}
.CLASS11106 img[src="/ise/img/dot/green.png"]{background:#690!important;box-shadow:#000 0 -1px 7px 1px inset #460 0 -1px 9px #7D0 0 2px 12px!important;}
.CLASS11106 img[src="/ise/img/dot/red.png"]{background-color:#940;box-shadow:#000 0 -1px 7px 1px inset #600 0 -1px 9px red 0 2px 12px;}
.CLASS11106 img[src="/ise/img/dot/yellow.png"]{background-color:#A90;box-shadow:#000 0 -1px 7px 1px inset #660 0 -1px 9px #DD0 0 2px 12px;}
img[src^="/ise/img/dot/"]{margin-right:10px!important;width:12px;height:12px;border-radius:50%;}
.ButtonStatusRoomsPic{border:1px var(--bg_medium) solid!important;background:var(--bg_light);}
.ButtonStatusRoomsPicSelected{border:1px;background:var(--bg_light);}
td{padding:.25em!important;}
.CLASS05211{white-space:nowrap!important;}
img[id$="checkItem"],img[id$="dangerItem"],img[src$="_thumb.png"]{mix-blend-mode:multiply!important;}
.jqplot-grid-canvas{opacity:0.3;}
.tBodyCell[data-bind="text: serialNumber"]{text-align:center!important;}
#tblStartpageInfo td{color:#ddd;border-bottom:solid 1px;padding:5px;}
#footer table{border-spacing:0!important;}
.CLASS05501{display:none!important;}
.CLASS05104,
.CLASS03502 {color:var(--color_light)!important;}
.CLASS20815,.CLASS20918,.CLASS21114,.CLASS21200,.CLASS05103,.CLASS21406{max-height:600px;overflow-x:hidden;overflow-y:auto;}
#navbar,#header,#footer,#PagePath{background:linear-gradient(tobottom,var(--dark_01) , var(--dark_00) );}
#PagePath{white-space:nowrap;}
body{background:var(--bg_dark)!important;}
#footer{border-top:0;box-shadow:var(--footer_shadow-x) var(--footer_shadow-y) var(--footer_shadow-blur) var(--footer_shadow_color);}
#contentRight{border-left:10px!important;}
#divDL{overflow-x:hidden!important;}
.CLASS02519 table[style]{border-spacing:10px;margin:auto!important;}
#tblHDeviChannel,#tblFunctionNames,.StatViewTbl,.tblList,.tTable,.tMain,.sysConfigHeight,.filterTable,#tblStartpageInfo,.CLASS01803,.CLASS21305,.CLASS21301,.CLASS01812,#sysvarsListTable,#DeviceListTable{background-color:var(--transparent_dark)!important;box-shadow:var(--table_shadow-x) var(--table_shadow-y) var(--table_shadow-blur) var(--table_shadow_color)!important;border:0!important;}
.CLASS04100,.CLASS04200,.tTable,#sysvarsListTable{width:95%;margin:10px auto;}
#ic_deviceparameters,.parameter_area,.parameters_table tbody{background-color:var(--bg_medium)!important;color:var(--color_light)!important;}
.CLASS01809{width:43%!important;overflow:auto;margin:auto;padding:10px;}
#divRTD{height:100%!important;}
.CLASS03902,.CLASS04001 table{width:270px!important;}
#divRL{padding:10px;}
.CLASS04006{margin-top:0;}
.SortSelected{height:auto;background-color:var(--bg_dark);}
.pt11{height:auto;padding-top:0;vertical-align:middle;}
td,th{border-collapse:collapse;border-color:var(--border_dark)!important;}
.filterTable th:first-of-type,.CLASS04101 tr{height:4em!important;vertical-align:middle;}
#overviewHelpPage{width:100%!important;empty-cells:hide;}
.CLASS21301,.CLASS21305{width:50%!important;color:var(--color_light);}
.CLASS21301 li:first-of-type,.CLASS21305 li:first-of-type{background-color:var(--bg_medium);font-size:large!important;padding:3px;}
h1 b,h1 u{font-size:large!important;}
#anchor_1359,.GrayBkg,td[id^="dpc"],.DeviceListHead_Active,.CLASS05104,.CLASS05108 {background-color:var(--bg_dark)!important;color:var(--color_light)!important;padding:3px!important;}
.CLASS05206,.CLASS05209,.WhiteBkg,.DeviceListCell,.DeviceListThumbnail,.tCell,.CLASS06405{color:var(--color_dark)!important;background-color:var(--bg_light)!important;border:1px solid var(--border_dark);padding:3px;}
#tblStatus td{box-shadow:5px 5px 10px rgba(0,0,0,.3);max-width:250px!important;flex-grow:1!important;}
#tblStatus,.StdTable{height:auto;}
.sysConfigHeight{height:auto;max-width:250px!important;}
._CLASS21702{display:none;}
#mainTable td{min-width:290px;height:80px!important;background-color:var(--transparent_dark)!important;box-shadow:var(--table_shadow-x) var(--table_shadow-y) var(--table_shadow-blur) var(--table_shadow_color);margin:5px!important;padding:5px;}
.StdTable td{flex-grow:1;background-color:var(--transparent_dark)!important;height:auto!important;empty-cells:hide;margin:5px!important;padding:3px;}
#tblStatus .CLASS05700{width:auto;display:flex!important;empty-cells:hide;margin:auto!important;}
#tblStatus .CLASS05700 tr{display:flex!important;flex-direction:row;flex-wrap:wrap;justify-content:space-around;align-content:flex-start!important;margin:auto!important;}
.StdTable td td{background-color:rgba(0,0,0,0)!important;}
.ProfileTbl td:first-of-type{width:200px!important;}
#SysProtoList tr:nth-child(even) td{background-color:var(--bg_light)!important;color:#000!important;}
#SysProtoList tr:nth-child(odd) td{background-color:var(--light_00)!important;color:#000!important;}
.ProfileTbl{background-color:var(--bg_dark)!important;}
#DeviceInformation col{width:auto!important;}
.CLASS10400{height:2px;border-style:solid;}
.CLASS21000{width:117px!important;height:30px;}
.CLASS22003,.ProfileTbl tbody tr td,.TimeoutTable tbody tr td,.TimeoutTable,.CLASS21409,.CLASS21410,
.popupControls,#id_channel_parameters_table{background-color:var(--bg_dark)!important;color:var(--color_light);}
.j_dstValue{border-left:solid 10px var(--bg_medium);}
.TimeoutTable td{width:200px;empty-cells:hide!important;}
.CLASS02532,.CLASS04900,.CLASS01807,.CLASS03001,.CLASS03304,.CLASS03300,.CLASS03302,.CLASS03303,.CLASS03501,.CLASS02511,.CLASS01807,.CLASS03801,.CLASS04207,.CLASS04101,.CLASS04102,.CLASS04206,.CLASS20903,.CLASS20807,.CLASS21503,.CLASS21408,.CLASS05205,.CLASS05202,.CLASS21116,.CLASS21207,.CLASS21212,
.Sort,.filterTable th,.thCell,div[id^="anchor_"],#menubarmenu #header,#footer{background-color:var(--bg_medium)!important;border:var(--border_dark);color:var(--bg_light);}
#tblFunctionList tr:hover{background-color:rgba(46,51,56,.3)!important;}
#ic_deviceparameters,#id_body{background-color:transparent!important;margin:10px;}
.UIFrame{background-color:transparent!important;left:420px!important;}
.DeviceListHead{background-color:var(--bg_medium)!important;font-weight:400;}
.FilterSetButton,.CLASS21412,#TestButtonCH2104,#ToggleButtonChannelView,#btnStartScanGateway_lightify,#btnStartScanGateway_hue,input[type=button]{display:inline-block!important;width:100%!important;height:calc(2.25em+2px)!important;color:var(--color_light)!important;vertical-align:middle!important;background:linear-gradient(tobottom,var(--dark_01), var(--dark_00))!important;border:1px var(--border_dark) solid!important;border-radius:.25em!important;font-weight:400!important;overflow:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:.25em!important;padding:.375rem 1.75rem .375rem .75rem !important;}
.CLASS21210,
.StdTableBtn{display:inline-block!important;width:70%!important;height:auto!important;color:var(--color_light)!important;vertical-align:middle!important;background:linear-gradient(tobottom,var(--dark_01), var(--dark_00))!important;border:1px var(--border_dark) solid!important;border-radius:.25em!important;font-weight:400!important;overflow:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:.25em!important;padding:.375rem 1.75rem .375rem .75rem !important;}
.CLASS21412,
.CLASS21215,.FilterSetButton,.FilterButton,.StdButton{display:inline-block!important;width:70%!important;height:auto!important;line-height:1!important;color:var(--color_light)!important;vertical-align:middle!important;background:linear-gradient(tobottom,var(--dark_01), var(--dark_00) )!important;border:1px var(--border_dark) solid!important;border-radius:.25em!important;font-weight:400!important;overflow:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer!important;margin:.25em!important;padding:.375rem 1.75rem .375rem .75rem !important;}
.UIFrameContent textarea.UITextArea:nth-child(2){height:190px!important;width:580px!important;padding:5px;}
.UIFrameContent textarea.UITextArea:nth-child(4){height:190px!important;width:580px!important;background-color:var(--bg_light);padding:5px;}
.UITextArea{border:1px var(--border_dark);border-radius:3px;}
#DeviceConfigDialogAbortButton,#DeviceConfigDialogOkButton,#ChannelConfigDialogAbortButton,#ChannelConfigDialogOkButton,#btnLogNew,
div[id^="btn-user"],#btnLogin,
.CLASS21404,
.CLASS21117,
.CLASS21509,.CLASS21507,.CLASS20804,.CLASS20813,.CLASS20919,.CLASS20908,.CLASS20910,.CLASS21108,.CLASS02545,j_translate ControlBtnOff,.StdButtonBig,.YesNoDialog_noButton,.Messages,.NavButton{display:inline-block!important;max-width:100%!important;height:auto!important;color:var(--color_light)!important;vertical-align:middle!important;line-height:1.5!important;background:linear-gradient(tobottom,var(--dark_01), var(--dark_00) )!important;border:1px var(--border_dark) solid!important;border-radius:.25em!important;font-weight:400!important;overflow:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:.25em!important;padding:.375rem 1.75rem .375rem .75rem !important;}
.CLASS20818,input[type=file],#cp_new_devices_button,.CLASS21213,.FooterButton,.CLASS21000{display:inline-block!important;max-width:100%!important;height:auto!important;color:var(--color_light)!important;vertical-align:middle!important;text-align:center!important;background:linear-gradient(tobottom,var(--dark_01), var(--dark_00) )!important;border:1px var(--border_dark) solid!important;border-radius:.25em!important;font-weight:400!important;overflow:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:.25em!important;padding:.25rem 1rem!important;}
.DeviceListButton{display:inline-block!important;max-width:100%!important;height:auto!important;color:var(--color_light)!important;vertical-align:middle!important;background:linear-gradient(tobottom,var(--dark_01), var(--dark_00) )!important;border:1px var(--border_dark) solid!important;border-radius:.25em!important;font-weight:400!important;overflow:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:.25em!important;}
.ControlBtnOff{display:inline-block!important;width:100%!important;height:auto!important;color:var(--color_light)!important;vertical-align:middle!important;background:linear-gradient(tobottom,var(--dark_01), var(--dark_00) )!important;border:1px var(--border_dark) solid!important;border-radius:.25em!important;font-weight:400!important;overflow:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;align-self:center;margin:.25em!important;}
.ControlBtnOn,.ControlBtnPushed{box-shadow:0 0 15px 0 var(--pushed_color_shadow);background:linear-gradient(tobottom,var(--dark_02), var(--dark_03))!important;display:inline-block!important;width:100%!important;height:inherit!important;color:var(--color_light)!important;vertical-align:middle!important;text-align:center!important;border:1px var(--border_dark) solid!important;border-radius:.25em!important;font-weight:400!important;overflow:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:.25em!important;}
.CLASS02530,.PercBtn,.CLASS02529 div[id^="button"]{background-color:transparent!important;border:0;height:auto;width:auto;margin:auto;}
.CLASS02548,.CLASS02544{background:linear-gradient(tobottom,var(--dark_01), var(--dark_00) )!important;}
.CLASS02543{border:1px solid var(--border_dark)!important;mix-blend-mode:multiply;border-radius:.25em;margin:3px;padding:3px;}
.CLASS02543:hover{box-shadow:0 0 15px 0 var(--hover_color);background:linear-gradient(tobottom,var(--dark_02), var(--dark_03) )!important;mix-blend-mode:lighten;}
#btnFwDownload{display:none!important;height:0;}
div[id^="TestButtonCH"]{height:20px!important;}
.OkButton{height:20px;width:85%;border-radius:5px;background:linear-gradient(tobottom,#3b6347,#00ff0a)!important;margin:auto;}
.TestDate{height:20px;margin:0!important;}
div.UIButton:nth-child(11),div.UIButton:nth-child(10){background-color:transparent!important;border:0;top:360px!important;height:50px!important;}
.UIButton{background-color:transparent!important;border:0;height:30px!important;width:30%!important;left:35%!important;}
.FilterBtn,.FilterCaption,.Filter,.CLASS03501,.CLASS03601,.CLASS03801,.CLASS03706,.CLASS03001,.CLASS03006,.CLASS03304,.CLASS10901,.CLASS04104,.CLASS04206,.CLASS05205,.CLASS05202,.CLASS06408,.CLASS04109,.CLASS04211,.CLASS02545 j_translate ControlBtnOff{background:linear-gradient(tobottom,var(--light_00), var(--light_01) )!important;border:0!important;}
.CLASS04902{width:230px;}
.StdButtonInactive{border-radius:3px!important;}
.CLASS04904{display:block!important;}
.CLASS11100,.CLASS11101,.CLASS11104,.CLASS11105,#menubar,.MainMenuItem_Left,.MainMenuItem_Right{background-color:transparent;}
#btnLogNew:hover,
div[id^="btn-user"]:hover,#btnLogin:hover,
#cp_new_devices_button:hover,.CLASS21213:hover,.CLASS21215:hover,.DeviceListButton:hover,.StdButton:hover,.StdButtonBig:hover,.NavButton:hover,.FooterButton:hover,.StdTableBtn:hover,.Messages:hover,.FilterButton:hover,.FilterSetButton:hover,.CLASS21507:hover,.CLASS21108:hover,.CLASS20908:hover,.CLASS20919:hover,.CLASS20910:hover,.CLASS20813:hover,.CLASS20818:hover,.CLASS20804:hover,.CLASS21509:hover,.CLASS21404:hover,.CLASS21412:hover,.ControlBtnOff:hover,.CLASS21210:hover,
#TestButtonCH2104:hover,#ToggleButtonChannelView:hover,#btnStartScanGateway_lightify:hover,#btnStartScanGateway_hue:hover,input[type=button]:hover,input[type=file]:hover{box-shadow:inset 0 0 15px 0 var(--selected_color)!important;background:linear-gradient(tobottom,var(--dark_02), var(--dark_03))!important;transition:all .3s ease!important;cursor:pointer!important;}
.Rule{border-color:transparent;}
.Condition{border:1px solid var(--bg_medium);border-radius:5px;}
.conditionEven{background-color:#a7ff84;}
.conditionOdd{background-color:#fbd100;}
.FilterBody,.FilterSubMenu{background-color:var(--color_light);border-color:#aaa;}
.MainMenuItemCaption{border-radius:0;background:#272b30!important;color:var(--color_light);font-weight:400;border-color:#272b30 #3e444c #272b30 #272b30;}
.MainMenuSubMenu{background-color:#3e444c!important;border:0!important;border-radius:2px!important;box-shadow:var(--table_shadow-x) var(--table_shadow-y) var(--table_shadow-blur) var(--table_shadow_color)!important;}
.MainMenuSubItem{background-color:#3e444c;border:0;color:var(--color_light);font-weight:400;}
.MainMenuSubItem_Highlight{background-color:#272b30;color:#fff;}
.FilterSubMenu,.FilterBody{box-shadow:var(--table_shadow-x) var(--table_shadow-y) var(--table_shadow-blur) var(--table_shadow_color)!important;max-width:200px!important;margin:auto!important;}
.CLASS04111,.FilterBodyCell,.CLASS04214,.CLASS05208 td{background-color:transparent!important;color:var(--color_dark)!important;}
[id$=base]{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODMuNDZtbSIgaGVpZ2h0PSIyNy41Mm1tIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA4My40NTY0NzQgMjcuNTE5MjEzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSI0OS43OCIgeDI9IjY2LjQ0IiB5MT0iMTAwLjkiIHkyPSIxMDAuOSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg1LjA3IDAgMCA1LjA3IC0yMDMgLTM5OS43KSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMwMGYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMGYwMDAiIHN0b3Atb3BhY2l0eT0iLjk5NjEiIG9mZnNldD0iLjYxNDgiLz48c3RvcCBzdG9wLWNvbG9yPSIjZjAwIiBzdG9wLW9wYWNpdHk9Ii45OTY4IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDkuODggLTk4LjIpIj48cGF0aCBkPSJtNTAuMDUgMTI1LjYgODMuMTItMjcuMTktMC4xMTk4IDI2Ljk1LTgzIDAuMjM5MyIgZmlsbD0idXJsKCNhKSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iLjMyOTYiLz48L2c+PC9zdmc+DQo=)!important;z-index:10!important;background-size:100% 70%;background-repeat:no-repeat;background-position:center;}
[id$=green]{background-size:0 0;}
[id$=slider]{opacity:0.6;border-radius:5px;}
#DeviceConfigDialogContent{top:32px;width:800px;background-color:var(--dark_05);color:var(--color_light)!important;}
#DeviceConfigDialog{height:448px;}
#DeviceConfigDialogOkButton{left:660px;}
#DeviceConfigDialogAbortButton{left:10px;}
#DeviceConfigDialogFooter{height:55px;}
.CLASS10801 div div img{filter:invert(100%)!important;}
#DeviceConfigDialogTitle{background-color:var(--bg_medium);font-size:large!important;color:var(--color_light);border-radius:5px 5px 0 0!important;width:790px!important;padding:5px;}
#messagebox{min-width:900px;max-width:1000px!important;}
#ChannelConfigDialog,#DeviceConfigDialog,#id_messagebox_wrapper{box-shadow:var(--table_shadow-x) var(--table_shadow-y) var(--table_shadow-blur) var(--table_shadow_color);background-color:transparent!important;}
#ChannelConfigDialogOkButton{left:650px;}
.popupTitle{background-color:var(--dialog_title);font-size:large!important;color:var(--color_light);border-radius:5px 5px 0 0!important;width:auto!important;padding:5px;}
#ChannelConfigDialogTitle,.UIFrameTitle{background-color:var(--dialog_title);font-size:large!important;color:var(--color_light);border-radius:5px 5px 0 0!important;width:100%!important;padding:5px;}
.CLASS01807{font-size:large!important;color:var(--color_light);}
.UIFrameContent{top:30px!important;width:inherit!important;}
#ChannelConfigDialogFooter,.popupControls,#DeviceConfigDialogFooter,.CLASS10200{background-color:var(--dialog_title)!important;border-radius:0 0 5px 5px;}
#ChannelConfigDialogContent,.CLASS21114,.CLASS21115,.CLASS21111,.CLASS21112,.CLASS21113,.CLASS21107,.CLASS20806,.CLASS20808,.CLASS20810,.CLASS20817,.CLASS20811,.CLASS20909,.CLASS21205,
.CLASS20904,.CLASS20905,.CLASS21504,.CLASS21505,.CLASS21506,.CLASS21208,
.UIFrameContent{background-color:var(--dark_05)!important;color:var(--color_light)!important;}
.loginErrorBox,tr.popupTableRowGray:nth-child(1) > td:nth-child(4),.CLASS20816,.CLASS20921{background-color:#f2dede;font-weight:400!important;color:#a94442!important;border:#ebcccc 1px solid!important;border-radius:3px!important;}
.CLASS20816::first-line,.CLASS20921::first-line{font-weight:700!important;}
#updateCol {background-color:#d1ecf1!important;color:#0c5460!important;border:#bee5eb 1px solid!important;border-radius:3px!important;}
div.CLASS05103:nth-child(3) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1),
tr.CLASS21407:last-of-type > td:last-of-type,
.CLASS20917 > td:nth-child(1) {color:#856404!important;background-color:#fff3cd!important;border-color:#ffeeba!important;}
table[id^="id_firmware_table_"]{box-shadow:none!important;background-color:transparent!important;margin-top:0;}
table[id^="id_firmware_table_"] ._CLASS22008{border-radius:3px;}
td[name="j_actionTD"] .tTable td{color:#31708f!important;background-color:#d9edf7!important;border:#bce8f1 1px solid!important;}
.CLASS10800{border:0;filter:blur(0.6px) grayscale(1);}
.popupTable{background-color:var(--bg_medium);border-collapse:collapse;border:1px var(--color_dark) solid!important;}
.popupTable tr{border-bottom-color:var(--color_dark)!important;border-bottom:1px!important;}
table#LoginMask{font-weight:400!important;border:0;color:var(--color_light);background-color:var(--dark_05)!important;box-shadow:var(--table_shadow-x) var(--table_shadow-y) var(--table_shadow-blur) var(--table_shadow_color);}
.filterTable td,.CLASS03000 th,.filterTable th.Filter,.CLASS04103,.CLASS04103 td[style],.CLASS04104,.CLASS04109,.CLASS21700,.CLASS05401,.CLASS05400,.CLASS05500{height:auto!important;}
div[id$="Thumbnail"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1),div[id$="Thumbnail"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(2),div[id^="picDiv"] > div:nth-child(1) > div:nth-child(1),div[id^="picDiv"] > div:nth-child(1) > div:nth-child(2),
div[id^="pic"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1),div[id^="pic"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(2),.ctrlTbl,.tblfav,.CLASS01806,.CLASS02510,.CLASS02519,.ctrlTbl td,#tblListFold,.DeviceListRow,#DeviceListTable,.CLASS10801 div div,.CLASS21206,.CLASS21209 {background-color:transparent!important;}
.CLASS01806,.CLASS01807,.CLASS03910,.CLASS00203,.CLASS06405{border:0!important;}
#menubar,html body table#maintable tbody tr td#navbar{border-bottom:0;}
#devFwOverview td,.TblUserAdministration{background-color:var(--bg_light);}
#tblRightContent,.CLASS04110,.CLASS05208{margin:auto!important;}
.CLASS22001,.CLASS22004,
tr[id^="r"],tr[id^="r"] > td:nth-child(1),.CLASS21411{background:transparent!important;}
.CLASS21301 ul,.CLASS21305 ul,.CLASS11105,#AlarmServiceMsg td,html body table#maintable tbody tr td{padding:0!important;}
#mainTable,.StdTable{display:flex!important;empty-cells:hide;margin:auto!important;}
#mainTable tr,.StdTable tr{display:flex!important;flex-direction:row;flex-wrap:wrap;justify-content:left;align-content:flex-start!important;margin:auto!important;}
.cpButton,#mainTable .StdTableBtnHelp,#DeviceInformation,#id_device_parameters_table,#parameter_header{width:100%!important;}
.CLASS22000,#tblFunctionList{box-shadow:var(--table_shadow-x) var(--table_shadow-y) var(--table_shadow-blur) var(--table_shadow_color);}
#ic_deviceparameters thead td,.parameter_area{background-color:var(--bg_medium)!important;}
.UIFrameContent div.UIButton:nth-child(5),div.UIButton:nth-child(22){left:10px!important;}
.ButtonStatusRoomsSelected,.tHeaderCellSortSelected{background-color:var(--dark_05);border:0;}
.conditionOdd .SelectBox option,.conditionEven .SelectBox option{color:var(--color_dark)!important;}
}
@-moz-document url-prefix("http://192.168.178.23/pages/"), url-prefix("http://192.168.178.23/logout"), url-prefix("http://192.168.178.23/login") {
#content{background-color:var(--dark_05);background-size:cover;background-position:0!important;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='900'%3E%3Cpath d='M792499l53-22-106-49z' fill='%23e9f2f1' stroke='%23e9f2f1' stroke-width='2'/%3E%3Cpath d='M845477l-6-87-10038z' fill='%23eaf2ed' stroke='%23eaf2ed' stroke-width='2'/%3E%3Cpath d='M845477l86-81-92-6z' fill='%23e3efe9' stroke='%23e3efe9' stroke-width='2'/%3E%3Cpath d='M839390l-103-953133z' fill='%23efefe2' stroke='%23efefe2' stroke-width='2'/%3E%3Cpath d='M931396l-66-88-2682z' fill='%23e2ecdd' stroke='%23e2ecdd' stroke-width='2'/%3E%3Cpath d='M739428l-7487127-16z' fill='%23eef3f2' stroke='%23eef3f2' stroke-width='2'/%3E%3Cpath d='M865308l-129-1310395z' fill='%23ebebd9' stroke='%23ebebd9' stroke-width='2'/%3E%3Cpath d='M739428l-113-4639133z' fill='%23f6f3ed' stroke='%23f6f3ed' stroke-width='2'/%3E%3Cpath d='M889621l53-59-97-85z' fill='%23ccece6' stroke='%23ccece6' stroke-width='2'/%3E%3Cpath d='M845477l144-2-58-79z' fill='%23daeeeb' stroke='%23daeeeb' stroke-width='2'/%3E%3Cpath d='M665515l859242-108z' fill='%23e2f1ee' stroke='%23e2f1ee' stroke-width='2'/%3E%3Cpath d='M736295l-1108711346z' fill='%23f6f0e1' stroke='%23f6f0e1' stroke-width='2'/%3E%3Cpath d='M889621l-44-144-5322z' fill='%23d6eeea' stroke='%23d6eeea' stroke-width='2'/%3E%3Cpath d='M942562l47-87-1442z' fill='%23cfebe7' stroke='%23cfebe7' stroke-width='2'/%3E%3Cpath d='M750607l13914-97-122z' fill='%23d1ede8' stroke='%23d1ede8' stroke-width='2'/%3E%3Cpath d='M736295l-34-39-76126z' fill='%23f5ead2' stroke='%23f5ead2' stroke-width='2'/%3E%3Cpath d='M788211l-86453439z' fill='%23eee2c5' stroke='%23eee2c5' stroke-width='2'/%3E%3Cpath d='M665515l5413031-38z' fill='%23d9ede9' stroke='%23d9ede9' stroke-width='2'/%3E%3Cpath d='M750607l1085931-45z' fill='%23bfe5df' stroke='%23bfe5df' stroke-width='2'/%3E%3Cpath d='M865308l-77-97-5284z' fill='%23e9e3c7' stroke='%23e9e3c7' stroke-width='2'/%3E%3Cpath d='M750680l108-14-108-59z' fill='%23c0e4de' stroke='%23c0e4de' stroke-width='2'/%3E%3Cpath d='M1042616l-53-141-4787z' fill='%23bae4dd' stroke='%23bae4dd' stroke-width='2'/%3E%3Cpath d='M865308l-19-101-584z' fill='%23e2ddbd' stroke='%23e2ddbd' stroke-width='2'/%3E%3Cpath d='M995269l-149-6219101z' fill='%23dbdec0' stroke='%23dbdec0' stroke-width='2'/%3E%3Cpath d='M995269l-130396688z' fill='%23dae6d0' stroke='%23dae6d0' stroke-width='2'/%3E%3Cpath d='M719645l3135v-73z' fill='%23c7e7e1' stroke='%23c7e7e1' stroke-width='2'/%3E%3Cpath d='M702256l-143866740z' fill='%23f6eacf' stroke='%23f6eacf' stroke-width='2'/%3E%3Cpath d='M626382l-75155114-22z' fill='%23f1f0e4' stroke='%23f1f0e4' stroke-width='2'/%3E%3Cpath d='M665515l-11422168108z' fill='%23e0ede3' stroke='%23e0ede3' stroke-width='2'/%3E%3Cpath d='M1090361l-95-92-64127z' fill='%23cde1cc' stroke='%23cde1cc' stroke-width='2'/%3E%3Cpath d='M490397l6114075-155z' fill='%23f6eedc' stroke='%23f6eedc' stroke-width='2'/%3E%3Cpath d='M719645l-7066101-31z' fill='%23c0e2db' stroke='%23c0e2db' stroke-width='2'/%3E%3Cpath d='M559342l-28119529z' fill='%23f6eacd' stroke='%23f6eacd' stroke-width='2'/%3E%3Cpath d='M510290l216328-11z' fill='%23f6e7c2' stroke='%23f6e7c2' stroke-width='2'/%3E%3Cpath d='M989475l101-114-15935z' fill='%23cce6db' stroke='%23cce6db' stroke-width='2'/%3E%3Cpath d='M1042616l40-126-93-15z' fill='%23b6e1da' stroke='%23b6e1da' stroke-width='2'/%3E%3Cpath d='M1042616l-100-5458104z' fill='%23a9ded5' stroke='%23a9ded5' stroke-width='2'/%3E%3Cpath d='M995269l20-30-169-32z' fill='%23d1d7b5' stroke='%23d1d7b5' stroke-width='2'/%3E%3Cpath d='M1116285l-101-46-2030z' fill='%23c3d4b3' stroke='%23c3d4b3' stroke-width='2'/%3E%3Cpath d='M702256l-82-58-61144z' fill='%23f1e1bc' stroke='%23f1e1bc' stroke-width='2'/%3E%3Cpath d='M72592L620198l8258z' fill='%23ead2ab' stroke='%23ead2ab' stroke-width='2'/%3E%3Cpath d='M72592l-2316486-45z' fill='%23e8d4b0' stroke='%23e8d4b0' stroke-width='2'/%3E%3Cpath d='M1000666l-58-104-5359z' fill='%23b2e1da' stroke='%23b2e1da' stroke-width='2'/%3E%3Cpath d='M1082490l8-129-101114z' fill='%23c2e3dc' stroke='%23c2e3dc' stroke-width='2'/%3E%3Cpath d='M858666h142l-111-45z' fill='%23aee0d7' stroke='%23aee0d7' stroke-width='2'/%3E%3Cpath d='M1042687l-42-2117160z' fill='%2383cabf' stroke='%2383cabf' stroke-width='2'/%3E%3Cpath d='M519616l1309570-66z' fill='%23c8e2d3' stroke='%23c8e2d3' stroke-width='2'/%3E%3Cpath d='M864812l136-146H858z' fill='%239dd6cd' stroke='%239dd6cd' stroke-width='2'/%3E%3Cpath d='M531353l-4144136-15z' fill='%23f6ebce' stroke='%23f6ebce' stroke-width='2'/%3E%3Cpath d='M510290l-2010741-44z' fill='%23f5e6c1' stroke='%23f5e6c1' stroke-width='2'/%3E%3Cpath d='M620198l-734212102z' fill='%23f0deb4' stroke='%23f0deb4' stroke-width='2'/%3E%3Cpath d='M547240l-37504952z' fill='%23f3e2b8' stroke='%23f3e2b8' stroke-width='2'/%3E%3Cpath d='M551537l-327920029z' fill='%23d8e8d8' stroke='%23d8e8d8' stroke-width='2'/%3E%3Cpath d='M474522l459432-79z' fill='%23e1e7d1' stroke='%23e1e7d1' stroke-width='2'/%3E%3Cpath d='M490397l-161257715z' fill='%23eee9d3' stroke='%23eee9d3' stroke-width='2'/%3E%3Cpath d='M1000666l4221v-71z' fill='%2396d6cb' stroke='%2396d6cb' stroke-width='2'/%3E%3Cpath d='M1042616l96-5-56-121z' fill='%23a3dbd2' stroke='%23a3dbd2' stroke-width='2'/%3E%3Cpath d='M864812l-6-146-10814z' fill='%23a7d8d0' stroke='%23a7d8d0' stroke-width='2'/%3E%3Cpath d='M1015239L91092l-64115z' fill='%23d1cca5' stroke='%23d1cca5' stroke-width='2'/%3E%3Cpath d='M84141L72592l63119z' fill='%23dcbf96' stroke='%23dcbf96' stroke-width='2'/%3E%3Cpath d='M1116285l-77-103-2457z' fill='%23beceaa' stroke='%23beceaa' stroke-width='2'/%3E%3Cpath d='M1090361l26-76-121-16z' fill='%23c1d8bd' stroke='%23c1d8bd' stroke-width='2'/%3E%3Cpath d='M1162372l-46-87-2676z' fill='%23b8d5bf' stroke='%23b8d5bf' stroke-width='2'/%3E%3Cpath d='M84141l-5317058-4z' fill='%23dcc9a2' stroke='%23dcc9a2' stroke-width='2'/%3E%3Cpath d='M51250l-2719762-7z' fill='%23e6ca92' stroke='%23e6ca92' stroke-width='2'/%3E%3Cpath d='M1039182L91092l105147z' fill='%23c5c59c' stroke='%23c5c59c' stroke-width='2'/%3E%3Cpath d='M720815l144-3-114-132z' fill='%23a0cec8' stroke='%23a0cec8' stroke-width='2'/%3E%3Cpath d='M519616l5811672-21z' fill='%23c0ddc9' stroke='%23c0ddc9' stroke-width='2'/%3E%3Cpath d='M547240l-6272543z' fill='%23eedaa9' stroke='%23eedaa9' stroke-width='2'/%3E%3Cpath d='M368324l12107110-34z' fill='%23efddb6' stroke='%23efddb6' stroke-width='2'/%3E%3Cpath d='M490397l-110349491z' fill='%23f1e5ca' stroke='%23f1e5ca' stroke-width='2'/%3E%3Cpath d='M596102l-4913873-42z' fill='%23e8cf9d' stroke='%23e8cf9d' stroke-width='2'/%3E%3Cpath d='M1082490l80-118-72-11z' fill='%23b9dace' stroke='%23b9dace' stroke-width='2'/%3E%3Cpath d='M1178527l-16-155-80118z' fill='%23b0d8d1' stroke='%23b0d8d1' stroke-width='2'/%3E%3Cpath d='M720815l30-135-10131z' fill='%23b1d7cf' stroke='%23b1d7cf' stroke-width='2'/%3E%3Cpath d='M1042687l96-76-965z' fill='%2393d4ca' stroke='%2393d4ca' stroke-width='2'/%3E%3Cpath d='M519616l-529011026z' fill='%23c1dac0' stroke='%23c1dac0' stroke-width='2'/%3E%3Cpath d='M474522l-1793621z' fill='%23dae2c7' stroke='%23dae2c7' stroke-width='2'/%3E%3Cpath d='M368639l89-2417-93z' fill='%23d5dcbd' stroke='%23d5dcbd' stroke-width='2'/%3E%3Cpath d='M674819l46-4-71-104z' fill='%23a5ccc2' stroke='%23a5ccc2' stroke-width='2'/%3E%3Cpath d='M1138611l40-84-96-37z' fill='%23a1d6ce' stroke='%23a1d6ce' stroke-width='2'/%3E%3Cpath d='M72592l-129102496z' fill='%23e5c395' stroke='%23e5c395' stroke-width='2'/%3E%3Cpath d='M7316l-35542932z' fill='%23d9b28a' stroke='%23d9b28a' stroke-width='2'/%3E%3Cpath d='M69660l-10042129-10z' fill='%23e0b789' stroke='%23e0b789' stroke-width='2'/%3E%3Cpath d='M720815l1448130-51z' fill='%2392c0bb' stroke='%2392c0bb' stroke-width='2'/%3E%3Cpath d='M577732l9787-25-108z' fill='%23add0c2' stroke='%23add0c2' stroke-width='2'/%3E%3Cpath d='M91092l-69-515166z' fill='%23d3bd93' stroke='%23d3bd93' stroke-width='2'/%3E%3Cpath d='M96258L84141l6951z' fill='%23c7af84' stroke='%23c7af84' stroke-width='2'/%3E%3Cpath d='M1039182L96258l-5234z' fill='%23c3b68a' stroke='%23c3b68a' stroke-width='2'/%3E%3Cpath d='M106397L96258l77124z' fill='%23bbb285' stroke='%23bbb285' stroke-width='2'/%3E%3Cpath d='M368324l1227320-107z' fill='%23f1e0b4' stroke='%23f1e0b4' stroke-width='2'/%3E%3Cpath d='M457615l109152-90z' fill='%23c9dabe' stroke='%23c9dabe' stroke-width='2'/%3E%3Cpath d='M533842l1223919-62z' fill='%2398bbac' stroke='%2398bbac' stroke-width='2'/%3E%3Cpath d='M368639l9967-10-91z' fill='%23c5d4b3' stroke='%23c5d4b3' stroke-width='2'/%3E%3Cpath d='M674819l6044-14-48z' fill='%2398c1bb' stroke='%2398c1bb' stroke-width='2'/%3E%3Cpath d='M655881l79-18-60-44z' fill='%2395bcb3' stroke='%2395bcb3' stroke-width='2'/%3E%3Cpath d='M1162372l52-48-98-39z' fill='%23b1ceb6' stroke='%23b1ceb6' stroke-width='2'/%3E%3Cpath d='M1137124l-74-27-2485z' fill='%23b3b488' stroke='%23b3b488' stroke-width='2'/%3E%3Cpath d='M1247345l-33-21-5248z' fill='%23a8c9b4' stroke='%23a8c9b4' stroke-width='2'/%3E%3Cpath d='M1164164l-1251877103z' fill='%23b3c59c' stroke='%23b3c59c' stroke-width='2'/%3E%3Cpath d='M106397l-87-55-1416z' fill='%23b8a97c' stroke='%23b8a97c' stroke-width='2'/%3E%3Cpath d='M96258l14-16-135-1z' fill='%23c0aa80' stroke='%23c0aa80' stroke-width='2'/%3E%3Cpath d='M543-36l-31868452z' fill='%23d3a972' stroke='%23d3a972' stroke-width='2'/%3E%3Cpath d='M84141L7316l-686z' fill='%23d3af88' stroke='%23d3af88' stroke-width='2'/%3E%3Cpath d='M680-49l515511-74z' fill='%23c69f7d' stroke='%23c69f7d' stroke-width='2'/%3E%3Cpath d='M380431l-223311658z' fill='%23ebdfc0' stroke='%23ebdfc0' stroke-width='2'/%3E%3Cpath d='M262403l966122-33z' fill='%23ead5b0' stroke='%23ead5b0' stroke-width='2'/%3E%3Cpath d='M1042687l15713-61-89z' fill='%2380c9bf' stroke='%2380c9bf' stroke-width='2'/%3E%3Cpath d='M864812l15314-17-160z' fill='%2384c6bd' stroke='%2384c6bd' stroke-width='2'/%3E%3Cpath d='M963939l54-113-153-14z' fill='%2371b3ab' stroke='%2371b3ab' stroke-width='2'/%3E%3Cpath d='M485247l-11777142-34z' fill='%23eed8a6' stroke='%23eed8a6' stroke-width='2'/%3E%3Cpath d='M322242l4682117-77z' fill='%23e8cf95' stroke='%23e8cf95' stroke-width='2'/%3E%3Cpath d='M1214324l-50-160-48121z' fill='%23acc3a2' stroke='%23acc3a2' stroke-width='2'/%3E%3Cpath d='M1214324l106-128-156-32z' fill='%239fb491' stroke='%239fb491' stroke-width='2'/%3E%3Cpath d='M1300429l-53-84-8527z' fill='%23a2c6b7' stroke='%23a2c6b7' stroke-width='2'/%3E%3Cpath d='M1164164l-27-40-9858z' fill='%23afb68a' stroke='%23afb68a' stroke-width='2'/%3E%3Cpath d='M106397l-19-126-6871z' fill='%23aea176' stroke='%23aea176' stroke-width='2'/%3E%3Cpath d='M734863l13380-3-131z' fill='%2384b5af' stroke='%2384b5af' stroke-width='2'/%3E%3Cpath d='M533842l141-23-97-87z' fill='%23a2c5b3' stroke='%23a2c5b3' stroke-width='2'/%3E%3Cpath d='M467706l6613644-110z' fill='%23adcab2' stroke='%23adcab2' stroke-width='2'/%3E%3Cpath d='M358464l10175106-117z' fill='%23dfdcbb' stroke='%23dfdcbb' stroke-width='2'/%3E%3Cpath d='M1138611l15133-111-117z' fill='%2387c7bf' stroke='%2387c7bf' stroke-width='2'/%3E%3Cpath d='M1178527l98-51-114-104z' fill='%23a4cec9' stroke='%23a4cec9' stroke-width='2'/%3E%3Cpath d='M1113811l86-111-157-13z' fill='%236dbeb3' stroke='%236dbeb3' stroke-width='2'/%3E%3Cpath d='M1326588l-50-112-9851z' fill='%238cc3bc' stroke='%238cc3bc' stroke-width='2'/%3E%3Cpath d='M447816l8626-66-136z' fill='%23a3bfa3' stroke='%23a3bfa3' stroke-width='2'/%3E%3Cpath d='M596102l-84-5235190z' fill='%23e3c088' stroke='%23e3c088' stroke-width='2'/%3E%3Cpath d='M680-49l-84151100-42z' fill='%23d5ac80' stroke='%23d5ac80' stroke-width='2'/%3E%3Cpath d='M1017826l96-15-71-124z' fill='%236ebcb2' stroke='%236ebcb2' stroke-width='2'/%3E%3Cpath d='M1247345l73-149-106128z' fill='%239dba9e' stroke='%239dba9e' stroke-width='2'/%3E%3Cpath d='M1276476l24-47-138-57z' fill='%23a0c7bf' stroke='%23a0c7bf' stroke-width='2'/%3E%3Cpath d='M1376504l-76-75-2447z' fill='%2391bdb7' stroke='%2391bdb7' stroke-width='2'/%3E%3Cpath d='M7316l-51-5516109z' fill='%23cfa781' stroke='%23cfa781' stroke-width='2'/%3E%3Cpath d='M742-68L7316l11035z' fill='%23c7a47f' stroke='%23c7a47f' stroke-width='2'/%3E%3Cpath d='M703993l164-50-133-80z' fill='%2381aaa4' stroke='%2381aaa4' stroke-width='2'/%3E%3Cpath d='M1167902l-10-85-44-6z' fill='%234ba298' stroke='%234ba298' stroke-width='2'/%3E%3Cpath d='M878-121L742-68l99109z' fill='%23b89b78' stroke='%23b89b78' stroke-width='2'/%3E%3Cpath d='M533842l809942-60z' fill='%2391b1a1' stroke='%2391b1a1' stroke-width='2'/%3E%3Cpath d='M347818l100-220-110z' fill='%23a3ba99' stroke='%23a3ba99' stroke-width='2'/%3E%3Cpath d='M378123l-561191635z' fill='%23e1c582' stroke='%23e1c582' stroke-width='2'/%3E%3Cpath d='M368324l-912010387z' fill='%23ebd4a4' stroke='%23ebd4a4' stroke-width='2'/%3E%3Cpath d='M358464l-851159560z' fill='%23d8d2ac' stroke='%23d8d2ac' stroke-width='2'/%3E%3Cpath d='M1064927l49-116-9615z' fill='%235aaaa1' stroke='%235aaaa1' stroke-width='2'/%3E%3Cpath d='M1113811l44642-117z' fill='%2359afa5' stroke='%2359afa5' stroke-width='2'/%3E%3Cpath d='M1199700l90-56-151-33z' fill='%2375bfb5' stroke='%2375bfb5' stroke-width='2'/%3E%3Cpath d='M447816l303856-12z' fill='%2399b59a' stroke='%2399b59a' stroke-width='2'/%3E%3Cpath d='M655881l4811231-130z' fill='%238bafa8' stroke='%238bafa8' stroke-width='2'/%3E%3Cpath d='M388-27l-10150134-73z' fill='%23cda05d' stroke='%23cda05d' stroke-width='2'/%3E%3Cpath d='M51250l-13473107124z' fill='%23deba7a' stroke='%23deba7a' stroke-width='2'/%3E%3Cpath d='M867943l96-4-99-127z' fill='%2375aea6' stroke='%2375aea6' stroke-width='2'/%3E%3Cpath d='M97642L956-9384141z' fill='%23b6a079' stroke='%23b6a079' stroke-width='2'/%3E%3Cpath d='M11464l-102-3319126z' fill='%23a19a6e' stroke='%23a19a6e' stroke-width='2'/%3E%3Cpath d='M11464l-83937427z' fill='%23a6a072' stroke='%23a6a072' stroke-width='2'/%3E%3Cpath d='M322242l-4510291-20z' fill='%23e7ca91' stroke='%23e7ca91' stroke-width='2'/%3E%3Cpath d='M1291745l-2-101-9056z' fill='%235cb1a7' stroke='%235cb1a7' stroke-width='2'/%3E%3Cpath d='M1300429l25-64-78-20z' fill='%239bbeaf' stroke='%239bbeaf' stroke-width='2'/%3E%3Cpath d='M122613l-80-9-9120z' fill='%23989367' stroke='%23989367' stroke-width='2'/%3E%3Cpath d='M1376504l-51-139-2564z' fill='%2394bbb3' stroke='%2394bbb3' stroke-width='2'/%3E%3Cpath d='M477854l13687-80-99z' fill='%2393b19b' stroke='%2393b19b' stroke-width='2'/%3E%3Cpath d='M277344l-155911828z' fill='%23e9cfa1' stroke='%23e9cfa1' stroke-width='2'/%3E%3Cpath d='M368639l-43621425z' fill='%23bbcca6' stroke='%23bbcca6' stroke-width='2'/%3E%3Cpath d='M680-49L543-36l53138z' fill='%23cda475' stroke='%23cda475' stroke-width='2'/%3E%3Cpath d='M584-148L543-36l137-13z' fill='%23ba956c' stroke='%23ba956c' stroke-width='2'/%3E%3Cpath d='M273579l5212243-62z' fill='%23c4c89f' stroke='%23c4c89f' stroke-width='2'/%3E%3Cpath d='M447816l-9349123-11z' fill='%2395ad8d' stroke='%2395ad8d' stroke-width='2'/%3E%3Cpath d='M234503l397685-115z' fill='%23ddcba5' stroke='%23ddcba5' stroke-width='2'/%3E%3Cpath d='M1289644l37-56-148-61z' fill='%237ebeb7' stroke='%237ebeb7' stroke-width='2'/%3E%3Cpath d='M1044-29l-88-6420135z' fill='%23a6966f' stroke='%23a6966f' stroke-width='2'/%3E%3Cpath d='M963939l101-12-47-101z' fill='%235ea59c' stroke='%235ea59c' stroke-width='2'/%3E%3Cpath d='M1044-29l70-40-158-24z' fill='%23968d68' stroke='%23968d68' stroke-width='2'/%3E%3Cpath d='M122613l-891112740z' fill='%23a09d70' stroke='%23a09d70' stroke-width='2'/%3E%3Cpath d='M1325365l22-35-10015z' fill='%2399baa6' stroke='%2399baa6' stroke-width='2'/%3E%3Cpath d='M1484407l-137-77-2235z' fill='%2390b09f' stroke='%2390b09f' stroke-width='2'/%3E%3Cpath d='M613941l9052-48-112z' fill='%2388a89d' stroke='%2388a89d' stroke-width='2'/%3E%3Cpath d='M867943l606836-72z' fill='%23699f96' stroke='%23699f96' stroke-width='2'/%3E%3Cpath d='M10551074l51-56-42-91z' fill='%23468a7f' stroke='%23468a7f' stroke-width='2'/%3E%3Cpath d='M543-36l-66113575z' fill='%23c99d65' stroke='%23c99d65' stroke-width='2'/%3E%3Cpath d='M325701l22117120-112z' fill='%23abbf9a' stroke='%23abbf9a' stroke-width='2'/%3E%3Cpath d='M273579l3313719-15z' fill='%23bcc197' stroke='%23bcc197' stroke-width='2'/%3E%3Cpath d='M956-93l-78-28-37162z' fill='%23af9775' stroke='%23af9775' stroke-width='2'/%3E%3Cpath d='M742-68l-41-60-2179z' fill='%23ba9879' stroke='%23ba9879' stroke-width='2'/%3E%3Cpath d='M543-36l-69-42353z' fill='%23be935e' stroke='%23be935e' stroke-width='2'/%3E%3Cpath d='M273579l-7929112108z' fill='%23c2bc92' stroke='%23c2bc92' stroke-width='2'/%3E%3Cpath d='M262403l-28100124-39z' fill='%23e7cda7' stroke='%23e7cda7' stroke-width='2'/%3E%3Cpath d='M137421l978228-100z' fill='%23e3bf96' stroke='%23e3bf96' stroke-width='2'/%3E%3Cpath d='M878-121l-177-74160z' fill='%23ae9377' stroke='%23ae9377' stroke-width='2'/%3E%3Cpath d='M1347330l-27-134-73149z' fill='%2398b498' stroke='%2398b498' stroke-width='2'/%3E%3Cpath d='M322242l-64-519107z' fill='%23e0bf80' stroke='%23e0bf80' stroke-width='2'/%3E%3Cpath d='M277344l-100-408599z' fill='%23e3c08a' stroke='%23e3c08a' stroke-width='2'/%3E%3Cpath d='M214176l4461645z' fill='%23d9b36c' stroke='%23d9b36c' stroke-width='2'/%3E%3Cpath d='M214176l1086656-119z' fill='%23d8b168' stroke='%23d8b168' stroke-width='2'/%3E%3Cpath d='M1289644l748-37-64z' fill='%236ab0a8' stroke='%236ab0a8' stroke-width='2'/%3E%3Cpath d='M1157817l134-72-92-45z' fill='%2354aba1' stroke='%2354aba1' stroke-width='2'/%3E%3Cpath d='M1319779l-28-34-44138z' fill='%2337968e' stroke='%2337968e' stroke-width='2'/%3E%3Cpath d='M1326588l50-84-100-28z' fill='%2386b9b3' stroke='%2386b9b3' stroke-width='2'/%3E%3Cpath d='M1363652l13-148-5084z' fill='%2376b2aa' stroke='%2376b2aa' stroke-width='2'/%3E%3Cpath d='M8521046l75-35-60-68z' fill='%236c9a91' stroke='%236c9a91' stroke-width='2'/%3E%3Cpath d='M306716l41102-22-117z' fill='%23a8b78e' stroke='%23a8b78e' stroke-width='2'/%3E%3Cpath d='M4841045l84745-111z' fill='%23819680' stroke='%23819680' stroke-width='2'/%3E%3Cpath d='M6541132l90-105-41-34z' fill='%237b948a' stroke='%237b948a' stroke-width='2'/%3E%3Cpath d='M703993l4134123-84z' fill='%237ba098' stroke='%237ba098' stroke-width='2'/%3E%3Cpath d='M5681052l135-59-90-52z' fill='%23829c8d' stroke='%23829c8d' stroke-width='2'/%3E%3Cpath d='M1064927l103-25-54-91z' fill='%234b9e95' stroke='%234b9e95' stroke-width='2'/%3E%3Cpath d='M1140978l27-76-10325z' fill='%23409288' stroke='%23409288' stroke-width='2'/%3E%3Cpath d='M11464l-32-73-7040z' fill='%23948c64' stroke='%23948c64' stroke-width='2'/%3E%3Cpath d='M956-93l263-31-3413z' fill='%238c8667' stroke='%238c8667' stroke-width='2'/%3E%3Cpath d='M1219-124l-105553273z' fill='%23827f5b' stroke='%23827f5b' stroke-width='2'/%3E%3Cpath d='M1320196l-4-63-15231z' fill='%2394a178' stroke='%2394a178' stroke-width='2'/%3E%3Cpath d='M1371169l-55-36463z' fill='%238d986f' stroke='%238d986f' stroke-width='2'/%3E%3Cpath d='M1371169l-512727134z' fill='%2390a582' stroke='%2390a582' stroke-width='2'/%3E%3Cpath d='M1291745l72-93-74-8z' fill='%235baca2' stroke='%235baca2' stroke-width='2'/%3E%3Cpath d='M1316133l-90-120-62151z' fill='%23969669' stroke='%23969669' stroke-width='2'/%3E%3Cpath d='M1224997l23-114-8019z' fill='%232e877e' stroke='%232e877e' stroke-width='2'/%3E%3Cpath d='M7441027l1081915-103z' fill='%23739b92' stroke='%23739b92' stroke-width='2'/%3E%3Cpath d='M477-25l-89-212477z' fill='%23c6995c' stroke='%23c6995c' stroke-width='2'/%3E%3Cpath d='M584-148L474-78l6942z' fill='%23b69162' stroke='%23b69162' stroke-width='2'/%3E%3Cpath d='M347818l74793-49z' fill='%2396ab88' stroke='%2396ab88' stroke-width='2'/%3E%3Cpath d='M285858l697-7-47z' fill='%2391a17a' stroke='%2391a17a' stroke-width='2'/%3E%3Cpath d='M285858l62-40-9326z' fill='%23909d74' stroke='%23909d74' stroke-width='2'/%3E%3Cpath d='M474-78l-8651892z' fill='%23bb8f55' stroke='%23bb8f55' stroke-width='2'/%3E%3Cpath d='M1291745l283444-127z' fill='%234ca298' stroke='%234ca298' stroke-width='2'/%3E%3Cpath d='M1247883l44-138-13472z' fill='%233c9b93' stroke='%233c9b93' stroke-width='2'/%3E%3Cpath d='M365-82L26623l122-50z' fill='%23b68641' stroke='%23b68641' stroke-width='2'/%3E%3Cpath d='M701-128l-117-209699z' fill='%23b29171' stroke='%23b29171' stroke-width='2'/%3E%3Cpath d='M878-121l-294-2711720z' fill='%23ac9077' stroke='%23ac9077' stroke-width='2'/%3E%3Cpath d='M234503l-4010579-29z' fill='%23d2bf96' stroke='%23d2bf96' stroke-width='2'/%3E%3Cpath d='M119489l7511940-105z' fill='%23d3b78c' stroke='%23d3b78c' stroke-width='2'/%3E%3Cpath d='M1140978l-76-514291z' fill='%23428e82' stroke='%23428e82' stroke-width='2'/%3E%3Cpath d='M1167902l80-19-90-66z' fill='%233d978d' stroke='%233d978d' stroke-width='2'/%3E%3Cpath d='M1316133l47-57-137-63z' fill='%2388865a' stroke='%2388865a' stroke-width='2'/%3E%3Cpath d='M1475173l-104-4139116z' fill='%2382926d' stroke='%2382926d' stroke-width='2'/%3E%3Cpath d='M258237l-816710040z' fill='%23dfb97c' stroke='%23dfb97c' stroke-width='2'/%3E%3Cpath d='M214176l-3712881-67z' fill='%23d7ad67' stroke='%23d7ad67' stroke-width='2'/%3E%3Cpath d='M1064927l-1011292135z' fill='%23529489' stroke='%23529489' stroke-width='2'/%3E%3Cpath d='M225105l-1171164-53z' fill='%23cf9e53' stroke='%23cf9e53' stroke-width='2'/%3E%3Cpath d='M4841045l129-104-136-87z' fill='%2388a18a' stroke='%2388a18a' stroke-width='2'/%3E%3Cpath d='M7671153l140-67-55-40z' fill='%236b9087' stroke='%236b9087' stroke-width='2'/%3E%3Cpath d='M1140978l8419-57-95z' fill='%2334867c' stroke='%2334867c' stroke-width='2'/%3E%3Cpath d='M10551074l-92-135-3672z' fill='%23589187' stroke='%23589187' stroke-width='2'/%3E%3Cpath d='M8521046l554020-75z' fill='%23659087' stroke='%23659087' stroke-width='2'/%3E%3Cpath d='M7671153l85-107-108-19z' fill='%23729289' stroke='%23729289' stroke-width='2'/%3E%3Cpath d='M177304l-40117125-18z' fill='%23e0b985' stroke='%23e0b985' stroke-width='2'/%3E%3Cpath d='M90485l47-64-57-16z' fill='%23d6ae86' stroke='%23d6ae86' stroke-width='2'/%3E%3Cpath d='M359975l12570-7-191z' fill='%23839778' stroke='%23839778' stroke-width='2'/%3E%3Cpath d='M254844l93-26-41-102z' fill='%239ba87f' stroke='%239ba87f' stroke-width='2'/%3E%3Cpath d='M214176L57280l12024z' fill='%23d1a460' stroke='%23d1a460' stroke-width='2'/%3E%3Cpath d='M26623l-418215318z' fill='%23c99546' stroke='%23c99546' stroke-width='2'/%3E%3Cpath d='M1247883l112-89-40-15z' fill='%232f9088' stroke='%232f9088' stroke-width='2'/%3E%3Cpath d='M1319779l40154-142z' fill='%23449b92' stroke='%23449b92' stroke-width='2'/%3E%3Cpath d='M1488459l-4-52-10897z' fill='%2386aba5' stroke='%2386aba5' stroke-width='2'/%3E%3Cpath d='M1396928l-37-134-11289z' fill='%2323827a' stroke='%2323827a' stroke-width='2'/%3E%3Cpath d='M225105l-23311240z' fill='%23ca9547' stroke='%23ca9547' stroke-width='2'/%3E%3Cpath d='M1371169l-8-93-4757z' fill='%23888c61' stroke='%23888c61' stroke-width='2'/%3E%3Cpath d='M122613l-7-137-73128z' fill='%23837e58' stroke='%23837e58' stroke-width='2'/%3E%3Cpath d='M-3192l3232L1792z' fill='%23b5813a' stroke='%23b5813a' stroke-width='2'/%3E%3Cpath d='M388-27L26623l112100z' fill='%23c5954c' stroke='%23c5954c' stroke-width='2'/%3E%3Cpath d='M365-82l235586-51z' fill='%23b3894d' stroke='%23b3894d' stroke-width='2'/%3E%3Cpath d='M584-148L365-82l1094z' fill='%23ad8857' stroke='%23ad8857' stroke-width='2'/%3E%3Cpath d='M359975l118-121-12311z' fill='%238a9f7c' stroke='%238a9f7c' stroke-width='2'/%3E%3Cpath d='M178808l763652-128z' fill='%23999e74' stroke='%23999e74' stroke-width='2'/%3E%3Cpath d='M178808l128-92-17311z' fill='%23a1a073' stroke='%23a1a073' stroke-width='2'/%3E%3Cpath d='M137421l-186811514z' fill='%23dbb78d' stroke='%23dbb78d' stroke-width='2'/%3E%3Cpath d='M90485l29418-68z' fill='%23d5b089' stroke='%23d5b089' stroke-width='2'/%3E%3Cpath d='M7671153l184-47-44-20z' fill='%23678f86' stroke='%23678f86' stroke-width='2'/%3E%3Cpath d='M359975l-5-110-69-7z' fill='%23889770' stroke='%23889770' stroke-width='2'/%3E%3Cpath d='M9071086l4420-24-95z' fill='%235f8d82' stroke='%235f8d82' stroke-width='2'/%3E%3Cpath d='M6541132l49-139-13559z' fill='%237c9182' stroke='%237c9182' stroke-width='2'/%3E%3Cpath d='M11641080l60-83-84-19z' fill='%23307b70' stroke='%23307b70' stroke-width='2'/%3E%3Cpath d='M9511106l104-32-128-63z' fill='%2356897e' stroke='%2356897e' stroke-width='2'/%3E%3Cpath d='M1376504l108-97-159-42z' fill='%238eb1a9' stroke='%238eb1a9' stroke-width='2'/%3E%3Cpath d='M1371169l106-49-114-44z' fill='%23828359' stroke='%23828359' stroke-width='2'/%3E%3Cpath d='M1488459l-1124515033z' fill='%237ca7a0' stroke='%237ca7a0' stroke-width='2'/%3E%3Cpath d='M1526537l-150-33-13148z' fill='%2373aaa3' stroke='%2373aaa3' stroke-width='2'/%3E%3Cpath d='M2891001l70-26-74-117z' fill='%23808963' stroke='%23808963' stroke-width='2'/%3E%3Cpath d='M150643l-155-321265z' fill='%23767148' stroke='%23767148' stroke-width='2'/%3E%3Cpath d='M136376l-12-65-1252z' fill='%237f7c52' stroke='%237f7c52' stroke-width='2'/%3E%3Cpath d='M11641080l-24-102-3440z' fill='%23387f74' stroke='%23387f74' stroke-width='2'/%3E%3Cpath d='M1114-69l105-55-26331z' fill='%23848361' stroke='%23848361' stroke-width='2'/%3E%3Cpath d='M878-121l341-3-635-24z' fill='%239b8b71' stroke='%239b8b71' stroke-width='2'/%3E%3Cpath d='M1299-55l-80-697137z' fill='%23767450' stroke='%23767450' stroke-width='2'/%3E%3Cpath d='M135111l-52-66-7368z' fill='%237a764f' stroke='%237a764f' stroke-width='2'/%3E%3Cpath d='M4931124l47-28-56-51z' fill='%237b8b6f' stroke='%237b8b6f' stroke-width='2'/%3E%3Cpath d='M4841045l565128-44z' fill='%237c8d74' stroke='%237c8d74' stroke-width='2'/%3E%3Cpath d='M5401096l11436-86-80z' fill='%237c8f7b' stroke='%237c8f7b' stroke-width='2'/%3E%3Cpath d='M119489L60610l134-2z' fill='%23c6ad83' stroke='%23c6ad83' stroke-width='2'/%3E%3Cpath d='M80405l571640-117z' fill='%23d8af7d' stroke='%23d8af7d' stroke-width='2'/%3E%3Cpath d='M6541132l11321-23-126z' fill='%237a948c' stroke='%237a948c' stroke-width='2'/%3E%3Cpath d='M57280l2312597-101z' fill='%23d4a971' stroke='%23d4a971' stroke-width='2'/%3E%3Cpath d='M173875l116126-4-143z' fill='%2382865c' stroke='%2382865c' stroke-width='2'/%3E%3Cpath d='M133727l173-11-112-108z' fill='%23b3ae80' stroke='%23b3ae80' stroke-width='2'/%3E%3Cpath d='M60610l7311761-119z' fill='%23b3a679' stroke='%23b3a679' stroke-width='2'/%3E%3Cpath d='M584-148l-268454921z' fill='%23a8824d' stroke='%23a8824d' stroke-width='2'/%3E%3Cpath d='M365-82l-49-21-50126z' fill='%23ae7d3b' stroke='%23ae7d3b' stroke-width='2'/%3E%3Cpath d='M29224l185-48-12-40z' fill='%23c89649' stroke='%23c89649' stroke-width='2'/%3E%3Cpath d='M1510285l-1634513777z' fill='%238aa691' stroke='%238aa691' stroke-width='2'/%3E%3Cpath d='M1510285l-139-116-24161z' fill='%238ba182' stroke='%238ba182' stroke-width='2'/%3E%3Cpath d='M1540317l-30-32-26122z' fill='%23859d87' stroke='%23859d87' stroke-width='2'/%3E%3Cpath d='M1488459l46-56-504z' fill='%2384a399' stroke='%2384a399' stroke-width='2'/%3E%3Cpath d='M1520642l6-105-163115z' fill='%23629e96' stroke='%23629e96' stroke-width='2'/%3E%3Cpath d='M1526537l8-134-4656z' fill='%237fa29b' stroke='%237fa29b' stroke-width='2'/%3E%3Cpath d='M10551074l1096-58-62z' fill='%233c7d71' stroke='%233c7d71' stroke-width='2'/%3E%3Cpath d='M9511106l213-26-109-6z' fill='%23468377' stroke='%23468377' stroke-width='2'/%3E%3Cpath d='M13901103l-226-2329050z' fill='%23115e54' stroke='%23115e54' stroke-width='2'/%3E%3Cpath d='M1359794l121-45-117-97z' fill='%2342968c' stroke='%2342968c' stroke-width='2'/%3E%3Cpath d='M1516799l-36-50-12145z' fill='%232c847b' stroke='%232c847b' stroke-width='2'/%3E%3Cpath d='M1396928l-149-45-23114z' fill='%231b7a72' stroke='%231b7a72' stroke-width='2'/%3E%3Cpath d='M1652338l-112-21-686z' fill='%23809681' stroke='%23809681' stroke-width='2'/%3E%3Cpath d='M1480749l40-107-15710z' fill='%234d988e' stroke='%234d988e' stroke-width='2'/%3E%3Cpath d='M5401096l-47281618z' fill='%237c8f78' stroke='%237c8f78' stroke-width='2'/%3E%3Cpath d='M6541132l-161-827429z' fill='%237c9181' stroke='%237c9181' stroke-width='2'/%3E%3Cpath d='M3811109l11215-9-79z' fill='%23798666' stroke='%23798666' stroke-width='2'/%3E%3Cpath d='M3811109l103-64-125-70z' fill='%23788360' stroke='%23788360' stroke-width='2'/%3E%3Cpath d='M1475173l2-53-10649z' fill='%2380865e' stroke='%2380865e' stroke-width='2'/%3E%3Cpath d='M135111l28-106-8040z' fill='%236c6845' stroke='%236c6845' stroke-width='2'/%3E%3Cpath d='M150643l-29778616z' fill='%23756f44' stroke='%23756f44' stroke-width='2'/%3E%3Cpath d='M1588213l-113-4035112z' fill='%237d8c67' stroke='%237d8c67' stroke-width='2'/%3E%3Cpath d='M1534403l6-86-5690z' fill='%23849e8d' stroke='%23849e8d' stroke-width='2'/%3E%3Cpath d='M1603559l-69-156-8134z' fill='%23769b93' stroke='%23769b93' stroke-width='2'/%3E%3Cpath d='M90485L60610l59-121z' fill='%23c8aa83' stroke='%23c8aa83' stroke-width='2'/%3E%3Cpath d='M81870l9255-67z' fill='%23848156' stroke='%23848156' stroke-width='2'/%3E%3Cpath d='M-51591l1111930-125z' fill='%23baa17b' stroke='%23baa17b' stroke-width='2'/%3E%3Cpath d='M80405l-90510075z' fill='%23cfa780' stroke='%23cfa780' stroke-width='2'/%3E%3Cpath d='M29224l2856157-104z' fill='%23c89a54' stroke='%23c89a54' stroke-width='2'/%3E%3Cpath d='M202136l23-31L116-40z' fill='%23bb7e2b' stroke='%23bb7e2b' stroke-width='2'/%3E%3Cpath d='M173875l81-31-76-36z' fill='%238c8c60' stroke='%238c8c60' stroke-width='2'/%3E%3Cpath d='M173875l112-17-31-14z' fill='%238a8f64' stroke='%238a8f64' stroke-width='2'/%3E%3Cpath d='M57799l1219-45-81z' fill='%23918e62' stroke='%23918e62' stroke-width='2'/%3E%3Cpath d='M60610l221035114z' fill='%23a59c71' stroke='%23a59c71' stroke-width='2'/%3E%3Cpath d='M13411050l55-122-17269z' fill='%23156c62' stroke='%23156c62' stroke-width='2'/%3E%3Cpath d='M11641080l115-24-55-59z' fill='%23246f65' stroke='%23246f65' stroke-width='2'/%3E%3Cpath d='M150643L1379-95l-28106z' fill='%236b6640' stroke='%236b6640' stroke-width='2'/%3E%3Cpath d='M1299-55l80-40-160-29z' fill='%23666848' stroke='%23666848' stroke-width='2'/%3E%3Cpath d='M2891001l92108-22-134z' fill='%23777f58' stroke='%23777f58' stroke-width='2'/%3E%3Cpath d='M2981114l83-5-92-108z' fill='%2373774e' stroke='%2373774e' stroke-width='2'/%3E%3Cpath d='M57280l-6713090-5z' fill='%23cca272' stroke='%23cca272' stroke-width='2'/%3E%3Cpath d='M116-40l10914541-82z' fill='%23b57a2b' stroke='%23b57a2b' stroke-width='2'/%3E%3Cpath d='M1396928l120-129-157-5z' fill='%231c7c74' stroke='%231c7c74' stroke-width='2'/%3E%3Cpath d='M1480749l7128-31-135z' fill='%233c887d' stroke='%233c887d' stroke-width='2'/%3E%3Cpath d='M1520642l83-83-77-22z' fill='%2366978e' stroke='%2366978e' stroke-width='2'/%3E%3Cpath d='M1551777l-35226958z' fill='%231d7168' stroke='%231d7168' stroke-width='2'/%3E%3Cpath d='M-98319l889167-130z' fill='%23c29967' stroke='%23c29967' stroke-width='2'/%3E%3Cpath d='M-20770l772925-86z' fill='%238b865d' stroke='%238b865d' stroke-width='2'/%3E%3Cpath d='M1477120l29-77-14333z' fill='%23787347' stroke='%23787347' stroke-width='2'/%3E%3Cpath d='M1563136l-86-16-253z' fill='%237a7c52' stroke='%237a7c52' stroke-width='2'/%3E%3Cpath d='M1691612l-88-5382110z' fill='%23588a7f' stroke='%23588a7f' stroke-width='2'/%3E%3Cpath d='M1540317l48-104-7872z' fill='%237f9071' stroke='%237f9071' stroke-width='2'/%3E%3Cpath d='M12791056l62-6-117-53z' fill='%2318695f' stroke='%2318695f' stroke-width='2'/%3E%3Cpath d='M13901103l-49-53-626z' fill='%23115e54' stroke='%23115e54' stroke-width='2'/%3E%3Cpath d='M13901103l-111-47-11524z' fill='%2318665c' stroke='%2318665c' stroke-width='2'/%3E%3Cpath d='M1652338l-64-125-48104z' fill='%237d8d6f' stroke='%237d8d6f' stroke-width='2'/%3E%3Cpath d='M1588213l-25-77-8837z' fill='%23797e57' stroke='%23797e57' stroke-width='2'/%3E%3Cpath d='M173875l1129115-3z' fill='%2379764b' stroke='%2379764b' stroke-width='2'/%3E%3Cpath d='M82713l-258676-72z' fill='%23959065' stroke='%23959065' stroke-width='2'/%3E%3Cpath d='M-20770l102-57-143-32z' fill='%23908961' stroke='%23908961' stroke-width='2'/%3E%3Cpath d='M1516799l35-22-71-28z' fill='%232c7d74' stroke='%232c7d74' stroke-width='2'/%3E%3Cpath d='M1521916l-5-117-120129z' fill='%230f6c64' stroke='%230f6c64' stroke-width='2'/%3E%3Cpath d='M201-145L116-40l15063z' fill='%23a26920' stroke='%23a26920' stroke-width='2'/%3E%3Cpath d='M584-148l-383311542z' fill='%239e7a42' stroke='%239e7a42' stroke-width='2'/%3E%3Cpath d='M316-103l-115-4265168z' fill='%23a3712e' stroke='%23a3712e' stroke-width='2'/%3E%3Cpath d='M57799l247197-62z' fill='%23848158' stroke='%23848158' stroke-width='2'/%3E%3Cpath d='M1792l12132173-88z' fill='%23bb853a' stroke='%23bb853a' stroke-width='2'/%3E%3Cpath d='M29224l-1113213924z' fill='%23bd9052' stroke='%23bd9052' stroke-width='2'/%3E%3Cpath d='M3811109l-83519510z' fill='%2376805b' stroke='%2376805b' stroke-width='2'/%3E%3Cpath d='M4931124l-680259544z' fill='%23747c55' stroke='%23747c55' stroke-width='2'/%3E%3Cpath d='M2041073l9441-9-113z' fill='%23706d43' stroke='%23706d43' stroke-width='2'/%3E%3Cpath d='M81870l93134-1-129z' fill='%23797449' stroke='%23797449' stroke-width='2'/%3E%3Cpath d='M-104372l4910345-65z' fill='%23bd9975' stroke='%23bd9975' stroke-width='2'/%3E%3Cpath d='M-10410l-456514510z' fill='%23c8a17f' stroke='%23c8a17f' stroke-width='2'/%3E%3Cpath d='M57799l-138671624z' fill='%2376724c' stroke='%2376724c' stroke-width='2'/%3E%3Cpath d='M116-40L1792l18544z' fill='%23b17324' stroke='%23b17324' stroke-width='2'/%3E%3Cpath d='M170256l-156-8617166z' fill='%23665c30' stroke='%23665c30' stroke-width='2'/%3E%3Cpath d='M1701454l-49-116-11865z' fill='%237c9182' stroke='%237c9182' stroke-width='2'/%3E%3Cpath d='M-55475l4116L90485z' fill='%23bc9d7a' stroke='%23bc9d7a' stroke-width='2'/%3E%3Cpath d='M1551777l55-35-86-100z' fill='%233b8378' stroke='%233b8378' stroke-width='2'/%3E%3Cpath d='M1603559l98-105-167-51z' fill='%2377958c' stroke='%2377958c' stroke-width='2'/%3E%3Cpath d='M1585857l21-115-5535z' fill='%23237167' stroke='%23237167' stroke-width='2'/%3E%3Cpath d='M14751053l46-137-12512z' fill='%23015e55' stroke='%23015e55' stroke-width='2'/%3E%3Cpath d='M1001097l104-24-30-69z' fill='%23685d30' stroke='%23685d30' stroke-width='2'/%3E%3Cpath d='M1741004l306985-72z' fill='%23716c40' stroke='%23716c40' stroke-width='2'/%3E%3Cpath d='M116-40L-527l2265z' fill='%239f6318' stroke='%239f6318' stroke-width='2'/%3E%3Cpath d='M96-151L79-52l3712z' fill='%238f5813' stroke='%238f5813' stroke-width='2'/%3E%3Cpath d='M181012l828574-93z' fill='%2363582e' stroke='%2363582e' stroke-width='2'/%3E%3Cpath d='M-61681l14332-22-103z' fill='%23a1956c' stroke='%23a1956c' stroke-width='2'/%3E%3Cpath d='M1563136l-17-166-4073z' fill='%236b6238' stroke='%236b6238' stroke-width='2'/%3E%3Cpath d='M150643l1-145-1287z' fill='%235e5935' stroke='%235e5935' stroke-width='2'/%3E%3Cpath d='M1648171l-85-352577z' fill='%2374774f' stroke='%2374774f' stroke-width='2'/%3E%3Cpath d='M13411050l1343-79-125z' fill='%23075e54' stroke='%23075e54' stroke-width='2'/%3E%3Cpath d='M14541130l-290-50-21326z' fill='%232b7267' stroke='%232b7267' stroke-width='2'/%3E%3Cpath d='M1521916l64-59-69-58z' fill='%23146a60' stroke='%23146a60' stroke-width='2'/%3E%3Cpath d='M1561955l24-98-6459z' fill='%23065e55' stroke='%23065e55' stroke-width='2'/%3E%3Cpath d='M1652338l-4-167-6042z' fill='%2377815e' stroke='%2377815e' stroke-width='2'/%3E%3Cpath d='M1546-30l-39-72-1145z' fill='%235e5630' stroke='%235e5630' stroke-width='2'/%3E%3Cpath d='M1379-95l217-40-37711z' fill='%2354573a' stroke='%2354573a' stroke-width='2'/%3E%3Cpath d='M-51591l-1090121-71z' fill='%23a4946e' stroke='%23a4946e' stroke-width='2'/%3E%3Cpath d='M-125594l648710-90z' fill='%239b8e6c' stroke='%239b8e6c' stroke-width='2'/%3E%3Cpath d='M-3192l-7964111-32z' fill='%23b68949' stroke='%23b68949' stroke-width='2'/%3E%3Cpath d='M-55475l-7011974-3z' fill='%23aa9474' stroke='%23aa9474' stroke-width='2'/%3E%3Cpath d='M-53144l-2911279-64z' fill='%23ae8140' stroke='%23ae8140' stroke-width='2'/%3E%3Cpath d='M-53144l5048L1792z' fill='%23ad772f' stroke='%23ad772f' stroke-width='2'/%3E%3Cpath d='M-10271l497370-52z' fill='%23a16820' stroke='%23a16820' stroke-width='2'/%3E%3Cpath d='M79-52L-527l121-67z' fill='%23985c13' stroke='%23985c13' stroke-width='2'/%3E%3Cpath d='M1603559l-838316527z' fill='%23568c81' stroke='%23568c81' stroke-width='2'/%3E%3Cpath d='M1691612l10-158-98105z' fill='%23699086' stroke='%23699086' stroke-width='2'/%3E%3Cpath d='M1652338l5511-59-178z' fill='%237a876a' stroke='%237a876a' stroke-width='2'/%3E%3Cpath d='M-82256l-1663155-39z' fill='%23b98f58' stroke='%23b98f58' stroke-width='2'/%3E%3Cpath d='M-98319l-6539438z' fill='%23b9956b' stroke='%23b9956b' stroke-width='2'/%3E%3Cpath d='M1685669l-165-2786100z' fill='%23448579' stroke='%23448579' stroke-width='2'/%3E%3Cpath d='M1701454l6-105-55-11z' fill='%237c907f' stroke='%237c907f' stroke-width='2'/%3E%3Cpath d='M13901103l85-50-134-3z' fill='%2306564c' stroke='%2306564c' stroke-width='2'/%3E%3Cpath d='M1698830l-13-161-7973z' fill='%2330756a' stroke='%2330756a' stroke-width='2'/%3E%3Cpath d='M79-52L-23-92-527z' fill='%238e530d' stroke='%238e530d' stroke-width='2'/%3E%3Cpath d='M201-145l-105-620111z' fill='%238d5816' stroke='%238d5816' stroke-width='2'/%3E%3Cpath d='M584-148l-488-31056z' fill='%23946c32' stroke='%23946c32' stroke-width='2'/%3E%3Cpath d='M1585857l113-27-92-88z' fill='%231b685e' stroke='%231b685e' stroke-width='2'/%3E%3Cpath d='M14751053l86-98-40-39z' fill='%2301564c' stroke='%2301564c' stroke-width='2'/%3E%3Cpath d='M-140469l1512570-119z' fill='%23ab9276' stroke='%23ab9276' stroke-width='2'/%3E%3Cpath d='M-81866l138-67-77-29z' fill='%2377754f' stroke='%2377754f' stroke-width='2'/%3E%3Cpath d='M-150165l5215416-63z' fill='%23a9834c' stroke='%23a9834c' stroke-width='2'/%3E%3Cpath d='M-150165l462076-53z' fill='%23ac8756' stroke='%23ac8756' stroke-width='2'/%3E%3Cpath d='M-150165l1030436-97z' fill='%23af8d62' stroke='%23af8d62' stroke-width='2'/%3E%3Cpath d='M-104372l-3697856z' fill='%23b69577' stroke='%23b69577' stroke-width='2'/%3E%3Cpath d='M13901103l642721-77z' fill='%23015147' stroke='%23015147' stroke-width='2'/%3E%3Cpath d='M16731017l-39-76-7314z' fill='%23004b40' stroke='%23004b40' stroke-width='2'/%3E%3Cpath d='M7671153l687-23-503-24z' fill='%23468377' stroke='%23468377' stroke-width='2'/%3E%3Cpath d='M181012l156-8-93-134z' fill='%236c653c' stroke='%236c653c' stroke-width='2'/%3E%3Cpath d='M2041073l-1042419817z' fill='%236c6336' stroke='%236c6336' stroke-width='2'/%3E%3Cpath d='M181012l63-142-9699z' fill='%23655f38' stroke='%23655f38' stroke-width='2'/%3E%3Cpath d='M-15969l96-99-162-4z' fill='%2369643f' stroke='%2369643f' stroke-width='2'/%3E%3Cpath d='M-81866l61-96-7178z' fill='%236c6c4b' stroke='%236c6c4b' stroke-width='2'/%3E%3Cpath d='M-53144l-97216891z' fill='%23a5793b' stroke='%23a5793b' stroke-width='2'/%3E%3Cpath d='M-527l-9744L1792z' fill='%239c6118' stroke='%239c6118' stroke-width='2'/%3E%3Cpath d='M-99-24l-39597-44z' fill='%238e5613' stroke='%238e5613' stroke-width='2'/%3E%3Cpath d='M16731017l-112-6253156z' fill='%23004136' stroke='%23004136' stroke-width='2'/%3E%3Cpath d='M1561955l73-14-49-84z' fill='%2304584d' stroke='%2304584d' stroke-width='2'/%3E%3Cpath d='M-91848l71-78-126-68z' fill='%23757554' stroke='%23757554' stroke-width='2'/%3E%3Cpath d='M96-151L-23-9279-52z' fill='%23844f0f' stroke='%23844f0f' stroke-width='2'/%3E%3Cpath d='M-146702l12668-41-89z' fill='%2384815e' stroke='%2384815e' stroke-width='2'/%3E%3Cpath d='M-125594l-2110885-21z' fill='%238c8767' stroke='%238c8767' stroke-width='2'/%3E%3Cpath d='M-140469l-623321-108z' fill='%23988b6f' stroke='%23988b6f' stroke-width='2'/%3E%3Cpath d='M1634941l64-111-11327z' fill='%230d5c51' stroke='%230d5c51' stroke-width='2'/%3E%3Cpath d='M1685669l13161-7-218z' fill='%233d7f72' stroke='%233d7f72' stroke-width='2'/%3E%3Cpath d='M1691612l72183-376z' fill='%2353877d' stroke='%2353877d' stroke-width='2'/%3E%3Cpath d='M1701454l-33769-481z' fill='%23698f86' stroke='%23698f86' stroke-width='2'/%3E%3Cpath d='M1546-30l50-105-8933z' fill='%234e4929' stroke='%234e4929' stroke-width='2'/%3E%3Cpath d='M1648171l54-115-13980z' fill='%236d673b' stroke='%236d673b' stroke-width='2'/%3E%3Cpath d='M1707349l-5-293-54115z' fill='%23737850' stroke='%23737850' stroke-width='2'/%3E%3Cpath d='M1683-31l-87-104-50105z' fill='%234e4623' stroke='%234e4623' stroke-width='2'/%3E%3Cpath d='M1507-102l89-33-21740z' fill='%234d4c2f' stroke='%234d4c2f' stroke-width='2'/%3E%3Cpath d='M1219-124l377-11-1012-13z' fill='%2373775a' stroke='%2373775a' stroke-width='2'/%3E%3Cpath d='M-175-139l2530448-94z' fill='%23845112' stroke='%23845112' stroke-width='2'/%3E%3Cpath d='M-10271l-489497-21z' fill='%239b6928' stroke='%239b6928' stroke-width='2'/%3E%3Cpath d='M-140469l-3140725-174z' fill='%237f7f62' stroke='%237f7f62' stroke-width='2'/%3E%3Cpath d='M170256l-19-87-1371z' fill='%235a4e26' stroke='%235a4e26' stroke-width='2'/%3E%3Cpath d='M-23-92l-76689451z' fill='%23874e0a' stroke='%23874e0a' stroke-width='2'/%3E%3Cpath d='M-126975l111-6-66-103z' fill='%23585636' stroke='%23585636' stroke-width='2'/%3E%3Cpath d='M-126975l109802-86z' fill='%23544d2b' stroke='%23544d2b' stroke-width='2'/%3E%3Cpath d='M-15969l-28635-43z' fill='%2359502a' stroke='%2359502a' stroke-width='2'/%3E%3Cpath d='M181012l-354311742z' fill='%23594d25' stroke='%23594d25' stroke-width='2'/%3E%3Cpath d='M-171876l90-10-10-18z' fill='%235e6042' stroke='%235e6042' stroke-width='2'/%3E%3Cpath d='M170256l-9-120-1033z' fill='%23584c25' stroke='%23584c25' stroke-width='2'/%3E%3Cpath d='M1683-31l10-33-97-71z' fill='%234a4220' stroke='%234a4220' stroke-width='2'/%3E%3Cpath d='M1634941l397625-187z' fill='%23015147' stroke='%23015147' stroke-width='2'/%3E%3Cpath d='M16141111l-53-156-8698z' fill='%2300473c' stroke='%2300473c' stroke-width='2'/%3E%3Cpath d='M14541130l160-19-139-58z' fill='%2300493e' stroke='%2300493e' stroke-width='2'/%3E%3Cpath d='M-150165l-2171131-407z' fill='%23a48e74' stroke='%23a48e74' stroke-width='2'/%3E%3Cpath d='M-146702l-2517480-28z' fill='%2363694b' stroke='%2363694b' stroke-width='2'/%3E%3Cpath d='M-171876l459945-109z' fill='%2355573a' stroke='%2355573a' stroke-width='2'/%3E%3Cpath d='M16141111l80-4-21-90z' fill='%23003c30' stroke='%23003c30' stroke-width='2'/%3E%3Cpath d='M16731017l21904-277z' fill='%2300483d' stroke='%2300483d' stroke-width='2'/%3E%3Cpath d='M1698830l-427713-758z' fill='%232c7267' stroke='%232c7267' stroke-width='2'/%3E%3Cpath d='M14541130l240-23-804z' fill='%23004035' stroke='%23004035' stroke-width='2'/%3E%3Cpath d='M-23-92l-152-4776115z' fill='%23714108' stroke='%23714108' stroke-width='2'/%3E%3Cpath d='M-99-24l-76-11573210z' fill='%23794609' stroke='%23794609' stroke-width='2'/%3E%3Cpath d='M-150165l-25-30441015z' fill='%23a58558' stroke='%23a58558' stroke-width='2'/%3E%3Cpath d='M96-151l-2711215247z' fill='%23714108' stroke='%23714108' stroke-width='2'/%3E%3Cpath d='M-171876l-1627361-174z' fill='%23434327' stroke='%23434327' stroke-width='2'/%3E%3Cpath d='M-126975l-61174170-94z' fill='%23443f1f' stroke='%23443f1f' stroke-width='2'/%3E%3Cpath d='M-171055l-17094287-52z' fill='%23504621' stroke='%23504621' stroke-width='2'/%3E%3Cpath d='M1001097l-28752485-35z' fill='%235d5228' stroke='%235d5228' stroke-width='2'/%3E%3Cpath d='M2981114l-48535680-25z' fill='%236c6336' stroke='%236c6336' stroke-width='2'/%3E%3Cpath d='M-175-139l-12128816-273z' fill='%23878368' stroke='%23878368' stroke-width='2'/%3E%3C/svg%3E")!important;}
}