diff options
166 files changed, 18988 insertions, 5346 deletions
diff --git a/configure.ac b/configure.ac index 4e213fd..33777bf 100644 --- a/configure.ac +++ b/configure.ac @@ -117,8 +117,6 @@ mate/64x64/Makefile mate/64x64/status/Makefile mate/96x96/Makefile mate/96x96/status/Makefile -mate/128x128/Makefile -mate/128x128/status/Makefile mate/256x256/Makefile mate/256x256/actions/Makefile mate/256x256/apps/Makefile diff --git a/mate/128x128/Makefile.am b/mate/128x128/Makefile.am deleted file mode 100644 index 8a5e5d6..0000000 --- a/mate/128x128/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -NULL = - -DIST_SUBDIRS = \ - status \ - $(NULL) - -SUBDIRS = \ - status \ - $(NULL) diff --git a/mate/128x128/status/Makefile.am b/mate/128x128/status/Makefile.am deleted file mode 100644 index b02a307..0000000 --- a/mate/128x128/status/Makefile.am +++ /dev/null @@ -1,52 +0,0 @@ -NULL = - -png_icons = \ - dropboxstatus-busy2.png \ - dropboxstatus-busy.png \ - dropboxstatus-idle.png \ - dropboxstatus-logo.png \ - dropboxstatus-x.png \ - network-error.png \ - network-idle.png \ - network-offline.png \ - network-receive.png \ - network-transmit.png \ - network-transmit-receive.png \ - $(NULL) - -network-error.png: ../../../src/computers.svg - @echo " "$@ - @inkscape -z $^ --export-area=1096:504:1144:552 -w=48 -h=48 -e=$@ 1> /dev/null - @mogrify -quiet -strip $@ - -network-idle.png: ../../../src/computers.svg - @echo " "$@ - @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null - @mogrify -quiet -strip $@ - -network-offline.png: ../../../src/computers.svg - @echo " "$@ - @inkscape -z $^ --export-area=1496:504:1544:552 -w=48 -h=48 -e=$@ 1> /dev/null - @mogrify -quiet -strip $@ - -network-receive.png: ../../../src/computers.svg - @echo " "$@ - @inkscape -z $^ --export-area=1496:204:1544:252 -w=48 -h=48 -e=$@ 1> /dev/null - @mogrify -quiet -strip $@ - -network-transmit.png: ../../../src/computers.svg - @echo " "$@ - @inkscape -z $^ --export-area=1096:204:1144:252 -w=48 -h=48 -e=$@ 1> /dev/null - @mogrify -quiet -strip $@ - -network-transmit-receive.png: ../../../src/computers.svg - @echo " "$@ - @inkscape -z $^ --export-area=696:204:744:252 -w=48 -h=48 -e=$@ 1> /dev/null - @mogrify -quiet -strip $@ - -.PHONY: build-png-icons-local clean-png-icons-local -build-png-icons-local: $(png_icons) - -clean-png-icons-local: - @echo " Cleaning icons..." - @rm -f $(png_icons) diff --git a/mate/128x128/status/dropboxstatus-busy.png b/mate/128x128/status/dropboxstatus-busy.png Binary files differdeleted file mode 100644 index 3e3aae0..0000000 --- a/mate/128x128/status/dropboxstatus-busy.png +++ /dev/null diff --git a/mate/128x128/status/dropboxstatus-busy2.png b/mate/128x128/status/dropboxstatus-busy2.png deleted file mode 120000 index b86dd8b..0000000 --- a/mate/128x128/status/dropboxstatus-busy2.png +++ /dev/null @@ -1 +0,0 @@ -dropboxstatus-logo.png
\ No newline at end of file diff --git a/mate/128x128/status/dropboxstatus-idle.png b/mate/128x128/status/dropboxstatus-idle.png Binary files differdeleted file mode 100644 index e94cee2..0000000 --- a/mate/128x128/status/dropboxstatus-idle.png +++ /dev/null diff --git a/mate/128x128/status/dropboxstatus-logo.png b/mate/128x128/status/dropboxstatus-logo.png Binary files differdeleted file mode 100644 index 39969cd..0000000 --- a/mate/128x128/status/dropboxstatus-logo.png +++ /dev/null diff --git a/mate/128x128/status/dropboxstatus-x.png b/mate/128x128/status/dropboxstatus-x.png Binary files differdeleted file mode 100644 index e6d6acd..0000000 --- a/mate/128x128/status/dropboxstatus-x.png +++ /dev/null diff --git a/mate/128x128/status/network-error.png b/mate/128x128/status/network-error.png Binary files differdeleted file mode 100644 index f434910..0000000 --- a/mate/128x128/status/network-error.png +++ /dev/null diff --git a/mate/128x128/status/network-idle.png b/mate/128x128/status/network-idle.png Binary files differdeleted file mode 100644 index 71ad3dd..0000000 --- a/mate/128x128/status/network-idle.png +++ /dev/null diff --git a/mate/128x128/status/network-offline.png b/mate/128x128/status/network-offline.png Binary files differdeleted file mode 100644 index b38fdef..0000000 --- a/mate/128x128/status/network-offline.png +++ /dev/null diff --git a/mate/128x128/status/network-transmit-receive.png b/mate/128x128/status/network-transmit-receive.png Binary files differdeleted file mode 100644 index 952dbf9..0000000 --- a/mate/128x128/status/network-transmit-receive.png +++ /dev/null diff --git a/mate/128x128/status/network-transmit.png b/mate/128x128/status/network-transmit.png Binary files differdeleted file mode 100644 index f716087..0000000 --- a/mate/128x128/status/network-transmit.png +++ /dev/null diff --git a/mate/16x16/status/network-error.png b/mate/16x16/status/network-error.png Binary files differindex 9b447e5..b6d113a 100644 --- a/mate/16x16/status/network-error.png +++ b/mate/16x16/status/network-error.png diff --git a/mate/16x16/status/network-idle.png b/mate/16x16/status/network-idle.png Binary files differindex 4f806b0..f788d30 100644 --- a/mate/16x16/status/network-idle.png +++ b/mate/16x16/status/network-idle.png diff --git a/mate/16x16/status/network-offline.png b/mate/16x16/status/network-offline.png Binary files differindex a17180f..2eb1265 100644 --- a/mate/16x16/status/network-offline.png +++ b/mate/16x16/status/network-offline.png diff --git a/mate/16x16/status/network-receive.png b/mate/16x16/status/network-receive.png Binary files differindex c8bf7f8..2f53b73 100644 --- a/mate/16x16/status/network-receive.png +++ b/mate/16x16/status/network-receive.png diff --git a/mate/16x16/status/network-transmit-receive.png b/mate/16x16/status/network-transmit-receive.png Binary files differindex 7d11425..e356441 100644 --- a/mate/16x16/status/network-transmit-receive.png +++ b/mate/16x16/status/network-transmit-receive.png diff --git a/mate/16x16/status/network-transmit.png b/mate/16x16/status/network-transmit.png Binary files differindex 9ea8d5d..4f174ec 100644 --- a/mate/16x16/status/network-transmit.png +++ b/mate/16x16/status/network-transmit.png diff --git a/mate/16x16/status/nm-device-wired-secure.png b/mate/16x16/status/nm-device-wired-secure.png Binary files differnew file mode 100644 index 0000000..13c2cb5 --- /dev/null +++ b/mate/16x16/status/nm-device-wired-secure.png diff --git a/mate/16x16/status/nm-device-wired.png b/mate/16x16/status/nm-device-wired.png new file mode 120000 index 0000000..c84b759 --- /dev/null +++ b/mate/16x16/status/nm-device-wired.png @@ -0,0 +1 @@ +network-transmit-receive.png
\ No newline at end of file diff --git a/mate/16x16/status/nm-secure-lock.png b/mate/16x16/status/nm-secure-lock.png Binary files differnew file mode 100644 index 0000000..5bc6161 --- /dev/null +++ b/mate/16x16/status/nm-secure-lock.png diff --git a/mate/16x16/status/nm-signal-00-secure.png b/mate/16x16/status/nm-signal-00-secure.png Binary files differnew file mode 100644 index 0000000..163b9c0 --- /dev/null +++ b/mate/16x16/status/nm-signal-00-secure.png diff --git a/mate/16x16/status/nm-signal-00.png b/mate/16x16/status/nm-signal-00.png Binary files differnew file mode 100644 index 0000000..94eada7 --- /dev/null +++ b/mate/16x16/status/nm-signal-00.png diff --git a/mate/16x16/status/nm-signal-100-secure.png b/mate/16x16/status/nm-signal-100-secure.png Binary files differnew file mode 100644 index 0000000..364036d --- /dev/null +++ b/mate/16x16/status/nm-signal-100-secure.png diff --git a/mate/16x16/status/nm-signal-100.png b/mate/16x16/status/nm-signal-100.png Binary files differnew file mode 100644 index 0000000..40b5902 --- /dev/null +++ b/mate/16x16/status/nm-signal-100.png diff --git a/mate/16x16/status/nm-signal-25-secure.png b/mate/16x16/status/nm-signal-25-secure.png Binary files differnew file mode 100644 index 0000000..1969961 --- /dev/null +++ b/mate/16x16/status/nm-signal-25-secure.png diff --git a/mate/16x16/status/nm-signal-25.png b/mate/16x16/status/nm-signal-25.png Binary files differnew file mode 100644 index 0000000..3796262 --- /dev/null +++ b/mate/16x16/status/nm-signal-25.png diff --git a/mate/16x16/status/nm-signal-50-secure.png b/mate/16x16/status/nm-signal-50-secure.png Binary files differnew file mode 100644 index 0000000..d3278c3 --- /dev/null +++ b/mate/16x16/status/nm-signal-50-secure.png diff --git a/mate/16x16/status/nm-signal-50.png b/mate/16x16/status/nm-signal-50.png Binary files differnew file mode 100644 index 0000000..da657cb --- /dev/null +++ b/mate/16x16/status/nm-signal-50.png diff --git a/mate/16x16/status/nm-signal-75-secure.png b/mate/16x16/status/nm-signal-75-secure.png Binary files differnew file mode 100644 index 0000000..0eff54d --- /dev/null +++ b/mate/16x16/status/nm-signal-75-secure.png diff --git a/mate/16x16/status/nm-signal-75.png b/mate/16x16/status/nm-signal-75.png Binary files differnew file mode 100644 index 0000000..0ffb7ab --- /dev/null +++ b/mate/16x16/status/nm-signal-75.png diff --git a/mate/22x22/status/network-error.png b/mate/22x22/status/network-error.png Binary files differindex e13e82f..5c8ecd5 100644 --- a/mate/22x22/status/network-error.png +++ b/mate/22x22/status/network-error.png diff --git a/mate/22x22/status/network-idle.png b/mate/22x22/status/network-idle.png Binary files differindex b7f7887..5c8dbc6 100644 --- a/mate/22x22/status/network-idle.png +++ b/mate/22x22/status/network-idle.png diff --git a/mate/22x22/status/network-offline.png b/mate/22x22/status/network-offline.png Binary files differindex b9839d1..13a31d0 100644 --- a/mate/22x22/status/network-offline.png +++ b/mate/22x22/status/network-offline.png diff --git a/mate/22x22/status/network-receive.png b/mate/22x22/status/network-receive.png Binary files differindex 1cb90dd..5b07556 100644 --- a/mate/22x22/status/network-receive.png +++ b/mate/22x22/status/network-receive.png diff --git a/mate/22x22/status/network-transmit-receive.png b/mate/22x22/status/network-transmit-receive.png Binary files differindex 7918535..0b76c05 100644 --- a/mate/22x22/status/network-transmit-receive.png +++ b/mate/22x22/status/network-transmit-receive.png diff --git a/mate/22x22/status/network-transmit.png b/mate/22x22/status/network-transmit.png Binary files differindex b514760..737a5ce 100644 --- a/mate/22x22/status/network-transmit.png +++ b/mate/22x22/status/network-transmit.png diff --git a/mate/22x22/status/nm-device-wired-secure.png b/mate/22x22/status/nm-device-wired-secure.png Binary files differnew file mode 100644 index 0000000..486aac1 --- /dev/null +++ b/mate/22x22/status/nm-device-wired-secure.png diff --git a/mate/22x22/status/nm-device-wired.png b/mate/22x22/status/nm-device-wired.png new file mode 120000 index 0000000..c84b759 --- /dev/null +++ b/mate/22x22/status/nm-device-wired.png @@ -0,0 +1 @@ +network-transmit-receive.png
\ No newline at end of file diff --git a/mate/22x22/status/nm-secure-lock.png b/mate/22x22/status/nm-secure-lock.png Binary files differnew file mode 100644 index 0000000..b9551b5 --- /dev/null +++ b/mate/22x22/status/nm-secure-lock.png diff --git a/mate/22x22/status/nm-signal-00-secure.png b/mate/22x22/status/nm-signal-00-secure.png Binary files differnew file mode 100644 index 0000000..1c65566 --- /dev/null +++ b/mate/22x22/status/nm-signal-00-secure.png diff --git a/mate/22x22/status/nm-signal-00.png b/mate/22x22/status/nm-signal-00.png Binary files differnew file mode 100644 index 0000000..e4392c2 --- /dev/null +++ b/mate/22x22/status/nm-signal-00.png diff --git a/mate/22x22/status/nm-signal-100-secure.png b/mate/22x22/status/nm-signal-100-secure.png Binary files differnew file mode 100644 index 0000000..561e5a5 --- /dev/null +++ b/mate/22x22/status/nm-signal-100-secure.png diff --git a/mate/22x22/status/nm-signal-100.png b/mate/22x22/status/nm-signal-100.png Binary files differnew file mode 100644 index 0000000..f69ca7a --- /dev/null +++ b/mate/22x22/status/nm-signal-100.png diff --git a/mate/22x22/status/nm-signal-25-secure.png b/mate/22x22/status/nm-signal-25-secure.png Binary files differnew file mode 100644 index 0000000..214f7b0 --- /dev/null +++ b/mate/22x22/status/nm-signal-25-secure.png diff --git a/mate/22x22/status/nm-signal-25.png b/mate/22x22/status/nm-signal-25.png Binary files differnew file mode 100644 index 0000000..5f4a870 --- /dev/null +++ b/mate/22x22/status/nm-signal-25.png diff --git a/mate/22x22/status/nm-signal-50-secure.png b/mate/22x22/status/nm-signal-50-secure.png Binary files differnew file mode 100644 index 0000000..af7899a --- /dev/null +++ b/mate/22x22/status/nm-signal-50-secure.png diff --git a/mate/22x22/status/nm-signal-50.png b/mate/22x22/status/nm-signal-50.png Binary files differnew file mode 100644 index 0000000..95897bb --- /dev/null +++ b/mate/22x22/status/nm-signal-50.png diff --git a/mate/22x22/status/nm-signal-75-secure.png b/mate/22x22/status/nm-signal-75-secure.png Binary files differnew file mode 100644 index 0000000..4157158 --- /dev/null +++ b/mate/22x22/status/nm-signal-75-secure.png diff --git a/mate/22x22/status/nm-signal-75.png b/mate/22x22/status/nm-signal-75.png Binary files differnew file mode 100644 index 0000000..a444236 --- /dev/null +++ b/mate/22x22/status/nm-signal-75.png diff --git a/mate/24x24/status/network-error.png b/mate/24x24/status/network-error.png Binary files differindex 0841cc6..e7c197a 100644 --- a/mate/24x24/status/network-error.png +++ b/mate/24x24/status/network-error.png diff --git a/mate/24x24/status/network-idle.png b/mate/24x24/status/network-idle.png Binary files differindex 6662f96..1f4080d 100644 --- a/mate/24x24/status/network-idle.png +++ b/mate/24x24/status/network-idle.png diff --git a/mate/24x24/status/network-offline.png b/mate/24x24/status/network-offline.png Binary files differindex 20a43c3..2ed14ad 100644 --- a/mate/24x24/status/network-offline.png +++ b/mate/24x24/status/network-offline.png diff --git a/mate/24x24/status/network-receive.png b/mate/24x24/status/network-receive.png Binary files differindex 2922fa5..2019c9d 100644 --- a/mate/24x24/status/network-receive.png +++ b/mate/24x24/status/network-receive.png diff --git a/mate/24x24/status/network-transmit-receive.png b/mate/24x24/status/network-transmit-receive.png Binary files differindex 8559fc3..d4fee2a 100644 --- a/mate/24x24/status/network-transmit-receive.png +++ b/mate/24x24/status/network-transmit-receive.png diff --git a/mate/24x24/status/network-transmit.png b/mate/24x24/status/network-transmit.png Binary files differindex 3b5cb34..ed27033 100644 --- a/mate/24x24/status/network-transmit.png +++ b/mate/24x24/status/network-transmit.png diff --git a/mate/24x24/status/nm-device-wired-secure.png b/mate/24x24/status/nm-device-wired-secure.png Binary files differnew file mode 100644 index 0000000..16ce935 --- /dev/null +++ b/mate/24x24/status/nm-device-wired-secure.png diff --git a/mate/24x24/status/nm-device-wired.png b/mate/24x24/status/nm-device-wired.png new file mode 120000 index 0000000..c84b759 --- /dev/null +++ b/mate/24x24/status/nm-device-wired.png @@ -0,0 +1 @@ +network-transmit-receive.png
\ No newline at end of file diff --git a/mate/24x24/status/nm-secure-lock.png b/mate/24x24/status/nm-secure-lock.png Binary files differnew file mode 100644 index 0000000..7c6dc23 --- /dev/null +++ b/mate/24x24/status/nm-secure-lock.png diff --git a/mate/24x24/status/nm-signal-00-secure.png b/mate/24x24/status/nm-signal-00-secure.png Binary files differnew file mode 100644 index 0000000..c5f62e4 --- /dev/null +++ b/mate/24x24/status/nm-signal-00-secure.png diff --git a/mate/24x24/status/nm-signal-00.png b/mate/24x24/status/nm-signal-00.png Binary files differnew file mode 100644 index 0000000..90d9573 --- /dev/null +++ b/mate/24x24/status/nm-signal-00.png diff --git a/mate/24x24/status/nm-signal-100-secure.png b/mate/24x24/status/nm-signal-100-secure.png Binary files differnew file mode 100644 index 0000000..4370a00 --- /dev/null +++ b/mate/24x24/status/nm-signal-100-secure.png diff --git a/mate/24x24/status/nm-signal-100.png b/mate/24x24/status/nm-signal-100.png Binary files differnew file mode 100644 index 0000000..c0d3a34 --- /dev/null +++ b/mate/24x24/status/nm-signal-100.png diff --git a/mate/24x24/status/nm-signal-25-secure.png b/mate/24x24/status/nm-signal-25-secure.png Binary files differnew file mode 100644 index 0000000..1ce6113 --- /dev/null +++ b/mate/24x24/status/nm-signal-25-secure.png diff --git a/mate/24x24/status/nm-signal-25.png b/mate/24x24/status/nm-signal-25.png Binary files differnew file mode 100644 index 0000000..1dc87d1 --- /dev/null +++ b/mate/24x24/status/nm-signal-25.png diff --git a/mate/24x24/status/nm-signal-50-secure.png b/mate/24x24/status/nm-signal-50-secure.png Binary files differnew file mode 100644 index 0000000..390f0c1 --- /dev/null +++ b/mate/24x24/status/nm-signal-50-secure.png diff --git a/mate/24x24/status/nm-signal-50.png b/mate/24x24/status/nm-signal-50.png Binary files differnew file mode 100644 index 0000000..f3a4b57 --- /dev/null +++ b/mate/24x24/status/nm-signal-50.png diff --git a/mate/24x24/status/nm-signal-75-secure.png b/mate/24x24/status/nm-signal-75-secure.png Binary files differnew file mode 100644 index 0000000..9e3d051 --- /dev/null +++ b/mate/24x24/status/nm-signal-75-secure.png diff --git a/mate/24x24/status/nm-signal-75.png b/mate/24x24/status/nm-signal-75.png Binary files differnew file mode 100644 index 0000000..9a2cf59 --- /dev/null +++ b/mate/24x24/status/nm-signal-75.png diff --git a/mate/32x32/status/network-error.png b/mate/32x32/status/network-error.png Binary files differindex bc29c0b..2218970 100644 --- a/mate/32x32/status/network-error.png +++ b/mate/32x32/status/network-error.png diff --git a/mate/32x32/status/network-idle.png b/mate/32x32/status/network-idle.png Binary files differindex 9d56347..bbaae19 100644 --- a/mate/32x32/status/network-idle.png +++ b/mate/32x32/status/network-idle.png diff --git a/mate/32x32/status/network-offline.png b/mate/32x32/status/network-offline.png Binary files differindex b378d1e..6ce1705 100644 --- a/mate/32x32/status/network-offline.png +++ b/mate/32x32/status/network-offline.png diff --git a/mate/32x32/status/network-receive.png b/mate/32x32/status/network-receive.png Binary files differindex 6faf6f5..38e59f9 100644 --- a/mate/32x32/status/network-receive.png +++ b/mate/32x32/status/network-receive.png diff --git a/mate/32x32/status/network-transmit-receive.png b/mate/32x32/status/network-transmit-receive.png Binary files differindex 4b1b09d..87d47a7 100644 --- a/mate/32x32/status/network-transmit-receive.png +++ b/mate/32x32/status/network-transmit-receive.png diff --git a/mate/32x32/status/network-transmit.png b/mate/32x32/status/network-transmit.png Binary files differindex 9ec0012..bb38613 100644 --- a/mate/32x32/status/network-transmit.png +++ b/mate/32x32/status/network-transmit.png diff --git a/mate/32x32/status/nm-device-wired-secure.png b/mate/32x32/status/nm-device-wired-secure.png Binary files differnew file mode 100644 index 0000000..e68a6db --- /dev/null +++ b/mate/32x32/status/nm-device-wired-secure.png diff --git a/mate/32x32/status/nm-device-wired.png b/mate/32x32/status/nm-device-wired.png new file mode 120000 index 0000000..c84b759 --- /dev/null +++ b/mate/32x32/status/nm-device-wired.png @@ -0,0 +1 @@ +network-transmit-receive.png
\ No newline at end of file diff --git a/mate/32x32/status/nm-secure-lock.png b/mate/32x32/status/nm-secure-lock.png Binary files differnew file mode 100644 index 0000000..55b4c66 --- /dev/null +++ b/mate/32x32/status/nm-secure-lock.png diff --git a/mate/32x32/status/nm-signal-00-secure.png b/mate/32x32/status/nm-signal-00-secure.png Binary files differnew file mode 100644 index 0000000..20077a0 --- /dev/null +++ b/mate/32x32/status/nm-signal-00-secure.png diff --git a/mate/32x32/status/nm-signal-00.png b/mate/32x32/status/nm-signal-00.png Binary files differnew file mode 100644 index 0000000..88b1196 --- /dev/null +++ b/mate/32x32/status/nm-signal-00.png diff --git a/mate/32x32/status/nm-signal-100-secure.png b/mate/32x32/status/nm-signal-100-secure.png Binary files differnew file mode 100644 index 0000000..e3a06e7 --- /dev/null +++ b/mate/32x32/status/nm-signal-100-secure.png diff --git a/mate/32x32/status/nm-signal-100.png b/mate/32x32/status/nm-signal-100.png Binary files differnew file mode 100644 index 0000000..ffaee29 --- /dev/null +++ b/mate/32x32/status/nm-signal-100.png diff --git a/mate/32x32/status/nm-signal-25-secure.png b/mate/32x32/status/nm-signal-25-secure.png Binary files differnew file mode 100644 index 0000000..32a7bc0 --- /dev/null +++ b/mate/32x32/status/nm-signal-25-secure.png diff --git a/mate/32x32/status/nm-signal-25.png b/mate/32x32/status/nm-signal-25.png Binary files differnew file mode 100644 index 0000000..77d0914 --- /dev/null +++ b/mate/32x32/status/nm-signal-25.png diff --git a/mate/32x32/status/nm-signal-50-secure.png b/mate/32x32/status/nm-signal-50-secure.png Binary files differnew file mode 100644 index 0000000..c822747 --- /dev/null +++ b/mate/32x32/status/nm-signal-50-secure.png diff --git a/mate/32x32/status/nm-signal-50.png b/mate/32x32/status/nm-signal-50.png Binary files differnew file mode 100644 index 0000000..92bb19e --- /dev/null +++ b/mate/32x32/status/nm-signal-50.png diff --git a/mate/32x32/status/nm-signal-75-secure.png b/mate/32x32/status/nm-signal-75-secure.png Binary files differnew file mode 100644 index 0000000..6a83e19 --- /dev/null +++ b/mate/32x32/status/nm-signal-75-secure.png diff --git a/mate/32x32/status/nm-signal-75.png b/mate/32x32/status/nm-signal-75.png Binary files differnew file mode 100644 index 0000000..3a30c1c --- /dev/null +++ b/mate/32x32/status/nm-signal-75.png diff --git a/mate/48x48/status/network-error.png b/mate/48x48/status/network-error.png Binary files differindex 4af8220..e994eee 100644 --- a/mate/48x48/status/network-error.png +++ b/mate/48x48/status/network-error.png diff --git a/mate/48x48/status/network-idle.png b/mate/48x48/status/network-idle.png Binary files differindex 7b923e8..8457b45 100644 --- a/mate/48x48/status/network-idle.png +++ b/mate/48x48/status/network-idle.png diff --git a/mate/48x48/status/network-offline.png b/mate/48x48/status/network-offline.png Binary files differindex 2b15dfe..13eadea 100644 --- a/mate/48x48/status/network-offline.png +++ b/mate/48x48/status/network-offline.png diff --git a/mate/48x48/status/network-receive.png b/mate/48x48/status/network-receive.png Binary files differindex 4b3e852..b3dc181 100644 --- a/mate/48x48/status/network-receive.png +++ b/mate/48x48/status/network-receive.png diff --git a/mate/48x48/status/network-transmit-receive.png b/mate/48x48/status/network-transmit-receive.png Binary files differindex 685a195..96308af 100644 --- a/mate/48x48/status/network-transmit-receive.png +++ b/mate/48x48/status/network-transmit-receive.png diff --git a/mate/48x48/status/network-transmit.png b/mate/48x48/status/network-transmit.png Binary files differindex 41eaeff..404a8cc 100644 --- a/mate/48x48/status/network-transmit.png +++ b/mate/48x48/status/network-transmit.png diff --git a/mate/48x48/status/nm-device-wired-secure.png b/mate/48x48/status/nm-device-wired-secure.png Binary files differnew file mode 100644 index 0000000..4b613df --- /dev/null +++ b/mate/48x48/status/nm-device-wired-secure.png diff --git a/mate/48x48/status/nm-device-wired.png b/mate/48x48/status/nm-device-wired.png new file mode 120000 index 0000000..c84b759 --- /dev/null +++ b/mate/48x48/status/nm-device-wired.png @@ -0,0 +1 @@ +network-transmit-receive.png
\ No newline at end of file diff --git a/mate/48x48/status/nm-secure-lock.png b/mate/48x48/status/nm-secure-lock.png Binary files differnew file mode 100644 index 0000000..c83ab67 --- /dev/null +++ b/mate/48x48/status/nm-secure-lock.png diff --git a/mate/48x48/status/nm-signal-00-secure.png b/mate/48x48/status/nm-signal-00-secure.png Binary files differnew file mode 100644 index 0000000..81c1cb3 --- /dev/null +++ b/mate/48x48/status/nm-signal-00-secure.png diff --git a/mate/48x48/status/nm-signal-00.png b/mate/48x48/status/nm-signal-00.png Binary files differnew file mode 100644 index 0000000..d38693c --- /dev/null +++ b/mate/48x48/status/nm-signal-00.png diff --git a/mate/48x48/status/nm-signal-100-secure.png b/mate/48x48/status/nm-signal-100-secure.png Binary files differnew file mode 100644 index 0000000..007ebe8 --- /dev/null +++ b/mate/48x48/status/nm-signal-100-secure.png diff --git a/mate/48x48/status/nm-signal-100.png b/mate/48x48/status/nm-signal-100.png Binary files differnew file mode 100644 index 0000000..269d9aa --- /dev/null +++ b/mate/48x48/status/nm-signal-100.png diff --git a/mate/48x48/status/nm-signal-25-secure.png b/mate/48x48/status/nm-signal-25-secure.png Binary files differnew file mode 100644 index 0000000..dfedf48 --- /dev/null +++ b/mate/48x48/status/nm-signal-25-secure.png diff --git a/mate/48x48/status/nm-signal-25.png b/mate/48x48/status/nm-signal-25.png Binary files differnew file mode 100644 index 0000000..4188c19 --- /dev/null +++ b/mate/48x48/status/nm-signal-25.png diff --git a/mate/48x48/status/nm-signal-50-secure.png b/mate/48x48/status/nm-signal-50-secure.png Binary files differnew file mode 100644 index 0000000..35f8aa5 --- /dev/null +++ b/mate/48x48/status/nm-signal-50-secure.png diff --git a/mate/48x48/status/nm-signal-50.png b/mate/48x48/status/nm-signal-50.png Binary files differnew file mode 100644 index 0000000..2a03fac --- /dev/null +++ b/mate/48x48/status/nm-signal-50.png diff --git a/mate/48x48/status/nm-signal-75-secure.png b/mate/48x48/status/nm-signal-75-secure.png Binary files differnew file mode 100644 index 0000000..c64a494 --- /dev/null +++ b/mate/48x48/status/nm-signal-75-secure.png diff --git a/mate/48x48/status/nm-signal-75.png b/mate/48x48/status/nm-signal-75.png Binary files differnew file mode 100644 index 0000000..3c1f7c2 --- /dev/null +++ b/mate/48x48/status/nm-signal-75.png diff --git a/mate/64x64/status/network-error.png b/mate/64x64/status/network-error.png Binary files differindex d41a259..8c13cf8 100644 --- a/mate/64x64/status/network-error.png +++ b/mate/64x64/status/network-error.png diff --git a/mate/64x64/status/network-idle.png b/mate/64x64/status/network-idle.png Binary files differindex 4d63fd1..00e1066 100644 --- a/mate/64x64/status/network-idle.png +++ b/mate/64x64/status/network-idle.png diff --git a/mate/64x64/status/network-offline.png b/mate/64x64/status/network-offline.png Binary files differindex bec0eb6..a25a654 100644 --- a/mate/64x64/status/network-offline.png +++ b/mate/64x64/status/network-offline.png diff --git a/mate/64x64/status/network-receive.png b/mate/64x64/status/network-receive.png Binary files differindex 7df6fbc..4813e07 100644 --- a/mate/64x64/status/network-receive.png +++ b/mate/64x64/status/network-receive.png diff --git a/mate/64x64/status/network-transmit-receive.png b/mate/64x64/status/network-transmit-receive.png Binary files differindex 17bc8c7..cb4ae47 100644 --- a/mate/64x64/status/network-transmit-receive.png +++ b/mate/64x64/status/network-transmit-receive.png diff --git a/mate/64x64/status/network-transmit.png b/mate/64x64/status/network-transmit.png Binary files differindex f728e8c..971abe8 100644 --- a/mate/64x64/status/network-transmit.png +++ b/mate/64x64/status/network-transmit.png diff --git a/mate/64x64/status/nm-device-wired-secure.png b/mate/64x64/status/nm-device-wired-secure.png Binary files differnew file mode 100644 index 0000000..d370ba9 --- /dev/null +++ b/mate/64x64/status/nm-device-wired-secure.png diff --git a/mate/64x64/status/nm-device-wired.png b/mate/64x64/status/nm-device-wired.png new file mode 120000 index 0000000..c84b759 --- /dev/null +++ b/mate/64x64/status/nm-device-wired.png @@ -0,0 +1 @@ +network-transmit-receive.png
\ No newline at end of file diff --git a/mate/64x64/status/nm-secure-lock.png b/mate/64x64/status/nm-secure-lock.png Binary files differnew file mode 100644 index 0000000..b696709 --- /dev/null +++ b/mate/64x64/status/nm-secure-lock.png diff --git a/mate/64x64/status/nm-signal-00-secure.png b/mate/64x64/status/nm-signal-00-secure.png Binary files differnew file mode 100644 index 0000000..d57dfe1 --- /dev/null +++ b/mate/64x64/status/nm-signal-00-secure.png diff --git a/mate/64x64/status/nm-signal-00.png b/mate/64x64/status/nm-signal-00.png Binary files differnew file mode 100644 index 0000000..a34b71c --- /dev/null +++ b/mate/64x64/status/nm-signal-00.png diff --git a/mate/64x64/status/nm-signal-100-secure.png b/mate/64x64/status/nm-signal-100-secure.png Binary files differnew file mode 100644 index 0000000..26963b4 --- /dev/null +++ b/mate/64x64/status/nm-signal-100-secure.png diff --git a/mate/64x64/status/nm-signal-100.png b/mate/64x64/status/nm-signal-100.png Binary files differnew file mode 100644 index 0000000..1c92a9e --- /dev/null +++ b/mate/64x64/status/nm-signal-100.png diff --git a/mate/64x64/status/nm-signal-25-secure.png b/mate/64x64/status/nm-signal-25-secure.png Binary files differnew file mode 100644 index 0000000..7313447 --- /dev/null +++ b/mate/64x64/status/nm-signal-25-secure.png diff --git a/mate/64x64/status/nm-signal-25.png b/mate/64x64/status/nm-signal-25.png Binary files differnew file mode 100644 index 0000000..6f45208 --- /dev/null +++ b/mate/64x64/status/nm-signal-25.png diff --git a/mate/64x64/status/nm-signal-50-secure.png b/mate/64x64/status/nm-signal-50-secure.png Binary files differnew file mode 100644 index 0000000..b4c1280 --- /dev/null +++ b/mate/64x64/status/nm-signal-50-secure.png diff --git a/mate/64x64/status/nm-signal-50.png b/mate/64x64/status/nm-signal-50.png Binary files differnew file mode 100644 index 0000000..ca77405 --- /dev/null +++ b/mate/64x64/status/nm-signal-50.png diff --git a/mate/64x64/status/nm-signal-75-secure.png b/mate/64x64/status/nm-signal-75-secure.png Binary files differnew file mode 100644 index 0000000..3876bd3 --- /dev/null +++ b/mate/64x64/status/nm-signal-75-secure.png diff --git a/mate/64x64/status/nm-signal-75.png b/mate/64x64/status/nm-signal-75.png Binary files differnew file mode 100644 index 0000000..81c78a7 --- /dev/null +++ b/mate/64x64/status/nm-signal-75.png diff --git a/mate/96x96/status/network-error.png b/mate/96x96/status/network-error.png Binary files differindex 940a364..51fc17f 100644 --- a/mate/96x96/status/network-error.png +++ b/mate/96x96/status/network-error.png diff --git a/mate/96x96/status/network-idle.png b/mate/96x96/status/network-idle.png Binary files differindex 9deff8c..c707cf0 100644 --- a/mate/96x96/status/network-idle.png +++ b/mate/96x96/status/network-idle.png diff --git a/mate/96x96/status/network-offline.png b/mate/96x96/status/network-offline.png Binary files differindex 38f52d7..5263938 100644 --- a/mate/96x96/status/network-offline.png +++ b/mate/96x96/status/network-offline.png diff --git a/mate/96x96/status/network-receive.png b/mate/96x96/status/network-receive.png Binary files differindex b3d2685..c438913 100644 --- a/mate/96x96/status/network-receive.png +++ b/mate/96x96/status/network-receive.png diff --git a/mate/96x96/status/network-transmit-receive.png b/mate/96x96/status/network-transmit-receive.png Binary files differindex 2b117c1..89d49f6 100644 --- a/mate/96x96/status/network-transmit-receive.png +++ b/mate/96x96/status/network-transmit-receive.png diff --git a/mate/96x96/status/network-transmit.png b/mate/96x96/status/network-transmit.png Binary files differindex 53d5234..4e44230 100644 --- a/mate/96x96/status/network-transmit.png +++ b/mate/96x96/status/network-transmit.png diff --git a/mate/96x96/status/nm-device-wired-secure.png b/mate/96x96/status/nm-device-wired-secure.png Binary files differnew file mode 100644 index 0000000..d38f392 --- /dev/null +++ b/mate/96x96/status/nm-device-wired-secure.png diff --git a/mate/96x96/status/nm-device-wired.png b/mate/96x96/status/nm-device-wired.png new file mode 120000 index 0000000..c84b759 --- /dev/null +++ b/mate/96x96/status/nm-device-wired.png @@ -0,0 +1 @@ +network-transmit-receive.png
\ No newline at end of file diff --git a/mate/96x96/status/nm-secure-lock.png b/mate/96x96/status/nm-secure-lock.png Binary files differnew file mode 100644 index 0000000..740ad0b --- /dev/null +++ b/mate/96x96/status/nm-secure-lock.png diff --git a/mate/96x96/status/nm-signal-00-secure.png b/mate/96x96/status/nm-signal-00-secure.png Binary files differnew file mode 100644 index 0000000..c903627 --- /dev/null +++ b/mate/96x96/status/nm-signal-00-secure.png diff --git a/mate/96x96/status/nm-signal-00.png b/mate/96x96/status/nm-signal-00.png Binary files differnew file mode 100644 index 0000000..563ea1d --- /dev/null +++ b/mate/96x96/status/nm-signal-00.png diff --git a/mate/96x96/status/nm-signal-100-secure.png b/mate/96x96/status/nm-signal-100-secure.png Binary files differnew file mode 100644 index 0000000..683cd9c --- /dev/null +++ b/mate/96x96/status/nm-signal-100-secure.png diff --git a/mate/96x96/status/nm-signal-100.png b/mate/96x96/status/nm-signal-100.png Binary files differnew file mode 100644 index 0000000..bfbab2c --- /dev/null +++ b/mate/96x96/status/nm-signal-100.png diff --git a/mate/96x96/status/nm-signal-25-secure.png b/mate/96x96/status/nm-signal-25-secure.png Binary files differnew file mode 100644 index 0000000..2a3dffb --- /dev/null +++ b/mate/96x96/status/nm-signal-25-secure.png diff --git a/mate/96x96/status/nm-signal-25.png b/mate/96x96/status/nm-signal-25.png Binary files differnew file mode 100644 index 0000000..37a6102 --- /dev/null +++ b/mate/96x96/status/nm-signal-25.png diff --git a/mate/96x96/status/nm-signal-50-secure.png b/mate/96x96/status/nm-signal-50-secure.png Binary files differnew file mode 100644 index 0000000..f2d4d42 --- /dev/null +++ b/mate/96x96/status/nm-signal-50-secure.png diff --git a/mate/96x96/status/nm-signal-50.png b/mate/96x96/status/nm-signal-50.png Binary files differnew file mode 100644 index 0000000..788cbbe --- /dev/null +++ b/mate/96x96/status/nm-signal-50.png diff --git a/mate/96x96/status/nm-signal-75-secure.png b/mate/96x96/status/nm-signal-75-secure.png Binary files differnew file mode 100644 index 0000000..36380bd --- /dev/null +++ b/mate/96x96/status/nm-signal-75-secure.png diff --git a/mate/96x96/status/nm-signal-75.png b/mate/96x96/status/nm-signal-75.png Binary files differnew file mode 100644 index 0000000..78c1ee6 --- /dev/null +++ b/mate/96x96/status/nm-signal-75.png diff --git a/mate/Makefile.am b/mate/Makefile.am index 694d5fe..a6a903e 100644 --- a/mate/Makefile.am +++ b/mate/Makefile.am @@ -14,7 +14,6 @@ DIMENSIONS = \ 48x48 \ 64x64 \ 96x96 \ - 128x128 \ 256x256 \ $(NULL) diff --git a/mate/scalable/status/network-error.svg b/mate/scalable/status/network-error.svg index b5aeea7..62c2a2d 100644 --- a/mate/scalable/status/network-error.svg +++ b/mate/scalable/status/network-error.svg @@ -1,13 +1,53 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> + <svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" - width="48" - height="48" - id="svg2327"> + width="96" + height="96" + id="svg2327" + sodipodi:docname="network-error.svg" + inkscape:version="0.92.4 (unknown)"> + <metadata + id="metadata297"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="2486" + inkscape:window-height="1239" + id="namedview295" + showgrid="false" + inkscape:zoom="4.9166667" + inkscape:cx="-39.152542" + inkscape:cy="24" + inkscape:window-x="140" + inkscape:window-y="52" + inkscape:window-maximized="0" + inkscape:current-layer="svg2327" /> <defs id="defs3"> <linearGradient @@ -608,7 +648,7 @@ id="linearGradient6246" xlink:href="#linearGradient6240" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.664512,0,0,0.651253,9.569506e-2,-1.210023)" /> + gradientTransform="matrix(0.664512,0,0,0.651253,0.09569506,-1.210023)" /> <radialGradient cx="24.006104" cy="32.997028" @@ -618,7 +658,7 @@ id="radialGradient5239" xlink:href="#linearGradient7670" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-3.259613e-2)" /> + gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-0.03259613)" /> <linearGradient x1="17.247635" y1="6.3760414" @@ -729,7 +769,7 @@ id="radialGradient5630" xlink:href="#linearGradient7670" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-3.259613e-2)" /> + gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-0.03259613)" /> <linearGradient x1="20.156862" y1="5.0996137" @@ -738,7 +778,7 @@ id="linearGradient5632" xlink:href="#linearGradient6240" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.664512,0,0,0.651253,9.569506e-2,-1.210023)" /> + gradientTransform="matrix(0.664512,0,0,0.651253,0.09569506,-1.210023)" /> <linearGradient x1="-931.75031" y1="148.07117" @@ -1229,1048 +1269,1086 @@ gradientTransform="matrix(1,0,0,1.025362,0,-1.055427)" /> </defs> <g - id="layer1"> + id="g446" + transform="matrix(1.9999904,0,0,1.9999904,-1.187508,-2.0178191)"> <g - transform="translate(14.98536,1)" - id="g5480"> + id="layer1"> <g - id="g5482" - style="display:inline" /> - <g - id="g5484" - style="display:inline"> - <g - transform="translate(-54,0.18088)" - id="g5486" /> + id="g5480" + transform="translate(14.98536,1)"> <g - transform="translate(-54,15.24691)" - id="g5488" /> + style="display:inline" + id="g5482" /> <g - transform="translate(-54,15.24691)" - id="g5490" - style="display:inline" /> - </g> - <g - id="g5492" - style="display:inline"> - <path - d="M 47.69706,42.6875 A 23.75956,5.8835783 0 1 1 0.17794037,42.6875 A 23.75956,5.8835783 0 1 1 47.69706,42.6875 z" - transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" - id="path5494" - style="opacity:0.3;fill:url(#radialGradient5620);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 27.082936,28.048013 C 21.663366,21.135948 31.947853,26.54939 30.855772,24.153878 C 29.785572,21.806364 17.408039,24.595241 18.709552,20.667209" - id="path5496" - style="opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5622);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> - <path - d="M 26.784723,27.671888 C 21.538638,20.412631 31.520563,26.487432 30.374151,23.604157 C 29.072638,20.330797 18.198646,24.276982 18.806217,20.406815" - id="path5498" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + style="display:inline" + id="g5484"> + <g + id="g5486" + transform="translate(-54,0.18088)" /> + <g + id="g5488" + transform="translate(-54,15.24691)" /> + <g + style="display:inline" + id="g5490" + transform="translate(-54,15.24691)" /> + </g> <g - transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)" - id="g5500" - style="display:inline"> + style="display:inline" + id="g5492"> <path - d="M 14.375479,32.558794 C 14.375479,32.558794 15.592355,37.45777 10.51915,37.50376 C 8.0888743,37.525507 8.5866723,41.509781 8.5866723,41.509781 L 39.433139,41.478634 C 39.433139,41.478634 39.851577,37.611393 37.410922,37.566053 C 32.423455,37.474579 33.600393,32.496503 33.600393,32.496503 L 14.375479,32.558794 z" - id="path5502" - style="opacity:1;fill:url(#linearGradient5624);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;opacity:0.3;fill:url(#radialGradient5620);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5494" + transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" + d="m 47.69706,42.6875 a 23.75956,5.8835783 0 1 1 -47.51911963,0 23.75956,5.8835783 0 1 1 47.51911963,0 z" + inkscape:connector-curvature="0" /> <path - d="M 13.926195,33.027451 C 14.010206,35.2 13.641655,35.938894 12.285731,36.702682 L 36,38 C 35.047008,36.831372 33.660837,35.066666 34.038883,33.011765 L 13.926195,33.027451 z" - id="path5504" - style="opacity:0.5;fill:url(#linearGradient5626);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + style="display:inline;opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5622);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5496" + d="m 27.082936,28.048013 c -5.41957,-6.912065 4.864917,-1.498623 3.772836,-3.894135 -1.0702,-2.347514 -13.447733,0.441363 -12.14622,-3.486669" + inkscape:connector-curvature="0" /> <path - d="M 10.436202,38.661601 C 17.000465,38.66357 37.562637,38.661601 37.562637,38.661601" - id="path5506" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" /> + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5498" + d="m 26.784723,27.671888 c -5.246085,-7.259257 4.73584,-1.184456 3.589428,-4.067731 -1.301513,-3.27336 -12.175505,0.672825 -11.567934,-3.197342" + inkscape:connector-curvature="0" /> + <g + style="display:inline" + id="g5500" + transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)"> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5624);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5502" + d="m 14.375479,32.558794 c 0,0 1.216876,4.898976 -3.856329,4.944966 -2.4302757,0.02175 -1.9324777,4.006021 -1.9324777,4.006021 l 30.8464667,-0.03115 c 0,0 0.418438,-3.867241 -2.022217,-3.912581 -4.987467,-0.09147 -3.810529,-5.06955 -3.810529,-5.06955 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.5;fill:url(#linearGradient5626);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5504" + d="m 13.926195,33.027451 c 0.08401,2.172549 -0.28454,2.911443 -1.640464,3.675231 L 36,38 c -0.952992,-1.168628 -2.339163,-2.933334 -1.961117,-4.988235 z" + inkscape:connector-curvature="0" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" + id="path5506" + d="m 10.436202,38.661601 c 6.564263,0.002 27.126435,0 27.126435,0" + inkscape:connector-curvature="0" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + id="path5508" + d="m 11.134219,39.660187 c 6.012537,0.002 25.747298,0 25.747298,0" + inkscape:connector-curvature="0" /> + </g> <path - d="M 11.134219,39.660187 C 17.146756,39.662156 36.881517,39.660187 36.881517,39.660187" - id="path5508" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> - </g> - <path - d="M 3.602229,1.4999996 L 28.319154,1.4999996 C 29.631932,1.4999996 30.588653,2.4197694 30.588653,3.8361498 L 30.595753,20.072828 C 30.595753,21.162945 30.253253,21.499994 29.276792,21.499994 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.4138652,3.7151949 C 1.4138652,2.572403 2.4117826,1.4999996 3.602229,1.4999996 z" - id="path5510" - style="fill:url(#linearGradient5628);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> - <rect - width="25.103695" - height="15.194118" - x="3.4999971" - y="3.5000005" - id="rect5512" - style="fill:url(#radialGradient5630);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 4.0984042,4.0204313 L 4.0984042,15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 L 28,4 L 4.0984042,4.0204313 z" - id="path5514" - style="opacity:0.5;fill:url(#linearGradient5632);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 4.056094,2.4999991 C 3.2398944,2.4999991 2.4960113,3.2952856 2.4960113,4.0741096 L 2.4960108,19.789734 C 2.4999206,20.160319 2.5869303,20.275382 2.6715202,20.346431 C 2.7561101,20.417479 2.9348114,20.473541 3.2370502,20.480806 L 28.783404,20.500002 C 29.189758,20.500002 29.318189,20.437946 29.368434,20.384824 C 29.418681,20.3317 29.504941,20.138678 29.504941,19.674554 L 29.504942,4.1892884 C 29.504942,3.0791795 28.874178,2.4999991 27.866855,2.4999991 L 4.056094,2.4999991 z" - id="path5516" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> - <g - transform="matrix(1.543206e-2,0,0,1.215502e-2,29.57023,28.01728)" - id="g5518" - style="display:inline"> - <rect - width="1339.6335" - height="478.35718" - x="-1559.2523" - y="-150.69685" - id="rect5520" - style="opacity:0.40206185;fill:url(#linearGradient5634);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;fill:url(#linearGradient5628);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + id="path5510" + d="m 3.602229,1.4999996 h 24.716925 c 1.312778,0 2.269499,0.9197698 2.269499,2.3361502 l 0.0071,16.2366782 c 0,1.090117 -0.3425,1.427166 -1.318961,1.427166 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.413867,3.7151949 c 0,-1.1427919 0.9979174,-2.2151953 2.1883638,-2.2151953 z" + inkscape:connector-curvature="0" /> + <rect + style="display:inline;fill:url(#radialGradient5630);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect5512" + y="3.5000005" + x="3.4999971" + height="15.194118" + width="25.103695" /> <path - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z" - id="path5522" - style="opacity:0.40206185;fill:url(#radialGradient5636);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;opacity:0.5;fill:url(#linearGradient5632);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5514" + d="M 4.0984042,4.0204313 V 15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 V 4 Z" + inkscape:connector-curvature="0" /> <path - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z" - id="path5524" - style="opacity:0.40206185;fill:url(#radialGradient5638);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + id="path5516" + d="m 4.056094,2.4999991 c -0.8161996,0 -1.5600827,0.7952865 -1.5600827,1.5741105 l -5e-7,15.7156244 c 0.00391,0.370585 0.09092,0.485648 0.1755094,0.556697 0.08459,0.07105 0.2632912,0.12711 0.56553,0.134375 l 25.5463538,0.0192 c 0.406354,0 0.534785,-0.06206 0.58503,-0.115178 0.05025,-0.05312 0.136507,-0.246146 0.136507,-0.71027 l 1e-6,-15.4852656 c 0,-1.1101089 -0.630764,-1.6892893 -1.638087,-1.6892893 z" + inkscape:connector-curvature="0" /> + <g + style="display:inline" + id="g5518" + transform="matrix(0.01543206,0,0,0.01215502,29.57023,28.01728)"> + <rect + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#linearGradient5634);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5520" + y="-150.69685" + x="-1559.2523" + height="478.35718" + width="1339.6335" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient5636);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5522" + d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z" + inkscape:connector-curvature="0" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient5638);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5524" + d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z" + inkscape:connector-curvature="0" /> + </g> + <path + style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5640);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5526" + d="M 3.643761,26.504783 H 28.921938 C 29.226374,26.504783 29.788645,26.492665 30,27 l 1.5,3 c 0.0625,0.406064 -0.01297,1.562501 -1.5,1.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 c 0.2113561,-0.507335 0.3393239,-0.495217 0.643761,-0.495217 z" + inkscape:connector-curvature="0" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5528" + d="M 4.0955909,27.111942 28.49679,27.10614 c 0.291751,0 0.324078,0 0.526628,0.343448 l 1.39724,2.701171 c 0,0.19027 -0.234876,0.343448 -0.526629,0.343448 l -27.2157949,0.0058 c -0.2917523,0 -0.5266285,-0.153179 -0.5266285,-0.343449 L 3.5689622,27.45539 c 0.2025495,-0.343448 0.2348764,-0.343448 0.5266287,-0.343448 z" + inkscape:connector-curvature="0" /> + <path + style="display:inline;overflow:visible;visibility:visible;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5530" + d="m 4.9039459,26.500588 c -0.00197,0.0019 0.0018,0.01435 0,0.01582 -0.00951,0.0025 -0.032542,0.01229 -0.042271,0.01582 -0.00325,0.0013 -0.017896,-0.0014 -0.021136,0 -0.00322,0.0015 -0.017941,0.01417 -0.021136,0.01582 -0.00631,0.0035 -0.01504,0.01182 -0.021136,0.01582 -0.00298,0.0021 -0.018238,0.01358 -0.021136,0.01582 -0.00281,0.0024 -0.018431,0.01334 -0.021135,0.01582 -0.042036,0.04562 -0.086304,0.124928 -0.1479492,0.221446 l -1.4434418,2.404285 c 0,0.003 -1.479e-4,0.0128 0,0.01582 2.934e-4,0.003 -4.366e-4,0.0128 0,0.01582 5.774e-4,0.003 -7.158e-4,0.01281 0,0.01582 0.0017,0.006 0.018902,0.02568 0.021136,0.03163 0.00125,0.003 -0.00137,0.01288 0,0.01582 0.00449,0.0088 0.01557,0.02314 0.021136,0.03163 0.00591,0.0084 0.014235,0.0236 0.021136,0.03164 0.00241,0.0026 0.018627,0.01324 0.021136,0.01582 0.00261,0.0025 0.018428,0.01334 0.021136,0.01582 0.016818,0.01451 0.043435,0.03539 0.063407,0.04745 0.00341,0.0019 0.017651,0.01397 0.021136,0.01582 0.01069,0.0048 0.030687,0.01146 0.042271,0.01582 0.077907,0.02677 0.180974,0.04745 0.2747628,0.04745 H 18.650036 l -0.06341,-3.036987 -13.4713272,-4e-6 c -0.044397,0 -0.093157,-0.0012 -0.1268135,0 -0.00788,3.5e-5 -0.033715,3.11e-4 -0.042271,0 -0.00261,1.5e-5 -0.018765,-1.3e-4 -0.021136,0 -0.00183,0.0014 -0.019162,-0.0019 -0.021135,0 z m 14.9296841,4e-6 0.06341,1.012329 h 3.656459 L 23.38441,26.500592 Z m 4.818916,0 0.760882,3.036987 h 3.381696 c 0.09379,0 0.196855,-0.02068 0.274762,-0.04745 0.01159,-0.0044 0.03158,-0.01101 0.04227,-0.01582 0.0035,-0.0019 0.01773,-0.01389 0.02114,-0.01582 0.01997,-0.01206 0.04659,-0.03295 0.06341,-0.04745 0.0027,-0.0025 0.01853,-0.01329 0.02114,-0.01582 0.0025,-0.0026 0.01873,-0.01319 0.02114,-0.01582 0.0069,-0.008 0.01523,-0.02324 0.02114,-0.03164 0.0056,-0.0085 0.01664,-0.02288 0.02113,-0.03163 0.0014,-0.0029 -0.0012,-0.01286 0,-0.01582 0.0022,-0.006 0.01943,-0.02563 0.02114,-0.03163 7.15e-4,-0.003 -5.78e-4,-0.0128 0,-0.01582 4.36e-4,-0.003 -2.95e-4,-0.0128 0,-0.01582 1.49e-4,-0.003 0,-0.01281 0,-0.01582 l -1.183249,-2.404285 c -0.06165,-0.09652 -0.105914,-0.175827 -0.147949,-0.221446 -0.0027,-0.0025 -0.01833,-0.01346 -0.02114,-0.01582 -0.0029,-0.0022 -0.01816,-0.0137 -0.02114,-0.01582 -0.0061,-0.004 -0.01482,-0.01229 -0.02114,-0.01582 -0.0032,-0.0016 -0.01791,-0.01429 -0.02113,-0.01582 -0.0032,-0.0014 -0.01789,0.0013 -0.02114,0 -0.0097,-0.0035 -0.03276,-0.01333 -0.04227,-0.01582 -0.01044,-0.0019 -0.02693,-0.0125 -0.04227,-0.01582 -0.0077,-0.0015 -0.03522,8.6e-4 -0.04227,0 -0.03366,-0.0012 -0.08242,0 -0.126813,0 z m -3.973492,2.024657 -0.676339,1.01233 h 3.888949 l -0.845424,-1.01233 z" + inkscape:connector-curvature="0" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5642);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5532" + y="26" + x="5" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5644);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5534" + y="26" + x="7" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5646);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5536" + y="26" + x="9" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5648);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5538" + y="26" + x="11" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5650);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5540" + y="26" + x="13" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5652);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5542" + y="26" + x="15" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5654);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5544" + y="26" + x="17" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5546" + y="27" + x="4" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5658);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5548" + y="27" + x="6" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5660);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5550" + y="27" + x="8" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5662);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5552" + y="27" + x="10" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5664);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5554" + y="27" + x="12" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5666);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5556" + y="27" + x="14" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5668);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5558" + y="27" + x="16" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5670);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5560" + y="27" + x="18" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5672);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5562" + y="28" + x="5" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5674);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5564" + y="28" + x="7" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5676);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5566" + y="28" + x="9" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5678);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5568" + y="28" + x="11" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5570" + y="28" + x="13" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5682);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5572" + y="28" + x="15" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5684);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5574" + y="28" + x="17" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5686);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5576" + y="29" + x="4" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5688);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5578" + y="29" + x="6" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5690);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5580" + y="29" + x="8" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5692);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5582" + y="29" + x="10" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5694);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5584" + y="29" + x="12" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5696);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5586" + y="29" + x="14" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5698);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5588" + y="29" + x="16" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5700);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5590" + y="29" + x="18" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5702);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5592" + y="26" + x="21" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5704);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5594" + y="27" + x="20" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5706);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5596" + y="27" + x="22" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5708);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5598" + y="28" + x="21" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5710);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5600" + y="28" + x="23" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5712);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5602" + y="29" + x="20" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5714);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5604" + y="29" + x="22" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5716);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5606" + y="26" + x="26" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5718);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5608" + y="27" + x="25" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5720);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5610" + y="27" + x="27" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5722);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5612" + y="28" + x="26" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5724);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5614" + y="28" + x="28" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5726);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5616" + y="29" + x="25" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5728);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5618" + y="29" + x="27" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> </g> - <path - d="M 3.643761,26.504783 L 28.921938,26.504783 C 29.226374,26.504783 29.788645,26.492665 30,27 L 31.5,30 C 31.5625,30.406064 31.487026,31.562501 30,31.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 C 3.2113561,26.492665 3.3393239,26.504783 3.643761,26.504783 z" - id="path5526" - style="fill:url(#linearGradient5640);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - d="M 4.0955909,27.111942 L 28.49679,27.10614 C 28.788541,27.10614 28.820868,27.10614 29.023418,27.449588 L 30.420658,30.150759 C 30.420658,30.341029 30.185782,30.494207 29.894029,30.494207 L 2.6782341,30.500011 C 2.3864818,30.500011 2.1516056,30.346832 2.1516056,30.156562 L 3.5689622,27.45539 C 3.7715117,27.111942 3.8038386,27.111942 4.0955909,27.111942 z" - id="path5528" - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - d="M 4.9039459,26.500588 C 4.9019723,26.502459 4.9057445,26.514939 4.9039459,26.516406 C 4.89444,26.51889 4.8714034,26.528697 4.8616746,26.532224 C 4.8584281,26.533516 4.8437789,26.530815 4.840539,26.532224 C 4.8373165,26.533749 4.8225981,26.546397 4.8194034,26.548041 C 4.8130911,26.551565 4.8043634,26.559861 4.7982678,26.563859 C 4.7952901,26.565977 4.7800294,26.57744 4.7771322,26.579677 C 4.7743261,26.582033 4.7587013,26.593017 4.7559967,26.595495 C 4.7139608,26.641114 4.6696929,26.720423 4.6080475,26.816941 L 3.1646057,29.221226 C 3.1646057,29.224233 3.1644578,29.234029 3.1646057,29.237043 C 3.1648991,29.240062 3.1641691,29.249843 3.1646057,29.25286 C 3.1651831,29.255877 3.1638899,29.265668 3.1646057,29.268679 C 3.1663094,29.274683 3.1835077,29.294359 3.1857413,29.300313 C 3.1869871,29.303274 3.184369,29.31319 3.1857413,29.316132 C 3.1902312,29.324886 3.2013114,29.339269 3.2068769,29.347766 C 3.2127868,29.356161 3.2211123,29.37137 3.2280125,29.379402 C 3.230418,29.382033 3.2466397,29.392637 3.2491481,29.395219 C 3.2517571,29.39775 3.2675765,29.408562 3.2702837,29.411038 C 3.287102,29.425545 3.313719,29.446427 3.3336905,29.45849 C 3.3370984,29.460423 3.3513413,29.472456 3.3548262,29.474308 C 3.3655167,29.479116 3.3855128,29.485766 3.3970973,29.490126 C 3.4750042,29.516899 3.5780713,29.537579 3.6718601,29.537579 L 18.650036,29.537579 L 18.586629,26.500592 L 5.1153018,26.500588 C 5.0709049,26.500588 5.0221446,26.49941 4.9884883,26.500588 C 4.9806133,26.500623 4.9547729,26.500899 4.9462171,26.500588 C 4.9436075,26.500603 4.9274517,26.500458 4.9250814,26.500588 C 4.9232514,26.502034 4.9059195,26.498718 4.9039459,26.500588 z M 19.83363,26.500592 L 19.897036,27.512921 L 23.553495,27.512921 L 23.38441,26.500592 L 19.83363,26.500592 z M 24.652546,26.500592 L 25.413428,29.537579 L 28.795124,29.537579 C 28.888912,29.537579 28.991979,29.516899 29.069886,29.490126 C 29.081471,29.485766 29.101467,29.479116 29.112157,29.474308 C 29.115641,29.472456 29.129884,29.460423 29.133293,29.45849 C 29.153265,29.446427 29.179882,29.425545 29.1967,29.411038 C 29.199407,29.408562 29.215227,29.39775 29.217835,29.395219 C 29.220344,29.392637 29.236565,29.382033 29.238971,29.379402 C 29.245871,29.37137 29.254196,29.356161 29.260107,29.347766 C 29.265672,29.339269 29.276752,29.324886 29.281242,29.316132 C 29.282614,29.31319 29.279996,29.303274 29.281242,29.300313 C 29.283476,29.294359 29.300674,29.274683 29.302378,29.268679 C 29.303093,29.265668 29.3018,29.255877 29.302378,29.25286 C 29.302814,29.249843 29.302083,29.240062 29.302378,29.237043 C 29.302527,29.234029 29.302378,29.224233 29.302378,29.221226 L 28.119129,26.816941 C 28.057483,26.720424 28.013215,26.641114 27.97118,26.595495 C 27.968475,26.593017 27.95285,26.582033 27.950044,26.579677 C 27.947147,26.57744 27.931886,26.565977 27.928908,26.563859 C 27.922812,26.559861 27.914085,26.551565 27.907773,26.548041 C 27.904579,26.546397 27.88986,26.533749 27.886638,26.532224 C 27.883397,26.530815 27.868747,26.533516 27.865502,26.532224 C 27.855773,26.528697 27.832737,26.51889 27.823231,26.516406 C 27.812787,26.51452 27.796296,26.503902 27.780959,26.500588 C 27.773263,26.49907 27.745738,26.501448 27.738688,26.500588 C 27.705031,26.49941 27.656271,26.500588 27.611875,26.500588 L 24.652546,26.500592 z M 20.679054,28.525249 L 20.002715,29.537579 L 23.891664,29.537579 L 23.04624,28.525249 L 20.679054,28.525249 z" - id="path5530" - style="fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="5" - y="26" - id="rect5532" - style="fill:url(#radialGradient5642);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="7" - y="26" - id="rect5534" - style="fill:url(#radialGradient5644);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="9" - y="26" - id="rect5536" - style="fill:url(#radialGradient5646);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="11" - y="26" - id="rect5538" - style="fill:url(#radialGradient5648);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="13" - y="26" - id="rect5540" - style="fill:url(#radialGradient5650);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="15" - y="26" - id="rect5542" - style="fill:url(#radialGradient5652);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="17" - y="26" - id="rect5544" - style="fill:url(#radialGradient5654);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="4" - y="27" - id="rect5546" - style="fill:url(#radialGradient5656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="6" - y="27" - id="rect5548" - style="fill:url(#radialGradient5658);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="8" - y="27" - id="rect5550" - style="fill:url(#radialGradient5660);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="10" - y="27" - id="rect5552" - style="fill:url(#radialGradient5662);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="12" - y="27" - id="rect5554" - style="fill:url(#radialGradient5664);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="14" - y="27" - id="rect5556" - style="fill:url(#radialGradient5666);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="16" - y="27" - id="rect5558" - style="fill:url(#radialGradient5668);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="18" - y="27" - id="rect5560" - style="fill:url(#radialGradient5670);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="5" - y="28" - id="rect5562" - style="fill:url(#radialGradient5672);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="7" - y="28" - id="rect5564" - style="fill:url(#radialGradient5674);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="9" - y="28" - id="rect5566" - style="fill:url(#radialGradient5676);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="11" - y="28" - id="rect5568" - style="fill:url(#radialGradient5678);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="13" - y="28" - id="rect5570" - style="fill:url(#radialGradient5680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="15" - y="28" - id="rect5572" - style="fill:url(#radialGradient5682);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="17" - y="28" - id="rect5574" - style="fill:url(#radialGradient5684);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="4" - y="29" - id="rect5576" - style="fill:url(#radialGradient5686);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="6" - y="29" - id="rect5578" - style="fill:url(#radialGradient5688);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="8" - y="29" - id="rect5580" - style="fill:url(#radialGradient5690);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="10" - y="29" - id="rect5582" - style="fill:url(#radialGradient5692);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="12" - y="29" - id="rect5584" - style="fill:url(#radialGradient5694);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="14" - y="29" - id="rect5586" - style="fill:url(#radialGradient5696);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="16" - y="29" - id="rect5588" - style="fill:url(#radialGradient5698);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="18" - y="29" - id="rect5590" - style="fill:url(#radialGradient5700);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="21" - y="26" - id="rect5592" - style="fill:url(#radialGradient5702);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="20" - y="27" - id="rect5594" - style="fill:url(#radialGradient5704);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="22" - y="27" - id="rect5596" - style="fill:url(#radialGradient5706);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="21" - y="28" - id="rect5598" - style="fill:url(#radialGradient5708);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="23" - y="28" - id="rect5600" - style="fill:url(#radialGradient5710);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="20" - y="29" - id="rect5602" - style="fill:url(#radialGradient5712);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="22" - y="29" - id="rect5604" - style="fill:url(#radialGradient5714);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="26" - y="26" - id="rect5606" - style="fill:url(#radialGradient5716);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="25" - y="27" - id="rect5608" - style="fill:url(#radialGradient5718);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="27" - y="27" - id="rect5610" - style="fill:url(#radialGradient5720);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="26" - y="28" - id="rect5612" - style="fill:url(#radialGradient5722);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="28" - y="28" - id="rect5614" - style="fill:url(#radialGradient5724);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="25" - y="29" - id="rect5616" - style="fill:url(#radialGradient5726);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="27" - y="29" - id="rect5618" - style="fill:url(#radialGradient5728);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> </g> - </g> - <g - transform="translate(0.985355,12)" - id="g5340"> <g - id="g5342" - style="display:inline" /> - <g - id="g5344" - style="display:inline"> - <g - transform="translate(-54,0.18088)" - id="g5346" /> + id="g5340" + transform="translate(0.985355,12)"> <g - transform="translate(-54,15.24691)" - id="g5348" /> + style="display:inline" + id="g5342" /> <g - transform="translate(-54,15.24691)" - id="g5350" - style="display:inline" /> - </g> - <g - id="layer2" - style="display:inline"> - <path - d="M 47.69706,42.6875 A 23.75956,5.8835783 0 1 1 0.17794037,42.6875 A 23.75956,5.8835783 0 1 1 47.69706,42.6875 z" - transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" - id="path5353" - style="opacity:0.3;fill:url(#radialGradient2313);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 27.082936,28.048013 C 21.663366,21.135948 31.947853,26.54939 30.855772,24.153878 C 29.785572,21.806364 17.408039,24.595241 18.709552,20.667209" - id="path5355" - style="opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4202);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> - <path - d="M 26.784723,27.671888 C 21.538638,20.412631 31.520563,26.487432 30.374151,23.604157 C 29.072638,20.330797 18.198646,24.276982 18.806217,20.406815" - id="path5357" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + style="display:inline" + id="g5344"> + <g + id="g5346" + transform="translate(-54,0.18088)" /> + <g + id="g5348" + transform="translate(-54,15.24691)" /> + <g + style="display:inline" + id="g5350" + transform="translate(-54,15.24691)" /> + </g> <g - transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)" - id="g5359" - style="display:inline"> + style="display:inline" + id="layer2"> <path - d="M 14.375479,32.558794 C 14.375479,32.558794 15.592355,37.45777 10.51915,37.50376 C 8.0888743,37.525507 8.5866723,41.509781 8.5866723,41.509781 L 39.433139,41.478634 C 39.433139,41.478634 39.851577,37.611393 37.410922,37.566053 C 32.423455,37.474579 33.600393,32.496503 33.600393,32.496503 L 14.375479,32.558794 z" - id="path5361" - style="opacity:1;fill:url(#linearGradient2308);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;opacity:0.3;fill:url(#radialGradient2313);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5353" + transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" + d="m 47.69706,42.6875 a 23.75956,5.8835783 0 1 1 -47.51911963,0 23.75956,5.8835783 0 1 1 47.51911963,0 z" + inkscape:connector-curvature="0" /> <path - d="M 13.926195,33.027451 C 14.010206,35.2 13.641655,35.938894 12.285731,36.702682 L 36,38 C 35.047008,36.831372 33.660837,35.066666 34.038883,33.011765 L 13.926195,33.027451 z" - id="path5363" - style="opacity:0.5;fill:url(#linearGradient2310);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + style="display:inline;opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4202);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5355" + d="m 27.082936,28.048013 c -5.41957,-6.912065 4.864917,-1.498623 3.772836,-3.894135 -1.0702,-2.347514 -13.447733,0.441363 -12.14622,-3.486669" + inkscape:connector-curvature="0" /> <path - d="M 10.436202,38.661601 C 17.000465,38.66357 37.562637,38.661601 37.562637,38.661601" - id="path5365" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" /> + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5357" + d="m 26.784723,27.671888 c -5.246085,-7.259257 4.73584,-1.184456 3.589428,-4.067731 -1.301513,-3.27336 -12.175505,0.672825 -11.567934,-3.197342" + inkscape:connector-curvature="0" /> + <g + style="display:inline" + id="g5359" + transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)"> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient2308);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5361" + d="m 14.375479,32.558794 c 0,0 1.216876,4.898976 -3.856329,4.944966 -2.4302757,0.02175 -1.9324777,4.006021 -1.9324777,4.006021 l 30.8464667,-0.03115 c 0,0 0.418438,-3.867241 -2.022217,-3.912581 -4.987467,-0.09147 -3.810529,-5.06955 -3.810529,-5.06955 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.5;fill:url(#linearGradient2310);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5363" + d="m 13.926195,33.027451 c 0.08401,2.172549 -0.28454,2.911443 -1.640464,3.675231 L 36,38 c -0.952992,-1.168628 -2.339163,-2.933334 -1.961117,-4.988235 z" + inkscape:connector-curvature="0" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" + id="path5365" + d="m 10.436202,38.661601 c 6.564263,0.002 27.126435,0 27.126435,0" + inkscape:connector-curvature="0" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + id="path5367" + d="m 11.134219,39.660187 c 6.012537,0.002 25.747298,0 25.747298,0" + inkscape:connector-curvature="0" /> + </g> <path - d="M 11.134219,39.660187 C 17.146756,39.662156 36.881517,39.660187 36.881517,39.660187" - id="path5367" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> - </g> - <path - d="M 3.602229,1.4999996 L 28.319154,1.4999996 C 29.631932,1.4999996 30.588653,2.4197694 30.588653,3.8361498 L 30.595753,20.072828 C 30.595753,21.162945 30.253253,21.499994 29.276792,21.499994 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.4138652,3.7151949 C 1.4138652,2.572403 2.4117826,1.4999996 3.602229,1.4999996 z" - id="path5369" - style="fill:url(#linearGradient5147);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> - <rect - width="25.103695" - height="15.194118" - x="3.4999971" - y="3.5000005" - id="rect5371" - style="fill:url(#radialGradient5239);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 4.0984042,4.0204313 L 4.0984042,15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 L 28,4 L 4.0984042,4.0204313 z" - id="path5373" - style="opacity:0.5;fill:url(#linearGradient6246);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 4.056094,2.4999991 C 3.2398944,2.4999991 2.4960113,3.2952856 2.4960113,4.0741096 L 2.4960108,19.789734 C 2.4999206,20.160319 2.5869303,20.275382 2.6715202,20.346431 C 2.7561101,20.417479 2.9348114,20.473541 3.2370502,20.480806 L 28.783404,20.500002 C 29.189758,20.500002 29.318189,20.437946 29.368434,20.384824 C 29.418681,20.3317 29.504941,20.138678 29.504941,19.674554 L 29.504942,4.1892884 C 29.504942,3.0791795 28.874178,2.4999991 27.866855,2.4999991 L 4.056094,2.4999991 z" - id="path5375" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> - <g - transform="matrix(1.543206e-2,0,0,1.215502e-2,29.57023,28.01728)" - id="g5377" - style="display:inline"> - <rect - width="1339.6335" - height="478.35718" - x="-1559.2523" - y="-150.69685" - id="rect6709" - style="opacity:0.40206185;fill:url(#linearGradient5478);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;fill:url(#linearGradient5147);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + id="path5369" + d="m 3.602229,1.4999996 h 24.716925 c 1.312778,0 2.269499,0.9197698 2.269499,2.3361502 l 0.0071,16.2366782 c 0,1.090117 -0.3425,1.427166 -1.318961,1.427166 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.413867,3.7151949 c 0,-1.1427919 0.9979174,-2.2151953 2.1883638,-2.2151953 z" + inkscape:connector-curvature="0" /> + <rect + style="display:inline;fill:url(#radialGradient5239);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect5371" + y="3.5000005" + x="3.4999971" + height="15.194118" + width="25.103695" /> + <path + style="display:inline;opacity:0.5;fill:url(#linearGradient6246);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5373" + d="M 4.0984042,4.0204313 V 15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 V 4 Z" + inkscape:connector-curvature="0" /> + <path + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + id="path5375" + d="m 4.056094,2.4999991 c -0.8161996,0 -1.5600827,0.7952865 -1.5600827,1.5741105 l -5e-7,15.7156244 c 0.00391,0.370585 0.09092,0.485648 0.1755094,0.556697 0.08459,0.07105 0.2632912,0.12711 0.56553,0.134375 l 25.5463538,0.0192 c 0.406354,0 0.534785,-0.06206 0.58503,-0.115178 0.05025,-0.05312 0.136507,-0.246146 0.136507,-0.71027 l 1e-6,-15.4852656 c 0,-1.1101089 -0.630764,-1.6892893 -1.638087,-1.6892893 z" + inkscape:connector-curvature="0" /> + <g + style="display:inline" + id="g5377" + transform="matrix(0.01543206,0,0,0.01215502,29.57023,28.01728)"> + <rect + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#linearGradient5478);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect6709" + y="-150.69685" + x="-1559.2523" + height="478.35718" + width="1339.6335" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient2309);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5380" + d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z" + inkscape:connector-curvature="0" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient2311);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5382" + d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z" + inkscape:connector-curvature="0" /> + </g> <path - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z" - id="path5380" - style="opacity:0.40206185;fill:url(#radialGradient2309);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3905);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5384" + d="M 3.643761,26.504783 H 28.921938 C 29.226374,26.504783 29.788645,26.492665 30,27 l 1.5,3 c 0.0625,0.406064 -0.01297,1.562501 -1.5,1.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 c 0.2113561,-0.507335 0.3393239,-0.495217 0.643761,-0.495217 z" + inkscape:connector-curvature="0" /> <path - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z" - id="path5382" - style="opacity:0.40206185;fill:url(#radialGradient2311);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5386" + d="M 4.0955909,27.111942 28.49679,27.10614 c 0.291751,0 0.324078,0 0.526628,0.343448 l 1.39724,2.701171 c 0,0.19027 -0.234876,0.343448 -0.526629,0.343448 l -27.2157949,0.0058 c -0.2917523,0 -0.5266285,-0.153179 -0.5266285,-0.343449 L 3.5689622,27.45539 c 0.2025495,-0.343448 0.2348764,-0.343448 0.5266287,-0.343448 z" + inkscape:connector-curvature="0" /> + <path + style="display:inline;overflow:visible;visibility:visible;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5388" + d="m 4.9039459,26.500588 c -0.00197,0.0019 0.0018,0.01435 0,0.01582 -0.00951,0.0025 -0.032542,0.01229 -0.042271,0.01582 -0.00325,0.0013 -0.017896,-0.0014 -0.021136,0 -0.00322,0.0015 -0.017941,0.01417 -0.021136,0.01582 -0.00631,0.0035 -0.01504,0.01182 -0.021136,0.01582 -0.00298,0.0021 -0.018238,0.01358 -0.021136,0.01582 -0.00281,0.0024 -0.018431,0.01334 -0.021135,0.01582 -0.042036,0.04562 -0.086304,0.124928 -0.1479492,0.221446 l -1.4434418,2.404285 c 0,0.003 -1.479e-4,0.0128 0,0.01582 2.934e-4,0.003 -4.366e-4,0.0128 0,0.01582 5.774e-4,0.003 -7.158e-4,0.01281 0,0.01582 0.0017,0.006 0.018902,0.02568 0.021136,0.03163 0.00125,0.003 -0.00137,0.01288 0,0.01582 0.00449,0.0088 0.01557,0.02314 0.021136,0.03163 0.00591,0.0084 0.014235,0.0236 0.021136,0.03164 0.00241,0.0026 0.018627,0.01324 0.021136,0.01582 0.00261,0.0025 0.018428,0.01334 0.021136,0.01582 0.016818,0.01451 0.043435,0.03539 0.063407,0.04745 0.00341,0.0019 0.017651,0.01397 0.021136,0.01582 0.01069,0.0048 0.030687,0.01146 0.042271,0.01582 0.077907,0.02677 0.180974,0.04745 0.2747628,0.04745 H 18.650036 l -0.06341,-3.036987 -13.4713272,-4e-6 c -0.044397,0 -0.093157,-0.0012 -0.1268135,0 -0.00788,3.5e-5 -0.033715,3.11e-4 -0.042271,0 -0.00261,1.5e-5 -0.018765,-1.3e-4 -0.021136,0 -0.00183,0.0014 -0.019162,-0.0019 -0.021135,0 z m 14.9296841,4e-6 0.06341,1.012329 h 3.656459 L 23.38441,26.500592 Z m 4.818916,0 0.760882,3.036987 h 3.381696 c 0.09379,0 0.196855,-0.02068 0.274762,-0.04745 0.01159,-0.0044 0.03158,-0.01101 0.04227,-0.01582 0.0035,-0.0019 0.01773,-0.01389 0.02114,-0.01582 0.01997,-0.01206 0.04659,-0.03295 0.06341,-0.04745 0.0027,-0.0025 0.01853,-0.01329 0.02114,-0.01582 0.0025,-0.0026 0.01873,-0.01319 0.02114,-0.01582 0.0069,-0.008 0.01523,-0.02324 0.02114,-0.03164 0.0056,-0.0085 0.01664,-0.02288 0.02113,-0.03163 0.0014,-0.0029 -0.0012,-0.01286 0,-0.01582 0.0022,-0.006 0.01943,-0.02563 0.02114,-0.03163 7.15e-4,-0.003 -5.78e-4,-0.0128 0,-0.01582 4.36e-4,-0.003 -2.95e-4,-0.0128 0,-0.01582 1.49e-4,-0.003 0,-0.01281 0,-0.01582 l -1.183249,-2.404285 c -0.06165,-0.09652 -0.105914,-0.175827 -0.147949,-0.221446 -0.0027,-0.0025 -0.01833,-0.01346 -0.02114,-0.01582 -0.0029,-0.0022 -0.01816,-0.0137 -0.02114,-0.01582 -0.0061,-0.004 -0.01482,-0.01229 -0.02114,-0.01582 -0.0032,-0.0016 -0.01791,-0.01429 -0.02113,-0.01582 -0.0032,-0.0014 -0.01789,0.0013 -0.02114,0 -0.0097,-0.0035 -0.03276,-0.01333 -0.04227,-0.01582 -0.01044,-0.0019 -0.02693,-0.0125 -0.04227,-0.01582 -0.0077,-0.0015 -0.03522,8.6e-4 -0.04227,0 -0.03366,-0.0012 -0.08242,0 -0.126813,0 z m -3.973492,2.024657 -0.676339,1.01233 h 3.888949 l -0.845424,-1.01233 z" + inkscape:connector-curvature="0" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3248);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5390" + y="26" + x="5" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3245);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5392" + y="26" + x="7" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3242);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5394" + y="26" + x="9" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3239);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5396" + y="26" + x="11" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3236);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5398" + y="26" + x="13" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3233);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5400" + y="26" + x="15" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3230);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5402" + y="26" + x="17" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3224);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5404" + y="27" + x="4" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3221);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5406" + y="27" + x="6" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3218);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5408" + y="27" + x="8" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3215);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5410" + y="27" + x="10" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3212);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5412" + y="27" + x="12" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3209);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5414" + y="27" + x="14" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3206);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5416" + y="27" + x="16" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3203);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5418" + y="27" + x="18" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3200);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5420" + y="28" + x="5" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3197);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5422" + y="28" + x="7" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3194);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5424" + y="28" + x="9" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3191);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5426" + y="28" + x="11" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5428" + y="28" + x="13" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3185);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5430" + y="28" + x="15" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3182);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5432" + y="28" + x="17" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3176);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5434" + y="29" + x="4" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3173);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5436" + y="29" + x="6" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3170);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5438" + y="29" + x="8" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3167);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5440" + y="29" + x="10" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3164);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5442" + y="29" + x="12" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3161);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5444" + y="29" + x="14" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3158);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5446" + y="29" + x="16" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3155);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5448" + y="29" + x="18" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3264);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5450" + y="26" + x="21" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3266);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5452" + y="27" + x="20" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3268);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5454" + y="27" + x="22" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3270);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5456" + y="28" + x="21" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3272);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5458" + y="28" + x="23" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3274);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5460" + y="29" + x="20" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3276);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5462" + y="29" + x="22" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3292);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5464" + y="26" + x="26" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3294);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5466" + y="27" + x="25" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3296);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5468" + y="27" + x="27" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3298);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5470" + y="28" + x="26" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3300);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5472" + y="28" + x="28" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3302);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5474" + y="29" + x="25" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3304);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5476" + y="29" + x="27" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> </g> + </g> + <path + style="opacity:0.8;fill:url(#radialGradient3067);fill-opacity:1;stroke:none;stroke-width:1.02960598;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000052;stroke-opacity:1" + id="path3059" + transform="matrix(1.229117,0,0,0.559766,-9.152164,21.2064)" + d="m 46.49227,41.613941 a 6.0987959,6.2534757 0 1 1 -12.197591,0 6.0987959,6.2534757 0 1 1 12.197591,0 z" + inkscape:connector-curvature="0" /> + <g + id="g3053" + transform="translate(0,-1)"> <path - d="M 3.643761,26.504783 L 28.921938,26.504783 C 29.226374,26.504783 29.788645,26.492665 30,27 L 31.5,30 C 31.5625,30.406064 31.487026,31.562501 30,31.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 C 3.2113561,26.492665 3.3393239,26.504783 3.643761,26.504783 z" - id="path5384" - style="fill:url(#linearGradient3905);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="opacity:1;fill:#cc0000;fill-opacity:1;stroke:#a40000;stroke-width:1.02960598;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000052;stroke-opacity:1" + id="path2155" + transform="matrix(0.983167,0,0,0.959468,0.782601,1.572758)" + d="m 46.49227,41.613941 a 6.0987959,6.2534757 0 1 1 -12.197591,0 6.0987959,6.2534757 0 1 1 12.197591,0 z" + inkscape:connector-curvature="0" /> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000052;stroke-opacity:1" + id="rect3044" + y="41" + x="37" + height="1" + width="7" /> <path - d="M 4.0955909,27.111942 L 28.49679,27.10614 C 28.788541,27.10614 28.820868,27.10614 29.023418,27.449588 L 30.420658,30.150759 C 30.420658,30.341029 30.185782,30.494207 29.894029,30.494207 L 2.6782341,30.500011 C 2.3864818,30.500011 2.1516056,30.346832 2.1516056,30.156562 L 3.5689622,27.45539 C 3.7715117,27.111942 3.8038386,27.111942 4.0955909,27.111942 z" - id="path5386" - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="opacity:0.3;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.23553479;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000052;stroke-opacity:1" + id="path3046" + transform="matrix(0.819297,0,0,0.799556,7.401887,8.227334)" + d="m 46.49227,41.613941 a 6.0987959,6.2534757 0 1 1 -12.197591,0 6.0987959,6.2534757 0 1 1 12.197591,0 z" + inkscape:connector-curvature="0" /> <path - d="M 4.9039459,26.500588 C 4.9019723,26.502459 4.9057445,26.514939 4.9039459,26.516406 C 4.89444,26.51889 4.8714034,26.528697 4.8616746,26.532224 C 4.8584281,26.533516 4.8437789,26.530815 4.840539,26.532224 C 4.8373165,26.533749 4.8225981,26.546397 4.8194034,26.548041 C 4.8130911,26.551565 4.8043634,26.559861 4.7982678,26.563859 C 4.7952901,26.565977 4.7800294,26.57744 4.7771322,26.579677 C 4.7743261,26.582033 4.7587013,26.593017 4.7559967,26.595495 C 4.7139608,26.641114 4.6696929,26.720423 4.6080475,26.816941 L 3.1646057,29.221226 C 3.1646057,29.224233 3.1644578,29.234029 3.1646057,29.237043 C 3.1648991,29.240062 3.1641691,29.249843 3.1646057,29.25286 C 3.1651831,29.255877 3.1638899,29.265668 3.1646057,29.268679 C 3.1663094,29.274683 3.1835077,29.294359 3.1857413,29.300313 C 3.1869871,29.303274 3.184369,29.31319 3.1857413,29.316132 C 3.1902312,29.324886 3.2013114,29.339269 3.2068769,29.347766 C 3.2127868,29.356161 3.2211123,29.37137 3.2280125,29.379402 C 3.230418,29.382033 3.2466397,29.392637 3.2491481,29.395219 C 3.2517571,29.39775 3.2675765,29.408562 3.2702837,29.411038 C 3.287102,29.425545 3.313719,29.446427 3.3336905,29.45849 C 3.3370984,29.460423 3.3513413,29.472456 3.3548262,29.474308 C 3.3655167,29.479116 3.3855128,29.485766 3.3970973,29.490126 C 3.4750042,29.516899 3.5780713,29.537579 3.6718601,29.537579 L 18.650036,29.537579 L 18.586629,26.500592 L 5.1153018,26.500588 C 5.0709049,26.500588 5.0221446,26.49941 4.9884883,26.500588 C 4.9806133,26.500623 4.9547729,26.500899 4.9462171,26.500588 C 4.9436075,26.500603 4.9274517,26.500458 4.9250814,26.500588 C 4.9232514,26.502034 4.9059195,26.498718 4.9039459,26.500588 z M 19.83363,26.500592 L 19.897036,27.512921 L 23.553495,27.512921 L 23.38441,26.500592 L 19.83363,26.500592 z M 24.652546,26.500592 L 25.413428,29.537579 L 28.795124,29.537579 C 28.888912,29.537579 28.991979,29.516899 29.069886,29.490126 C 29.081471,29.485766 29.101467,29.479116 29.112157,29.474308 C 29.115641,29.472456 29.129884,29.460423 29.133293,29.45849 C 29.153265,29.446427 29.179882,29.425545 29.1967,29.411038 C 29.199407,29.408562 29.215227,29.39775 29.217835,29.395219 C 29.220344,29.392637 29.236565,29.382033 29.238971,29.379402 C 29.245871,29.37137 29.254196,29.356161 29.260107,29.347766 C 29.265672,29.339269 29.276752,29.324886 29.281242,29.316132 C 29.282614,29.31319 29.279996,29.303274 29.281242,29.300313 C 29.283476,29.294359 29.300674,29.274683 29.302378,29.268679 C 29.303093,29.265668 29.3018,29.255877 29.302378,29.25286 C 29.302814,29.249843 29.302083,29.240062 29.302378,29.237043 C 29.302527,29.234029 29.302378,29.224233 29.302378,29.221226 L 28.119129,26.816941 C 28.057483,26.720424 28.013215,26.641114 27.97118,26.595495 C 27.968475,26.593017 27.95285,26.582033 27.950044,26.579677 C 27.947147,26.57744 27.931886,26.565977 27.928908,26.563859 C 27.922812,26.559861 27.914085,26.551565 27.907773,26.548041 C 27.904579,26.546397 27.88986,26.533749 27.886638,26.532224 C 27.883397,26.530815 27.868747,26.533516 27.865502,26.532224 C 27.855773,26.528697 27.832737,26.51889 27.823231,26.516406 C 27.812787,26.51452 27.796296,26.503902 27.780959,26.500588 C 27.773263,26.49907 27.745738,26.501448 27.738688,26.500588 C 27.705031,26.49941 27.656271,26.500588 27.611875,26.500588 L 24.652546,26.500592 z M 20.679054,28.525249 L 20.002715,29.537579 L 23.891664,29.537579 L 23.04624,28.525249 L 20.679054,28.525249 z" - id="path5388" - style="fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="5" - y="26" - id="rect5390" - style="fill:url(#radialGradient3248);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="7" - y="26" - id="rect5392" - style="fill:url(#radialGradient3245);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="9" - y="26" - id="rect5394" - style="fill:url(#radialGradient3242);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="11" - y="26" - id="rect5396" - style="fill:url(#radialGradient3239);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="13" - y="26" - id="rect5398" - style="fill:url(#radialGradient3236);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="15" - y="26" - id="rect5400" - style="fill:url(#radialGradient3233);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="17" - y="26" - id="rect5402" - style="fill:url(#radialGradient3230);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="4" - y="27" - id="rect5404" - style="fill:url(#radialGradient3224);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="6" - y="27" - id="rect5406" - style="fill:url(#radialGradient3221);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="8" - y="27" - id="rect5408" - style="fill:url(#radialGradient3218);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="10" - y="27" - id="rect5410" - style="fill:url(#radialGradient3215);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="12" - y="27" - id="rect5412" - style="fill:url(#radialGradient3212);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="14" - y="27" - id="rect5414" - style="fill:url(#radialGradient3209);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="16" - y="27" - id="rect5416" - style="fill:url(#radialGradient3206);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="18" - y="27" - id="rect5418" - style="fill:url(#radialGradient3203);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="5" - y="28" - id="rect5420" - style="fill:url(#radialGradient3200);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="7" - y="28" - id="rect5422" - style="fill:url(#radialGradient3197);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="9" - y="28" - id="rect5424" - style="fill:url(#radialGradient3194);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="11" - y="28" - id="rect5426" - style="fill:url(#radialGradient3191);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="13" - y="28" - id="rect5428" - style="fill:url(#radialGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="15" - y="28" - id="rect5430" - style="fill:url(#radialGradient3185);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="17" - y="28" - id="rect5432" - style="fill:url(#radialGradient3182);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="4" - y="29" - id="rect5434" - style="fill:url(#radialGradient3176);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="6" - y="29" - id="rect5436" - style="fill:url(#radialGradient3173);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="8" - y="29" - id="rect5438" - style="fill:url(#radialGradient3170);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="10" - y="29" - id="rect5440" - style="fill:url(#radialGradient3167);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="12" - y="29" - id="rect5442" - style="fill:url(#radialGradient3164);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="14" - y="29" - id="rect5444" - style="fill:url(#radialGradient3161);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="16" - y="29" - id="rect5446" - style="fill:url(#radialGradient3158);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="18" - y="29" - id="rect5448" - style="fill:url(#radialGradient3155);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="21" - y="26" - id="rect5450" - style="fill:url(#radialGradient3264);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="20" - y="27" - id="rect5452" - style="fill:url(#radialGradient3266);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="22" - y="27" - id="rect5454" - style="fill:url(#radialGradient3268);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="21" - y="28" - id="rect5456" - style="fill:url(#radialGradient3270);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="23" - y="28" - id="rect5458" - style="fill:url(#radialGradient3272);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="20" - y="29" - id="rect5460" - style="fill:url(#radialGradient3274);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="22" - y="29" - id="rect5462" - style="fill:url(#radialGradient3276);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="26" - y="26" - id="rect5464" - style="fill:url(#radialGradient3292);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="25" - y="27" - id="rect5466" - style="fill:url(#radialGradient3294);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="27" - y="27" - id="rect5468" - style="fill:url(#radialGradient3296);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="26" - y="28" - id="rect5470" - style="fill:url(#radialGradient3298);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="28" - y="28" - id="rect5472" - style="fill:url(#radialGradient3300);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="25" - y="29" - id="rect5474" - style="fill:url(#radialGradient3302);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="27" - y="29" - id="rect5476" - style="fill:url(#radialGradient3304);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="opacity:0.2;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.23553479;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000052;stroke-opacity:1" + id="path3048" + d="m 40.5,36 c -3.033868,0 -5.500001,2.464143 -5.5,5.5 4.661036,4.383932 7.488013,-2.983107 11,0 0,-3.035859 -2.466131,-5.499998 -5.5,-5.5 z" + inkscape:connector-curvature="0" /> </g> </g> - <path - d="M 46.49227,41.613941 A 6.0987959,6.2534757 0 1 1 34.294679,41.613941 A 6.0987959,6.2534757 0 1 1 46.49227,41.613941 z" - transform="matrix(1.229117,0,0,0.559766,-9.152164,21.2064)" - id="path3059" - style="opacity:0.8;fill:url(#radialGradient3067);fill-opacity:1;stroke:none;stroke-width:1.02960598;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" /> - <g - transform="translate(0,-1)" - id="g3053"> - <path - d="M 46.49227,41.613941 A 6.0987959,6.2534757 0 1 1 34.294679,41.613941 A 6.0987959,6.2534757 0 1 1 46.49227,41.613941 z" - transform="matrix(0.983167,0,0,0.959468,0.782601,1.572758)" - id="path2155" - style="opacity:1;fill:#cc0000;fill-opacity:1;stroke:#a40000;stroke-width:1.02960598;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" /> - <rect - width="7" - height="1" - x="37" - y="41" - id="rect3044" - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" /> - <path - d="M 46.49227,41.613941 A 6.0987959,6.2534757 0 1 1 34.294679,41.613941 A 6.0987959,6.2534757 0 1 1 46.49227,41.613941 z" - transform="matrix(0.819297,0,0,0.799556,7.401887,8.227334)" - id="path3046" - style="opacity:0.3;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.23553479;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" /> - <path - d="M 40.5,36 C 37.466132,36 34.999999,38.464143 35,41.5 C 39.661036,45.883932 42.488013,38.516893 46,41.5 C 46,38.464141 43.533869,36.000002 40.5,36 z" - id="path3048" - style="opacity:0.2;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.23553479;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" /> - </g> </g> </svg> diff --git a/mate/scalable/status/network-idle.svg b/mate/scalable/status/network-idle.svg index 1a3d50a..83cfebb 100644 --- a/mate/scalable/status/network-idle.svg +++ b/mate/scalable/status/network-idle.svg @@ -1,13 +1,53 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> + <svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" - width="48" - height="48" - id="svg2327"> + width="96" + height="96" + id="svg2327" + sodipodi:docname="network-idle.svg" + inkscape:version="0.92.4 (unknown)"> + <metadata + id="metadata287"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="2376" + inkscape:window-height="1256" + id="namedview285" + showgrid="false" + inkscape:zoom="4.9166667" + inkscape:cx="-39.152542" + inkscape:cy="24" + inkscape:window-x="140" + inkscape:window-y="52" + inkscape:window-maximized="0" + inkscape:current-layer="svg2327" /> <defs id="defs3"> <linearGradient @@ -597,7 +637,7 @@ id="linearGradient6246" xlink:href="#linearGradient6240" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.664512,0,0,0.651253,9.569506e-2,-1.210023)" /> + gradientTransform="matrix(0.664512,0,0,0.651253,0.09569506,-1.210023)" /> <radialGradient cx="24.006104" cy="32.997028" @@ -607,7 +647,7 @@ id="radialGradient5239" xlink:href="#linearGradient7670" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-3.259613e-2)" /> + gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-0.03259613)" /> <linearGradient x1="17.247635" y1="6.3760414" @@ -718,7 +758,7 @@ id="radialGradient5630" xlink:href="#linearGradient7670" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-3.259613e-2)" /> + gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-0.03259613)" /> <linearGradient x1="20.156862" y1="5.0996137" @@ -727,7 +767,7 @@ id="linearGradient5632" xlink:href="#linearGradient6240" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.664512,0,0,0.651253,9.569506e-2,-1.210023)" /> + gradientTransform="matrix(0.664512,0,0,0.651253,0.09569506,-1.210023)" /> <linearGradient x1="-931.75031" y1="148.07117" @@ -1208,1017 +1248,1051 @@ gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" /> </defs> <g - id="layer1"> + id="g430" + transform="matrix(1.9999999,0,0,1.9999999,0.12039962,2.3924798)"> <g - transform="translate(14.98536,1)" - id="g5480"> + id="layer1"> <g - id="g5482" - style="display:inline" /> - <g - id="g5484" - style="display:inline"> - <g - transform="translate(-54,0.18088)" - id="g5486" /> + id="g5480" + transform="translate(14.98536,1)"> <g - transform="translate(-54,15.24691)" - id="g5488" /> + style="display:inline" + id="g5482" /> <g - transform="translate(-54,15.24691)" - id="g5490" - style="display:inline" /> - </g> - <g - id="g5492" - style="display:inline"> - <path - d="M 47.69706,42.6875 A 23.75956,5.8835783 0 1 1 0.17794037,42.6875 A 23.75956,5.8835783 0 1 1 47.69706,42.6875 z" - transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" - id="path5494" - style="opacity:0.3;fill:url(#radialGradient5620);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 27.082936,28.048013 C 21.663366,21.135948 31.947853,26.54939 30.855772,24.153878 C 29.785572,21.806364 17.408039,24.595241 18.709552,20.667209" - id="path5496" - style="opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5622);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> - <path - d="M 26.784723,27.671888 C 21.538638,20.412631 31.520563,26.487432 30.374151,23.604157 C 29.072638,20.330797 18.198646,24.276982 18.806217,20.406815" - id="path5498" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + style="display:inline" + id="g5484"> + <g + id="g5486" + transform="translate(-54,0.18088)" /> + <g + id="g5488" + transform="translate(-54,15.24691)" /> + <g + style="display:inline" + id="g5490" + transform="translate(-54,15.24691)" /> + </g> <g - transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)" - id="g5500" - style="display:inline"> + style="display:inline" + id="g5492"> <path - d="M 14.375479,32.558794 C 14.375479,32.558794 15.592355,37.45777 10.51915,37.50376 C 8.0888743,37.525507 8.5866723,41.509781 8.5866723,41.509781 L 39.433139,41.478634 C 39.433139,41.478634 39.851577,37.611393 37.410922,37.566053 C 32.423455,37.474579 33.600393,32.496503 33.600393,32.496503 L 14.375479,32.558794 z" - id="path5502" - style="opacity:1;fill:url(#linearGradient5624);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;opacity:0.3;fill:url(#radialGradient5620);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5494" + transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" + d="m 47.69706,42.6875 a 23.75956,5.8835783 0 1 1 -47.51911963,0 23.75956,5.8835783 0 1 1 47.51911963,0 z" + inkscape:connector-curvature="0" /> <path - d="M 13.926195,33.027451 C 14.010206,35.2 13.641655,35.938894 12.285731,36.702682 L 36,38 C 35.047008,36.831372 33.660837,35.066666 34.038883,33.011765 L 13.926195,33.027451 z" - id="path5504" - style="opacity:0.5;fill:url(#linearGradient5626);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + style="display:inline;opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5622);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5496" + d="m 27.082936,28.048013 c -5.41957,-6.912065 4.864917,-1.498623 3.772836,-3.894135 -1.0702,-2.347514 -13.447733,0.441363 -12.14622,-3.486669" + inkscape:connector-curvature="0" /> <path - d="M 10.436202,38.661601 C 17.000465,38.66357 37.562637,38.661601 37.562637,38.661601" - id="path5506" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" /> + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5498" + d="m 26.784723,27.671888 c -5.246085,-7.259257 4.73584,-1.184456 3.589428,-4.067731 -1.301513,-3.27336 -12.175505,0.672825 -11.567934,-3.197342" + inkscape:connector-curvature="0" /> + <g + style="display:inline" + id="g5500" + transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)"> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5624);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5502" + d="m 14.375479,32.558794 c 0,0 1.216876,4.898976 -3.856329,4.944966 -2.4302757,0.02175 -1.9324777,4.006021 -1.9324777,4.006021 l 30.8464667,-0.03115 c 0,0 0.418438,-3.867241 -2.022217,-3.912581 -4.987467,-0.09147 -3.810529,-5.06955 -3.810529,-5.06955 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.5;fill:url(#linearGradient5626);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5504" + d="m 13.926195,33.027451 c 0.08401,2.172549 -0.28454,2.911443 -1.640464,3.675231 L 36,38 c -0.952992,-1.168628 -2.339163,-2.933334 -1.961117,-4.988235 z" + inkscape:connector-curvature="0" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" + id="path5506" + d="m 10.436202,38.661601 c 6.564263,0.002 27.126435,0 27.126435,0" + inkscape:connector-curvature="0" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + id="path5508" + d="m 11.134219,39.660187 c 6.012537,0.002 25.747298,0 25.747298,0" + inkscape:connector-curvature="0" /> + </g> <path - d="M 11.134219,39.660187 C 17.146756,39.662156 36.881517,39.660187 36.881517,39.660187" - id="path5508" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> - </g> - <path - d="M 3.602229,1.4999996 L 28.319154,1.4999996 C 29.631932,1.4999996 30.588653,2.4197694 30.588653,3.8361498 L 30.595753,20.072828 C 30.595753,21.162945 30.253253,21.499994 29.276792,21.499994 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.4138652,3.7151949 C 1.4138652,2.572403 2.4117826,1.4999996 3.602229,1.4999996 z" - id="path5510" - style="fill:url(#linearGradient5628);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> - <rect - width="25.103695" - height="15.194118" - x="3.4999971" - y="3.5000005" - id="rect5512" - style="fill:url(#radialGradient5630);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 4.0984042,4.0204313 L 4.0984042,15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 L 28,4 L 4.0984042,4.0204313 z" - id="path5514" - style="opacity:0.5;fill:url(#linearGradient5632);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 4.056094,2.4999991 C 3.2398944,2.4999991 2.4960113,3.2952856 2.4960113,4.0741096 L 2.4960108,19.789734 C 2.4999206,20.160319 2.5869303,20.275382 2.6715202,20.346431 C 2.7561101,20.417479 2.9348114,20.473541 3.2370502,20.480806 L 28.783404,20.500002 C 29.189758,20.500002 29.318189,20.437946 29.368434,20.384824 C 29.418681,20.3317 29.504941,20.138678 29.504941,19.674554 L 29.504942,4.1892884 C 29.504942,3.0791795 28.874178,2.4999991 27.866855,2.4999991 L 4.056094,2.4999991 z" - id="path5516" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> - <g - transform="matrix(1.543206e-2,0,0,1.215502e-2,29.57023,28.01728)" - id="g5518" - style="display:inline"> - <rect - width="1339.6335" - height="478.35718" - x="-1559.2523" - y="-150.69685" - id="rect5520" - style="opacity:0.40206185;fill:url(#linearGradient5634);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;fill:url(#linearGradient5628);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + id="path5510" + d="m 3.602229,1.4999996 h 24.716925 c 1.312778,0 2.269499,0.9197698 2.269499,2.3361502 l 0.0071,16.2366782 c 0,1.090117 -0.3425,1.427166 -1.318961,1.427166 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.413867,3.7151949 c 0,-1.1427919 0.9979174,-2.2151953 2.1883638,-2.2151953 z" + inkscape:connector-curvature="0" /> + <rect + style="display:inline;fill:url(#radialGradient5630);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect5512" + y="3.5000005" + x="3.4999971" + height="15.194118" + width="25.103695" /> + <path + style="display:inline;opacity:0.5;fill:url(#linearGradient5632);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5514" + d="M 4.0984042,4.0204313 V 15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 V 4 Z" + inkscape:connector-curvature="0" /> + <path + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + id="path5516" + d="m 4.056094,2.4999991 c -0.8161996,0 -1.5600827,0.7952865 -1.5600827,1.5741105 l -5e-7,15.7156244 c 0.00391,0.370585 0.09092,0.485648 0.1755094,0.556697 0.08459,0.07105 0.2632912,0.12711 0.56553,0.134375 l 25.5463538,0.0192 c 0.406354,0 0.534785,-0.06206 0.58503,-0.115178 0.05025,-0.05312 0.136507,-0.246146 0.136507,-0.71027 l 1e-6,-15.4852656 c 0,-1.1101089 -0.630764,-1.6892893 -1.638087,-1.6892893 z" + inkscape:connector-curvature="0" /> + <g + style="display:inline" + id="g5518" + transform="matrix(0.01543206,0,0,0.01215502,29.57023,28.01728)"> + <rect + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#linearGradient5634);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5520" + y="-150.69685" + x="-1559.2523" + height="478.35718" + width="1339.6335" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient5636);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5522" + d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z" + inkscape:connector-curvature="0" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient5638);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5524" + d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z" + inkscape:connector-curvature="0" /> + </g> + <path + style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5640);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5526" + d="M 3.643761,26.504783 H 28.921938 C 29.226374,26.504783 29.788645,26.492665 30,27 l 1.5,3 c 0.0625,0.406064 -0.01297,1.562501 -1.5,1.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 c 0.2113561,-0.507335 0.3393239,-0.495217 0.643761,-0.495217 z" + inkscape:connector-curvature="0" /> <path - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z" - id="path5522" - style="opacity:0.40206185;fill:url(#radialGradient5636);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5528" + d="M 4.0955909,27.111942 28.49679,27.10614 c 0.291751,0 0.324078,0 0.526628,0.343448 l 1.39724,2.701171 c 0,0.19027 -0.234876,0.343448 -0.526629,0.343448 l -27.2157949,0.0058 c -0.2917523,0 -0.5266285,-0.153179 -0.5266285,-0.343449 L 3.5689622,27.45539 c 0.2025495,-0.343448 0.2348764,-0.343448 0.5266287,-0.343448 z" + inkscape:connector-curvature="0" /> <path - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z" - id="path5524" - style="opacity:0.40206185;fill:url(#radialGradient5638);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5530" + d="m 4.9039459,26.500588 c -0.00197,0.0019 0.0018,0.01435 0,0.01582 -0.00951,0.0025 -0.032542,0.01229 -0.042271,0.01582 -0.00325,0.0013 -0.017896,-0.0014 -0.021136,0 -0.00322,0.0015 -0.017941,0.01417 -0.021136,0.01582 -0.00631,0.0035 -0.01504,0.01182 -0.021136,0.01582 -0.00298,0.0021 -0.018238,0.01358 -0.021136,0.01582 -0.00281,0.0024 -0.018431,0.01334 -0.021135,0.01582 -0.042036,0.04562 -0.086304,0.124928 -0.1479492,0.221446 l -1.4434418,2.404285 c 0,0.003 -1.479e-4,0.0128 0,0.01582 2.934e-4,0.003 -4.366e-4,0.0128 0,0.01582 5.774e-4,0.003 -7.158e-4,0.01281 0,0.01582 0.0017,0.006 0.018902,0.02568 0.021136,0.03163 0.00125,0.003 -0.00137,0.01288 0,0.01582 0.00449,0.0088 0.01557,0.02314 0.021136,0.03163 0.00591,0.0084 0.014235,0.0236 0.021136,0.03164 0.00241,0.0026 0.018627,0.01324 0.021136,0.01582 0.00261,0.0025 0.018428,0.01334 0.021136,0.01582 0.016818,0.01451 0.043435,0.03539 0.063407,0.04745 0.00341,0.0019 0.017651,0.01397 0.021136,0.01582 0.01069,0.0048 0.030687,0.01146 0.042271,0.01582 0.077907,0.02677 0.180974,0.04745 0.2747628,0.04745 H 18.650036 l -0.06341,-3.036987 -13.4713272,-4e-6 c -0.044397,0 -0.093157,-0.0012 -0.1268135,0 -0.00788,3.5e-5 -0.033715,3.11e-4 -0.042271,0 -0.00261,1.5e-5 -0.018765,-1.3e-4 -0.021136,0 -0.00183,0.0014 -0.019162,-0.0019 -0.021135,0 z m 14.9296841,4e-6 0.06341,1.012329 h 3.656459 L 23.38441,26.500592 Z m 4.818916,0 0.760882,3.036987 h 3.381696 c 0.09379,0 0.196855,-0.02068 0.274762,-0.04745 0.01159,-0.0044 0.03158,-0.01101 0.04227,-0.01582 0.0035,-0.0019 0.01773,-0.01389 0.02114,-0.01582 0.01997,-0.01206 0.04659,-0.03295 0.06341,-0.04745 0.0027,-0.0025 0.01853,-0.01329 0.02114,-0.01582 0.0025,-0.0026 0.01873,-0.01319 0.02114,-0.01582 0.0069,-0.008 0.01523,-0.02324 0.02114,-0.03164 0.0056,-0.0085 0.01664,-0.02288 0.02113,-0.03163 0.0014,-0.0029 -0.0012,-0.01286 0,-0.01582 0.0022,-0.006 0.01943,-0.02563 0.02114,-0.03163 7.15e-4,-0.003 -5.78e-4,-0.0128 0,-0.01582 4.36e-4,-0.003 -2.95e-4,-0.0128 0,-0.01582 1.49e-4,-0.003 0,-0.01281 0,-0.01582 l -1.183249,-2.404285 c -0.06165,-0.09652 -0.105914,-0.175827 -0.147949,-0.221446 -0.0027,-0.0025 -0.01833,-0.01346 -0.02114,-0.01582 -0.0029,-0.0022 -0.01816,-0.0137 -0.02114,-0.01582 -0.0061,-0.004 -0.01482,-0.01229 -0.02114,-0.01582 -0.0032,-0.0016 -0.01791,-0.01429 -0.02113,-0.01582 -0.0032,-0.0014 -0.01789,0.0013 -0.02114,0 -0.0097,-0.0035 -0.03276,-0.01333 -0.04227,-0.01582 -0.01044,-0.0019 -0.02693,-0.0125 -0.04227,-0.01582 -0.0077,-0.0015 -0.03522,8.6e-4 -0.04227,0 -0.03366,-0.0012 -0.08242,0 -0.126813,0 z m -3.973492,2.024657 -0.676339,1.01233 h 3.888949 l -0.845424,-1.01233 z" + inkscape:connector-curvature="0" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5642);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5532" + y="26" + x="5" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5644);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5534" + y="26" + x="7" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5646);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5536" + y="26" + x="9" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5648);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5538" + y="26" + x="11" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5650);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5540" + y="26" + x="13" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5652);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5542" + y="26" + x="15" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5654);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5544" + y="26" + x="17" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5546" + y="27" + x="4" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5658);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5548" + y="27" + x="6" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5660);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5550" + y="27" + x="8" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5662);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5552" + y="27" + x="10" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5664);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5554" + y="27" + x="12" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5666);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5556" + y="27" + x="14" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5668);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5558" + y="27" + x="16" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5670);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5560" + y="27" + x="18" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5672);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5562" + y="28" + x="5" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5674);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5564" + y="28" + x="7" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5676);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5566" + y="28" + x="9" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5678);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5568" + y="28" + x="11" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5570" + y="28" + x="13" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5682);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5572" + y="28" + x="15" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5684);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5574" + y="28" + x="17" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5686);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5576" + y="29" + x="4" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5688);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5578" + y="29" + x="6" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5690);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5580" + y="29" + x="8" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5692);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5582" + y="29" + x="10" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5694);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5584" + y="29" + x="12" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5696);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5586" + y="29" + x="14" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5698);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5588" + y="29" + x="16" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5700);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5590" + y="29" + x="18" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5702);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5592" + y="26" + x="21" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5704);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5594" + y="27" + x="20" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5706);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5596" + y="27" + x="22" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5708);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5598" + y="28" + x="21" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5710);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5600" + y="28" + x="23" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5712);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5602" + y="29" + x="20" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5714);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5604" + y="29" + x="22" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5716);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5606" + y="26" + x="26" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5718);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5608" + y="27" + x="25" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5720);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5610" + y="27" + x="27" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5722);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5612" + y="28" + x="26" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5724);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5614" + y="28" + x="28" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5726);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5616" + y="29" + x="25" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5728);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5618" + y="29" + x="27" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> </g> - <path - d="M 3.643761,26.504783 L 28.921938,26.504783 C 29.226374,26.504783 29.788645,26.492665 30,27 L 31.5,30 C 31.5625,30.406064 31.487026,31.562501 30,31.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 C 3.2113561,26.492665 3.3393239,26.504783 3.643761,26.504783 z" - id="path5526" - style="fill:url(#linearGradient5640);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - d="M 4.0955909,27.111942 L 28.49679,27.10614 C 28.788541,27.10614 28.820868,27.10614 29.023418,27.449588 L 30.420658,30.150759 C 30.420658,30.341029 30.185782,30.494207 29.894029,30.494207 L 2.6782341,30.500011 C 2.3864818,30.500011 2.1516056,30.346832 2.1516056,30.156562 L 3.5689622,27.45539 C 3.7715117,27.111942 3.8038386,27.111942 4.0955909,27.111942 z" - id="path5528" - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - d="M 4.9039459,26.500588 C 4.9019723,26.502459 4.9057445,26.514939 4.9039459,26.516406 C 4.89444,26.51889 4.8714034,26.528697 4.8616746,26.532224 C 4.8584281,26.533516 4.8437789,26.530815 4.840539,26.532224 C 4.8373165,26.533749 4.8225981,26.546397 4.8194034,26.548041 C 4.8130911,26.551565 4.8043634,26.559861 4.7982678,26.563859 C 4.7952901,26.565977 4.7800294,26.57744 4.7771322,26.579677 C 4.7743261,26.582033 4.7587013,26.593017 4.7559967,26.595495 C 4.7139608,26.641114 4.6696929,26.720423 4.6080475,26.816941 L 3.1646057,29.221226 C 3.1646057,29.224233 3.1644578,29.234029 3.1646057,29.237043 C 3.1648991,29.240062 3.1641691,29.249843 3.1646057,29.25286 C 3.1651831,29.255877 3.1638899,29.265668 3.1646057,29.268679 C 3.1663094,29.274683 3.1835077,29.294359 3.1857413,29.300313 C 3.1869871,29.303274 3.184369,29.31319 3.1857413,29.316132 C 3.1902312,29.324886 3.2013114,29.339269 3.2068769,29.347766 C 3.2127868,29.356161 3.2211123,29.37137 3.2280125,29.379402 C 3.230418,29.382033 3.2466397,29.392637 3.2491481,29.395219 C 3.2517571,29.39775 3.2675765,29.408562 3.2702837,29.411038 C 3.287102,29.425545 3.313719,29.446427 3.3336905,29.45849 C 3.3370984,29.460423 3.3513413,29.472456 3.3548262,29.474308 C 3.3655167,29.479116 3.3855128,29.485766 3.3970973,29.490126 C 3.4750042,29.516899 3.5780713,29.537579 3.6718601,29.537579 L 18.650036,29.537579 L 18.586629,26.500592 L 5.1153018,26.500588 C 5.0709049,26.500588 5.0221446,26.49941 4.9884883,26.500588 C 4.9806133,26.500623 4.9547729,26.500899 4.9462171,26.500588 C 4.9436075,26.500603 4.9274517,26.500458 4.9250814,26.500588 C 4.9232514,26.502034 4.9059195,26.498718 4.9039459,26.500588 z M 19.83363,26.500592 L 19.897036,27.512921 L 23.553495,27.512921 L 23.38441,26.500592 L 19.83363,26.500592 z M 24.652546,26.500592 L 25.413428,29.537579 L 28.795124,29.537579 C 28.888912,29.537579 28.991979,29.516899 29.069886,29.490126 C 29.081471,29.485766 29.101467,29.479116 29.112157,29.474308 C 29.115641,29.472456 29.129884,29.460423 29.133293,29.45849 C 29.153265,29.446427 29.179882,29.425545 29.1967,29.411038 C 29.199407,29.408562 29.215227,29.39775 29.217835,29.395219 C 29.220344,29.392637 29.236565,29.382033 29.238971,29.379402 C 29.245871,29.37137 29.254196,29.356161 29.260107,29.347766 C 29.265672,29.339269 29.276752,29.324886 29.281242,29.316132 C 29.282614,29.31319 29.279996,29.303274 29.281242,29.300313 C 29.283476,29.294359 29.300674,29.274683 29.302378,29.268679 C 29.303093,29.265668 29.3018,29.255877 29.302378,29.25286 C 29.302814,29.249843 29.302083,29.240062 29.302378,29.237043 C 29.302527,29.234029 29.302378,29.224233 29.302378,29.221226 L 28.119129,26.816941 C 28.057483,26.720424 28.013215,26.641114 27.97118,26.595495 C 27.968475,26.593017 27.95285,26.582033 27.950044,26.579677 C 27.947147,26.57744 27.931886,26.565977 27.928908,26.563859 C 27.922812,26.559861 27.914085,26.551565 27.907773,26.548041 C 27.904579,26.546397 27.88986,26.533749 27.886638,26.532224 C 27.883397,26.530815 27.868747,26.533516 27.865502,26.532224 C 27.855773,26.528697 27.832737,26.51889 27.823231,26.516406 C 27.812787,26.51452 27.796296,26.503902 27.780959,26.500588 C 27.773263,26.49907 27.745738,26.501448 27.738688,26.500588 C 27.705031,26.49941 27.656271,26.500588 27.611875,26.500588 L 24.652546,26.500592 z M 20.679054,28.525249 L 20.002715,29.537579 L 23.891664,29.537579 L 23.04624,28.525249 L 20.679054,28.525249 z" - id="path5530" - style="fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="5" - y="26" - id="rect5532" - style="fill:url(#radialGradient5642);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="7" - y="26" - id="rect5534" - style="fill:url(#radialGradient5644);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="9" - y="26" - id="rect5536" - style="fill:url(#radialGradient5646);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="11" - y="26" - id="rect5538" - style="fill:url(#radialGradient5648);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="13" - y="26" - id="rect5540" - style="fill:url(#radialGradient5650);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="15" - y="26" - id="rect5542" - style="fill:url(#radialGradient5652);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="17" - y="26" - id="rect5544" - style="fill:url(#radialGradient5654);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="4" - y="27" - id="rect5546" - style="fill:url(#radialGradient5656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="6" - y="27" - id="rect5548" - style="fill:url(#radialGradient5658);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="8" - y="27" - id="rect5550" - style="fill:url(#radialGradient5660);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="10" - y="27" - id="rect5552" - style="fill:url(#radialGradient5662);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="12" - y="27" - id="rect5554" - style="fill:url(#radialGradient5664);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="14" - y="27" - id="rect5556" - style="fill:url(#radialGradient5666);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="16" - y="27" - id="rect5558" - style="fill:url(#radialGradient5668);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="18" - y="27" - id="rect5560" - style="fill:url(#radialGradient5670);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="5" - y="28" - id="rect5562" - style="fill:url(#radialGradient5672);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="7" - y="28" - id="rect5564" - style="fill:url(#radialGradient5674);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="9" - y="28" - id="rect5566" - style="fill:url(#radialGradient5676);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="11" - y="28" - id="rect5568" - style="fill:url(#radialGradient5678);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="13" - y="28" - id="rect5570" - style="fill:url(#radialGradient5680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="15" - y="28" - id="rect5572" - style="fill:url(#radialGradient5682);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="17" - y="28" - id="rect5574" - style="fill:url(#radialGradient5684);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="4" - y="29" - id="rect5576" - style="fill:url(#radialGradient5686);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="6" - y="29" - id="rect5578" - style="fill:url(#radialGradient5688);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="8" - y="29" - id="rect5580" - style="fill:url(#radialGradient5690);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="10" - y="29" - id="rect5582" - style="fill:url(#radialGradient5692);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="12" - y="29" - id="rect5584" - style="fill:url(#radialGradient5694);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="14" - y="29" - id="rect5586" - style="fill:url(#radialGradient5696);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="16" - y="29" - id="rect5588" - style="fill:url(#radialGradient5698);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="18" - y="29" - id="rect5590" - style="fill:url(#radialGradient5700);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="21" - y="26" - id="rect5592" - style="fill:url(#radialGradient5702);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="20" - y="27" - id="rect5594" - style="fill:url(#radialGradient5704);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="22" - y="27" - id="rect5596" - style="fill:url(#radialGradient5706);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="21" - y="28" - id="rect5598" - style="fill:url(#radialGradient5708);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="23" - y="28" - id="rect5600" - style="fill:url(#radialGradient5710);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="20" - y="29" - id="rect5602" - style="fill:url(#radialGradient5712);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="22" - y="29" - id="rect5604" - style="fill:url(#radialGradient5714);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="26" - y="26" - id="rect5606" - style="fill:url(#radialGradient5716);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="25" - y="27" - id="rect5608" - style="fill:url(#radialGradient5718);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="27" - y="27" - id="rect5610" - style="fill:url(#radialGradient5720);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="26" - y="28" - id="rect5612" - style="fill:url(#radialGradient5722);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="28" - y="28" - id="rect5614" - style="fill:url(#radialGradient5724);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="25" - y="29" - id="rect5616" - style="fill:url(#radialGradient5726);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="27" - y="29" - id="rect5618" - style="fill:url(#radialGradient5728);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> </g> - </g> - <g - transform="translate(0.985355,12)" - id="g5340"> - <g - id="g5342" - style="display:inline" /> <g - id="g5344" - style="display:inline"> + id="g5340" + transform="translate(0.985355,12)"> <g - transform="translate(-54,0.18088)" - id="g5346" /> + style="display:inline" + id="g5342" /> <g - transform="translate(-54,15.24691)" - id="g5348" /> - <g - transform="translate(-54,15.24691)" - id="g5350" - style="display:inline" /> - </g> - <g - id="layer2" - style="display:inline"> - <path - d="M 47.69706,42.6875 A 23.75956,5.8835783 0 1 1 0.17794037,42.6875 A 23.75956,5.8835783 0 1 1 47.69706,42.6875 z" - transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" - id="path5353" - style="opacity:0.3;fill:url(#radialGradient2313);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 27.082936,28.048013 C 21.663366,21.135948 31.947853,26.54939 30.855772,24.153878 C 29.785572,21.806364 17.408039,24.595241 18.709552,20.667209" - id="path5355" - style="opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4202);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> - <path - d="M 26.784723,27.671888 C 21.538638,20.412631 31.520563,26.487432 30.374151,23.604157 C 29.072638,20.330797 18.198646,24.276982 18.806217,20.406815" - id="path5357" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + style="display:inline" + id="g5344"> + <g + id="g5346" + transform="translate(-54,0.18088)" /> + <g + id="g5348" + transform="translate(-54,15.24691)" /> + <g + style="display:inline" + id="g5350" + transform="translate(-54,15.24691)" /> + </g> <g - transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)" - id="g5359" - style="display:inline"> + style="display:inline" + id="layer2"> <path - d="M 14.375479,32.558794 C 14.375479,32.558794 15.592355,37.45777 10.51915,37.50376 C 8.0888743,37.525507 8.5866723,41.509781 8.5866723,41.509781 L 39.433139,41.478634 C 39.433139,41.478634 39.851577,37.611393 37.410922,37.566053 C 32.423455,37.474579 33.600393,32.496503 33.600393,32.496503 L 14.375479,32.558794 z" - id="path5361" - style="opacity:1;fill:url(#linearGradient2308);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;opacity:0.3;fill:url(#radialGradient2313);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5353" + transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" + d="m 47.69706,42.6875 a 23.75956,5.8835783 0 1 1 -47.51911963,0 23.75956,5.8835783 0 1 1 47.51911963,0 z" + inkscape:connector-curvature="0" /> <path - d="M 13.926195,33.027451 C 14.010206,35.2 13.641655,35.938894 12.285731,36.702682 L 36,38 C 35.047008,36.831372 33.660837,35.066666 34.038883,33.011765 L 13.926195,33.027451 z" - id="path5363" - style="opacity:0.5;fill:url(#linearGradient2310);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + style="display:inline;opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4202);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5355" + d="m 27.082936,28.048013 c -5.41957,-6.912065 4.864917,-1.498623 3.772836,-3.894135 -1.0702,-2.347514 -13.447733,0.441363 -12.14622,-3.486669" + inkscape:connector-curvature="0" /> <path - d="M 10.436202,38.661601 C 17.000465,38.66357 37.562637,38.661601 37.562637,38.661601" - id="path5365" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" /> + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5357" + d="m 26.784723,27.671888 c -5.246085,-7.259257 4.73584,-1.184456 3.589428,-4.067731 -1.301513,-3.27336 -12.175505,0.672825 -11.567934,-3.197342" + inkscape:connector-curvature="0" /> + <g + style="display:inline" + id="g5359" + transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)"> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient2308);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5361" + d="m 14.375479,32.558794 c 0,0 1.216876,4.898976 -3.856329,4.944966 -2.4302757,0.02175 -1.9324777,4.006021 -1.9324777,4.006021 l 30.8464667,-0.03115 c 0,0 0.418438,-3.867241 -2.022217,-3.912581 -4.987467,-0.09147 -3.810529,-5.06955 -3.810529,-5.06955 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.5;fill:url(#linearGradient2310);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5363" + d="m 13.926195,33.027451 c 0.08401,2.172549 -0.28454,2.911443 -1.640464,3.675231 L 36,38 c -0.952992,-1.168628 -2.339163,-2.933334 -1.961117,-4.988235 z" + inkscape:connector-curvature="0" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" + id="path5365" + d="m 10.436202,38.661601 c 6.564263,0.002 27.126435,0 27.126435,0" + inkscape:connector-curvature="0" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + id="path5367" + d="m 11.134219,39.660187 c 6.012537,0.002 25.747298,0 25.747298,0" + inkscape:connector-curvature="0" /> + </g> <path - d="M 11.134219,39.660187 C 17.146756,39.662156 36.881517,39.660187 36.881517,39.660187" - id="path5367" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> - </g> - <path - d="M 3.602229,1.4999996 L 28.319154,1.4999996 C 29.631932,1.4999996 30.588653,2.4197694 30.588653,3.8361498 L 30.595753,20.072828 C 30.595753,21.162945 30.253253,21.499994 29.276792,21.499994 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.4138652,3.7151949 C 1.4138652,2.572403 2.4117826,1.4999996 3.602229,1.4999996 z" - id="path5369" - style="fill:url(#linearGradient5147);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> - <rect - width="25.103695" - height="15.194118" - x="3.4999971" - y="3.5000005" - id="rect5371" - style="fill:url(#radialGradient5239);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 4.0984042,4.0204313 L 4.0984042,15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 L 28,4 L 4.0984042,4.0204313 z" - id="path5373" - style="opacity:0.5;fill:url(#linearGradient6246);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 4.056094,2.4999991 C 3.2398944,2.4999991 2.4960113,3.2952856 2.4960113,4.0741096 L 2.4960108,19.789734 C 2.4999206,20.160319 2.5869303,20.275382 2.6715202,20.346431 C 2.7561101,20.417479 2.9348114,20.473541 3.2370502,20.480806 L 28.783404,20.500002 C 29.189758,20.500002 29.318189,20.437946 29.368434,20.384824 C 29.418681,20.3317 29.504941,20.138678 29.504941,19.674554 L 29.504942,4.1892884 C 29.504942,3.0791795 28.874178,2.4999991 27.866855,2.4999991 L 4.056094,2.4999991 z" - id="path5375" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> - <g - transform="matrix(1.543206e-2,0,0,1.215502e-2,29.57023,28.01728)" - id="g5377" - style="display:inline"> - <rect - width="1339.6335" - height="478.35718" - x="-1559.2523" - y="-150.69685" - id="rect6709" - style="opacity:0.40206185;fill:url(#linearGradient5478);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;fill:url(#linearGradient5147);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + id="path5369" + d="m 3.602229,1.4999996 h 24.716925 c 1.312778,0 2.269499,0.9197698 2.269499,2.3361502 l 0.0071,16.2366782 c 0,1.090117 -0.3425,1.427166 -1.318961,1.427166 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.413867,3.7151949 c 0,-1.1427919 0.9979174,-2.2151953 2.1883638,-2.2151953 z" + inkscape:connector-curvature="0" /> + <rect + style="display:inline;fill:url(#radialGradient5239);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect5371" + y="3.5000005" + x="3.4999971" + height="15.194118" + width="25.103695" /> + <path + style="display:inline;opacity:0.5;fill:url(#linearGradient6246);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5373" + d="M 4.0984042,4.0204313 V 15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 V 4 Z" + inkscape:connector-curvature="0" /> + <path + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + id="path5375" + d="m 4.056094,2.4999991 c -0.8161996,0 -1.5600827,0.7952865 -1.5600827,1.5741105 l -5e-7,15.7156244 c 0.00391,0.370585 0.09092,0.485648 0.1755094,0.556697 0.08459,0.07105 0.2632912,0.12711 0.56553,0.134375 l 25.5463538,0.0192 c 0.406354,0 0.534785,-0.06206 0.58503,-0.115178 0.05025,-0.05312 0.136507,-0.246146 0.136507,-0.71027 l 1e-6,-15.4852656 c 0,-1.1101089 -0.630764,-1.6892893 -1.638087,-1.6892893 z" + inkscape:connector-curvature="0" /> + <g + style="display:inline" + id="g5377" + transform="matrix(0.01543206,0,0,0.01215502,29.57023,28.01728)"> + <rect + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#linearGradient5478);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect6709" + y="-150.69685" + x="-1559.2523" + height="478.35718" + width="1339.6335" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient2309);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5380" + d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z" + inkscape:connector-curvature="0" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient2311);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5382" + d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z" + inkscape:connector-curvature="0" /> + </g> <path - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z" - id="path5380" - style="opacity:0.40206185;fill:url(#radialGradient2309);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3905);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5384" + d="M 3.643761,26.504783 H 28.921938 C 29.226374,26.504783 29.788645,26.492665 30,27 l 1.5,3 c 0.0625,0.406064 -0.01297,1.562501 -1.5,1.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 c 0.2113561,-0.507335 0.3393239,-0.495217 0.643761,-0.495217 z" + inkscape:connector-curvature="0" /> <path - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z" - id="path5382" - style="opacity:0.40206185;fill:url(#radialGradient2311);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5386" + d="M 4.0955909,27.111942 28.49679,27.10614 c 0.291751,0 0.324078,0 0.526628,0.343448 l 1.39724,2.701171 c 0,0.19027 -0.234876,0.343448 -0.526629,0.343448 l -27.2157949,0.0058 c -0.2917523,0 -0.5266285,-0.153179 -0.5266285,-0.343449 L 3.5689622,27.45539 c 0.2025495,-0.343448 0.2348764,-0.343448 0.5266287,-0.343448 z" + inkscape:connector-curvature="0" /> + <path + style="display:inline;overflow:visible;visibility:visible;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5388" + d="m 4.9039459,26.500588 c -0.00197,0.0019 0.0018,0.01435 0,0.01582 -0.00951,0.0025 -0.032542,0.01229 -0.042271,0.01582 -0.00325,0.0013 -0.017896,-0.0014 -0.021136,0 -0.00322,0.0015 -0.017941,0.01417 -0.021136,0.01582 -0.00631,0.0035 -0.01504,0.01182 -0.021136,0.01582 -0.00298,0.0021 -0.018238,0.01358 -0.021136,0.01582 -0.00281,0.0024 -0.018431,0.01334 -0.021135,0.01582 -0.042036,0.04562 -0.086304,0.124928 -0.1479492,0.221446 l -1.4434418,2.404285 c 0,0.003 -1.479e-4,0.0128 0,0.01582 2.934e-4,0.003 -4.366e-4,0.0128 0,0.01582 5.774e-4,0.003 -7.158e-4,0.01281 0,0.01582 0.0017,0.006 0.018902,0.02568 0.021136,0.03163 0.00125,0.003 -0.00137,0.01288 0,0.01582 0.00449,0.0088 0.01557,0.02314 0.021136,0.03163 0.00591,0.0084 0.014235,0.0236 0.021136,0.03164 0.00241,0.0026 0.018627,0.01324 0.021136,0.01582 0.00261,0.0025 0.018428,0.01334 0.021136,0.01582 0.016818,0.01451 0.043435,0.03539 0.063407,0.04745 0.00341,0.0019 0.017651,0.01397 0.021136,0.01582 0.01069,0.0048 0.030687,0.01146 0.042271,0.01582 0.077907,0.02677 0.180974,0.04745 0.2747628,0.04745 H 18.650036 l -0.06341,-3.036987 -13.4713272,-4e-6 c -0.044397,0 -0.093157,-0.0012 -0.1268135,0 -0.00788,3.5e-5 -0.033715,3.11e-4 -0.042271,0 -0.00261,1.5e-5 -0.018765,-1.3e-4 -0.021136,0 -0.00183,0.0014 -0.019162,-0.0019 -0.021135,0 z m 14.9296841,4e-6 0.06341,1.012329 h 3.656459 L 23.38441,26.500592 Z m 4.818916,0 0.760882,3.036987 h 3.381696 c 0.09379,0 0.196855,-0.02068 0.274762,-0.04745 0.01159,-0.0044 0.03158,-0.01101 0.04227,-0.01582 0.0035,-0.0019 0.01773,-0.01389 0.02114,-0.01582 0.01997,-0.01206 0.04659,-0.03295 0.06341,-0.04745 0.0027,-0.0025 0.01853,-0.01329 0.02114,-0.01582 0.0025,-0.0026 0.01873,-0.01319 0.02114,-0.01582 0.0069,-0.008 0.01523,-0.02324 0.02114,-0.03164 0.0056,-0.0085 0.01664,-0.02288 0.02113,-0.03163 0.0014,-0.0029 -0.0012,-0.01286 0,-0.01582 0.0022,-0.006 0.01943,-0.02563 0.02114,-0.03163 7.15e-4,-0.003 -5.78e-4,-0.0128 0,-0.01582 4.36e-4,-0.003 -2.95e-4,-0.0128 0,-0.01582 1.49e-4,-0.003 0,-0.01281 0,-0.01582 l -1.183249,-2.404285 c -0.06165,-0.09652 -0.105914,-0.175827 -0.147949,-0.221446 -0.0027,-0.0025 -0.01833,-0.01346 -0.02114,-0.01582 -0.0029,-0.0022 -0.01816,-0.0137 -0.02114,-0.01582 -0.0061,-0.004 -0.01482,-0.01229 -0.02114,-0.01582 -0.0032,-0.0016 -0.01791,-0.01429 -0.02113,-0.01582 -0.0032,-0.0014 -0.01789,0.0013 -0.02114,0 -0.0097,-0.0035 -0.03276,-0.01333 -0.04227,-0.01582 -0.01044,-0.0019 -0.02693,-0.0125 -0.04227,-0.01582 -0.0077,-0.0015 -0.03522,8.6e-4 -0.04227,0 -0.03366,-0.0012 -0.08242,0 -0.126813,0 z m -3.973492,2.024657 -0.676339,1.01233 h 3.888949 l -0.845424,-1.01233 z" + inkscape:connector-curvature="0" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3248);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5390" + y="26" + x="5" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3245);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5392" + y="26" + x="7" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3242);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5394" + y="26" + x="9" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3239);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5396" + y="26" + x="11" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3236);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5398" + y="26" + x="13" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3233);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5400" + y="26" + x="15" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3230);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5402" + y="26" + x="17" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3224);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5404" + y="27" + x="4" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3221);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5406" + y="27" + x="6" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3218);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5408" + y="27" + x="8" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3215);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5410" + y="27" + x="10" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3212);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5412" + y="27" + x="12" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3209);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5414" + y="27" + x="14" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3206);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5416" + y="27" + x="16" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3203);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5418" + y="27" + x="18" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3200);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5420" + y="28" + x="5" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3197);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5422" + y="28" + x="7" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3194);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5424" + y="28" + x="9" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3191);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5426" + y="28" + x="11" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5428" + y="28" + x="13" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3185);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5430" + y="28" + x="15" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3182);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5432" + y="28" + x="17" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3176);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5434" + y="29" + x="4" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3173);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5436" + y="29" + x="6" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3170);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5438" + y="29" + x="8" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3167);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5440" + y="29" + x="10" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3164);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5442" + y="29" + x="12" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3161);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5444" + y="29" + x="14" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3158);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5446" + y="29" + x="16" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3155);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5448" + y="29" + x="18" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3264);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5450" + y="26" + x="21" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3266);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5452" + y="27" + x="20" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3268);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5454" + y="27" + x="22" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3270);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5456" + y="28" + x="21" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3272);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5458" + y="28" + x="23" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3274);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5460" + y="29" + x="20" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3276);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5462" + y="29" + x="22" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3292);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5464" + y="26" + x="26" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3294);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5466" + y="27" + x="25" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3296);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5468" + y="27" + x="27" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3298);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5470" + y="28" + x="26" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3300);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5472" + y="28" + x="28" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3302);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5474" + y="29" + x="25" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3304);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5476" + y="29" + x="27" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> </g> - <path - d="M 3.643761,26.504783 L 28.921938,26.504783 C 29.226374,26.504783 29.788645,26.492665 30,27 L 31.5,30 C 31.5625,30.406064 31.487026,31.562501 30,31.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 C 3.2113561,26.492665 3.3393239,26.504783 3.643761,26.504783 z" - id="path5384" - style="fill:url(#linearGradient3905);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - d="M 4.0955909,27.111942 L 28.49679,27.10614 C 28.788541,27.10614 28.820868,27.10614 29.023418,27.449588 L 30.420658,30.150759 C 30.420658,30.341029 30.185782,30.494207 29.894029,30.494207 L 2.6782341,30.500011 C 2.3864818,30.500011 2.1516056,30.346832 2.1516056,30.156562 L 3.5689622,27.45539 C 3.7715117,27.111942 3.8038386,27.111942 4.0955909,27.111942 z" - id="path5386" - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - d="M 4.9039459,26.500588 C 4.9019723,26.502459 4.9057445,26.514939 4.9039459,26.516406 C 4.89444,26.51889 4.8714034,26.528697 4.8616746,26.532224 C 4.8584281,26.533516 4.8437789,26.530815 4.840539,26.532224 C 4.8373165,26.533749 4.8225981,26.546397 4.8194034,26.548041 C 4.8130911,26.551565 4.8043634,26.559861 4.7982678,26.563859 C 4.7952901,26.565977 4.7800294,26.57744 4.7771322,26.579677 C 4.7743261,26.582033 4.7587013,26.593017 4.7559967,26.595495 C 4.7139608,26.641114 4.6696929,26.720423 4.6080475,26.816941 L 3.1646057,29.221226 C 3.1646057,29.224233 3.1644578,29.234029 3.1646057,29.237043 C 3.1648991,29.240062 3.1641691,29.249843 3.1646057,29.25286 C 3.1651831,29.255877 3.1638899,29.265668 3.1646057,29.268679 C 3.1663094,29.274683 3.1835077,29.294359 3.1857413,29.300313 C 3.1869871,29.303274 3.184369,29.31319 3.1857413,29.316132 C 3.1902312,29.324886 3.2013114,29.339269 3.2068769,29.347766 C 3.2127868,29.356161 3.2211123,29.37137 3.2280125,29.379402 C 3.230418,29.382033 3.2466397,29.392637 3.2491481,29.395219 C 3.2517571,29.39775 3.2675765,29.408562 3.2702837,29.411038 C 3.287102,29.425545 3.313719,29.446427 3.3336905,29.45849 C 3.3370984,29.460423 3.3513413,29.472456 3.3548262,29.474308 C 3.3655167,29.479116 3.3855128,29.485766 3.3970973,29.490126 C 3.4750042,29.516899 3.5780713,29.537579 3.6718601,29.537579 L 18.650036,29.537579 L 18.586629,26.500592 L 5.1153018,26.500588 C 5.0709049,26.500588 5.0221446,26.49941 4.9884883,26.500588 C 4.9806133,26.500623 4.9547729,26.500899 4.9462171,26.500588 C 4.9436075,26.500603 4.9274517,26.500458 4.9250814,26.500588 C 4.9232514,26.502034 4.9059195,26.498718 4.9039459,26.500588 z M 19.83363,26.500592 L 19.897036,27.512921 L 23.553495,27.512921 L 23.38441,26.500592 L 19.83363,26.500592 z M 24.652546,26.500592 L 25.413428,29.537579 L 28.795124,29.537579 C 28.888912,29.537579 28.991979,29.516899 29.069886,29.490126 C 29.081471,29.485766 29.101467,29.479116 29.112157,29.474308 C 29.115641,29.472456 29.129884,29.460423 29.133293,29.45849 C 29.153265,29.446427 29.179882,29.425545 29.1967,29.411038 C 29.199407,29.408562 29.215227,29.39775 29.217835,29.395219 C 29.220344,29.392637 29.236565,29.382033 29.238971,29.379402 C 29.245871,29.37137 29.254196,29.356161 29.260107,29.347766 C 29.265672,29.339269 29.276752,29.324886 29.281242,29.316132 C 29.282614,29.31319 29.279996,29.303274 29.281242,29.300313 C 29.283476,29.294359 29.300674,29.274683 29.302378,29.268679 C 29.303093,29.265668 29.3018,29.255877 29.302378,29.25286 C 29.302814,29.249843 29.302083,29.240062 29.302378,29.237043 C 29.302527,29.234029 29.302378,29.224233 29.302378,29.221226 L 28.119129,26.816941 C 28.057483,26.720424 28.013215,26.641114 27.97118,26.595495 C 27.968475,26.593017 27.95285,26.582033 27.950044,26.579677 C 27.947147,26.57744 27.931886,26.565977 27.928908,26.563859 C 27.922812,26.559861 27.914085,26.551565 27.907773,26.548041 C 27.904579,26.546397 27.88986,26.533749 27.886638,26.532224 C 27.883397,26.530815 27.868747,26.533516 27.865502,26.532224 C 27.855773,26.528697 27.832737,26.51889 27.823231,26.516406 C 27.812787,26.51452 27.796296,26.503902 27.780959,26.500588 C 27.773263,26.49907 27.745738,26.501448 27.738688,26.500588 C 27.705031,26.49941 27.656271,26.500588 27.611875,26.500588 L 24.652546,26.500592 z M 20.679054,28.525249 L 20.002715,29.537579 L 23.891664,29.537579 L 23.04624,28.525249 L 20.679054,28.525249 z" - id="path5388" - style="fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="5" - y="26" - id="rect5390" - style="fill:url(#radialGradient3248);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="7" - y="26" - id="rect5392" - style="fill:url(#radialGradient3245);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="9" - y="26" - id="rect5394" - style="fill:url(#radialGradient3242);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="11" - y="26" - id="rect5396" - style="fill:url(#radialGradient3239);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="13" - y="26" - id="rect5398" - style="fill:url(#radialGradient3236);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="15" - y="26" - id="rect5400" - style="fill:url(#radialGradient3233);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="17" - y="26" - id="rect5402" - style="fill:url(#radialGradient3230);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="4" - y="27" - id="rect5404" - style="fill:url(#radialGradient3224);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="6" - y="27" - id="rect5406" - style="fill:url(#radialGradient3221);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="8" - y="27" - id="rect5408" - style="fill:url(#radialGradient3218);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="10" - y="27" - id="rect5410" - style="fill:url(#radialGradient3215);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="12" - y="27" - id="rect5412" - style="fill:url(#radialGradient3212);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="14" - y="27" - id="rect5414" - style="fill:url(#radialGradient3209);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="16" - y="27" - id="rect5416" - style="fill:url(#radialGradient3206);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="18" - y="27" - id="rect5418" - style="fill:url(#radialGradient3203);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="5" - y="28" - id="rect5420" - style="fill:url(#radialGradient3200);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="7" - y="28" - id="rect5422" - style="fill:url(#radialGradient3197);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="9" - y="28" - id="rect5424" - style="fill:url(#radialGradient3194);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="11" - y="28" - id="rect5426" - style="fill:url(#radialGradient3191);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="13" - y="28" - id="rect5428" - style="fill:url(#radialGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="15" - y="28" - id="rect5430" - style="fill:url(#radialGradient3185);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="17" - y="28" - id="rect5432" - style="fill:url(#radialGradient3182);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="4" - y="29" - id="rect5434" - style="fill:url(#radialGradient3176);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="6" - y="29" - id="rect5436" - style="fill:url(#radialGradient3173);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="8" - y="29" - id="rect5438" - style="fill:url(#radialGradient3170);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="10" - y="29" - id="rect5440" - style="fill:url(#radialGradient3167);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="12" - y="29" - id="rect5442" - style="fill:url(#radialGradient3164);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="14" - y="29" - id="rect5444" - style="fill:url(#radialGradient3161);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="16" - y="29" - id="rect5446" - style="fill:url(#radialGradient3158);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="18" - y="29" - id="rect5448" - style="fill:url(#radialGradient3155);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="21" - y="26" - id="rect5450" - style="fill:url(#radialGradient3264);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="20" - y="27" - id="rect5452" - style="fill:url(#radialGradient3266);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="22" - y="27" - id="rect5454" - style="fill:url(#radialGradient3268);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="21" - y="28" - id="rect5456" - style="fill:url(#radialGradient3270);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="23" - y="28" - id="rect5458" - style="fill:url(#radialGradient3272);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="20" - y="29" - id="rect5460" - style="fill:url(#radialGradient3274);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="22" - y="29" - id="rect5462" - style="fill:url(#radialGradient3276);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="26" - y="26" - id="rect5464" - style="fill:url(#radialGradient3292);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="25" - y="27" - id="rect5466" - style="fill:url(#radialGradient3294);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="27" - y="27" - id="rect5468" - style="fill:url(#radialGradient3296);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="26" - y="28" - id="rect5470" - style="fill:url(#radialGradient3298);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="28" - y="28" - id="rect5472" - style="fill:url(#radialGradient3300);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="25" - y="29" - id="rect5474" - style="fill:url(#radialGradient3302);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="27" - y="29" - id="rect5476" - style="fill:url(#radialGradient3304);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> </g> </g> </g> diff --git a/mate/scalable/status/network-offline.svg b/mate/scalable/status/network-offline.svg index 375e37f..0366c8b 100644 --- a/mate/scalable/status/network-offline.svg +++ b/mate/scalable/status/network-offline.svg @@ -1,13 +1,53 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> + <svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" - width="48" - height="48" - id="svg2327"> + width="96" + height="96" + id="svg2327" + sodipodi:docname="network-offline.svg" + inkscape:version="0.92.4 (unknown)"> + <metadata + id="metadata307"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="2372" + inkscape:window-height="1243" + id="namedview305" + showgrid="false" + inkscape:zoom="4.9166667" + inkscape:cx="-39.152542" + inkscape:cy="24" + inkscape:window-x="140" + inkscape:window-y="52" + inkscape:window-maximized="0" + inkscape:current-layer="svg2327" /> <defs id="defs3"> <linearGradient @@ -623,7 +663,7 @@ id="linearGradient6246" xlink:href="#linearGradient6240" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.664512,0,0,0.651253,9.569506e-2,-1.210023)" /> + gradientTransform="matrix(0.664512,0,0,0.651253,0.09569506,-1.210023)" /> <radialGradient cx="24.006104" cy="32.997028" @@ -633,7 +673,7 @@ id="radialGradient5239" xlink:href="#linearGradient7670" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-3.259613e-2)" /> + gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-0.03259613)" /> <linearGradient x1="17.247635" y1="6.3760414" @@ -744,7 +784,7 @@ id="radialGradient5630" xlink:href="#linearGradient7670" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-3.259613e-2)" /> + gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-0.03259613)" /> <linearGradient x1="20.156862" y1="5.0996137" @@ -753,7 +793,7 @@ id="linearGradient5632" xlink:href="#linearGradient6240" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.664512,0,0,0.651253,9.569506e-2,-1.210023)" /> + gradientTransform="matrix(0.664512,0,0,0.651253,0.09569506,-1.210023)" /> <linearGradient x1="-931.75031" y1="148.07117" @@ -1262,1078 +1302,1114 @@ gradientUnits="userSpaceOnUse" /> </defs> <g - id="layer1"> + id="g460" + transform="matrix(1.9999946,0,0,1.9999946,-1.1914727,-1.6100339)"> <g - transform="translate(14.98536,1)" - id="g5480"> + id="layer1"> <g - id="g5482" - style="display:inline" /> - <g - id="g5484" - style="display:inline"> - <g - transform="translate(-54,0.18088)" - id="g5486" /> + id="g5480" + transform="translate(14.98536,1)"> <g - transform="translate(-54,15.24691)" - id="g5488" /> + style="display:inline" + id="g5482" /> <g - transform="translate(-54,15.24691)" - id="g5490" - style="display:inline" /> - </g> - <g - id="g5492" - style="display:inline"> - <path - d="M 47.69706,42.6875 A 23.75956,5.8835783 0 1 1 0.17794037,42.6875 A 23.75956,5.8835783 0 1 1 47.69706,42.6875 z" - transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" - id="path5494" - style="opacity:0.3;fill:url(#radialGradient5620);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 27.082936,28.048013 C 21.663366,21.135948 31.947853,26.54939 30.855772,24.153878 C 29.785572,21.806364 17.408039,24.595241 18.709552,20.667209" - id="path5496" - style="opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5622);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> - <path - d="M 26.784723,27.671888 C 21.538638,20.412631 31.520563,26.487432 30.374151,23.604157 C 29.072638,20.330797 18.198646,24.276982 18.806217,20.406815" - id="path5498" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + style="display:inline" + id="g5484"> + <g + id="g5486" + transform="translate(-54,0.18088)" /> + <g + id="g5488" + transform="translate(-54,15.24691)" /> + <g + style="display:inline" + id="g5490" + transform="translate(-54,15.24691)" /> + </g> <g - transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)" - id="g5500" - style="display:inline"> + style="display:inline" + id="g5492"> <path - d="M 14.375479,32.558794 C 14.375479,32.558794 15.592355,37.45777 10.51915,37.50376 C 8.0888743,37.525507 8.5866723,41.509781 8.5866723,41.509781 L 39.433139,41.478634 C 39.433139,41.478634 39.851577,37.611393 37.410922,37.566053 C 32.423455,37.474579 33.600393,32.496503 33.600393,32.496503 L 14.375479,32.558794 z" - id="path5502" - style="opacity:1;fill:url(#linearGradient5624);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;opacity:0.3;fill:url(#radialGradient5620);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5494" + transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" + d="m 47.69706,42.6875 a 23.75956,5.8835783 0 1 1 -47.51911963,0 23.75956,5.8835783 0 1 1 47.51911963,0 z" + inkscape:connector-curvature="0" /> <path - d="M 13.926195,33.027451 C 14.010206,35.2 13.641655,35.938894 12.285731,36.702682 L 36,38 C 35.047008,36.831372 33.660837,35.066666 34.038883,33.011765 L 13.926195,33.027451 z" - id="path5504" - style="opacity:0.5;fill:url(#linearGradient5626);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + style="display:inline;opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5622);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5496" + d="m 27.082936,28.048013 c -5.41957,-6.912065 4.864917,-1.498623 3.772836,-3.894135 -1.0702,-2.347514 -13.447733,0.441363 -12.14622,-3.486669" + inkscape:connector-curvature="0" /> <path - d="M 10.436202,38.661601 C 17.000465,38.66357 37.562637,38.661601 37.562637,38.661601" - id="path5506" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" /> + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5498" + d="m 26.784723,27.671888 c -5.246085,-7.259257 4.73584,-1.184456 3.589428,-4.067731 -1.301513,-3.27336 -12.175505,0.672825 -11.567934,-3.197342" + inkscape:connector-curvature="0" /> + <g + style="display:inline" + id="g5500" + transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)"> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5624);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5502" + d="m 14.375479,32.558794 c 0,0 1.216876,4.898976 -3.856329,4.944966 -2.4302757,0.02175 -1.9324777,4.006021 -1.9324777,4.006021 l 30.8464667,-0.03115 c 0,0 0.418438,-3.867241 -2.022217,-3.912581 -4.987467,-0.09147 -3.810529,-5.06955 -3.810529,-5.06955 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.5;fill:url(#linearGradient5626);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5504" + d="m 13.926195,33.027451 c 0.08401,2.172549 -0.28454,2.911443 -1.640464,3.675231 L 36,38 c -0.952992,-1.168628 -2.339163,-2.933334 -1.961117,-4.988235 z" + inkscape:connector-curvature="0" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" + id="path5506" + d="m 10.436202,38.661601 c 6.564263,0.002 27.126435,0 27.126435,0" + inkscape:connector-curvature="0" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + id="path5508" + d="m 11.134219,39.660187 c 6.012537,0.002 25.747298,0 25.747298,0" + inkscape:connector-curvature="0" /> + </g> <path - d="M 11.134219,39.660187 C 17.146756,39.662156 36.881517,39.660187 36.881517,39.660187" - id="path5508" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> - </g> - <path - d="M 3.602229,1.4999996 L 28.319154,1.4999996 C 29.631932,1.4999996 30.588653,2.4197694 30.588653,3.8361498 L 30.595753,20.072828 C 30.595753,21.162945 30.253253,21.499994 29.276792,21.499994 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.4138652,3.7151949 C 1.4138652,2.572403 2.4117826,1.4999996 3.602229,1.4999996 z" - id="path5510" - style="fill:url(#linearGradient5628);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> - <rect - width="25.103695" - height="15.194118" - x="3.4999971" - y="3.5000005" - id="rect5512" - style="fill:url(#radialGradient5630);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 4.0984042,4.0204313 L 4.0984042,15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 L 28,4 L 4.0984042,4.0204313 z" - id="path5514" - style="opacity:0.5;fill:url(#linearGradient5632);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 4.056094,2.4999991 C 3.2398944,2.4999991 2.4960113,3.2952856 2.4960113,4.0741096 L 2.4960108,19.789734 C 2.4999206,20.160319 2.5869303,20.275382 2.6715202,20.346431 C 2.7561101,20.417479 2.9348114,20.473541 3.2370502,20.480806 L 28.783404,20.500002 C 29.189758,20.500002 29.318189,20.437946 29.368434,20.384824 C 29.418681,20.3317 29.504941,20.138678 29.504941,19.674554 L 29.504942,4.1892884 C 29.504942,3.0791795 28.874178,2.4999991 27.866855,2.4999991 L 4.056094,2.4999991 z" - id="path5516" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> - <g - transform="matrix(1.543206e-2,0,0,1.215502e-2,29.57023,28.01728)" - id="g5518" - style="display:inline"> - <rect - width="1339.6335" - height="478.35718" - x="-1559.2523" - y="-150.69685" - id="rect5520" - style="opacity:0.40206185;fill:url(#linearGradient5634);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;fill:url(#linearGradient5628);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + id="path5510" + d="m 3.602229,1.4999996 h 24.716925 c 1.312778,0 2.269499,0.9197698 2.269499,2.3361502 l 0.0071,16.2366782 c 0,1.090117 -0.3425,1.427166 -1.318961,1.427166 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.413867,3.7151949 c 0,-1.1427919 0.9979174,-2.2151953 2.1883638,-2.2151953 z" + inkscape:connector-curvature="0" /> + <rect + style="display:inline;fill:url(#radialGradient5630);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect5512" + y="3.5000005" + x="3.4999971" + height="15.194118" + width="25.103695" /> + <path + style="display:inline;opacity:0.5;fill:url(#linearGradient5632);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5514" + d="M 4.0984042,4.0204313 V 15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 V 4 Z" + inkscape:connector-curvature="0" /> + <path + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + id="path5516" + d="m 4.056094,2.4999991 c -0.8161996,0 -1.5600827,0.7952865 -1.5600827,1.5741105 l -5e-7,15.7156244 c 0.00391,0.370585 0.09092,0.485648 0.1755094,0.556697 0.08459,0.07105 0.2632912,0.12711 0.56553,0.134375 l 25.5463538,0.0192 c 0.406354,0 0.534785,-0.06206 0.58503,-0.115178 0.05025,-0.05312 0.136507,-0.246146 0.136507,-0.71027 l 1e-6,-15.4852656 c 0,-1.1101089 -0.630764,-1.6892893 -1.638087,-1.6892893 z" + inkscape:connector-curvature="0" /> + <g + style="display:inline" + id="g5518" + transform="matrix(0.01543206,0,0,0.01215502,29.57023,28.01728)"> + <rect + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#linearGradient5634);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5520" + y="-150.69685" + x="-1559.2523" + height="478.35718" + width="1339.6335" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient5636);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5522" + d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z" + inkscape:connector-curvature="0" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient5638);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5524" + d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z" + inkscape:connector-curvature="0" /> + </g> <path - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z" - id="path5522" - style="opacity:0.40206185;fill:url(#radialGradient5636);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5640);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5526" + d="M 3.643761,26.504783 H 28.921938 C 29.226374,26.504783 29.788645,26.492665 30,27 l 1.5,3 c 0.0625,0.406064 -0.01297,1.562501 -1.5,1.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 c 0.2113561,-0.507335 0.3393239,-0.495217 0.643761,-0.495217 z" + inkscape:connector-curvature="0" /> <path - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z" - id="path5524" - style="opacity:0.40206185;fill:url(#radialGradient5638);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5528" + d="M 4.0955909,27.111942 28.49679,27.10614 c 0.291751,0 0.324078,0 0.526628,0.343448 l 1.39724,2.701171 c 0,0.19027 -0.234876,0.343448 -0.526629,0.343448 l -27.2157949,0.0058 c -0.2917523,0 -0.5266285,-0.153179 -0.5266285,-0.343449 L 3.5689622,27.45539 c 0.2025495,-0.343448 0.2348764,-0.343448 0.5266287,-0.343448 z" + inkscape:connector-curvature="0" /> + <path + style="display:inline;overflow:visible;visibility:visible;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5530" + d="m 4.9039459,26.500588 c -0.00197,0.0019 0.0018,0.01435 0,0.01582 -0.00951,0.0025 -0.032542,0.01229 -0.042271,0.01582 -0.00325,0.0013 -0.017896,-0.0014 -0.021136,0 -0.00322,0.0015 -0.017941,0.01417 -0.021136,0.01582 -0.00631,0.0035 -0.01504,0.01182 -0.021136,0.01582 -0.00298,0.0021 -0.018238,0.01358 -0.021136,0.01582 -0.00281,0.0024 -0.018431,0.01334 -0.021135,0.01582 -0.042036,0.04562 -0.086304,0.124928 -0.1479492,0.221446 l -1.4434418,2.404285 c 0,0.003 -1.479e-4,0.0128 0,0.01582 2.934e-4,0.003 -4.366e-4,0.0128 0,0.01582 5.774e-4,0.003 -7.158e-4,0.01281 0,0.01582 0.0017,0.006 0.018902,0.02568 0.021136,0.03163 0.00125,0.003 -0.00137,0.01288 0,0.01582 0.00449,0.0088 0.01557,0.02314 0.021136,0.03163 0.00591,0.0084 0.014235,0.0236 0.021136,0.03164 0.00241,0.0026 0.018627,0.01324 0.021136,0.01582 0.00261,0.0025 0.018428,0.01334 0.021136,0.01582 0.016818,0.01451 0.043435,0.03539 0.063407,0.04745 0.00341,0.0019 0.017651,0.01397 0.021136,0.01582 0.01069,0.0048 0.030687,0.01146 0.042271,0.01582 0.077907,0.02677 0.180974,0.04745 0.2747628,0.04745 H 18.650036 l -0.06341,-3.036987 -13.4713272,-4e-6 c -0.044397,0 -0.093157,-0.0012 -0.1268135,0 -0.00788,3.5e-5 -0.033715,3.11e-4 -0.042271,0 -0.00261,1.5e-5 -0.018765,-1.3e-4 -0.021136,0 -0.00183,0.0014 -0.019162,-0.0019 -0.021135,0 z m 14.9296841,4e-6 0.06341,1.012329 h 3.656459 L 23.38441,26.500592 Z m 4.818916,0 0.760882,3.036987 h 3.381696 c 0.09379,0 0.196855,-0.02068 0.274762,-0.04745 0.01159,-0.0044 0.03158,-0.01101 0.04227,-0.01582 0.0035,-0.0019 0.01773,-0.01389 0.02114,-0.01582 0.01997,-0.01206 0.04659,-0.03295 0.06341,-0.04745 0.0027,-0.0025 0.01853,-0.01329 0.02114,-0.01582 0.0025,-0.0026 0.01873,-0.01319 0.02114,-0.01582 0.0069,-0.008 0.01523,-0.02324 0.02114,-0.03164 0.0056,-0.0085 0.01664,-0.02288 0.02113,-0.03163 0.0014,-0.0029 -0.0012,-0.01286 0,-0.01582 0.0022,-0.006 0.01943,-0.02563 0.02114,-0.03163 7.15e-4,-0.003 -5.78e-4,-0.0128 0,-0.01582 4.36e-4,-0.003 -2.95e-4,-0.0128 0,-0.01582 1.49e-4,-0.003 0,-0.01281 0,-0.01582 l -1.183249,-2.404285 c -0.06165,-0.09652 -0.105914,-0.175827 -0.147949,-0.221446 -0.0027,-0.0025 -0.01833,-0.01346 -0.02114,-0.01582 -0.0029,-0.0022 -0.01816,-0.0137 -0.02114,-0.01582 -0.0061,-0.004 -0.01482,-0.01229 -0.02114,-0.01582 -0.0032,-0.0016 -0.01791,-0.01429 -0.02113,-0.01582 -0.0032,-0.0014 -0.01789,0.0013 -0.02114,0 -0.0097,-0.0035 -0.03276,-0.01333 -0.04227,-0.01582 -0.01044,-0.0019 -0.02693,-0.0125 -0.04227,-0.01582 -0.0077,-0.0015 -0.03522,8.6e-4 -0.04227,0 -0.03366,-0.0012 -0.08242,0 -0.126813,0 z m -3.973492,2.024657 -0.676339,1.01233 h 3.888949 l -0.845424,-1.01233 z" + inkscape:connector-curvature="0" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5642);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5532" + y="26" + x="5" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5644);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5534" + y="26" + x="7" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5646);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5536" + y="26" + x="9" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5648);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5538" + y="26" + x="11" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5650);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5540" + y="26" + x="13" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5652);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5542" + y="26" + x="15" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5654);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5544" + y="26" + x="17" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5546" + y="27" + x="4" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5658);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5548" + y="27" + x="6" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5660);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5550" + y="27" + x="8" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5662);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5552" + y="27" + x="10" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5664);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5554" + y="27" + x="12" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5666);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5556" + y="27" + x="14" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5668);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5558" + y="27" + x="16" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5670);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5560" + y="27" + x="18" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5672);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5562" + y="28" + x="5" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5674);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5564" + y="28" + x="7" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5676);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5566" + y="28" + x="9" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5678);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5568" + y="28" + x="11" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5570" + y="28" + x="13" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5682);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5572" + y="28" + x="15" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5684);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5574" + y="28" + x="17" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5686);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5576" + y="29" + x="4" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5688);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5578" + y="29" + x="6" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5690);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5580" + y="29" + x="8" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5692);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5582" + y="29" + x="10" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5694);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5584" + y="29" + x="12" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5696);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5586" + y="29" + x="14" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5698);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5588" + y="29" + x="16" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5700);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5590" + y="29" + x="18" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5702);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5592" + y="26" + x="21" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5704);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5594" + y="27" + x="20" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5706);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5596" + y="27" + x="22" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5708);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5598" + y="28" + x="21" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5710);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5600" + y="28" + x="23" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5712);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5602" + y="29" + x="20" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5714);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5604" + y="29" + x="22" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5716);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5606" + y="26" + x="26" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5718);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5608" + y="27" + x="25" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5720);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5610" + y="27" + x="27" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5722);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5612" + y="28" + x="26" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5724);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5614" + y="28" + x="28" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5726);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5616" + y="29" + x="25" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5728);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5618" + y="29" + x="27" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> </g> - <path - d="M 3.643761,26.504783 L 28.921938,26.504783 C 29.226374,26.504783 29.788645,26.492665 30,27 L 31.5,30 C 31.5625,30.406064 31.487026,31.562501 30,31.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 C 3.2113561,26.492665 3.3393239,26.504783 3.643761,26.504783 z" - id="path5526" - style="fill:url(#linearGradient5640);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - d="M 4.0955909,27.111942 L 28.49679,27.10614 C 28.788541,27.10614 28.820868,27.10614 29.023418,27.449588 L 30.420658,30.150759 C 30.420658,30.341029 30.185782,30.494207 29.894029,30.494207 L 2.6782341,30.500011 C 2.3864818,30.500011 2.1516056,30.346832 2.1516056,30.156562 L 3.5689622,27.45539 C 3.7715117,27.111942 3.8038386,27.111942 4.0955909,27.111942 z" - id="path5528" - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - d="M 4.9039459,26.500588 C 4.9019723,26.502459 4.9057445,26.514939 4.9039459,26.516406 C 4.89444,26.51889 4.8714034,26.528697 4.8616746,26.532224 C 4.8584281,26.533516 4.8437789,26.530815 4.840539,26.532224 C 4.8373165,26.533749 4.8225981,26.546397 4.8194034,26.548041 C 4.8130911,26.551565 4.8043634,26.559861 4.7982678,26.563859 C 4.7952901,26.565977 4.7800294,26.57744 4.7771322,26.579677 C 4.7743261,26.582033 4.7587013,26.593017 4.7559967,26.595495 C 4.7139608,26.641114 4.6696929,26.720423 4.6080475,26.816941 L 3.1646057,29.221226 C 3.1646057,29.224233 3.1644578,29.234029 3.1646057,29.237043 C 3.1648991,29.240062 3.1641691,29.249843 3.1646057,29.25286 C 3.1651831,29.255877 3.1638899,29.265668 3.1646057,29.268679 C 3.1663094,29.274683 3.1835077,29.294359 3.1857413,29.300313 C 3.1869871,29.303274 3.184369,29.31319 3.1857413,29.316132 C 3.1902312,29.324886 3.2013114,29.339269 3.2068769,29.347766 C 3.2127868,29.356161 3.2211123,29.37137 3.2280125,29.379402 C 3.230418,29.382033 3.2466397,29.392637 3.2491481,29.395219 C 3.2517571,29.39775 3.2675765,29.408562 3.2702837,29.411038 C 3.287102,29.425545 3.313719,29.446427 3.3336905,29.45849 C 3.3370984,29.460423 3.3513413,29.472456 3.3548262,29.474308 C 3.3655167,29.479116 3.3855128,29.485766 3.3970973,29.490126 C 3.4750042,29.516899 3.5780713,29.537579 3.6718601,29.537579 L 18.650036,29.537579 L 18.586629,26.500592 L 5.1153018,26.500588 C 5.0709049,26.500588 5.0221446,26.49941 4.9884883,26.500588 C 4.9806133,26.500623 4.9547729,26.500899 4.9462171,26.500588 C 4.9436075,26.500603 4.9274517,26.500458 4.9250814,26.500588 C 4.9232514,26.502034 4.9059195,26.498718 4.9039459,26.500588 z M 19.83363,26.500592 L 19.897036,27.512921 L 23.553495,27.512921 L 23.38441,26.500592 L 19.83363,26.500592 z M 24.652546,26.500592 L 25.413428,29.537579 L 28.795124,29.537579 C 28.888912,29.537579 28.991979,29.516899 29.069886,29.490126 C 29.081471,29.485766 29.101467,29.479116 29.112157,29.474308 C 29.115641,29.472456 29.129884,29.460423 29.133293,29.45849 C 29.153265,29.446427 29.179882,29.425545 29.1967,29.411038 C 29.199407,29.408562 29.215227,29.39775 29.217835,29.395219 C 29.220344,29.392637 29.236565,29.382033 29.238971,29.379402 C 29.245871,29.37137 29.254196,29.356161 29.260107,29.347766 C 29.265672,29.339269 29.276752,29.324886 29.281242,29.316132 C 29.282614,29.31319 29.279996,29.303274 29.281242,29.300313 C 29.283476,29.294359 29.300674,29.274683 29.302378,29.268679 C 29.303093,29.265668 29.3018,29.255877 29.302378,29.25286 C 29.302814,29.249843 29.302083,29.240062 29.302378,29.237043 C 29.302527,29.234029 29.302378,29.224233 29.302378,29.221226 L 28.119129,26.816941 C 28.057483,26.720424 28.013215,26.641114 27.97118,26.595495 C 27.968475,26.593017 27.95285,26.582033 27.950044,26.579677 C 27.947147,26.57744 27.931886,26.565977 27.928908,26.563859 C 27.922812,26.559861 27.914085,26.551565 27.907773,26.548041 C 27.904579,26.546397 27.88986,26.533749 27.886638,26.532224 C 27.883397,26.530815 27.868747,26.533516 27.865502,26.532224 C 27.855773,26.528697 27.832737,26.51889 27.823231,26.516406 C 27.812787,26.51452 27.796296,26.503902 27.780959,26.500588 C 27.773263,26.49907 27.745738,26.501448 27.738688,26.500588 C 27.705031,26.49941 27.656271,26.500588 27.611875,26.500588 L 24.652546,26.500592 z M 20.679054,28.525249 L 20.002715,29.537579 L 23.891664,29.537579 L 23.04624,28.525249 L 20.679054,28.525249 z" - id="path5530" - style="fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="5" - y="26" - id="rect5532" - style="fill:url(#radialGradient5642);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="7" - y="26" - id="rect5534" - style="fill:url(#radialGradient5644);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="9" - y="26" - id="rect5536" - style="fill:url(#radialGradient5646);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="11" - y="26" - id="rect5538" - style="fill:url(#radialGradient5648);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="13" - y="26" - id="rect5540" - style="fill:url(#radialGradient5650);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="15" - y="26" - id="rect5542" - style="fill:url(#radialGradient5652);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="17" - y="26" - id="rect5544" - style="fill:url(#radialGradient5654);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="4" - y="27" - id="rect5546" - style="fill:url(#radialGradient5656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="6" - y="27" - id="rect5548" - style="fill:url(#radialGradient5658);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="8" - y="27" - id="rect5550" - style="fill:url(#radialGradient5660);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="10" - y="27" - id="rect5552" - style="fill:url(#radialGradient5662);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="12" - y="27" - id="rect5554" - style="fill:url(#radialGradient5664);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="14" - y="27" - id="rect5556" - style="fill:url(#radialGradient5666);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="16" - y="27" - id="rect5558" - style="fill:url(#radialGradient5668);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="18" - y="27" - id="rect5560" - style="fill:url(#radialGradient5670);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="5" - y="28" - id="rect5562" - style="fill:url(#radialGradient5672);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="7" - y="28" - id="rect5564" - style="fill:url(#radialGradient5674);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="9" - y="28" - id="rect5566" - style="fill:url(#radialGradient5676);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="11" - y="28" - id="rect5568" - style="fill:url(#radialGradient5678);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="13" - y="28" - id="rect5570" - style="fill:url(#radialGradient5680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="15" - y="28" - id="rect5572" - style="fill:url(#radialGradient5682);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="17" - y="28" - id="rect5574" - style="fill:url(#radialGradient5684);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="4" - y="29" - id="rect5576" - style="fill:url(#radialGradient5686);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="6" - y="29" - id="rect5578" - style="fill:url(#radialGradient5688);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="8" - y="29" - id="rect5580" - style="fill:url(#radialGradient5690);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="10" - y="29" - id="rect5582" - style="fill:url(#radialGradient5692);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="12" - y="29" - id="rect5584" - style="fill:url(#radialGradient5694);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="14" - y="29" - id="rect5586" - style="fill:url(#radialGradient5696);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="16" - y="29" - id="rect5588" - style="fill:url(#radialGradient5698);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="18" - y="29" - id="rect5590" - style="fill:url(#radialGradient5700);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="21" - y="26" - id="rect5592" - style="fill:url(#radialGradient5702);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="20" - y="27" - id="rect5594" - style="fill:url(#radialGradient5704);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="22" - y="27" - id="rect5596" - style="fill:url(#radialGradient5706);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="21" - y="28" - id="rect5598" - style="fill:url(#radialGradient5708);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="23" - y="28" - id="rect5600" - style="fill:url(#radialGradient5710);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="20" - y="29" - id="rect5602" - style="fill:url(#radialGradient5712);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="22" - y="29" - id="rect5604" - style="fill:url(#radialGradient5714);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="26" - y="26" - id="rect5606" - style="fill:url(#radialGradient5716);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="25" - y="27" - id="rect5608" - style="fill:url(#radialGradient5718);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="27" - y="27" - id="rect5610" - style="fill:url(#radialGradient5720);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="26" - y="28" - id="rect5612" - style="fill:url(#radialGradient5722);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="28" - y="28" - id="rect5614" - style="fill:url(#radialGradient5724);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="25" - y="29" - id="rect5616" - style="fill:url(#radialGradient5726);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="27" - y="29" - id="rect5618" - style="fill:url(#radialGradient5728);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> </g> - </g> - <g - id="g5190" - style="opacity:0.6"> - <rect - width="3" - height="5" - x="45" - y="43" - id="rect4279" - style="opacity:1;fill:url(#radialGradient5172);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" /> - <rect - width="3" - height="5" - x="-36" - y="-48" - transform="scale(-1,-1)" - id="rect5174" - style="opacity:1;fill:url(#radialGradient5176);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" /> - <rect - width="9" - height="5" - x="36" - y="43" - id="rect5178" - style="opacity:1;fill:url(#linearGradient5186);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" /> - </g> - <g - transform="translate(0.985355,12)" - id="g5340"> <g - id="g5342" - style="display:inline" /> + style="opacity:0.6" + id="g5190"> + <rect + style="opacity:1;fill:url(#radialGradient5172);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000052;stroke-opacity:1" + id="rect4279" + y="43" + x="45" + height="5" + width="3" /> + <rect + style="opacity:1;fill:url(#radialGradient5176);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000052;stroke-opacity:1" + id="rect5174" + transform="scale(-1)" + y="-48" + x="-36" + height="5" + width="3" /> + <rect + style="opacity:1;fill:url(#linearGradient5186);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000052;stroke-opacity:1" + id="rect5178" + y="43" + x="36" + height="5" + width="9" /> + </g> <g - id="g5344" - style="display:inline"> - <g - transform="translate(-54,0.18088)" - id="g5346" /> + id="g5340" + transform="translate(0.985355,12)"> <g - transform="translate(-54,15.24691)" - id="g5348" /> + style="display:inline" + id="g5342" /> <g - transform="translate(-54,15.24691)" - id="g5350" - style="display:inline" /> - </g> - <g - id="layer2" - style="display:inline"> - <path - d="M 47.69706,42.6875 A 23.75956,5.8835783 0 1 1 0.17794037,42.6875 A 23.75956,5.8835783 0 1 1 47.69706,42.6875 z" - transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" - id="path5353" - style="opacity:0.3;fill:url(#radialGradient2313);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 27.082936,28.048013 C 21.663366,21.135948 31.947853,26.54939 30.855772,24.153878 C 29.785572,21.806364 17.408039,24.595241 18.709552,20.667209" - id="path5355" - style="opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4202);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> - <path - d="M 26.784723,27.671888 C 21.538638,20.412631 31.520563,26.487432 30.374151,23.604157 C 29.072638,20.330797 18.198646,24.276982 18.806217,20.406815" - id="path5357" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + style="display:inline" + id="g5344"> + <g + id="g5346" + transform="translate(-54,0.18088)" /> + <g + id="g5348" + transform="translate(-54,15.24691)" /> + <g + style="display:inline" + id="g5350" + transform="translate(-54,15.24691)" /> + </g> <g - transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)" - id="g5359" - style="display:inline"> + style="display:inline" + id="layer2"> <path - d="M 14.375479,32.558794 C 14.375479,32.558794 15.592355,37.45777 10.51915,37.50376 C 8.0888743,37.525507 8.5866723,41.509781 8.5866723,41.509781 L 39.433139,41.478634 C 39.433139,41.478634 39.851577,37.611393 37.410922,37.566053 C 32.423455,37.474579 33.600393,32.496503 33.600393,32.496503 L 14.375479,32.558794 z" - id="path5361" - style="opacity:1;fill:url(#linearGradient2308);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;opacity:0.3;fill:url(#radialGradient2313);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5353" + transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" + d="m 47.69706,42.6875 a 23.75956,5.8835783 0 1 1 -47.51911963,0 23.75956,5.8835783 0 1 1 47.51911963,0 z" + inkscape:connector-curvature="0" /> <path - d="M 13.926195,33.027451 C 14.010206,35.2 13.641655,35.938894 12.285731,36.702682 L 36,38 C 35.047008,36.831372 33.660837,35.066666 34.038883,33.011765 L 13.926195,33.027451 z" - id="path5363" - style="opacity:0.5;fill:url(#linearGradient2310);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + style="display:inline;opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4202);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5355" + d="m 27.082936,28.048013 c -5.41957,-6.912065 4.864917,-1.498623 3.772836,-3.894135 -1.0702,-2.347514 -13.447733,0.441363 -12.14622,-3.486669" + inkscape:connector-curvature="0" /> <path - d="M 10.436202,38.661601 C 17.000465,38.66357 37.562637,38.661601 37.562637,38.661601" - id="path5365" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" /> + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5357" + d="m 26.784723,27.671888 c -5.246085,-7.259257 4.73584,-1.184456 3.589428,-4.067731 -1.301513,-3.27336 -12.175505,0.672825 -11.567934,-3.197342" + inkscape:connector-curvature="0" /> + <g + style="display:inline" + id="g5359" + transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)"> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient2308);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5361" + d="m 14.375479,32.558794 c 0,0 1.216876,4.898976 -3.856329,4.944966 -2.4302757,0.02175 -1.9324777,4.006021 -1.9324777,4.006021 l 30.8464667,-0.03115 c 0,0 0.418438,-3.867241 -2.022217,-3.912581 -4.987467,-0.09147 -3.810529,-5.06955 -3.810529,-5.06955 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.5;fill:url(#linearGradient2310);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5363" + d="m 13.926195,33.027451 c 0.08401,2.172549 -0.28454,2.911443 -1.640464,3.675231 L 36,38 c -0.952992,-1.168628 -2.339163,-2.933334 -1.961117,-4.988235 z" + inkscape:connector-curvature="0" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" + id="path5365" + d="m 10.436202,38.661601 c 6.564263,0.002 27.126435,0 27.126435,0" + inkscape:connector-curvature="0" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + id="path5367" + d="m 11.134219,39.660187 c 6.012537,0.002 25.747298,0 25.747298,0" + inkscape:connector-curvature="0" /> + </g> <path - d="M 11.134219,39.660187 C 17.146756,39.662156 36.881517,39.660187 36.881517,39.660187" - id="path5367" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> - </g> - <path - d="M 3.602229,1.4999996 L 28.319154,1.4999996 C 29.631932,1.4999996 30.588653,2.4197694 30.588653,3.8361498 L 30.595753,20.072828 C 30.595753,21.162945 30.253253,21.499994 29.276792,21.499994 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.4138652,3.7151949 C 1.4138652,2.572403 2.4117826,1.4999996 3.602229,1.4999996 z" - id="path5369" - style="fill:url(#linearGradient5147);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> - <rect - width="25.103695" - height="15.194118" - x="3.4999971" - y="3.5000005" - id="rect5371" - style="fill:url(#radialGradient5239);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 4.0984042,4.0204313 L 4.0984042,15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 L 28,4 L 4.0984042,4.0204313 z" - id="path5373" - style="opacity:0.5;fill:url(#linearGradient6246);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 4.056094,2.4999991 C 3.2398944,2.4999991 2.4960113,3.2952856 2.4960113,4.0741096 L 2.4960108,19.789734 C 2.4999206,20.160319 2.5869303,20.275382 2.6715202,20.346431 C 2.7561101,20.417479 2.9348114,20.473541 3.2370502,20.480806 L 28.783404,20.500002 C 29.189758,20.500002 29.318189,20.437946 29.368434,20.384824 C 29.418681,20.3317 29.504941,20.138678 29.504941,19.674554 L 29.504942,4.1892884 C 29.504942,3.0791795 28.874178,2.4999991 27.866855,2.4999991 L 4.056094,2.4999991 z" - id="path5375" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> - <g - transform="matrix(1.543206e-2,0,0,1.215502e-2,29.57023,28.01728)" - id="g5377" - style="display:inline"> - <rect - width="1339.6335" - height="478.35718" - x="-1559.2523" - y="-150.69685" - id="rect6709" - style="opacity:0.40206185;fill:url(#linearGradient5478);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;fill:url(#linearGradient5147);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + id="path5369" + d="m 3.602229,1.4999996 h 24.716925 c 1.312778,0 2.269499,0.9197698 2.269499,2.3361502 l 0.0071,16.2366782 c 0,1.090117 -0.3425,1.427166 -1.318961,1.427166 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.413867,3.7151949 c 0,-1.1427919 0.9979174,-2.2151953 2.1883638,-2.2151953 z" + inkscape:connector-curvature="0" /> + <rect + style="display:inline;fill:url(#radialGradient5239);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect5371" + y="3.5000005" + x="3.4999971" + height="15.194118" + width="25.103695" /> + <path + style="display:inline;opacity:0.5;fill:url(#linearGradient6246);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5373" + d="M 4.0984042,4.0204313 V 15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 V 4 Z" + inkscape:connector-curvature="0" /> <path - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z" - id="path5380" - style="opacity:0.40206185;fill:url(#radialGradient2309);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + id="path5375" + d="m 4.056094,2.4999991 c -0.8161996,0 -1.5600827,0.7952865 -1.5600827,1.5741105 l -5e-7,15.7156244 c 0.00391,0.370585 0.09092,0.485648 0.1755094,0.556697 0.08459,0.07105 0.2632912,0.12711 0.56553,0.134375 l 25.5463538,0.0192 c 0.406354,0 0.534785,-0.06206 0.58503,-0.115178 0.05025,-0.05312 0.136507,-0.246146 0.136507,-0.71027 l 1e-6,-15.4852656 c 0,-1.1101089 -0.630764,-1.6892893 -1.638087,-1.6892893 z" + inkscape:connector-curvature="0" /> + <g + style="display:inline" + id="g5377" + transform="matrix(0.01543206,0,0,0.01215502,29.57023,28.01728)"> + <rect + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#linearGradient5478);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect6709" + y="-150.69685" + x="-1559.2523" + height="478.35718" + width="1339.6335" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient2309);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5380" + d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z" + inkscape:connector-curvature="0" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient2311);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5382" + d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z" + inkscape:connector-curvature="0" /> + </g> <path - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z" - id="path5382" - style="opacity:0.40206185;fill:url(#radialGradient2311);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3905);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5384" + d="M 3.643761,26.504783 H 28.921938 C 29.226374,26.504783 29.788645,26.492665 30,27 l 1.5,3 c 0.0625,0.406064 -0.01297,1.562501 -1.5,1.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 c 0.2113561,-0.507335 0.3393239,-0.495217 0.643761,-0.495217 z" + inkscape:connector-curvature="0" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5386" + d="M 4.0955909,27.111942 28.49679,27.10614 c 0.291751,0 0.324078,0 0.526628,0.343448 l 1.39724,2.701171 c 0,0.19027 -0.234876,0.343448 -0.526629,0.343448 l -27.2157949,0.0058 c -0.2917523,0 -0.5266285,-0.153179 -0.5266285,-0.343449 L 3.5689622,27.45539 c 0.2025495,-0.343448 0.2348764,-0.343448 0.5266287,-0.343448 z" + inkscape:connector-curvature="0" /> + <path + style="display:inline;overflow:visible;visibility:visible;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5388" + d="m 4.9039459,26.500588 c -0.00197,0.0019 0.0018,0.01435 0,0.01582 -0.00951,0.0025 -0.032542,0.01229 -0.042271,0.01582 -0.00325,0.0013 -0.017896,-0.0014 -0.021136,0 -0.00322,0.0015 -0.017941,0.01417 -0.021136,0.01582 -0.00631,0.0035 -0.01504,0.01182 -0.021136,0.01582 -0.00298,0.0021 -0.018238,0.01358 -0.021136,0.01582 -0.00281,0.0024 -0.018431,0.01334 -0.021135,0.01582 -0.042036,0.04562 -0.086304,0.124928 -0.1479492,0.221446 l -1.4434418,2.404285 c 0,0.003 -1.479e-4,0.0128 0,0.01582 2.934e-4,0.003 -4.366e-4,0.0128 0,0.01582 5.774e-4,0.003 -7.158e-4,0.01281 0,0.01582 0.0017,0.006 0.018902,0.02568 0.021136,0.03163 0.00125,0.003 -0.00137,0.01288 0,0.01582 0.00449,0.0088 0.01557,0.02314 0.021136,0.03163 0.00591,0.0084 0.014235,0.0236 0.021136,0.03164 0.00241,0.0026 0.018627,0.01324 0.021136,0.01582 0.00261,0.0025 0.018428,0.01334 0.021136,0.01582 0.016818,0.01451 0.043435,0.03539 0.063407,0.04745 0.00341,0.0019 0.017651,0.01397 0.021136,0.01582 0.01069,0.0048 0.030687,0.01146 0.042271,0.01582 0.077907,0.02677 0.180974,0.04745 0.2747628,0.04745 H 18.650036 l -0.06341,-3.036987 -13.4713272,-4e-6 c -0.044397,0 -0.093157,-0.0012 -0.1268135,0 -0.00788,3.5e-5 -0.033715,3.11e-4 -0.042271,0 -0.00261,1.5e-5 -0.018765,-1.3e-4 -0.021136,0 -0.00183,0.0014 -0.019162,-0.0019 -0.021135,0 z m 14.9296841,4e-6 0.06341,1.012329 h 3.656459 L 23.38441,26.500592 Z m 4.818916,0 0.760882,3.036987 h 3.381696 c 0.09379,0 0.196855,-0.02068 0.274762,-0.04745 0.01159,-0.0044 0.03158,-0.01101 0.04227,-0.01582 0.0035,-0.0019 0.01773,-0.01389 0.02114,-0.01582 0.01997,-0.01206 0.04659,-0.03295 0.06341,-0.04745 0.0027,-0.0025 0.01853,-0.01329 0.02114,-0.01582 0.0025,-0.0026 0.01873,-0.01319 0.02114,-0.01582 0.0069,-0.008 0.01523,-0.02324 0.02114,-0.03164 0.0056,-0.0085 0.01664,-0.02288 0.02113,-0.03163 0.0014,-0.0029 -0.0012,-0.01286 0,-0.01582 0.0022,-0.006 0.01943,-0.02563 0.02114,-0.03163 7.15e-4,-0.003 -5.78e-4,-0.0128 0,-0.01582 4.36e-4,-0.003 -2.95e-4,-0.0128 0,-0.01582 1.49e-4,-0.003 0,-0.01281 0,-0.01582 l -1.183249,-2.404285 c -0.06165,-0.09652 -0.105914,-0.175827 -0.147949,-0.221446 -0.0027,-0.0025 -0.01833,-0.01346 -0.02114,-0.01582 -0.0029,-0.0022 -0.01816,-0.0137 -0.02114,-0.01582 -0.0061,-0.004 -0.01482,-0.01229 -0.02114,-0.01582 -0.0032,-0.0016 -0.01791,-0.01429 -0.02113,-0.01582 -0.0032,-0.0014 -0.01789,0.0013 -0.02114,0 -0.0097,-0.0035 -0.03276,-0.01333 -0.04227,-0.01582 -0.01044,-0.0019 -0.02693,-0.0125 -0.04227,-0.01582 -0.0077,-0.0015 -0.03522,8.6e-4 -0.04227,0 -0.03366,-0.0012 -0.08242,0 -0.126813,0 z m -3.973492,2.024657 -0.676339,1.01233 h 3.888949 l -0.845424,-1.01233 z" + inkscape:connector-curvature="0" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3248);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5390" + y="26" + x="5" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3245);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5392" + y="26" + x="7" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3242);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5394" + y="26" + x="9" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3239);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5396" + y="26" + x="11" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3236);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5398" + y="26" + x="13" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3233);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5400" + y="26" + x="15" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3230);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5402" + y="26" + x="17" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3224);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5404" + y="27" + x="4" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3221);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5406" + y="27" + x="6" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3218);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5408" + y="27" + x="8" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3215);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5410" + y="27" + x="10" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3212);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5412" + y="27" + x="12" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3209);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5414" + y="27" + x="14" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3206);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5416" + y="27" + x="16" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3203);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5418" + y="27" + x="18" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3200);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5420" + y="28" + x="5" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3197);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5422" + y="28" + x="7" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3194);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5424" + y="28" + x="9" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3191);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5426" + y="28" + x="11" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5428" + y="28" + x="13" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3185);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5430" + y="28" + x="15" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3182);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5432" + y="28" + x="17" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3176);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5434" + y="29" + x="4" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3173);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5436" + y="29" + x="6" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3170);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5438" + y="29" + x="8" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3167);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5440" + y="29" + x="10" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3164);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5442" + y="29" + x="12" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3161);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5444" + y="29" + x="14" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3158);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5446" + y="29" + x="16" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3155);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5448" + y="29" + x="18" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3264);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5450" + y="26" + x="21" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3266);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5452" + y="27" + x="20" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3268);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5454" + y="27" + x="22" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3270);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5456" + y="28" + x="21" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3272);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5458" + y="28" + x="23" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3274);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5460" + y="29" + x="20" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3276);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5462" + y="29" + x="22" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3292);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5464" + y="26" + x="26" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3294);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5466" + y="27" + x="25" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3296);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5468" + y="27" + x="27" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3298);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5470" + y="28" + x="26" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3300);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5472" + y="28" + x="28" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3302);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5474" + y="29" + x="25" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3304);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5476" + y="29" + x="27" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> </g> - <path - d="M 3.643761,26.504783 L 28.921938,26.504783 C 29.226374,26.504783 29.788645,26.492665 30,27 L 31.5,30 C 31.5625,30.406064 31.487026,31.562501 30,31.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 C 3.2113561,26.492665 3.3393239,26.504783 3.643761,26.504783 z" - id="path5384" - style="fill:url(#linearGradient3905);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - d="M 4.0955909,27.111942 L 28.49679,27.10614 C 28.788541,27.10614 28.820868,27.10614 29.023418,27.449588 L 30.420658,30.150759 C 30.420658,30.341029 30.185782,30.494207 29.894029,30.494207 L 2.6782341,30.500011 C 2.3864818,30.500011 2.1516056,30.346832 2.1516056,30.156562 L 3.5689622,27.45539 C 3.7715117,27.111942 3.8038386,27.111942 4.0955909,27.111942 z" - id="path5386" - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - d="M 4.9039459,26.500588 C 4.9019723,26.502459 4.9057445,26.514939 4.9039459,26.516406 C 4.89444,26.51889 4.8714034,26.528697 4.8616746,26.532224 C 4.8584281,26.533516 4.8437789,26.530815 4.840539,26.532224 C 4.8373165,26.533749 4.8225981,26.546397 4.8194034,26.548041 C 4.8130911,26.551565 4.8043634,26.559861 4.7982678,26.563859 C 4.7952901,26.565977 4.7800294,26.57744 4.7771322,26.579677 C 4.7743261,26.582033 4.7587013,26.593017 4.7559967,26.595495 C 4.7139608,26.641114 4.6696929,26.720423 4.6080475,26.816941 L 3.1646057,29.221226 C 3.1646057,29.224233 3.1644578,29.234029 3.1646057,29.237043 C 3.1648991,29.240062 3.1641691,29.249843 3.1646057,29.25286 C 3.1651831,29.255877 3.1638899,29.265668 3.1646057,29.268679 C 3.1663094,29.274683 3.1835077,29.294359 3.1857413,29.300313 C 3.1869871,29.303274 3.184369,29.31319 3.1857413,29.316132 C 3.1902312,29.324886 3.2013114,29.339269 3.2068769,29.347766 C 3.2127868,29.356161 3.2211123,29.37137 3.2280125,29.379402 C 3.230418,29.382033 3.2466397,29.392637 3.2491481,29.395219 C 3.2517571,29.39775 3.2675765,29.408562 3.2702837,29.411038 C 3.287102,29.425545 3.313719,29.446427 3.3336905,29.45849 C 3.3370984,29.460423 3.3513413,29.472456 3.3548262,29.474308 C 3.3655167,29.479116 3.3855128,29.485766 3.3970973,29.490126 C 3.4750042,29.516899 3.5780713,29.537579 3.6718601,29.537579 L 18.650036,29.537579 L 18.586629,26.500592 L 5.1153018,26.500588 C 5.0709049,26.500588 5.0221446,26.49941 4.9884883,26.500588 C 4.9806133,26.500623 4.9547729,26.500899 4.9462171,26.500588 C 4.9436075,26.500603 4.9274517,26.500458 4.9250814,26.500588 C 4.9232514,26.502034 4.9059195,26.498718 4.9039459,26.500588 z M 19.83363,26.500592 L 19.897036,27.512921 L 23.553495,27.512921 L 23.38441,26.500592 L 19.83363,26.500592 z M 24.652546,26.500592 L 25.413428,29.537579 L 28.795124,29.537579 C 28.888912,29.537579 28.991979,29.516899 29.069886,29.490126 C 29.081471,29.485766 29.101467,29.479116 29.112157,29.474308 C 29.115641,29.472456 29.129884,29.460423 29.133293,29.45849 C 29.153265,29.446427 29.179882,29.425545 29.1967,29.411038 C 29.199407,29.408562 29.215227,29.39775 29.217835,29.395219 C 29.220344,29.392637 29.236565,29.382033 29.238971,29.379402 C 29.245871,29.37137 29.254196,29.356161 29.260107,29.347766 C 29.265672,29.339269 29.276752,29.324886 29.281242,29.316132 C 29.282614,29.31319 29.279996,29.303274 29.281242,29.300313 C 29.283476,29.294359 29.300674,29.274683 29.302378,29.268679 C 29.303093,29.265668 29.3018,29.255877 29.302378,29.25286 C 29.302814,29.249843 29.302083,29.240062 29.302378,29.237043 C 29.302527,29.234029 29.302378,29.224233 29.302378,29.221226 L 28.119129,26.816941 C 28.057483,26.720424 28.013215,26.641114 27.97118,26.595495 C 27.968475,26.593017 27.95285,26.582033 27.950044,26.579677 C 27.947147,26.57744 27.931886,26.565977 27.928908,26.563859 C 27.922812,26.559861 27.914085,26.551565 27.907773,26.548041 C 27.904579,26.546397 27.88986,26.533749 27.886638,26.532224 C 27.883397,26.530815 27.868747,26.533516 27.865502,26.532224 C 27.855773,26.528697 27.832737,26.51889 27.823231,26.516406 C 27.812787,26.51452 27.796296,26.503902 27.780959,26.500588 C 27.773263,26.49907 27.745738,26.501448 27.738688,26.500588 C 27.705031,26.49941 27.656271,26.500588 27.611875,26.500588 L 24.652546,26.500592 z M 20.679054,28.525249 L 20.002715,29.537579 L 23.891664,29.537579 L 23.04624,28.525249 L 20.679054,28.525249 z" - id="path5388" - style="fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="5" - y="26" - id="rect5390" - style="fill:url(#radialGradient3248);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="7" - y="26" - id="rect5392" - style="fill:url(#radialGradient3245);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="9" - y="26" - id="rect5394" - style="fill:url(#radialGradient3242);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="11" - y="26" - id="rect5396" - style="fill:url(#radialGradient3239);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="13" - y="26" - id="rect5398" - style="fill:url(#radialGradient3236);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="15" - y="26" - id="rect5400" - style="fill:url(#radialGradient3233);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="17" - y="26" - id="rect5402" - style="fill:url(#radialGradient3230);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="4" - y="27" - id="rect5404" - style="fill:url(#radialGradient3224);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="6" - y="27" - id="rect5406" - style="fill:url(#radialGradient3221);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="8" - y="27" - id="rect5408" - style="fill:url(#radialGradient3218);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="10" - y="27" - id="rect5410" - style="fill:url(#radialGradient3215);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="12" - y="27" - id="rect5412" - style="fill:url(#radialGradient3212);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="14" - y="27" - id="rect5414" - style="fill:url(#radialGradient3209);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="16" - y="27" - id="rect5416" - style="fill:url(#radialGradient3206);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="18" - y="27" - id="rect5418" - style="fill:url(#radialGradient3203);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="5" - y="28" - id="rect5420" - style="fill:url(#radialGradient3200);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="7" - y="28" - id="rect5422" - style="fill:url(#radialGradient3197);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="9" - y="28" - id="rect5424" - style="fill:url(#radialGradient3194);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="11" - y="28" - id="rect5426" - style="fill:url(#radialGradient3191);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="13" - y="28" - id="rect5428" - style="fill:url(#radialGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="15" - y="28" - id="rect5430" - style="fill:url(#radialGradient3185);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="17" - y="28" - id="rect5432" - style="fill:url(#radialGradient3182);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="4" - y="29" - id="rect5434" - style="fill:url(#radialGradient3176);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="6" - y="29" - id="rect5436" - style="fill:url(#radialGradient3173);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="8" - y="29" - id="rect5438" - style="fill:url(#radialGradient3170);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="10" - y="29" - id="rect5440" - style="fill:url(#radialGradient3167);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="12" - y="29" - id="rect5442" - style="fill:url(#radialGradient3164);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="14" - y="29" - id="rect5444" - style="fill:url(#radialGradient3161);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="16" - y="29" - id="rect5446" - style="fill:url(#radialGradient3158);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="18" - y="29" - id="rect5448" - style="fill:url(#radialGradient3155);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="21" - y="26" - id="rect5450" - style="fill:url(#radialGradient3264);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="20" - y="27" - id="rect5452" - style="fill:url(#radialGradient3266);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="22" - y="27" - id="rect5454" - style="fill:url(#radialGradient3268);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="21" - y="28" - id="rect5456" - style="fill:url(#radialGradient3270);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="23" - y="28" - id="rect5458" - style="fill:url(#radialGradient3272);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="20" - y="29" - id="rect5460" - style="fill:url(#radialGradient3274);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="22" - y="29" - id="rect5462" - style="fill:url(#radialGradient3276);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="26" - y="26" - id="rect5464" - style="fill:url(#radialGradient3292);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="25" - y="27" - id="rect5466" - style="fill:url(#radialGradient3294);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="27" - y="27" - id="rect5468" - style="fill:url(#radialGradient3296);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="26" - y="28" - id="rect5470" - style="fill:url(#radialGradient3298);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="28" - y="28" - id="rect5472" - style="fill:url(#radialGradient3300);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="25" - y="29" - id="rect5474" - style="fill:url(#radialGradient3302);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="27" - y="29" - id="rect5476" - style="fill:url(#radialGradient3304);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> </g> - </g> - <g - transform="translate(5,18)" - id="layer4" - style="display:inline"> <g - transform="translate(-2,0)" - id="g4694"> - <rect - width="12.00351" - height="12.00351" - rx="1.4868355" - ry="1.4868355" - x="31.498245" - y="16.498245" - id="rect2021" - style="opacity:1;fill:#ef2929;fill-opacity:1;stroke:#cc0000;stroke-width:0.9964897;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> - <rect - width="9.9999962" - height="9.9999962" - rx="0.4861359" - ry="0.4861359" - x="32.5" - y="17.500002" - id="rect3795" - style="opacity:0.3;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> - <path - d="M 35,20 L 40,25" - id="path4682" - style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - d="M 40,20 L 35,25" - id="path4684" - style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + style="display:inline" + id="layer4" + transform="translate(5,18)"> + <g + id="g4694" + transform="translate(-2)"> + <rect + style="display:inline;opacity:1;fill:#ef2929;fill-opacity:1;stroke:#cc0000;stroke-width:0.9964897;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000052;stroke-opacity:1" + id="rect2021" + y="16.498245" + x="31.498245" + ry="1.4868355" + rx="1.4868355" + height="12.00351" + width="12.00351" /> + <rect + style="display:inline;opacity:0.3;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000052;stroke-opacity:1" + id="rect3795" + y="17.500002" + x="32.5" + ry="0.4861359" + rx="0.4861359" + height="9.9999962" + width="9.9999962" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4682" + d="m 35,20 5,5" + inkscape:connector-curvature="0" /> + <path + style="display:inline;fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4684" + d="m 40,20 -5,5" + inkscape:connector-curvature="0" /> + </g> </g> </g> </g> diff --git a/mate/scalable/status/network-receive.svg b/mate/scalable/status/network-receive.svg index 4db49c1..bbbba74 100644 --- a/mate/scalable/status/network-receive.svg +++ b/mate/scalable/status/network-receive.svg @@ -1,13 +1,53 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> + <svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" - width="48" - height="48" - id="svg2327"> + width="96" + height="96" + id="svg2327" + sodipodi:docname="network-receive.svg" + inkscape:version="0.92.4 (unknown)"> + <metadata + id="metadata290"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="2383" + inkscape:window-height="1122" + id="namedview288" + showgrid="false" + inkscape:zoom="5.6568542" + inkscape:cx="4.5138831" + inkscape:cy="24" + inkscape:window-x="140" + inkscape:window-y="52" + inkscape:window-maximized="0" + inkscape:current-layer="svg2327" /> <defs id="defs3"> <linearGradient @@ -608,7 +648,7 @@ id="linearGradient6246" xlink:href="#linearGradient6240" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.664512,0,0,0.651253,9.569506e-2,-1.210023)" /> + gradientTransform="matrix(0.664512,0,0,0.651253,0.09569506,-1.210023)" /> <radialGradient cx="24.006104" cy="32.997028" @@ -618,7 +658,7 @@ id="radialGradient5239" xlink:href="#linearGradient7670" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-3.259613e-2)" /> + gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-0.03259613)" /> <linearGradient x1="17.247635" y1="6.3760414" @@ -729,7 +769,7 @@ id="radialGradient5630" xlink:href="#linearGradient3116" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-3.259613e-2)" /> + gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-0.03259613)" /> <linearGradient x1="20.156862" y1="5.0996137" @@ -738,7 +778,7 @@ id="linearGradient5632" xlink:href="#linearGradient6240" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.664512,0,0,0.651253,9.569506e-2,-1.210023)" /> + gradientTransform="matrix(0.664512,0,0,0.651253,0.09569506,-1.210023)" /> <linearGradient x1="-931.75031" y1="148.07117" @@ -1219,1017 +1259,1051 @@ gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" /> </defs> <g - id="layer1"> + id="g433" + transform="matrix(1.9999896,0,0,1.9999896,-0.25951932,1.9136809)"> <g - transform="translate(14.98536,1)" - id="g5480"> + id="layer1"> <g - id="g5482" - style="display:inline" /> - <g - id="g5484" - style="display:inline"> - <g - transform="translate(-54,0.18088)" - id="g5486" /> + id="g5480" + transform="translate(14.98536,1)"> <g - transform="translate(-54,15.24691)" - id="g5488" /> + style="display:inline" + id="g5482" /> <g - transform="translate(-54,15.24691)" - id="g5490" - style="display:inline" /> - </g> - <g - id="g5492" - style="display:inline"> - <path - d="M 47.69706,42.6875 A 23.75956,5.8835783 0 1 1 0.17794037,42.6875 A 23.75956,5.8835783 0 1 1 47.69706,42.6875 z" - transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" - id="path5494" - style="opacity:0.3;fill:url(#radialGradient5620);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 27.082936,28.048013 C 21.663366,21.135948 31.947853,26.54939 30.855772,24.153878 C 29.785572,21.806364 17.408039,24.595241 18.709552,20.667209" - id="path5496" - style="opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5622);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> - <path - d="M 26.784723,27.671888 C 21.538638,20.412631 31.520563,26.487432 30.374151,23.604157 C 29.072638,20.330797 18.198646,24.276982 18.806217,20.406815" - id="path5498" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + style="display:inline" + id="g5484"> + <g + id="g5486" + transform="translate(-54,0.18088)" /> + <g + id="g5488" + transform="translate(-54,15.24691)" /> + <g + style="display:inline" + id="g5490" + transform="translate(-54,15.24691)" /> + </g> <g - transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)" - id="g5500" - style="display:inline"> + style="display:inline" + id="g5492"> <path - d="M 14.375479,32.558794 C 14.375479,32.558794 15.592355,37.45777 10.51915,37.50376 C 8.0888743,37.525507 8.5866723,41.509781 8.5866723,41.509781 L 39.433139,41.478634 C 39.433139,41.478634 39.851577,37.611393 37.410922,37.566053 C 32.423455,37.474579 33.600393,32.496503 33.600393,32.496503 L 14.375479,32.558794 z" - id="path5502" - style="opacity:1;fill:url(#linearGradient5624);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;opacity:0.3;fill:url(#radialGradient5620);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5494" + transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" + d="m 47.69706,42.6875 a 23.75956,5.8835783 0 1 1 -47.51911963,0 23.75956,5.8835783 0 1 1 47.51911963,0 z" + inkscape:connector-curvature="0" /> <path - d="M 13.926195,33.027451 C 14.010206,35.2 13.641655,35.938894 12.285731,36.702682 L 36,38 C 35.047008,36.831372 33.660837,35.066666 34.038883,33.011765 L 13.926195,33.027451 z" - id="path5504" - style="opacity:0.5;fill:url(#linearGradient5626);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + style="display:inline;opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5622);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5496" + d="m 27.082936,28.048013 c -5.41957,-6.912065 4.864917,-1.498623 3.772836,-3.894135 -1.0702,-2.347514 -13.447733,0.441363 -12.14622,-3.486669" + inkscape:connector-curvature="0" /> <path - d="M 10.436202,38.661601 C 17.000465,38.66357 37.562637,38.661601 37.562637,38.661601" - id="path5506" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" /> + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5498" + d="m 26.784723,27.671888 c -5.246085,-7.259257 4.73584,-1.184456 3.589428,-4.067731 -1.301513,-3.27336 -12.175505,0.672825 -11.567934,-3.197342" + inkscape:connector-curvature="0" /> + <g + style="display:inline" + id="g5500" + transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)"> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5624);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5502" + d="m 14.375479,32.558794 c 0,0 1.216876,4.898976 -3.856329,4.944966 -2.4302757,0.02175 -1.9324777,4.006021 -1.9324777,4.006021 l 30.8464667,-0.03115 c 0,0 0.418438,-3.867241 -2.022217,-3.912581 -4.987467,-0.09147 -3.810529,-5.06955 -3.810529,-5.06955 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.5;fill:url(#linearGradient5626);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5504" + d="m 13.926195,33.027451 c 0.08401,2.172549 -0.28454,2.911443 -1.640464,3.675231 L 36,38 c -0.952992,-1.168628 -2.339163,-2.933334 -1.961117,-4.988235 z" + inkscape:connector-curvature="0" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" + id="path5506" + d="m 10.436202,38.661601 c 6.564263,0.002 27.126435,0 27.126435,0" + inkscape:connector-curvature="0" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + id="path5508" + d="m 11.134219,39.660187 c 6.012537,0.002 25.747298,0 25.747298,0" + inkscape:connector-curvature="0" /> + </g> <path - d="M 11.134219,39.660187 C 17.146756,39.662156 36.881517,39.660187 36.881517,39.660187" - id="path5508" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> - </g> - <path - d="M 3.602229,1.4999996 L 28.319154,1.4999996 C 29.631932,1.4999996 30.588653,2.4197694 30.588653,3.8361498 L 30.595753,20.072828 C 30.595753,21.162945 30.253253,21.499994 29.276792,21.499994 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.4138652,3.7151949 C 1.4138652,2.572403 2.4117826,1.4999996 3.602229,1.4999996 z" - id="path5510" - style="fill:url(#linearGradient5628);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> - <rect - width="25.103695" - height="15.194118" - x="3.4999971" - y="3.5000005" - id="rect5512" - style="fill:url(#radialGradient5630);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 4.0984042,4.0204313 L 4.0984042,15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 L 28,4 L 4.0984042,4.0204313 z" - id="path5514" - style="opacity:0.75;fill:url(#linearGradient5632);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 4.056094,2.4999991 C 3.2398944,2.4999991 2.4960113,3.2952856 2.4960113,4.0741096 L 2.4960108,19.789734 C 2.4999206,20.160319 2.5869303,20.275382 2.6715202,20.346431 C 2.7561101,20.417479 2.9348114,20.473541 3.2370502,20.480806 L 28.783404,20.500002 C 29.189758,20.500002 29.318189,20.437946 29.368434,20.384824 C 29.418681,20.3317 29.504941,20.138678 29.504941,19.674554 L 29.504942,4.1892884 C 29.504942,3.0791795 28.874178,2.4999991 27.866855,2.4999991 L 4.056094,2.4999991 z" - id="path5516" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> - <g - transform="matrix(1.543206e-2,0,0,1.215502e-2,29.57023,28.01728)" - id="g5518" - style="display:inline"> - <rect - width="1339.6335" - height="478.35718" - x="-1559.2523" - y="-150.69685" - id="rect5520" - style="opacity:0.40206185;fill:url(#linearGradient5634);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;fill:url(#linearGradient5628);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + id="path5510" + d="m 3.602229,1.4999996 h 24.716925 c 1.312778,0 2.269499,0.9197698 2.269499,2.3361502 l 0.0071,16.2366782 c 0,1.090117 -0.3425,1.427166 -1.318961,1.427166 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.413867,3.7151949 c 0,-1.1427919 0.9979174,-2.2151953 2.1883638,-2.2151953 z" + inkscape:connector-curvature="0" /> + <rect + style="display:inline;fill:url(#radialGradient5630);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect5512" + y="3.5000005" + x="3.4999971" + height="15.194118" + width="25.103695" /> + <path + style="display:inline;opacity:0.75;fill:url(#linearGradient5632);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5514" + d="M 4.0984042,4.0204313 V 15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 V 4 Z" + inkscape:connector-curvature="0" /> + <path + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + id="path5516" + d="m 4.056094,2.4999991 c -0.8161996,0 -1.5600827,0.7952865 -1.5600827,1.5741105 l -5e-7,15.7156244 c 0.00391,0.370585 0.09092,0.485648 0.1755094,0.556697 0.08459,0.07105 0.2632912,0.12711 0.56553,0.134375 l 25.5463538,0.0192 c 0.406354,0 0.534785,-0.06206 0.58503,-0.115178 0.05025,-0.05312 0.136507,-0.246146 0.136507,-0.71027 l 1e-6,-15.4852656 c 0,-1.1101089 -0.630764,-1.6892893 -1.638087,-1.6892893 z" + inkscape:connector-curvature="0" /> + <g + style="display:inline" + id="g5518" + transform="matrix(0.01543206,0,0,0.01215502,29.57023,28.01728)"> + <rect + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#linearGradient5634);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5520" + y="-150.69685" + x="-1559.2523" + height="478.35718" + width="1339.6335" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient5636);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5522" + d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z" + inkscape:connector-curvature="0" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient5638);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5524" + d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z" + inkscape:connector-curvature="0" /> + </g> + <path + style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5640);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5526" + d="M 3.643761,26.504783 H 28.921938 C 29.226374,26.504783 29.788645,26.492665 30,27 l 1.5,3 c 0.0625,0.406064 -0.01297,1.562501 -1.5,1.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 c 0.2113561,-0.507335 0.3393239,-0.495217 0.643761,-0.495217 z" + inkscape:connector-curvature="0" /> <path - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z" - id="path5522" - style="opacity:0.40206185;fill:url(#radialGradient5636);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5528" + d="M 4.0955909,27.111942 28.49679,27.10614 c 0.291751,0 0.324078,0 0.526628,0.343448 l 1.39724,2.701171 c 0,0.19027 -0.234876,0.343448 -0.526629,0.343448 l -27.2157949,0.0058 c -0.2917523,0 -0.5266285,-0.153179 -0.5266285,-0.343449 L 3.5689622,27.45539 c 0.2025495,-0.343448 0.2348764,-0.343448 0.5266287,-0.343448 z" + inkscape:connector-curvature="0" /> <path - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z" - id="path5524" - style="opacity:0.40206185;fill:url(#radialGradient5638);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5530" + d="m 4.9039459,26.500588 c -0.00197,0.0019 0.0018,0.01435 0,0.01582 -0.00951,0.0025 -0.032542,0.01229 -0.042271,0.01582 -0.00325,0.0013 -0.017896,-0.0014 -0.021136,0 -0.00322,0.0015 -0.017941,0.01417 -0.021136,0.01582 -0.00631,0.0035 -0.01504,0.01182 -0.021136,0.01582 -0.00298,0.0021 -0.018238,0.01358 -0.021136,0.01582 -0.00281,0.0024 -0.018431,0.01334 -0.021135,0.01582 -0.042036,0.04562 -0.086304,0.124928 -0.1479492,0.221446 l -1.4434418,2.404285 c 0,0.003 -1.479e-4,0.0128 0,0.01582 2.934e-4,0.003 -4.366e-4,0.0128 0,0.01582 5.774e-4,0.003 -7.158e-4,0.01281 0,0.01582 0.0017,0.006 0.018902,0.02568 0.021136,0.03163 0.00125,0.003 -0.00137,0.01288 0,0.01582 0.00449,0.0088 0.01557,0.02314 0.021136,0.03163 0.00591,0.0084 0.014235,0.0236 0.021136,0.03164 0.00241,0.0026 0.018627,0.01324 0.021136,0.01582 0.00261,0.0025 0.018428,0.01334 0.021136,0.01582 0.016818,0.01451 0.043435,0.03539 0.063407,0.04745 0.00341,0.0019 0.017651,0.01397 0.021136,0.01582 0.01069,0.0048 0.030687,0.01146 0.042271,0.01582 0.077907,0.02677 0.180974,0.04745 0.2747628,0.04745 H 18.650036 l -0.06341,-3.036987 -13.4713272,-4e-6 c -0.044397,0 -0.093157,-0.0012 -0.1268135,0 -0.00788,3.5e-5 -0.033715,3.11e-4 -0.042271,0 -0.00261,1.5e-5 -0.018765,-1.3e-4 -0.021136,0 -0.00183,0.0014 -0.019162,-0.0019 -0.021135,0 z m 14.9296841,4e-6 0.06341,1.012329 h 3.656459 L 23.38441,26.500592 Z m 4.818916,0 0.760882,3.036987 h 3.381696 c 0.09379,0 0.196855,-0.02068 0.274762,-0.04745 0.01159,-0.0044 0.03158,-0.01101 0.04227,-0.01582 0.0035,-0.0019 0.01773,-0.01389 0.02114,-0.01582 0.01997,-0.01206 0.04659,-0.03295 0.06341,-0.04745 0.0027,-0.0025 0.01853,-0.01329 0.02114,-0.01582 0.0025,-0.0026 0.01873,-0.01319 0.02114,-0.01582 0.0069,-0.008 0.01523,-0.02324 0.02114,-0.03164 0.0056,-0.0085 0.01664,-0.02288 0.02113,-0.03163 0.0014,-0.0029 -0.0012,-0.01286 0,-0.01582 0.0022,-0.006 0.01943,-0.02563 0.02114,-0.03163 7.15e-4,-0.003 -5.78e-4,-0.0128 0,-0.01582 4.36e-4,-0.003 -2.95e-4,-0.0128 0,-0.01582 1.49e-4,-0.003 0,-0.01281 0,-0.01582 l -1.183249,-2.404285 c -0.06165,-0.09652 -0.105914,-0.175827 -0.147949,-0.221446 -0.0027,-0.0025 -0.01833,-0.01346 -0.02114,-0.01582 -0.0029,-0.0022 -0.01816,-0.0137 -0.02114,-0.01582 -0.0061,-0.004 -0.01482,-0.01229 -0.02114,-0.01582 -0.0032,-0.0016 -0.01791,-0.01429 -0.02113,-0.01582 -0.0032,-0.0014 -0.01789,0.0013 -0.02114,0 -0.0097,-0.0035 -0.03276,-0.01333 -0.04227,-0.01582 -0.01044,-0.0019 -0.02693,-0.0125 -0.04227,-0.01582 -0.0077,-0.0015 -0.03522,8.6e-4 -0.04227,0 -0.03366,-0.0012 -0.08242,0 -0.126813,0 z m -3.973492,2.024657 -0.676339,1.01233 h 3.888949 l -0.845424,-1.01233 z" + inkscape:connector-curvature="0" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5642);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5532" + y="26" + x="5" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5644);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5534" + y="26" + x="7" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5646);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5536" + y="26" + x="9" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5648);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5538" + y="26" + x="11" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5650);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5540" + y="26" + x="13" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5652);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5542" + y="26" + x="15" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5654);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5544" + y="26" + x="17" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5546" + y="27" + x="4" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5658);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5548" + y="27" + x="6" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5660);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5550" + y="27" + x="8" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5662);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5552" + y="27" + x="10" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5664);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5554" + y="27" + x="12" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5666);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5556" + y="27" + x="14" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5668);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5558" + y="27" + x="16" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5670);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5560" + y="27" + x="18" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5672);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5562" + y="28" + x="5" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5674);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5564" + y="28" + x="7" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5676);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5566" + y="28" + x="9" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5678);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5568" + y="28" + x="11" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5570" + y="28" + x="13" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5682);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5572" + y="28" + x="15" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5684);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5574" + y="28" + x="17" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5686);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5576" + y="29" + x="4" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5688);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5578" + y="29" + x="6" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5690);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5580" + y="29" + x="8" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5692);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5582" + y="29" + x="10" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5694);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5584" + y="29" + x="12" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5696);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5586" + y="29" + x="14" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5698);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5588" + y="29" + x="16" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5700);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5590" + y="29" + x="18" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5702);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5592" + y="26" + x="21" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5704);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5594" + y="27" + x="20" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5706);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5596" + y="27" + x="22" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5708);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5598" + y="28" + x="21" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5710);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5600" + y="28" + x="23" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5712);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5602" + y="29" + x="20" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5714);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5604" + y="29" + x="22" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5716);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5606" + y="26" + x="26" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5718);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5608" + y="27" + x="25" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5720);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5610" + y="27" + x="27" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5722);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5612" + y="28" + x="26" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5724);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5614" + y="28" + x="28" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5726);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5616" + y="29" + x="25" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5728);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5618" + y="29" + x="27" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> </g> - <path - d="M 3.643761,26.504783 L 28.921938,26.504783 C 29.226374,26.504783 29.788645,26.492665 30,27 L 31.5,30 C 31.5625,30.406064 31.487026,31.562501 30,31.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 C 3.2113561,26.492665 3.3393239,26.504783 3.643761,26.504783 z" - id="path5526" - style="fill:url(#linearGradient5640);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - d="M 4.0955909,27.111942 L 28.49679,27.10614 C 28.788541,27.10614 28.820868,27.10614 29.023418,27.449588 L 30.420658,30.150759 C 30.420658,30.341029 30.185782,30.494207 29.894029,30.494207 L 2.6782341,30.500011 C 2.3864818,30.500011 2.1516056,30.346832 2.1516056,30.156562 L 3.5689622,27.45539 C 3.7715117,27.111942 3.8038386,27.111942 4.0955909,27.111942 z" - id="path5528" - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - d="M 4.9039459,26.500588 C 4.9019723,26.502459 4.9057445,26.514939 4.9039459,26.516406 C 4.89444,26.51889 4.8714034,26.528697 4.8616746,26.532224 C 4.8584281,26.533516 4.8437789,26.530815 4.840539,26.532224 C 4.8373165,26.533749 4.8225981,26.546397 4.8194034,26.548041 C 4.8130911,26.551565 4.8043634,26.559861 4.7982678,26.563859 C 4.7952901,26.565977 4.7800294,26.57744 4.7771322,26.579677 C 4.7743261,26.582033 4.7587013,26.593017 4.7559967,26.595495 C 4.7139608,26.641114 4.6696929,26.720423 4.6080475,26.816941 L 3.1646057,29.221226 C 3.1646057,29.224233 3.1644578,29.234029 3.1646057,29.237043 C 3.1648991,29.240062 3.1641691,29.249843 3.1646057,29.25286 C 3.1651831,29.255877 3.1638899,29.265668 3.1646057,29.268679 C 3.1663094,29.274683 3.1835077,29.294359 3.1857413,29.300313 C 3.1869871,29.303274 3.184369,29.31319 3.1857413,29.316132 C 3.1902312,29.324886 3.2013114,29.339269 3.2068769,29.347766 C 3.2127868,29.356161 3.2211123,29.37137 3.2280125,29.379402 C 3.230418,29.382033 3.2466397,29.392637 3.2491481,29.395219 C 3.2517571,29.39775 3.2675765,29.408562 3.2702837,29.411038 C 3.287102,29.425545 3.313719,29.446427 3.3336905,29.45849 C 3.3370984,29.460423 3.3513413,29.472456 3.3548262,29.474308 C 3.3655167,29.479116 3.3855128,29.485766 3.3970973,29.490126 C 3.4750042,29.516899 3.5780713,29.537579 3.6718601,29.537579 L 18.650036,29.537579 L 18.586629,26.500592 L 5.1153018,26.500588 C 5.0709049,26.500588 5.0221446,26.49941 4.9884883,26.500588 C 4.9806133,26.500623 4.9547729,26.500899 4.9462171,26.500588 C 4.9436075,26.500603 4.9274517,26.500458 4.9250814,26.500588 C 4.9232514,26.502034 4.9059195,26.498718 4.9039459,26.500588 z M 19.83363,26.500592 L 19.897036,27.512921 L 23.553495,27.512921 L 23.38441,26.500592 L 19.83363,26.500592 z M 24.652546,26.500592 L 25.413428,29.537579 L 28.795124,29.537579 C 28.888912,29.537579 28.991979,29.516899 29.069886,29.490126 C 29.081471,29.485766 29.101467,29.479116 29.112157,29.474308 C 29.115641,29.472456 29.129884,29.460423 29.133293,29.45849 C 29.153265,29.446427 29.179882,29.425545 29.1967,29.411038 C 29.199407,29.408562 29.215227,29.39775 29.217835,29.395219 C 29.220344,29.392637 29.236565,29.382033 29.238971,29.379402 C 29.245871,29.37137 29.254196,29.356161 29.260107,29.347766 C 29.265672,29.339269 29.276752,29.324886 29.281242,29.316132 C 29.282614,29.31319 29.279996,29.303274 29.281242,29.300313 C 29.283476,29.294359 29.300674,29.274683 29.302378,29.268679 C 29.303093,29.265668 29.3018,29.255877 29.302378,29.25286 C 29.302814,29.249843 29.302083,29.240062 29.302378,29.237043 C 29.302527,29.234029 29.302378,29.224233 29.302378,29.221226 L 28.119129,26.816941 C 28.057483,26.720424 28.013215,26.641114 27.97118,26.595495 C 27.968475,26.593017 27.95285,26.582033 27.950044,26.579677 C 27.947147,26.57744 27.931886,26.565977 27.928908,26.563859 C 27.922812,26.559861 27.914085,26.551565 27.907773,26.548041 C 27.904579,26.546397 27.88986,26.533749 27.886638,26.532224 C 27.883397,26.530815 27.868747,26.533516 27.865502,26.532224 C 27.855773,26.528697 27.832737,26.51889 27.823231,26.516406 C 27.812787,26.51452 27.796296,26.503902 27.780959,26.500588 C 27.773263,26.49907 27.745738,26.501448 27.738688,26.500588 C 27.705031,26.49941 27.656271,26.500588 27.611875,26.500588 L 24.652546,26.500592 z M 20.679054,28.525249 L 20.002715,29.537579 L 23.891664,29.537579 L 23.04624,28.525249 L 20.679054,28.525249 z" - id="path5530" - style="fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="5" - y="26" - id="rect5532" - style="fill:url(#radialGradient5642);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="7" - y="26" - id="rect5534" - style="fill:url(#radialGradient5644);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="9" - y="26" - id="rect5536" - style="fill:url(#radialGradient5646);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="11" - y="26" - id="rect5538" - style="fill:url(#radialGradient5648);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="13" - y="26" - id="rect5540" - style="fill:url(#radialGradient5650);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="15" - y="26" - id="rect5542" - style="fill:url(#radialGradient5652);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="17" - y="26" - id="rect5544" - style="fill:url(#radialGradient5654);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="4" - y="27" - id="rect5546" - style="fill:url(#radialGradient5656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="6" - y="27" - id="rect5548" - style="fill:url(#radialGradient5658);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="8" - y="27" - id="rect5550" - style="fill:url(#radialGradient5660);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="10" - y="27" - id="rect5552" - style="fill:url(#radialGradient5662);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="12" - y="27" - id="rect5554" - style="fill:url(#radialGradient5664);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="14" - y="27" - id="rect5556" - style="fill:url(#radialGradient5666);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="16" - y="27" - id="rect5558" - style="fill:url(#radialGradient5668);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="18" - y="27" - id="rect5560" - style="fill:url(#radialGradient5670);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="5" - y="28" - id="rect5562" - style="fill:url(#radialGradient5672);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="7" - y="28" - id="rect5564" - style="fill:url(#radialGradient5674);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="9" - y="28" - id="rect5566" - style="fill:url(#radialGradient5676);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="11" - y="28" - id="rect5568" - style="fill:url(#radialGradient5678);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="13" - y="28" - id="rect5570" - style="fill:url(#radialGradient5680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="15" - y="28" - id="rect5572" - style="fill:url(#radialGradient5682);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="17" - y="28" - id="rect5574" - style="fill:url(#radialGradient5684);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="4" - y="29" - id="rect5576" - style="fill:url(#radialGradient5686);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="6" - y="29" - id="rect5578" - style="fill:url(#radialGradient5688);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="8" - y="29" - id="rect5580" - style="fill:url(#radialGradient5690);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="10" - y="29" - id="rect5582" - style="fill:url(#radialGradient5692);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="12" - y="29" - id="rect5584" - style="fill:url(#radialGradient5694);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="14" - y="29" - id="rect5586" - style="fill:url(#radialGradient5696);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="16" - y="29" - id="rect5588" - style="fill:url(#radialGradient5698);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="18" - y="29" - id="rect5590" - style="fill:url(#radialGradient5700);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="21" - y="26" - id="rect5592" - style="fill:url(#radialGradient5702);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="20" - y="27" - id="rect5594" - style="fill:url(#radialGradient5704);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="22" - y="27" - id="rect5596" - style="fill:url(#radialGradient5706);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="21" - y="28" - id="rect5598" - style="fill:url(#radialGradient5708);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="23" - y="28" - id="rect5600" - style="fill:url(#radialGradient5710);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="20" - y="29" - id="rect5602" - style="fill:url(#radialGradient5712);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="22" - y="29" - id="rect5604" - style="fill:url(#radialGradient5714);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="26" - y="26" - id="rect5606" - style="fill:url(#radialGradient5716);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="25" - y="27" - id="rect5608" - style="fill:url(#radialGradient5718);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="27" - y="27" - id="rect5610" - style="fill:url(#radialGradient5720);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="26" - y="28" - id="rect5612" - style="fill:url(#radialGradient5722);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="28" - y="28" - id="rect5614" - style="fill:url(#radialGradient5724);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="25" - y="29" - id="rect5616" - style="fill:url(#radialGradient5726);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="27" - y="29" - id="rect5618" - style="fill:url(#radialGradient5728);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> </g> - </g> - <g - transform="translate(0.985355,12)" - id="g5340"> - <g - id="g5342" - style="display:inline" /> <g - id="g5344" - style="display:inline"> + id="g5340" + transform="translate(0.985355,12)"> <g - transform="translate(-54,0.18088)" - id="g5346" /> + style="display:inline" + id="g5342" /> <g - transform="translate(-54,15.24691)" - id="g5348" /> - <g - transform="translate(-54,15.24691)" - id="g5350" - style="display:inline" /> - </g> - <g - id="layer2" - style="display:inline"> - <path - d="M 47.69706,42.6875 A 23.75956,5.8835783 0 1 1 0.17794037,42.6875 A 23.75956,5.8835783 0 1 1 47.69706,42.6875 z" - transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" - id="path5353" - style="opacity:0.3;fill:url(#radialGradient2313);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 27.082936,28.048013 C 21.663366,21.135948 31.947853,26.54939 30.855772,24.153878 C 29.785572,21.806364 17.408039,24.595241 18.709552,20.667209" - id="path5355" - style="opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4202);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> - <path - d="M 26.784723,27.671888 C 21.538638,20.412631 31.520563,26.487432 30.374151,23.604157 C 29.072638,20.330797 18.198646,24.276982 18.806217,20.406815" - id="path5357" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + style="display:inline" + id="g5344"> + <g + id="g5346" + transform="translate(-54,0.18088)" /> + <g + id="g5348" + transform="translate(-54,15.24691)" /> + <g + style="display:inline" + id="g5350" + transform="translate(-54,15.24691)" /> + </g> <g - transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)" - id="g5359" - style="display:inline"> + style="display:inline" + id="layer2"> <path - d="M 14.375479,32.558794 C 14.375479,32.558794 15.592355,37.45777 10.51915,37.50376 C 8.0888743,37.525507 8.5866723,41.509781 8.5866723,41.509781 L 39.433139,41.478634 C 39.433139,41.478634 39.851577,37.611393 37.410922,37.566053 C 32.423455,37.474579 33.600393,32.496503 33.600393,32.496503 L 14.375479,32.558794 z" - id="path5361" - style="opacity:1;fill:url(#linearGradient2308);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;opacity:0.3;fill:url(#radialGradient2313);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5353" + transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" + d="m 47.69706,42.6875 a 23.75956,5.8835783 0 1 1 -47.51911963,0 23.75956,5.8835783 0 1 1 47.51911963,0 z" + inkscape:connector-curvature="0" /> <path - d="M 13.926195,33.027451 C 14.010206,35.2 13.641655,35.938894 12.285731,36.702682 L 36,38 C 35.047008,36.831372 33.660837,35.066666 34.038883,33.011765 L 13.926195,33.027451 z" - id="path5363" - style="opacity:0.5;fill:url(#linearGradient2310);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + style="display:inline;opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4202);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5355" + d="m 27.082936,28.048013 c -5.41957,-6.912065 4.864917,-1.498623 3.772836,-3.894135 -1.0702,-2.347514 -13.447733,0.441363 -12.14622,-3.486669" + inkscape:connector-curvature="0" /> <path - d="M 10.436202,38.661601 C 17.000465,38.66357 37.562637,38.661601 37.562637,38.661601" - id="path5365" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" /> + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5357" + d="m 26.784723,27.671888 c -5.246085,-7.259257 4.73584,-1.184456 3.589428,-4.067731 -1.301513,-3.27336 -12.175505,0.672825 -11.567934,-3.197342" + inkscape:connector-curvature="0" /> + <g + style="display:inline" + id="g5359" + transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)"> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient2308);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5361" + d="m 14.375479,32.558794 c 0,0 1.216876,4.898976 -3.856329,4.944966 -2.4302757,0.02175 -1.9324777,4.006021 -1.9324777,4.006021 l 30.8464667,-0.03115 c 0,0 0.418438,-3.867241 -2.022217,-3.912581 -4.987467,-0.09147 -3.810529,-5.06955 -3.810529,-5.06955 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.5;fill:url(#linearGradient2310);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5363" + d="m 13.926195,33.027451 c 0.08401,2.172549 -0.28454,2.911443 -1.640464,3.675231 L 36,38 c -0.952992,-1.168628 -2.339163,-2.933334 -1.961117,-4.988235 z" + inkscape:connector-curvature="0" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" + id="path5365" + d="m 10.436202,38.661601 c 6.564263,0.002 27.126435,0 27.126435,0" + inkscape:connector-curvature="0" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + id="path5367" + d="m 11.134219,39.660187 c 6.012537,0.002 25.747298,0 25.747298,0" + inkscape:connector-curvature="0" /> + </g> <path - d="M 11.134219,39.660187 C 17.146756,39.662156 36.881517,39.660187 36.881517,39.660187" - id="path5367" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> - </g> - <path - d="M 3.602229,1.4999996 L 28.319154,1.4999996 C 29.631932,1.4999996 30.588653,2.4197694 30.588653,3.8361498 L 30.595753,20.072828 C 30.595753,21.162945 30.253253,21.499994 29.276792,21.499994 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.4138652,3.7151949 C 1.4138652,2.572403 2.4117826,1.4999996 3.602229,1.4999996 z" - id="path5369" - style="fill:url(#linearGradient5147);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> - <rect - width="25.103695" - height="15.194118" - x="3.4999971" - y="3.5000005" - id="rect5371" - style="fill:url(#radialGradient5239);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 4.0984042,4.0204313 L 4.0984042,15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 L 28,4 L 4.0984042,4.0204313 z" - id="path5373" - style="opacity:0.5;fill:url(#linearGradient6246);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - d="M 4.056094,2.4999991 C 3.2398944,2.4999991 2.4960113,3.2952856 2.4960113,4.0741096 L 2.4960108,19.789734 C 2.4999206,20.160319 2.5869303,20.275382 2.6715202,20.346431 C 2.7561101,20.417479 2.9348114,20.473541 3.2370502,20.480806 L 28.783404,20.500002 C 29.189758,20.500002 29.318189,20.437946 29.368434,20.384824 C 29.418681,20.3317 29.504941,20.138678 29.504941,19.674554 L 29.504942,4.1892884 C 29.504942,3.0791795 28.874178,2.4999991 27.866855,2.4999991 L 4.056094,2.4999991 z" - id="path5375" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> - <g - transform="matrix(1.543206e-2,0,0,1.215502e-2,29.57023,28.01728)" - id="g5377" - style="display:inline"> - <rect - width="1339.6335" - height="478.35718" - x="-1559.2523" - y="-150.69685" - id="rect6709" - style="opacity:0.40206185;fill:url(#linearGradient5478);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;fill:url(#linearGradient5147);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + id="path5369" + d="m 3.602229,1.4999996 h 24.716925 c 1.312778,0 2.269499,0.9197698 2.269499,2.3361502 l 0.0071,16.2366782 c 0,1.090117 -0.3425,1.427166 -1.318961,1.427166 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.413867,3.7151949 c 0,-1.1427919 0.9979174,-2.2151953 2.1883638,-2.2151953 z" + inkscape:connector-curvature="0" /> + <rect + style="display:inline;fill:url(#radialGradient5239);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect5371" + y="3.5000005" + x="3.4999971" + height="15.194118" + width="25.103695" /> + <path + style="display:inline;opacity:0.5;fill:url(#linearGradient6246);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5373" + d="M 4.0984042,4.0204313 V 15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 V 4 Z" + inkscape:connector-curvature="0" /> + <path + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + id="path5375" + d="m 4.056094,2.4999991 c -0.8161996,0 -1.5600827,0.7952865 -1.5600827,1.5741105 l -5e-7,15.7156244 c 0.00391,0.370585 0.09092,0.485648 0.1755094,0.556697 0.08459,0.07105 0.2632912,0.12711 0.56553,0.134375 l 25.5463538,0.0192 c 0.406354,0 0.534785,-0.06206 0.58503,-0.115178 0.05025,-0.05312 0.136507,-0.246146 0.136507,-0.71027 l 1e-6,-15.4852656 c 0,-1.1101089 -0.630764,-1.6892893 -1.638087,-1.6892893 z" + inkscape:connector-curvature="0" /> + <g + style="display:inline" + id="g5377" + transform="matrix(0.01543206,0,0,0.01215502,29.57023,28.01728)"> + <rect + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#linearGradient5478);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect6709" + y="-150.69685" + x="-1559.2523" + height="478.35718" + width="1339.6335" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient2309);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5380" + d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z" + inkscape:connector-curvature="0" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient2311);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5382" + d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z" + inkscape:connector-curvature="0" /> + </g> <path - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z" - id="path5380" - style="opacity:0.40206185;fill:url(#radialGradient2309);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3905);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5384" + d="M 3.643761,26.504783 H 28.921938 C 29.226374,26.504783 29.788645,26.492665 30,27 l 1.5,3 c 0.0625,0.406064 -0.01297,1.562501 -1.5,1.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 c 0.2113561,-0.507335 0.3393239,-0.495217 0.643761,-0.495217 z" + inkscape:connector-curvature="0" /> <path - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z" - id="path5382" - style="opacity:0.40206185;fill:url(#radialGradient2311);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5386" + d="M 4.0955909,27.111942 28.49679,27.10614 c 0.291751,0 0.324078,0 0.526628,0.343448 l 1.39724,2.701171 c 0,0.19027 -0.234876,0.343448 -0.526629,0.343448 l -27.2157949,0.0058 c -0.2917523,0 -0.5266285,-0.153179 -0.5266285,-0.343449 L 3.5689622,27.45539 c 0.2025495,-0.343448 0.2348764,-0.343448 0.5266287,-0.343448 z" + inkscape:connector-curvature="0" /> + <path + style="display:inline;overflow:visible;visibility:visible;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="path5388" + d="m 4.9039459,26.500588 c -0.00197,0.0019 0.0018,0.01435 0,0.01582 -0.00951,0.0025 -0.032542,0.01229 -0.042271,0.01582 -0.00325,0.0013 -0.017896,-0.0014 -0.021136,0 -0.00322,0.0015 -0.017941,0.01417 -0.021136,0.01582 -0.00631,0.0035 -0.01504,0.01182 -0.021136,0.01582 -0.00298,0.0021 -0.018238,0.01358 -0.021136,0.01582 -0.00281,0.0024 -0.018431,0.01334 -0.021135,0.01582 -0.042036,0.04562 -0.086304,0.124928 -0.1479492,0.221446 l -1.4434418,2.404285 c 0,0.003 -1.479e-4,0.0128 0,0.01582 2.934e-4,0.003 -4.366e-4,0.0128 0,0.01582 5.774e-4,0.003 -7.158e-4,0.01281 0,0.01582 0.0017,0.006 0.018902,0.02568 0.021136,0.03163 0.00125,0.003 -0.00137,0.01288 0,0.01582 0.00449,0.0088 0.01557,0.02314 0.021136,0.03163 0.00591,0.0084 0.014235,0.0236 0.021136,0.03164 0.00241,0.0026 0.018627,0.01324 0.021136,0.01582 0.00261,0.0025 0.018428,0.01334 0.021136,0.01582 0.016818,0.01451 0.043435,0.03539 0.063407,0.04745 0.00341,0.0019 0.017651,0.01397 0.021136,0.01582 0.01069,0.0048 0.030687,0.01146 0.042271,0.01582 0.077907,0.02677 0.180974,0.04745 0.2747628,0.04745 H 18.650036 l -0.06341,-3.036987 -13.4713272,-4e-6 c -0.044397,0 -0.093157,-0.0012 -0.1268135,0 -0.00788,3.5e-5 -0.033715,3.11e-4 -0.042271,0 -0.00261,1.5e-5 -0.018765,-1.3e-4 -0.021136,0 -0.00183,0.0014 -0.019162,-0.0019 -0.021135,0 z m 14.9296841,4e-6 0.06341,1.012329 h 3.656459 L 23.38441,26.500592 Z m 4.818916,0 0.760882,3.036987 h 3.381696 c 0.09379,0 0.196855,-0.02068 0.274762,-0.04745 0.01159,-0.0044 0.03158,-0.01101 0.04227,-0.01582 0.0035,-0.0019 0.01773,-0.01389 0.02114,-0.01582 0.01997,-0.01206 0.04659,-0.03295 0.06341,-0.04745 0.0027,-0.0025 0.01853,-0.01329 0.02114,-0.01582 0.0025,-0.0026 0.01873,-0.01319 0.02114,-0.01582 0.0069,-0.008 0.01523,-0.02324 0.02114,-0.03164 0.0056,-0.0085 0.01664,-0.02288 0.02113,-0.03163 0.0014,-0.0029 -0.0012,-0.01286 0,-0.01582 0.0022,-0.006 0.01943,-0.02563 0.02114,-0.03163 7.15e-4,-0.003 -5.78e-4,-0.0128 0,-0.01582 4.36e-4,-0.003 -2.95e-4,-0.0128 0,-0.01582 1.49e-4,-0.003 0,-0.01281 0,-0.01582 l -1.183249,-2.404285 c -0.06165,-0.09652 -0.105914,-0.175827 -0.147949,-0.221446 -0.0027,-0.0025 -0.01833,-0.01346 -0.02114,-0.01582 -0.0029,-0.0022 -0.01816,-0.0137 -0.02114,-0.01582 -0.0061,-0.004 -0.01482,-0.01229 -0.02114,-0.01582 -0.0032,-0.0016 -0.01791,-0.01429 -0.02113,-0.01582 -0.0032,-0.0014 -0.01789,0.0013 -0.02114,0 -0.0097,-0.0035 -0.03276,-0.01333 -0.04227,-0.01582 -0.01044,-0.0019 -0.02693,-0.0125 -0.04227,-0.01582 -0.0077,-0.0015 -0.03522,8.6e-4 -0.04227,0 -0.03366,-0.0012 -0.08242,0 -0.126813,0 z m -3.973492,2.024657 -0.676339,1.01233 h 3.888949 l -0.845424,-1.01233 z" + inkscape:connector-curvature="0" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3248);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5390" + y="26" + x="5" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3245);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5392" + y="26" + x="7" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3242);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5394" + y="26" + x="9" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3239);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5396" + y="26" + x="11" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3236);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5398" + y="26" + x="13" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3233);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5400" + y="26" + x="15" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3230);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5402" + y="26" + x="17" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3224);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5404" + y="27" + x="4" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3221);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5406" + y="27" + x="6" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3218);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5408" + y="27" + x="8" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3215);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5410" + y="27" + x="10" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3212);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5412" + y="27" + x="12" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3209);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5414" + y="27" + x="14" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3206);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5416" + y="27" + x="16" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3203);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5418" + y="27" + x="18" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3200);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5420" + y="28" + x="5" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3197);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5422" + y="28" + x="7" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3194);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5424" + y="28" + x="9" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3191);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5426" + y="28" + x="11" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5428" + y="28" + x="13" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3185);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5430" + y="28" + x="15" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3182);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5432" + y="28" + x="17" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3176);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5434" + y="29" + x="4" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3173);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5436" + y="29" + x="6" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3170);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5438" + y="29" + x="8" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3167);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5440" + y="29" + x="10" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3164);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5442" + y="29" + x="12" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3161);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5444" + y="29" + x="14" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3158);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5446" + y="29" + x="16" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3155);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5448" + y="29" + x="18" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3264);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5450" + y="26" + x="21" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3266);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5452" + y="27" + x="20" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3268);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5454" + y="27" + x="22" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3270);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5456" + y="28" + x="21" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3272);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5458" + y="28" + x="23" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3274);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5460" + y="29" + x="20" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3276);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5462" + y="29" + x="22" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3292);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5464" + y="26" + x="26" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3294);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5466" + y="27" + x="25" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3296);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5468" + y="27" + x="27" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3298);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5470" + y="28" + x="26" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3300);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5472" + y="28" + x="28" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3302);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5474" + y="29" + x="25" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> + <rect + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3304);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5476" + y="29" + x="27" + ry="0.26516503" + rx="0.26516503" + height="1" + width="1" /> </g> - <path - d="M 3.643761,26.504783 L 28.921938,26.504783 C 29.226374,26.504783 29.788645,26.492665 30,27 L 31.5,30 C 31.5625,30.406064 31.487026,31.562501 30,31.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 C 3.2113561,26.492665 3.3393239,26.504783 3.643761,26.504783 z" - id="path5384" - style="fill:url(#linearGradient3905);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - d="M 4.0955909,27.111942 L 28.49679,27.10614 C 28.788541,27.10614 28.820868,27.10614 29.023418,27.449588 L 30.420658,30.150759 C 30.420658,30.341029 30.185782,30.494207 29.894029,30.494207 L 2.6782341,30.500011 C 2.3864818,30.500011 2.1516056,30.346832 2.1516056,30.156562 L 3.5689622,27.45539 C 3.7715117,27.111942 3.8038386,27.111942 4.0955909,27.111942 z" - id="path5386" - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - d="M 4.9039459,26.500588 C 4.9019723,26.502459 4.9057445,26.514939 4.9039459,26.516406 C 4.89444,26.51889 4.8714034,26.528697 4.8616746,26.532224 C 4.8584281,26.533516 4.8437789,26.530815 4.840539,26.532224 C 4.8373165,26.533749 4.8225981,26.546397 4.8194034,26.548041 C 4.8130911,26.551565 4.8043634,26.559861 4.7982678,26.563859 C 4.7952901,26.565977 4.7800294,26.57744 4.7771322,26.579677 C 4.7743261,26.582033 4.7587013,26.593017 4.7559967,26.595495 C 4.7139608,26.641114 4.6696929,26.720423 4.6080475,26.816941 L 3.1646057,29.221226 C 3.1646057,29.224233 3.1644578,29.234029 3.1646057,29.237043 C 3.1648991,29.240062 3.1641691,29.249843 3.1646057,29.25286 C 3.1651831,29.255877 3.1638899,29.265668 3.1646057,29.268679 C 3.1663094,29.274683 3.1835077,29.294359 3.1857413,29.300313 C 3.1869871,29.303274 3.184369,29.31319 3.1857413,29.316132 C 3.1902312,29.324886 3.2013114,29.339269 3.2068769,29.347766 C 3.2127868,29.356161 3.2211123,29.37137 3.2280125,29.379402 C 3.230418,29.382033 3.2466397,29.392637 3.2491481,29.395219 C 3.2517571,29.39775 3.2675765,29.408562 3.2702837,29.411038 C 3.287102,29.425545 3.313719,29.446427 3.3336905,29.45849 C 3.3370984,29.460423 3.3513413,29.472456 3.3548262,29.474308 C 3.3655167,29.479116 3.3855128,29.485766 3.3970973,29.490126 C 3.4750042,29.516899 3.5780713,29.537579 3.6718601,29.537579 L 18.650036,29.537579 L 18.586629,26.500592 L 5.1153018,26.500588 C 5.0709049,26.500588 5.0221446,26.49941 4.9884883,26.500588 C 4.9806133,26.500623 4.9547729,26.500899 4.9462171,26.500588 C 4.9436075,26.500603 4.9274517,26.500458 4.9250814,26.500588 C 4.9232514,26.502034 4.9059195,26.498718 4.9039459,26.500588 z M 19.83363,26.500592 L 19.897036,27.512921 L 23.553495,27.512921 L 23.38441,26.500592 L 19.83363,26.500592 z M 24.652546,26.500592 L 25.413428,29.537579 L 28.795124,29.537579 C 28.888912,29.537579 28.991979,29.516899 29.069886,29.490126 C 29.081471,29.485766 29.101467,29.479116 29.112157,29.474308 C 29.115641,29.472456 29.129884,29.460423 29.133293,29.45849 C 29.153265,29.446427 29.179882,29.425545 29.1967,29.411038 C 29.199407,29.408562 29.215227,29.39775 29.217835,29.395219 C 29.220344,29.392637 29.236565,29.382033 29.238971,29.379402 C 29.245871,29.37137 29.254196,29.356161 29.260107,29.347766 C 29.265672,29.339269 29.276752,29.324886 29.281242,29.316132 C 29.282614,29.31319 29.279996,29.303274 29.281242,29.300313 C 29.283476,29.294359 29.300674,29.274683 29.302378,29.268679 C 29.303093,29.265668 29.3018,29.255877 29.302378,29.25286 C 29.302814,29.249843 29.302083,29.240062 29.302378,29.237043 C 29.302527,29.234029 29.302378,29.224233 29.302378,29.221226 L 28.119129,26.816941 C 28.057483,26.720424 28.013215,26.641114 27.97118,26.595495 C 27.968475,26.593017 27.95285,26.582033 27.950044,26.579677 C 27.947147,26.57744 27.931886,26.565977 27.928908,26.563859 C 27.922812,26.559861 27.914085,26.551565 27.907773,26.548041 C 27.904579,26.546397 27.88986,26.533749 27.886638,26.532224 C 27.883397,26.530815 27.868747,26.533516 27.865502,26.532224 C 27.855773,26.528697 27.832737,26.51889 27.823231,26.516406 C 27.812787,26.51452 27.796296,26.503902 27.780959,26.500588 C 27.773263,26.49907 27.745738,26.501448 27.738688,26.500588 C 27.705031,26.49941 27.656271,26.500588 27.611875,26.500588 L 24.652546,26.500592 z M 20.679054,28.525249 L 20.002715,29.537579 L 23.891664,29.537579 L 23.04624,28.525249 L 20.679054,28.525249 z" - id="path5388" - style="fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="5" - y="26" - id="rect5390" - style="fill:url(#radialGradient3248);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="7" - y="26" - id="rect5392" - style="fill:url(#radialGradient3245);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="9" - y="26" - id="rect5394" - style="fill:url(#radialGradient3242);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="11" - y="26" - id="rect5396" - style="fill:url(#radialGradient3239);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="13" - y="26" - id="rect5398" - style="fill:url(#radialGradient3236);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="15" - y="26" - id="rect5400" - style="fill:url(#radialGradient3233);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="17" - y="26" - id="rect5402" - style="fill:url(#radialGradient3230);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="4" - y="27" - id="rect5404" - style="fill:url(#radialGradient3224);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="6" - y="27" - id="rect5406" - style="fill:url(#radialGradient3221);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="8" - y="27" - id="rect5408" - style="fill:url(#radialGradient3218);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="10" - y="27" - id="rect5410" - style="fill:url(#radialGradient3215);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="12" - y="27" - id="rect5412" - style="fill:url(#radialGradient3212);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="14" - y="27" - id="rect5414" - style="fill:url(#radialGradient3209);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="16" - y="27" - id="rect5416" - style="fill:url(#radialGradient3206);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="18" - y="27" - id="rect5418" - style="fill:url(#radialGradient3203);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="5" - y="28" - id="rect5420" - style="fill:url(#radialGradient3200);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="7" - y="28" - id="rect5422" - style="fill:url(#radialGradient3197);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="9" - y="28" - id="rect5424" - style="fill:url(#radialGradient3194);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="11" - y="28" - id="rect5426" - style="fill:url(#radialGradient3191);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="13" - y="28" - id="rect5428" - style="fill:url(#radialGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="15" - y="28" - id="rect5430" - style="fill:url(#radialGradient3185);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="17" - y="28" - id="rect5432" - style="fill:url(#radialGradient3182);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="4" - y="29" - id="rect5434" - style="fill:url(#radialGradient3176);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="6" - y="29" - id="rect5436" - style="fill:url(#radialGradient3173);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="8" - y="29" - id="rect5438" - style="fill:url(#radialGradient3170);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="10" - y="29" - id="rect5440" - style="fill:url(#radialGradient3167);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="12" - y="29" - id="rect5442" - style="fill:url(#radialGradient3164);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="14" - y="29" - id="rect5444" - style="fill:url(#radialGradient3161);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="16" - y="29" - id="rect5446" - style="fill:url(#radialGradient3158);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="18" - y="29" - id="rect5448" - style="fill:url(#radialGradient3155);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="21" - y="26" - id="rect5450" - style="fill:url(#radialGradient3264);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="20" - y="27" - id="rect5452" - style="fill:url(#radialGradient3266);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="22" - y="27" - id="rect5454" - style="fill:url(#radialGradient3268);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="21" - y="28" - id="rect5456" - style="fill:url(#radialGradient3270);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="23" - y="28" - id="rect5458" - style="fill:url(#radialGradient3272);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="20" - y="29" - id="rect5460" - style="fill:url(#radialGradient3274);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="22" - y="29" - id="rect5462" - style="fill:url(#radialGradient3276);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="26" - y="26" - id="rect5464" - style="fill:url(#radialGradient3292);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="25" - y="27" - id="rect5466" - style="fill:url(#radialGradient3294);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="27" - y="27" - id="rect5468" - style="fill:url(#radialGradient3296);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="26" - y="28" - id="rect5470" - style="fill:url(#radialGradient3298);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="28" - y="28" - id="rect5472" - style="fill:url(#radialGradient3300);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="25" - y="29" - id="rect5474" - style="fill:url(#radialGradient3302);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - width="1" - height="1" - rx="0.26516503" - ry="0.26516503" - x="27" - y="29" - id="rect5476" - style="fill:url(#radialGradient3304);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> </g> </g> </g> diff --git a/mate/scalable/status/network-transmit-receive.svg b/mate/scalable/status/network-transmit-receive.svg index 1eeec0d..963930b 100644 --- a/mate/scalable/status/network-transmit-receive.svg +++ b/mate/scalable/status/network-transmit-receive.svg @@ -1,13 +1,53 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> + <svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" - width="48" - height="48" - id="svg2327"> + width="96" + height="96" + id="svg2327" + sodipodi:docname="nm-device-wired-secure.svg" + inkscape:version="0.92.4 (unknown)"> + <metadata + id="metadata287"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="2909" + inkscape:window-height="1666" + id="namedview285" + showgrid="false" + inkscape:zoom="4.9166667" + inkscape:cx="6.0184728" + inkscape:cy="41.093752" + inkscape:window-x="720" + inkscape:window-y="134" + inkscape:window-maximized="0" + inkscape:current-layer="svg2327" /> <defs id="defs3"> <linearGradient @@ -597,7 +637,7 @@ id="linearGradient6246" xlink:href="#linearGradient6240" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.664512,0,0,0.651253,9.569506e-2,-1.210023)" /> + gradientTransform="matrix(0.664512,0,0,0.651253,0.09569506,-1.210023)" /> <radialGradient cx="24.006104" cy="32.997028" @@ -607,7 +647,7 @@ id="radialGradient5239" xlink:href="#linearGradient3116" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-3.259613e-2)" /> + gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-0.03259613)" /> <linearGradient x1="17.247635" y1="6.3760414" @@ -718,7 +758,7 @@ id="radialGradient5630" xlink:href="#linearGradient3116" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-3.259613e-2)" /> + gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-0.03259613)" /> <linearGradient x1="20.156862" y1="5.0996137" @@ -727,7 +767,7 @@ id="linearGradient5632" xlink:href="#linearGradient6240" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.664512,0,0,0.651253,9.569506e-2,-1.210023)" /> + gradientTransform="matrix(0.664512,0,0,0.651253,0.09569506,-1.210023)" /> <linearGradient x1="-931.75031" y1="148.07117" @@ -1208,7 +1248,8 @@ gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" /> </defs> <g - id="layer1"> + id="layer1" + transform="matrix(1.9999999,0,0,1.9999999,-0.08298997,2.1890899)"> <g transform="translate(14.98536,1)" id="g5480"> @@ -1233,60 +1274,70 @@ id="g5492" style="display:inline"> <path - d="M 47.69706,42.6875 A 23.75956,5.8835783 0 1 1 0.17794037,42.6875 A 23.75956,5.8835783 0 1 1 47.69706,42.6875 z" + d="m 47.69706,42.6875 a 23.75956,5.8835783 0 1 1 -47.51911963,0 23.75956,5.8835783 0 1 1 47.51911963,0 z" transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" id="path5494" - style="opacity:0.3;fill:url(#radialGradient5620);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + style="display:inline;opacity:0.3;fill:url(#radialGradient5620);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> <path - d="M 27.082936,28.048013 C 21.663366,21.135948 31.947853,26.54939 30.855772,24.153878 C 29.785572,21.806364 17.408039,24.595241 18.709552,20.667209" + d="m 27.082936,28.048013 c -5.41957,-6.912065 4.864917,-1.498623 3.772836,-3.894135 -1.0702,-2.347514 -13.447733,0.441363 -12.14622,-3.486669" id="path5496" - style="opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5622);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + style="display:inline;opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5622);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> <path - d="M 26.784723,27.671888 C 21.538638,20.412631 31.520563,26.487432 30.374151,23.604157 C 29.072638,20.330797 18.198646,24.276982 18.806217,20.406815" + d="m 26.784723,27.671888 c -5.246085,-7.259257 4.73584,-1.184456 3.589428,-4.067731 -1.301513,-3.27336 -12.175505,0.672825 -11.567934,-3.197342" id="path5498" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> <g transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)" id="g5500" style="display:inline"> <path - d="M 14.375479,32.558794 C 14.375479,32.558794 15.592355,37.45777 10.51915,37.50376 C 8.0888743,37.525507 8.5866723,41.509781 8.5866723,41.509781 L 39.433139,41.478634 C 39.433139,41.478634 39.851577,37.611393 37.410922,37.566053 C 32.423455,37.474579 33.600393,32.496503 33.600393,32.496503 L 14.375479,32.558794 z" + d="m 14.375479,32.558794 c 0,0 1.216876,4.898976 -3.856329,4.944966 -2.4302757,0.02175 -1.9324777,4.006021 -1.9324777,4.006021 l 30.8464667,-0.03115 c 0,0 0.418438,-3.867241 -2.022217,-3.912581 -4.987467,-0.09147 -3.810529,-5.06955 -3.810529,-5.06955 z" id="path5502" - style="opacity:1;fill:url(#linearGradient5624);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5624);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> <path - d="M 13.926195,33.027451 C 14.010206,35.2 13.641655,35.938894 12.285731,36.702682 L 36,38 C 35.047008,36.831372 33.660837,35.066666 34.038883,33.011765 L 13.926195,33.027451 z" + d="m 13.926195,33.027451 c 0.08401,2.172549 -0.28454,2.911443 -1.640464,3.675231 L 36,38 c -0.952992,-1.168628 -2.339163,-2.933334 -1.961117,-4.988235 z" id="path5504" - style="opacity:0.5;fill:url(#linearGradient5626);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + style="opacity:0.5;fill:url(#linearGradient5626);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> <path - d="M 10.436202,38.661601 C 17.000465,38.66357 37.562637,38.661601 37.562637,38.661601" + d="m 10.436202,38.661601 c 6.564263,0.002 27.126435,0 27.126435,0" id="path5506" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" /> + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" + inkscape:connector-curvature="0" /> <path - d="M 11.134219,39.660187 C 17.146756,39.662156 36.881517,39.660187 36.881517,39.660187" + d="m 11.134219,39.660187 c 6.012537,0.002 25.747298,0 25.747298,0" id="path5508" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> </g> <path - d="M 3.602229,1.4999996 L 28.319154,1.4999996 C 29.631932,1.4999996 30.588653,2.4197694 30.588653,3.8361498 L 30.595753,20.072828 C 30.595753,21.162945 30.253253,21.499994 29.276792,21.499994 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.4138652,3.7151949 C 1.4138652,2.572403 2.4117826,1.4999996 3.602229,1.4999996 z" + d="m 3.602229,1.4999996 h 24.716925 c 1.312778,0 2.269499,0.9197698 2.269499,2.3361502 l 0.0071,16.2366782 c 0,1.090117 -0.3425,1.427166 -1.318961,1.427166 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.413867,3.7151949 c 0,-1.1427919 0.9979174,-2.2151953 2.1883638,-2.2151953 z" id="path5510" - style="fill:url(#linearGradient5628);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> + style="display:inline;fill:url(#linearGradient5628);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + inkscape:connector-curvature="0" /> <rect width="25.103695" height="15.194118" x="3.4999971" y="3.5000005" id="rect5512" - style="fill:url(#radialGradient5630);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + style="display:inline;fill:url(#radialGradient5630);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> <path - d="M 4.0984042,4.0204313 L 4.0984042,15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 L 28,4 L 4.0984042,4.0204313 z" + d="M 4.0984042,4.0204313 V 15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 V 4 Z" id="path5514" - style="opacity:0.75;fill:url(#linearGradient5632);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + style="display:inline;opacity:0.75;fill:url(#linearGradient5632);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> <path - d="M 4.056094,2.4999991 C 3.2398944,2.4999991 2.4960113,3.2952856 2.4960113,4.0741096 L 2.4960108,19.789734 C 2.4999206,20.160319 2.5869303,20.275382 2.6715202,20.346431 C 2.7561101,20.417479 2.9348114,20.473541 3.2370502,20.480806 L 28.783404,20.500002 C 29.189758,20.500002 29.318189,20.437946 29.368434,20.384824 C 29.418681,20.3317 29.504941,20.138678 29.504941,19.674554 L 29.504942,4.1892884 C 29.504942,3.0791795 28.874178,2.4999991 27.866855,2.4999991 L 4.056094,2.4999991 z" + d="m 4.056094,2.4999991 c -0.8161996,0 -1.5600827,0.7952865 -1.5600827,1.5741105 l -5e-7,15.7156244 c 0.00391,0.370585 0.09092,0.485648 0.1755094,0.556697 0.08459,0.07105 0.2632912,0.12711 0.56553,0.134375 l 25.5463538,0.0192 c 0.406354,0 0.534785,-0.06206 0.58503,-0.115178 0.05025,-0.05312 0.136507,-0.246146 0.136507,-0.71027 l 1e-6,-15.4852656 c 0,-1.1101089 -0.630764,-1.6892893 -1.638087,-1.6892893 z" id="path5516" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + inkscape:connector-curvature="0" /> <g - transform="matrix(1.543206e-2,0,0,1.215502e-2,29.57023,28.01728)" + transform="matrix(0.01543206,0,0,0.01215502,29.57023,28.01728)" id="g5518" style="display:inline"> <rect @@ -1295,28 +1346,33 @@ x="-1559.2523" y="-150.69685" id="rect5520" - style="opacity:0.40206185;fill:url(#linearGradient5634);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#linearGradient5634);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <path - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z" + d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z" id="path5522" - style="opacity:0.40206185;fill:url(#radialGradient5636);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient5636);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> <path - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z" + d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z" id="path5524" - style="opacity:0.40206185;fill:url(#radialGradient5638);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient5638);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> </g> <path - d="M 3.643761,26.504783 L 28.921938,26.504783 C 29.226374,26.504783 29.788645,26.492665 30,27 L 31.5,30 C 31.5625,30.406064 31.487026,31.562501 30,31.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 C 3.2113561,26.492665 3.3393239,26.504783 3.643761,26.504783 z" + d="M 3.643761,26.504783 H 28.921938 C 29.226374,26.504783 29.788645,26.492665 30,27 l 1.5,3 c 0.0625,0.406064 -0.01297,1.562501 -1.5,1.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 c 0.2113561,-0.507335 0.3393239,-0.495217 0.643761,-0.495217 z" id="path5526" - style="fill:url(#linearGradient5640);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5640);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> <path - d="M 4.0955909,27.111942 L 28.49679,27.10614 C 28.788541,27.10614 28.820868,27.10614 29.023418,27.449588 L 30.420658,30.150759 C 30.420658,30.341029 30.185782,30.494207 29.894029,30.494207 L 2.6782341,30.500011 C 2.3864818,30.500011 2.1516056,30.346832 2.1516056,30.156562 L 3.5689622,27.45539 C 3.7715117,27.111942 3.8038386,27.111942 4.0955909,27.111942 z" + d="M 4.0955909,27.111942 28.49679,27.10614 c 0.291751,0 0.324078,0 0.526628,0.343448 l 1.39724,2.701171 c 0,0.19027 -0.234876,0.343448 -0.526629,0.343448 l -27.2157949,0.0058 c -0.2917523,0 -0.5266285,-0.153179 -0.5266285,-0.343449 L 3.5689622,27.45539 c 0.2025495,-0.343448 0.2348764,-0.343448 0.5266287,-0.343448 z" id="path5528" - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> <path - d="M 4.9039459,26.500588 C 4.9019723,26.502459 4.9057445,26.514939 4.9039459,26.516406 C 4.89444,26.51889 4.8714034,26.528697 4.8616746,26.532224 C 4.8584281,26.533516 4.8437789,26.530815 4.840539,26.532224 C 4.8373165,26.533749 4.8225981,26.546397 4.8194034,26.548041 C 4.8130911,26.551565 4.8043634,26.559861 4.7982678,26.563859 C 4.7952901,26.565977 4.7800294,26.57744 4.7771322,26.579677 C 4.7743261,26.582033 4.7587013,26.593017 4.7559967,26.595495 C 4.7139608,26.641114 4.6696929,26.720423 4.6080475,26.816941 L 3.1646057,29.221226 C 3.1646057,29.224233 3.1644578,29.234029 3.1646057,29.237043 C 3.1648991,29.240062 3.1641691,29.249843 3.1646057,29.25286 C 3.1651831,29.255877 3.1638899,29.265668 3.1646057,29.268679 C 3.1663094,29.274683 3.1835077,29.294359 3.1857413,29.300313 C 3.1869871,29.303274 3.184369,29.31319 3.1857413,29.316132 C 3.1902312,29.324886 3.2013114,29.339269 3.2068769,29.347766 C 3.2127868,29.356161 3.2211123,29.37137 3.2280125,29.379402 C 3.230418,29.382033 3.2466397,29.392637 3.2491481,29.395219 C 3.2517571,29.39775 3.2675765,29.408562 3.2702837,29.411038 C 3.287102,29.425545 3.313719,29.446427 3.3336905,29.45849 C 3.3370984,29.460423 3.3513413,29.472456 3.3548262,29.474308 C 3.3655167,29.479116 3.3855128,29.485766 3.3970973,29.490126 C 3.4750042,29.516899 3.5780713,29.537579 3.6718601,29.537579 L 18.650036,29.537579 L 18.586629,26.500592 L 5.1153018,26.500588 C 5.0709049,26.500588 5.0221446,26.49941 4.9884883,26.500588 C 4.9806133,26.500623 4.9547729,26.500899 4.9462171,26.500588 C 4.9436075,26.500603 4.9274517,26.500458 4.9250814,26.500588 C 4.9232514,26.502034 4.9059195,26.498718 4.9039459,26.500588 z M 19.83363,26.500592 L 19.897036,27.512921 L 23.553495,27.512921 L 23.38441,26.500592 L 19.83363,26.500592 z M 24.652546,26.500592 L 25.413428,29.537579 L 28.795124,29.537579 C 28.888912,29.537579 28.991979,29.516899 29.069886,29.490126 C 29.081471,29.485766 29.101467,29.479116 29.112157,29.474308 C 29.115641,29.472456 29.129884,29.460423 29.133293,29.45849 C 29.153265,29.446427 29.179882,29.425545 29.1967,29.411038 C 29.199407,29.408562 29.215227,29.39775 29.217835,29.395219 C 29.220344,29.392637 29.236565,29.382033 29.238971,29.379402 C 29.245871,29.37137 29.254196,29.356161 29.260107,29.347766 C 29.265672,29.339269 29.276752,29.324886 29.281242,29.316132 C 29.282614,29.31319 29.279996,29.303274 29.281242,29.300313 C 29.283476,29.294359 29.300674,29.274683 29.302378,29.268679 C 29.303093,29.265668 29.3018,29.255877 29.302378,29.25286 C 29.302814,29.249843 29.302083,29.240062 29.302378,29.237043 C 29.302527,29.234029 29.302378,29.224233 29.302378,29.221226 L 28.119129,26.816941 C 28.057483,26.720424 28.013215,26.641114 27.97118,26.595495 C 27.968475,26.593017 27.95285,26.582033 27.950044,26.579677 C 27.947147,26.57744 27.931886,26.565977 27.928908,26.563859 C 27.922812,26.559861 27.914085,26.551565 27.907773,26.548041 C 27.904579,26.546397 27.88986,26.533749 27.886638,26.532224 C 27.883397,26.530815 27.868747,26.533516 27.865502,26.532224 C 27.855773,26.528697 27.832737,26.51889 27.823231,26.516406 C 27.812787,26.51452 27.796296,26.503902 27.780959,26.500588 C 27.773263,26.49907 27.745738,26.501448 27.738688,26.500588 C 27.705031,26.49941 27.656271,26.500588 27.611875,26.500588 L 24.652546,26.500592 z M 20.679054,28.525249 L 20.002715,29.537579 L 23.891664,29.537579 L 23.04624,28.525249 L 20.679054,28.525249 z" + d="m 4.9039459,26.500588 c -0.00197,0.0019 0.0018,0.01435 0,0.01582 -0.00951,0.0025 -0.032542,0.01229 -0.042271,0.01582 -0.00325,0.0013 -0.017896,-0.0014 -0.021136,0 -0.00322,0.0015 -0.017941,0.01417 -0.021136,0.01582 -0.00631,0.0035 -0.01504,0.01182 -0.021136,0.01582 -0.00298,0.0021 -0.018238,0.01358 -0.021136,0.01582 -0.00281,0.0024 -0.018431,0.01334 -0.021135,0.01582 -0.042036,0.04562 -0.086304,0.124928 -0.1479492,0.221446 l -1.4434418,2.404285 c 0,0.003 -1.479e-4,0.0128 0,0.01582 2.934e-4,0.003 -4.366e-4,0.0128 0,0.01582 5.774e-4,0.003 -7.158e-4,0.01281 0,0.01582 0.0017,0.006 0.018902,0.02568 0.021136,0.03163 0.00125,0.003 -0.00137,0.01288 0,0.01582 0.00449,0.0088 0.01557,0.02314 0.021136,0.03163 0.00591,0.0084 0.014235,0.0236 0.021136,0.03164 0.00241,0.0026 0.018627,0.01324 0.021136,0.01582 0.00261,0.0025 0.018428,0.01334 0.021136,0.01582 0.016818,0.01451 0.043435,0.03539 0.063407,0.04745 0.00341,0.0019 0.017651,0.01397 0.021136,0.01582 0.01069,0.0048 0.030687,0.01146 0.042271,0.01582 0.077907,0.02677 0.180974,0.04745 0.2747628,0.04745 H 18.650036 l -0.06341,-3.036987 -13.4713272,-4e-6 c -0.044397,0 -0.093157,-0.0012 -0.1268135,0 -0.00788,3.5e-5 -0.033715,3.11e-4 -0.042271,0 -0.00261,1.5e-5 -0.018765,-1.3e-4 -0.021136,0 -0.00183,0.0014 -0.019162,-0.0019 -0.021135,0 z m 14.9296841,4e-6 0.06341,1.012329 h 3.656459 L 23.38441,26.500592 Z m 4.818916,0 0.760882,3.036987 h 3.381696 c 0.09379,0 0.196855,-0.02068 0.274762,-0.04745 0.01159,-0.0044 0.03158,-0.01101 0.04227,-0.01582 0.0035,-0.0019 0.01773,-0.01389 0.02114,-0.01582 0.01997,-0.01206 0.04659,-0.03295 0.06341,-0.04745 0.0027,-0.0025 0.01853,-0.01329 0.02114,-0.01582 0.0025,-0.0026 0.01873,-0.01319 0.02114,-0.01582 0.0069,-0.008 0.01523,-0.02324 0.02114,-0.03164 0.0056,-0.0085 0.01664,-0.02288 0.02113,-0.03163 0.0014,-0.0029 -0.0012,-0.01286 0,-0.01582 0.0022,-0.006 0.01943,-0.02563 0.02114,-0.03163 7.15e-4,-0.003 -5.78e-4,-0.0128 0,-0.01582 4.36e-4,-0.003 -2.95e-4,-0.0128 0,-0.01582 1.49e-4,-0.003 0,-0.01281 0,-0.01582 l -1.183249,-2.404285 c -0.06165,-0.09652 -0.105914,-0.175827 -0.147949,-0.221446 -0.0027,-0.0025 -0.01833,-0.01346 -0.02114,-0.01582 -0.0029,-0.0022 -0.01816,-0.0137 -0.02114,-0.01582 -0.0061,-0.004 -0.01482,-0.01229 -0.02114,-0.01582 -0.0032,-0.0016 -0.01791,-0.01429 -0.02113,-0.01582 -0.0032,-0.0014 -0.01789,0.0013 -0.02114,0 -0.0097,-0.0035 -0.03276,-0.01333 -0.04227,-0.01582 -0.01044,-0.0019 -0.02693,-0.0125 -0.04227,-0.01582 -0.0077,-0.0015 -0.03522,8.6e-4 -0.04227,0 -0.03366,-0.0012 -0.08242,0 -0.126813,0 z m -3.973492,2.024657 -0.676339,1.01233 h 3.888949 l -0.845424,-1.01233 z" id="path5530" - style="fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> <rect width="1" height="1" @@ -1325,7 +1381,7 @@ x="5" y="26" id="rect5532" - style="fill:url(#radialGradient5642);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5642);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1334,7 +1390,7 @@ x="7" y="26" id="rect5534" - style="fill:url(#radialGradient5644);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5644);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1343,7 +1399,7 @@ x="9" y="26" id="rect5536" - style="fill:url(#radialGradient5646);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5646);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1352,7 +1408,7 @@ x="11" y="26" id="rect5538" - style="fill:url(#radialGradient5648);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5648);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1361,7 +1417,7 @@ x="13" y="26" id="rect5540" - style="fill:url(#radialGradient5650);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5650);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1370,7 +1426,7 @@ x="15" y="26" id="rect5542" - style="fill:url(#radialGradient5652);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5652);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1379,7 +1435,7 @@ x="17" y="26" id="rect5544" - style="fill:url(#radialGradient5654);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5654);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1388,7 +1444,7 @@ x="4" y="27" id="rect5546" - style="fill:url(#radialGradient5656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1397,7 +1453,7 @@ x="6" y="27" id="rect5548" - style="fill:url(#radialGradient5658);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5658);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1406,7 +1462,7 @@ x="8" y="27" id="rect5550" - style="fill:url(#radialGradient5660);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5660);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1415,7 +1471,7 @@ x="10" y="27" id="rect5552" - style="fill:url(#radialGradient5662);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5662);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1424,7 +1480,7 @@ x="12" y="27" id="rect5554" - style="fill:url(#radialGradient5664);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5664);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1433,7 +1489,7 @@ x="14" y="27" id="rect5556" - style="fill:url(#radialGradient5666);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5666);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1442,7 +1498,7 @@ x="16" y="27" id="rect5558" - style="fill:url(#radialGradient5668);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5668);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1451,7 +1507,7 @@ x="18" y="27" id="rect5560" - style="fill:url(#radialGradient5670);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5670);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1460,7 +1516,7 @@ x="5" y="28" id="rect5562" - style="fill:url(#radialGradient5672);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5672);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1469,7 +1525,7 @@ x="7" y="28" id="rect5564" - style="fill:url(#radialGradient5674);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5674);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1478,7 +1534,7 @@ x="9" y="28" id="rect5566" - style="fill:url(#radialGradient5676);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5676);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1487,7 +1543,7 @@ x="11" y="28" id="rect5568" - style="fill:url(#radialGradient5678);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5678);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1496,7 +1552,7 @@ x="13" y="28" id="rect5570" - style="fill:url(#radialGradient5680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1505,7 +1561,7 @@ x="15" y="28" id="rect5572" - style="fill:url(#radialGradient5682);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5682);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1514,7 +1570,7 @@ x="17" y="28" id="rect5574" - style="fill:url(#radialGradient5684);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5684);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1523,7 +1579,7 @@ x="4" y="29" id="rect5576" - style="fill:url(#radialGradient5686);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5686);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1532,7 +1588,7 @@ x="6" y="29" id="rect5578" - style="fill:url(#radialGradient5688);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5688);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1541,7 +1597,7 @@ x="8" y="29" id="rect5580" - style="fill:url(#radialGradient5690);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5690);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1550,7 +1606,7 @@ x="10" y="29" id="rect5582" - style="fill:url(#radialGradient5692);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5692);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1559,7 +1615,7 @@ x="12" y="29" id="rect5584" - style="fill:url(#radialGradient5694);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5694);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1568,7 +1624,7 @@ x="14" y="29" id="rect5586" - style="fill:url(#radialGradient5696);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5696);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1577,7 +1633,7 @@ x="16" y="29" id="rect5588" - style="fill:url(#radialGradient5698);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5698);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1586,7 +1642,7 @@ x="18" y="29" id="rect5590" - style="fill:url(#radialGradient5700);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5700);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1595,7 +1651,7 @@ x="21" y="26" id="rect5592" - style="fill:url(#radialGradient5702);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5702);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1604,7 +1660,7 @@ x="20" y="27" id="rect5594" - style="fill:url(#radialGradient5704);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5704);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1613,7 +1669,7 @@ x="22" y="27" id="rect5596" - style="fill:url(#radialGradient5706);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5706);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1622,7 +1678,7 @@ x="21" y="28" id="rect5598" - style="fill:url(#radialGradient5708);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5708);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1631,7 +1687,7 @@ x="23" y="28" id="rect5600" - style="fill:url(#radialGradient5710);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5710);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1640,7 +1696,7 @@ x="20" y="29" id="rect5602" - style="fill:url(#radialGradient5712);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5712);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1649,7 +1705,7 @@ x="22" y="29" id="rect5604" - style="fill:url(#radialGradient5714);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5714);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1658,7 +1714,7 @@ x="26" y="26" id="rect5606" - style="fill:url(#radialGradient5716);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5716);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1667,7 +1723,7 @@ x="25" y="27" id="rect5608" - style="fill:url(#radialGradient5718);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5718);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1676,7 +1732,7 @@ x="27" y="27" id="rect5610" - style="fill:url(#radialGradient5720);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5720);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1685,7 +1741,7 @@ x="26" y="28" id="rect5612" - style="fill:url(#radialGradient5722);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5722);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1694,7 +1750,7 @@ x="28" y="28" id="rect5614" - style="fill:url(#radialGradient5724);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5724);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1703,7 +1759,7 @@ x="25" y="29" id="rect5616" - style="fill:url(#radialGradient5726);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5726);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1712,7 +1768,7 @@ x="27" y="29" id="rect5618" - style="fill:url(#radialGradient5728);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5728);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> </g> </g> <g @@ -1739,60 +1795,70 @@ id="layer2" style="display:inline"> <path - d="M 47.69706,42.6875 A 23.75956,5.8835783 0 1 1 0.17794037,42.6875 A 23.75956,5.8835783 0 1 1 47.69706,42.6875 z" + d="m 47.69706,42.6875 a 23.75956,5.8835783 0 1 1 -47.51911963,0 23.75956,5.8835783 0 1 1 47.51911963,0 z" transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" id="path5353" - style="opacity:0.3;fill:url(#radialGradient2313);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + style="display:inline;opacity:0.3;fill:url(#radialGradient2313);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> <path - d="M 27.082936,28.048013 C 21.663366,21.135948 31.947853,26.54939 30.855772,24.153878 C 29.785572,21.806364 17.408039,24.595241 18.709552,20.667209" + d="m 27.082936,28.048013 c -5.41957,-6.912065 4.864917,-1.498623 3.772836,-3.894135 -1.0702,-2.347514 -13.447733,0.441363 -12.14622,-3.486669" id="path5355" - style="opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4202);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + style="display:inline;opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4202);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> <path - d="M 26.784723,27.671888 C 21.538638,20.412631 31.520563,26.487432 30.374151,23.604157 C 29.072638,20.330797 18.198646,24.276982 18.806217,20.406815" + d="m 26.784723,27.671888 c -5.246085,-7.259257 4.73584,-1.184456 3.589428,-4.067731 -1.301513,-3.27336 -12.175505,0.672825 -11.567934,-3.197342" id="path5357" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> <g transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)" id="g5359" style="display:inline"> <path - d="M 14.375479,32.558794 C 14.375479,32.558794 15.592355,37.45777 10.51915,37.50376 C 8.0888743,37.525507 8.5866723,41.509781 8.5866723,41.509781 L 39.433139,41.478634 C 39.433139,41.478634 39.851577,37.611393 37.410922,37.566053 C 32.423455,37.474579 33.600393,32.496503 33.600393,32.496503 L 14.375479,32.558794 z" + d="m 14.375479,32.558794 c 0,0 1.216876,4.898976 -3.856329,4.944966 -2.4302757,0.02175 -1.9324777,4.006021 -1.9324777,4.006021 l 30.8464667,-0.03115 c 0,0 0.418438,-3.867241 -2.022217,-3.912581 -4.987467,-0.09147 -3.810529,-5.06955 -3.810529,-5.06955 z" id="path5361" - style="opacity:1;fill:url(#linearGradient2308);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient2308);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> <path - d="M 13.926195,33.027451 C 14.010206,35.2 13.641655,35.938894 12.285731,36.702682 L 36,38 C 35.047008,36.831372 33.660837,35.066666 34.038883,33.011765 L 13.926195,33.027451 z" + d="m 13.926195,33.027451 c 0.08401,2.172549 -0.28454,2.911443 -1.640464,3.675231 L 36,38 c -0.952992,-1.168628 -2.339163,-2.933334 -1.961117,-4.988235 z" id="path5363" - style="opacity:0.5;fill:url(#linearGradient2310);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + style="opacity:0.5;fill:url(#linearGradient2310);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> <path - d="M 10.436202,38.661601 C 17.000465,38.66357 37.562637,38.661601 37.562637,38.661601" + d="m 10.436202,38.661601 c 6.564263,0.002 27.126435,0 27.126435,0" id="path5365" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" /> + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" + inkscape:connector-curvature="0" /> <path - d="M 11.134219,39.660187 C 17.146756,39.662156 36.881517,39.660187 36.881517,39.660187" + d="m 11.134219,39.660187 c 6.012537,0.002 25.747298,0 25.747298,0" id="path5367" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> </g> <path - d="M 3.602229,1.4999996 L 28.319154,1.4999996 C 29.631932,1.4999996 30.588653,2.4197694 30.588653,3.8361498 L 30.595753,20.072828 C 30.595753,21.162945 30.253253,21.499994 29.276792,21.499994 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.4138652,3.7151949 C 1.4138652,2.572403 2.4117826,1.4999996 3.602229,1.4999996 z" + d="m 3.602229,1.4999996 h 24.716925 c 1.312778,0 2.269499,0.9197698 2.269499,2.3361502 l 0.0071,16.2366782 c 0,1.090117 -0.3425,1.427166 -1.318961,1.427166 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.413867,3.7151949 c 0,-1.1427919 0.9979174,-2.2151953 2.1883638,-2.2151953 z" id="path5369" - style="fill:url(#linearGradient5147);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> + style="display:inline;fill:url(#linearGradient5147);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + inkscape:connector-curvature="0" /> <rect width="25.103695" height="15.194118" x="3.4999971" y="3.5000005" id="rect5371" - style="fill:url(#radialGradient5239);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + style="display:inline;fill:url(#radialGradient5239);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> <path - d="M 4.0984042,4.0204313 L 4.0984042,15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 L 28,4 L 4.0984042,4.0204313 z" + d="M 4.0984042,4.0204313 V 15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 V 4 Z" id="path5373" - style="opacity:0.75;fill:url(#linearGradient6246);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + style="display:inline;opacity:0.75;fill:url(#linearGradient6246);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> <path - d="M 4.056094,2.4999991 C 3.2398944,2.4999991 2.4960113,3.2952856 2.4960113,4.0741096 L 2.4960108,19.789734 C 2.4999206,20.160319 2.5869303,20.275382 2.6715202,20.346431 C 2.7561101,20.417479 2.9348114,20.473541 3.2370502,20.480806 L 28.783404,20.500002 C 29.189758,20.500002 29.318189,20.437946 29.368434,20.384824 C 29.418681,20.3317 29.504941,20.138678 29.504941,19.674554 L 29.504942,4.1892884 C 29.504942,3.0791795 28.874178,2.4999991 27.866855,2.4999991 L 4.056094,2.4999991 z" + d="m 4.056094,2.4999991 c -0.8161996,0 -1.5600827,0.7952865 -1.5600827,1.5741105 l -5e-7,15.7156244 c 0.00391,0.370585 0.09092,0.485648 0.1755094,0.556697 0.08459,0.07105 0.2632912,0.12711 0.56553,0.134375 l 25.5463538,0.0192 c 0.406354,0 0.534785,-0.06206 0.58503,-0.115178 0.05025,-0.05312 0.136507,-0.246146 0.136507,-0.71027 l 1e-6,-15.4852656 c 0,-1.1101089 -0.630764,-1.6892893 -1.638087,-1.6892893 z" id="path5375" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + inkscape:connector-curvature="0" /> <g - transform="matrix(1.543206e-2,0,0,1.215502e-2,29.57023,28.01728)" + transform="matrix(0.01543206,0,0,0.01215502,29.57023,28.01728)" id="g5377" style="display:inline"> <rect @@ -1801,28 +1867,33 @@ x="-1559.2523" y="-150.69685" id="rect6709" - style="opacity:0.40206185;fill:url(#linearGradient5478);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#linearGradient5478);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <path - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z" + d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z" id="path5380" - style="opacity:0.40206185;fill:url(#radialGradient2309);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient2309);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> <path - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z" + d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z" id="path5382" - style="opacity:0.40206185;fill:url(#radialGradient2311);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient2311);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> </g> <path - d="M 3.643761,26.504783 L 28.921938,26.504783 C 29.226374,26.504783 29.788645,26.492665 30,27 L 31.5,30 C 31.5625,30.406064 31.487026,31.562501 30,31.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 C 3.2113561,26.492665 3.3393239,26.504783 3.643761,26.504783 z" + d="M 3.643761,26.504783 H 28.921938 C 29.226374,26.504783 29.788645,26.492665 30,27 l 1.5,3 c 0.0625,0.406064 -0.01297,1.562501 -1.5,1.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 c 0.2113561,-0.507335 0.3393239,-0.495217 0.643761,-0.495217 z" id="path5384" - style="fill:url(#linearGradient3905);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3905);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> <path - d="M 4.0955909,27.111942 L 28.49679,27.10614 C 28.788541,27.10614 28.820868,27.10614 29.023418,27.449588 L 30.420658,30.150759 C 30.420658,30.341029 30.185782,30.494207 29.894029,30.494207 L 2.6782341,30.500011 C 2.3864818,30.500011 2.1516056,30.346832 2.1516056,30.156562 L 3.5689622,27.45539 C 3.7715117,27.111942 3.8038386,27.111942 4.0955909,27.111942 z" + d="M 4.0955909,27.111942 28.49679,27.10614 c 0.291751,0 0.324078,0 0.526628,0.343448 l 1.39724,2.701171 c 0,0.19027 -0.234876,0.343448 -0.526629,0.343448 l -27.2157949,0.0058 c -0.2917523,0 -0.5266285,-0.153179 -0.5266285,-0.343449 L 3.5689622,27.45539 c 0.2025495,-0.343448 0.2348764,-0.343448 0.5266287,-0.343448 z" id="path5386" - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> <path - d="M 4.9039459,26.500588 C 4.9019723,26.502459 4.9057445,26.514939 4.9039459,26.516406 C 4.89444,26.51889 4.8714034,26.528697 4.8616746,26.532224 C 4.8584281,26.533516 4.8437789,26.530815 4.840539,26.532224 C 4.8373165,26.533749 4.8225981,26.546397 4.8194034,26.548041 C 4.8130911,26.551565 4.8043634,26.559861 4.7982678,26.563859 C 4.7952901,26.565977 4.7800294,26.57744 4.7771322,26.579677 C 4.7743261,26.582033 4.7587013,26.593017 4.7559967,26.595495 C 4.7139608,26.641114 4.6696929,26.720423 4.6080475,26.816941 L 3.1646057,29.221226 C 3.1646057,29.224233 3.1644578,29.234029 3.1646057,29.237043 C 3.1648991,29.240062 3.1641691,29.249843 3.1646057,29.25286 C 3.1651831,29.255877 3.1638899,29.265668 3.1646057,29.268679 C 3.1663094,29.274683 3.1835077,29.294359 3.1857413,29.300313 C 3.1869871,29.303274 3.184369,29.31319 3.1857413,29.316132 C 3.1902312,29.324886 3.2013114,29.339269 3.2068769,29.347766 C 3.2127868,29.356161 3.2211123,29.37137 3.2280125,29.379402 C 3.230418,29.382033 3.2466397,29.392637 3.2491481,29.395219 C 3.2517571,29.39775 3.2675765,29.408562 3.2702837,29.411038 C 3.287102,29.425545 3.313719,29.446427 3.3336905,29.45849 C 3.3370984,29.460423 3.3513413,29.472456 3.3548262,29.474308 C 3.3655167,29.479116 3.3855128,29.485766 3.3970973,29.490126 C 3.4750042,29.516899 3.5780713,29.537579 3.6718601,29.537579 L 18.650036,29.537579 L 18.586629,26.500592 L 5.1153018,26.500588 C 5.0709049,26.500588 5.0221446,26.49941 4.9884883,26.500588 C 4.9806133,26.500623 4.9547729,26.500899 4.9462171,26.500588 C 4.9436075,26.500603 4.9274517,26.500458 4.9250814,26.500588 C 4.9232514,26.502034 4.9059195,26.498718 4.9039459,26.500588 z M 19.83363,26.500592 L 19.897036,27.512921 L 23.553495,27.512921 L 23.38441,26.500592 L 19.83363,26.500592 z M 24.652546,26.500592 L 25.413428,29.537579 L 28.795124,29.537579 C 28.888912,29.537579 28.991979,29.516899 29.069886,29.490126 C 29.081471,29.485766 29.101467,29.479116 29.112157,29.474308 C 29.115641,29.472456 29.129884,29.460423 29.133293,29.45849 C 29.153265,29.446427 29.179882,29.425545 29.1967,29.411038 C 29.199407,29.408562 29.215227,29.39775 29.217835,29.395219 C 29.220344,29.392637 29.236565,29.382033 29.238971,29.379402 C 29.245871,29.37137 29.254196,29.356161 29.260107,29.347766 C 29.265672,29.339269 29.276752,29.324886 29.281242,29.316132 C 29.282614,29.31319 29.279996,29.303274 29.281242,29.300313 C 29.283476,29.294359 29.300674,29.274683 29.302378,29.268679 C 29.303093,29.265668 29.3018,29.255877 29.302378,29.25286 C 29.302814,29.249843 29.302083,29.240062 29.302378,29.237043 C 29.302527,29.234029 29.302378,29.224233 29.302378,29.221226 L 28.119129,26.816941 C 28.057483,26.720424 28.013215,26.641114 27.97118,26.595495 C 27.968475,26.593017 27.95285,26.582033 27.950044,26.579677 C 27.947147,26.57744 27.931886,26.565977 27.928908,26.563859 C 27.922812,26.559861 27.914085,26.551565 27.907773,26.548041 C 27.904579,26.546397 27.88986,26.533749 27.886638,26.532224 C 27.883397,26.530815 27.868747,26.533516 27.865502,26.532224 C 27.855773,26.528697 27.832737,26.51889 27.823231,26.516406 C 27.812787,26.51452 27.796296,26.503902 27.780959,26.500588 C 27.773263,26.49907 27.745738,26.501448 27.738688,26.500588 C 27.705031,26.49941 27.656271,26.500588 27.611875,26.500588 L 24.652546,26.500592 z M 20.679054,28.525249 L 20.002715,29.537579 L 23.891664,29.537579 L 23.04624,28.525249 L 20.679054,28.525249 z" + d="m 4.9039459,26.500588 c -0.00197,0.0019 0.0018,0.01435 0,0.01582 -0.00951,0.0025 -0.032542,0.01229 -0.042271,0.01582 -0.00325,0.0013 -0.017896,-0.0014 -0.021136,0 -0.00322,0.0015 -0.017941,0.01417 -0.021136,0.01582 -0.00631,0.0035 -0.01504,0.01182 -0.021136,0.01582 -0.00298,0.0021 -0.018238,0.01358 -0.021136,0.01582 -0.00281,0.0024 -0.018431,0.01334 -0.021135,0.01582 -0.042036,0.04562 -0.086304,0.124928 -0.1479492,0.221446 l -1.4434418,2.404285 c 0,0.003 -1.479e-4,0.0128 0,0.01582 2.934e-4,0.003 -4.366e-4,0.0128 0,0.01582 5.774e-4,0.003 -7.158e-4,0.01281 0,0.01582 0.0017,0.006 0.018902,0.02568 0.021136,0.03163 0.00125,0.003 -0.00137,0.01288 0,0.01582 0.00449,0.0088 0.01557,0.02314 0.021136,0.03163 0.00591,0.0084 0.014235,0.0236 0.021136,0.03164 0.00241,0.0026 0.018627,0.01324 0.021136,0.01582 0.00261,0.0025 0.018428,0.01334 0.021136,0.01582 0.016818,0.01451 0.043435,0.03539 0.063407,0.04745 0.00341,0.0019 0.017651,0.01397 0.021136,0.01582 0.01069,0.0048 0.030687,0.01146 0.042271,0.01582 0.077907,0.02677 0.180974,0.04745 0.2747628,0.04745 H 18.650036 l -0.06341,-3.036987 -13.4713272,-4e-6 c -0.044397,0 -0.093157,-0.0012 -0.1268135,0 -0.00788,3.5e-5 -0.033715,3.11e-4 -0.042271,0 -0.00261,1.5e-5 -0.018765,-1.3e-4 -0.021136,0 -0.00183,0.0014 -0.019162,-0.0019 -0.021135,0 z m 14.9296841,4e-6 0.06341,1.012329 h 3.656459 L 23.38441,26.500592 Z m 4.818916,0 0.760882,3.036987 h 3.381696 c 0.09379,0 0.196855,-0.02068 0.274762,-0.04745 0.01159,-0.0044 0.03158,-0.01101 0.04227,-0.01582 0.0035,-0.0019 0.01773,-0.01389 0.02114,-0.01582 0.01997,-0.01206 0.04659,-0.03295 0.06341,-0.04745 0.0027,-0.0025 0.01853,-0.01329 0.02114,-0.01582 0.0025,-0.0026 0.01873,-0.01319 0.02114,-0.01582 0.0069,-0.008 0.01523,-0.02324 0.02114,-0.03164 0.0056,-0.0085 0.01664,-0.02288 0.02113,-0.03163 0.0014,-0.0029 -0.0012,-0.01286 0,-0.01582 0.0022,-0.006 0.01943,-0.02563 0.02114,-0.03163 7.15e-4,-0.003 -5.78e-4,-0.0128 0,-0.01582 4.36e-4,-0.003 -2.95e-4,-0.0128 0,-0.01582 1.49e-4,-0.003 0,-0.01281 0,-0.01582 l -1.183249,-2.404285 c -0.06165,-0.09652 -0.105914,-0.175827 -0.147949,-0.221446 -0.0027,-0.0025 -0.01833,-0.01346 -0.02114,-0.01582 -0.0029,-0.0022 -0.01816,-0.0137 -0.02114,-0.01582 -0.0061,-0.004 -0.01482,-0.01229 -0.02114,-0.01582 -0.0032,-0.0016 -0.01791,-0.01429 -0.02113,-0.01582 -0.0032,-0.0014 -0.01789,0.0013 -0.02114,0 -0.0097,-0.0035 -0.03276,-0.01333 -0.04227,-0.01582 -0.01044,-0.0019 -0.02693,-0.0125 -0.04227,-0.01582 -0.0077,-0.0015 -0.03522,8.6e-4 -0.04227,0 -0.03366,-0.0012 -0.08242,0 -0.126813,0 z m -3.973492,2.024657 -0.676339,1.01233 h 3.888949 l -0.845424,-1.01233 z" id="path5388" - style="fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> <rect width="1" height="1" @@ -1831,7 +1902,7 @@ x="5" y="26" id="rect5390" - style="fill:url(#radialGradient3248);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3248);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1840,7 +1911,7 @@ x="7" y="26" id="rect5392" - style="fill:url(#radialGradient3245);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3245);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1849,7 +1920,7 @@ x="9" y="26" id="rect5394" - style="fill:url(#radialGradient3242);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3242);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1858,7 +1929,7 @@ x="11" y="26" id="rect5396" - style="fill:url(#radialGradient3239);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3239);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1867,7 +1938,7 @@ x="13" y="26" id="rect5398" - style="fill:url(#radialGradient3236);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3236);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1876,7 +1947,7 @@ x="15" y="26" id="rect5400" - style="fill:url(#radialGradient3233);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3233);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1885,7 +1956,7 @@ x="17" y="26" id="rect5402" - style="fill:url(#radialGradient3230);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3230);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1894,7 +1965,7 @@ x="4" y="27" id="rect5404" - style="fill:url(#radialGradient3224);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3224);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1903,7 +1974,7 @@ x="6" y="27" id="rect5406" - style="fill:url(#radialGradient3221);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3221);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1912,7 +1983,7 @@ x="8" y="27" id="rect5408" - style="fill:url(#radialGradient3218);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3218);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1921,7 +1992,7 @@ x="10" y="27" id="rect5410" - style="fill:url(#radialGradient3215);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3215);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1930,7 +2001,7 @@ x="12" y="27" id="rect5412" - style="fill:url(#radialGradient3212);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3212);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1939,7 +2010,7 @@ x="14" y="27" id="rect5414" - style="fill:url(#radialGradient3209);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3209);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1948,7 +2019,7 @@ x="16" y="27" id="rect5416" - style="fill:url(#radialGradient3206);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3206);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1957,7 +2028,7 @@ x="18" y="27" id="rect5418" - style="fill:url(#radialGradient3203);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3203);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1966,7 +2037,7 @@ x="5" y="28" id="rect5420" - style="fill:url(#radialGradient3200);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3200);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1975,7 +2046,7 @@ x="7" y="28" id="rect5422" - style="fill:url(#radialGradient3197);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3197);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1984,7 +2055,7 @@ x="9" y="28" id="rect5424" - style="fill:url(#radialGradient3194);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3194);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -1993,7 +2064,7 @@ x="11" y="28" id="rect5426" - style="fill:url(#radialGradient3191);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3191);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2002,7 +2073,7 @@ x="13" y="28" id="rect5428" - style="fill:url(#radialGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2011,7 +2082,7 @@ x="15" y="28" id="rect5430" - style="fill:url(#radialGradient3185);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3185);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2020,7 +2091,7 @@ x="17" y="28" id="rect5432" - style="fill:url(#radialGradient3182);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3182);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2029,7 +2100,7 @@ x="4" y="29" id="rect5434" - style="fill:url(#radialGradient3176);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3176);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2038,7 +2109,7 @@ x="6" y="29" id="rect5436" - style="fill:url(#radialGradient3173);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3173);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2047,7 +2118,7 @@ x="8" y="29" id="rect5438" - style="fill:url(#radialGradient3170);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3170);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2056,7 +2127,7 @@ x="10" y="29" id="rect5440" - style="fill:url(#radialGradient3167);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3167);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2065,7 +2136,7 @@ x="12" y="29" id="rect5442" - style="fill:url(#radialGradient3164);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3164);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2074,7 +2145,7 @@ x="14" y="29" id="rect5444" - style="fill:url(#radialGradient3161);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3161);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2083,7 +2154,7 @@ x="16" y="29" id="rect5446" - style="fill:url(#radialGradient3158);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3158);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2092,7 +2163,7 @@ x="18" y="29" id="rect5448" - style="fill:url(#radialGradient3155);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3155);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2101,7 +2172,7 @@ x="21" y="26" id="rect5450" - style="fill:url(#radialGradient3264);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3264);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2110,7 +2181,7 @@ x="20" y="27" id="rect5452" - style="fill:url(#radialGradient3266);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3266);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2119,7 +2190,7 @@ x="22" y="27" id="rect5454" - style="fill:url(#radialGradient3268);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3268);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2128,7 +2199,7 @@ x="21" y="28" id="rect5456" - style="fill:url(#radialGradient3270);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3270);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2137,7 +2208,7 @@ x="23" y="28" id="rect5458" - style="fill:url(#radialGradient3272);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3272);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2146,7 +2217,7 @@ x="20" y="29" id="rect5460" - style="fill:url(#radialGradient3274);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3274);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2155,7 +2226,7 @@ x="22" y="29" id="rect5462" - style="fill:url(#radialGradient3276);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3276);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2164,7 +2235,7 @@ x="26" y="26" id="rect5464" - style="fill:url(#radialGradient3292);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3292);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2173,7 +2244,7 @@ x="25" y="27" id="rect5466" - style="fill:url(#radialGradient3294);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3294);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2182,7 +2253,7 @@ x="27" y="27" id="rect5468" - style="fill:url(#radialGradient3296);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3296);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2191,7 +2262,7 @@ x="26" y="28" id="rect5470" - style="fill:url(#radialGradient3298);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3298);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2200,7 +2271,7 @@ x="28" y="28" id="rect5472" - style="fill:url(#radialGradient3300);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3300);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2209,7 +2280,7 @@ x="25" y="29" id="rect5474" - style="fill:url(#radialGradient3302);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3302);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> <rect width="1" height="1" @@ -2218,7 +2289,7 @@ x="27" y="29" id="rect5476" - style="fill:url(#radialGradient3304);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3304);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> </g> </g> </g> diff --git a/mate/scalable/status/network-transmit.svg b/mate/scalable/status/network-transmit.svg index f91d3b5..22aceeb 100644 --- a/mate/scalable/status/network-transmit.svg +++ b/mate/scalable/status/network-transmit.svg @@ -1,22 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> + <svg xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://web.resource.org/cc/" + xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48.000000px" - height="48.000000px" + width="96" + height="96" id="svg2327" sodipodi:version="0.32" - inkscape:version="0.45" - sodipodi:docbase="/home/dobey/Projects/gnome-icon-theme/scalable/status" + inkscape:version="0.92.4 (unknown)" sodipodi:docname="network-transmit.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.1"> <defs id="defs3"> <linearGradient @@ -662,7 +663,7 @@ xlink:href="#linearGradient5060" inkscape:collect="always" /> <linearGradient - gradientTransform="matrix(0.664512,0,0,0.651253,9.569506e-2,-1.210023)" + gradientTransform="matrix(0.664512,0,0,0.651253,0.09569506,-1.210023)" gradientUnits="userSpaceOnUse" y2="26.039215" x2="20.156862" @@ -673,7 +674,7 @@ inkscape:collect="always" /> <radialGradient gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-3.259613e-2)" + gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-0.03259613)" r="19.00016" fy="32.997028" fx="24.006104" @@ -738,10 +739,10 @@ xlink:href="#linearGradient2307" id="linearGradient5478" gradientTransform="scale(1.673466,0.597562)" - x1="-931.7503" - y1="148.07116" - x2="-131.23588" - y2="148.07116" + x1="-931.75031" + y1="148.07117" + x2="-131.23589" + y2="148.07117" gradientUnits="userSpaceOnUse" /> <radialGradient inkscape:collect="always" @@ -799,7 +800,7 @@ xlink:href="#linearGradient7670" id="radialGradient5630" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-3.259613e-2)" + gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-0.03259613)" cx="24.006104" cy="32.997028" fx="24.006104" @@ -810,7 +811,7 @@ xlink:href="#linearGradient6240" id="linearGradient5632" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.664512,0,0,0.651253,9.569506e-2,-1.210023)" + gradientTransform="matrix(0.664512,0,0,0.651253,0.09569506,-1.210023)" x1="20.156862" y1="5.0996137" x2="20.156862" @@ -821,10 +822,10 @@ id="linearGradient5634" gradientUnits="userSpaceOnUse" gradientTransform="scale(1.673466,0.597562)" - x1="-931.7503" - y1="148.07116" - x2="-131.23588" - y2="148.07116" /> + x1="-931.75031" + y1="148.07117" + x2="-131.23589" + y2="148.07117" /> <radialGradient inkscape:collect="always" xlink:href="#linearGradient5060" @@ -1350,19 +1351,20 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="5.6568542" - inkscape:cx="36.902717" + inkscape:cx="17.599535" inkscape:cy="35.909253" inkscape:current-layer="layer1" showgrid="false" inkscape:grid-bbox="true" inkscape:document-units="px" - inkscape:window-width="1051" - inkscape:window-height="885" - inkscape:window-x="0" - inkscape:window-y="89" + inkscape:window-width="2112" + inkscape:window-height="1468" + inkscape:window-x="1610" + inkscape:window-y="200" inkscape:showpageshadow="false" inkscape:grid-points="false" - showborder="false" /> + showborder="true" + inkscape:window-maximized="0" /> <metadata id="metadata4"> <rdf:RDF> @@ -1412,1065 +1414,1093 @@ inkscape:label="Layer 1" inkscape:groupmode="layer"> <g - id="g5480" - transform="translate(14.98536,1)"> + id="g430" + transform="matrix(1.9999896,0,0,1.9999896,-0.21788896,1.8945024)"> <g - style="display:inline" - inkscape:label="Layer 1" - id="g5482" /> - <g - style="display:inline" - inkscape:label="tastiera" - id="g5484"> - <g - transform="translate(-54,0.18088)" - inkscape:label="Shadow" - id="g5486" /> + transform="translate(14.98536,1)" + id="g5480"> <g - id="g5488" - inkscape:label="Shadow" - transform="translate(-54,15.24691)" /> + id="g5482" + inkscape:label="Layer 1" + style="display:inline" /> <g - id="g5490" - inkscape:label="Lavoro" - style="display:inline" - transform="translate(-54,15.24691)" /> - </g> - <g - style="display:inline" - inkscape:label="tasti" - id="g5492"> - <path - transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" - d="M 47.69706 42.6875 A 23.75956 5.8835783 0 1 1 0.17794037,42.6875 A 23.75956 5.8835783 0 1 1 47.69706 42.6875 z" - sodipodi:ry="5.8835783" - sodipodi:rx="23.75956" - sodipodi:cy="42.6875" - sodipodi:cx="23.9375" - id="path5494" - style="opacity:0.3;fill:url(#radialGradient5620);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" - sodipodi:type="arc" /> - <path - style="opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5622);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" - d="M 27.082936,28.048013 C 21.663366,21.135948 31.947853,26.54939 30.855772,24.153878 C 29.785572,21.806364 17.408039,24.595241 18.709552,20.667209" - id="path5496" - sodipodi:nodetypes="czz" /> - <path - sodipodi:nodetypes="czz" - id="path5498" - d="M 26.784723,27.671888 C 21.538638,20.412631 31.520563,26.487432 30.374151,23.604157 C 29.072638,20.330797 18.198646,24.276982 18.806217,20.406815" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + id="g5484" + inkscape:label="tastiera" + style="display:inline"> + <g + id="g5486" + inkscape:label="Shadow" + transform="translate(-54,0.18088)" /> + <g + transform="translate(-54,15.24691)" + inkscape:label="Shadow" + id="g5488" /> + <g + transform="translate(-54,15.24691)" + style="display:inline" + inkscape:label="Lavoro" + id="g5490" /> + </g> <g - transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)" - id="g5500" + id="g5492" + inkscape:label="tasti" style="display:inline"> + <ellipse + ry="5.8835783" + rx="23.75956" + cy="42.6875" + cx="23.9375" + style="display:inline;opacity:0.3;fill:url(#radialGradient5620);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5494" + transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" /> <path - sodipodi:nodetypes="csccscc" - id="path5502" - d="M 14.375479,32.558794 C 14.375479,32.558794 15.592355,37.45777 10.51915,37.50376 C 8.0888743,37.525507 8.5866723,41.509781 8.5866723,41.509781 L 39.433139,41.478634 C 39.433139,41.478634 39.851577,37.611393 37.410922,37.566053 C 32.423455,37.474579 33.600393,32.496503 33.600393,32.496503 L 14.375479,32.558794 z " - style="opacity:1;color:black;fill:url(#linearGradient5624);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + inkscape:connector-curvature="0" + sodipodi:nodetypes="czz" + id="path5496" + d="m 27.082936,28.048013 c -5.41957,-6.912065 4.864917,-1.498623 3.772836,-3.894135 -1.0702,-2.347514 -13.447733,0.441363 -12.14622,-3.486669" + style="display:inline;opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5622);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <path - sodipodi:nodetypes="ccccc" - id="path5504" - d="M 13.926195,33.027451 C 14.010206,35.2 13.641655,35.938894 12.285731,36.702682 L 36,38 C 35.047008,36.831372 33.660837,35.066666 34.038883,33.011765 L 13.926195,33.027451 z " - style="opacity:0.5;fill:url(#linearGradient5626);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + inkscape:connector-curvature="0" + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 26.784723,27.671888 c -5.246085,-7.259257 4.73584,-1.184456 3.589428,-4.067731 -1.301513,-3.27336 -12.175505,0.672825 -11.567934,-3.197342" + id="path5498" + sodipodi:nodetypes="czz" /> + <g + style="display:inline" + id="g5500" + transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)"> + <path + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5624);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + d="m 14.375479,32.558794 c 0,0 1.216876,4.898976 -3.856329,4.944966 -2.4302757,0.02175 -1.9324777,4.006021 -1.9324777,4.006021 l 30.8464667,-0.03115 c 0,0 0.418438,-3.867241 -2.022217,-3.912581 -4.987467,-0.09147 -3.810529,-5.06955 -3.810529,-5.06955 z" + id="path5502" + sodipodi:nodetypes="csccscc" /> + <path + inkscape:connector-curvature="0" + style="opacity:0.5;fill:url(#linearGradient5626);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 13.926195,33.027451 c 0.08401,2.172549 -0.28454,2.911443 -1.640464,3.675231 L 36,38 c -0.952992,-1.168628 -2.339163,-2.933334 -1.961117,-4.988235 z" + id="path5504" + sodipodi:nodetypes="ccccc" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" + id="path5506" + d="m 10.436202,38.661601 c 6.564263,0.002 27.126435,0 27.126435,0" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" /> + <path + inkscape:connector-curvature="0" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="m 11.134219,39.660187 c 6.012537,0.002 25.747298,0 25.747298,0" + id="path5508" + sodipodi:nodetypes="cc" /> + </g> <path - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" - d="M 10.436202,38.661601 C 17.000465,38.66357 37.562637,38.661601 37.562637,38.661601" - id="path5506" - sodipodi:nodetypes="cc" /> - <path - sodipodi:nodetypes="cc" - id="path5508" - d="M 11.134219,39.660187 C 17.146756,39.662156 36.881517,39.660187 36.881517,39.660187" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> - </g> - <path - sodipodi:nodetypes="ccccccccc" - id="path5510" - d="M 3.602229,1.4999996 L 28.319154,1.4999996 C 29.631932,1.4999996 30.588653,2.4197694 30.588653,3.8361498 L 30.595753,20.072828 C 30.595753,21.162945 30.253253,21.499994 29.276792,21.499994 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.4138652,3.7151949 C 1.4138652,2.572403 2.4117826,1.4999996 3.602229,1.4999996 z " - style="fill:url(#linearGradient5628);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> - <rect - y="3.5000005" - x="3.4999971" - height="15.194118" - width="25.103695" - id="rect5512" - style="fill:url(#radialGradient5630);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - sodipodi:nodetypes="ccccc" - id="path5514" - d="M 4.0984042,4.0204313 L 4.0984042,15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 L 28,4 L 4.0984042,4.0204313 z " - style="opacity:0.5;fill:url(#linearGradient5632);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - sodipodi:nodetypes="cccsccscccc" - id="path5516" - d="M 4.056094,2.4999991 C 3.2398944,2.4999991 2.4960113,3.2952856 2.4960113,4.0741096 L 2.4960108,19.789734 C 2.4999206,20.160319 2.5869303,20.275382 2.6715202,20.346431 C 2.7561101,20.417479 2.9348114,20.473541 3.2370502,20.480806 L 28.783404,20.500002 C 29.189758,20.500002 29.318189,20.437946 29.368434,20.384824 C 29.418681,20.3317 29.504941,20.138678 29.504941,19.674554 L 29.504942,4.1892884 C 29.504942,3.0791795 28.874178,2.4999991 27.866855,2.4999991 L 4.056094,2.4999991 z " - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> - <g - id="g5518" - transform="matrix(1.543206e-2,0,0,1.215502e-2,29.57023,28.01728)" - style="display:inline"> + inkscape:connector-curvature="0" + style="display:inline;fill:url(#linearGradient5628);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m 3.602229,1.4999996 h 24.716925 c 1.312778,0 2.269499,0.9197698 2.269499,2.3361502 l 0.0071,16.2366782 c 0,1.090117 -0.3425,1.427166 -1.318961,1.427166 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.413867,3.7151949 c 0,-1.1427919 0.9979174,-2.2151953 2.1883638,-2.2151953 z" + id="path5510" + sodipodi:nodetypes="ccccccccc" /> <rect - y="-150.69685" - x="-1559.2523" - height="478.35718" - width="1339.6335" - id="rect5520" - style="opacity:0.40206185;color:black;fill:url(#linearGradient5634);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;fill:url(#radialGradient5630);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect5512" + width="25.103695" + height="15.194118" + x="3.4999971" + y="3.5000005" /> + <path + inkscape:connector-curvature="0" + style="display:inline;opacity:0.5;fill:url(#linearGradient5632);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 4.0984042,4.0204313 V 15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 V 4 Z" + id="path5514" + sodipodi:nodetypes="ccccc" /> + <path + inkscape:connector-curvature="0" + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m 4.056094,2.4999991 c -0.8161996,0 -1.5600827,0.7952865 -1.5600827,1.5741105 l -5e-7,15.7156244 c 0.00391,0.370585 0.09092,0.485648 0.1755094,0.556697 0.08459,0.07105 0.2632912,0.12711 0.56553,0.134375 l 25.5463538,0.0192 c 0.406354,0 0.534785,-0.06206 0.58503,-0.115178 0.05025,-0.05312 0.136507,-0.246146 0.136507,-0.71027 l 1e-6,-15.4852656 c 0,-1.1101089 -0.630764,-1.6892893 -1.638087,-1.6892893 z" + id="path5516" + sodipodi:nodetypes="cccsccscccc" /> + <g + style="display:inline" + transform="matrix(0.01543206,0,0,0.01215502,29.57023,28.01728)" + id="g5518"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#linearGradient5634);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect5520" + width="1339.6335" + height="478.35718" + x="-1559.2523" + y="-150.69685" /> + <path + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient5636);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z" + id="path5522" + sodipodi:nodetypes="cccc" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" + id="path5524" + d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient5638);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + </g> <path - sodipodi:nodetypes="cccc" - id="path5522" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient5636);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5640);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + d="M 3.643761,26.504783 H 28.921938 C 29.226374,26.504783 29.788645,26.492665 30,27 l 1.5,3 c 0.0625,0.406064 -0.01297,1.562501 -1.5,1.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 c 0.2113561,-0.507335 0.3393239,-0.495217 0.643761,-0.495217 z" + id="path5526" + sodipodi:nodetypes="ccccccccc" /> <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient5638);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - id="path5524" - sodipodi:nodetypes="cccc" /> + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + d="M 4.0955909,27.111942 28.49679,27.10614 c 0.291751,0 0.324078,0 0.526628,0.343448 l 1.39724,2.701171 c 0,0.19027 -0.234876,0.343448 -0.526629,0.343448 l -27.2157949,0.0058 c -0.2917523,0 -0.5266285,-0.153179 -0.5266285,-0.343449 L 3.5689622,27.45539 c 0.2025495,-0.343448 0.2348764,-0.343448 0.5266287,-0.343448 z" + id="path5528" + sodipodi:nodetypes="ccccccccc" /> + <path + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + d="m 4.9039459,26.500588 c -0.00197,0.0019 0.0018,0.01435 0,0.01582 -0.00951,0.0025 -0.032542,0.01229 -0.042271,0.01582 -0.00325,0.0013 -0.017896,-0.0014 -0.021136,0 -0.00322,0.0015 -0.017941,0.01417 -0.021136,0.01582 -0.00631,0.0035 -0.01504,0.01182 -0.021136,0.01582 -0.00298,0.0021 -0.018238,0.01358 -0.021136,0.01582 -0.00281,0.0024 -0.018431,0.01334 -0.021135,0.01582 -0.042036,0.04562 -0.086304,0.124928 -0.1479492,0.221446 l -1.4434418,2.404285 c 0,0.003 -1.479e-4,0.0128 0,0.01582 2.934e-4,0.003 -4.366e-4,0.0128 0,0.01582 5.774e-4,0.003 -7.158e-4,0.01281 0,0.01582 0.0017,0.006 0.018902,0.02568 0.021136,0.03163 0.00125,0.003 -0.00137,0.01288 0,0.01582 0.00449,0.0088 0.01557,0.02314 0.021136,0.03163 0.00591,0.0084 0.014235,0.0236 0.021136,0.03164 0.00241,0.0026 0.018627,0.01324 0.021136,0.01582 0.00261,0.0025 0.018428,0.01334 0.021136,0.01582 0.016818,0.01451 0.043435,0.03539 0.063407,0.04745 0.00341,0.0019 0.017651,0.01397 0.021136,0.01582 0.01069,0.0048 0.030687,0.01146 0.042271,0.01582 0.077907,0.02677 0.180974,0.04745 0.2747628,0.04745 H 18.650036 l -0.06341,-3.036987 -13.4713272,-4e-6 c -0.044397,0 -0.093157,-0.0012 -0.1268135,0 -0.00788,3.5e-5 -0.033715,3.11e-4 -0.042271,0 -0.00261,1.5e-5 -0.018765,-1.3e-4 -0.021136,0 -0.00183,0.0014 -0.019162,-0.0019 -0.021135,0 z m 14.9296841,4e-6 0.06341,1.012329 h 3.656459 L 23.38441,26.500592 Z m 4.818916,0 0.760882,3.036987 h 3.381696 c 0.09379,0 0.196855,-0.02068 0.274762,-0.04745 0.01159,-0.0044 0.03158,-0.01101 0.04227,-0.01582 0.0035,-0.0019 0.01773,-0.01389 0.02114,-0.01582 0.01997,-0.01206 0.04659,-0.03295 0.06341,-0.04745 0.0027,-0.0025 0.01853,-0.01329 0.02114,-0.01582 0.0025,-0.0026 0.01873,-0.01319 0.02114,-0.01582 0.0069,-0.008 0.01523,-0.02324 0.02114,-0.03164 0.0056,-0.0085 0.01664,-0.02288 0.02113,-0.03163 0.0014,-0.0029 -0.0012,-0.01286 0,-0.01582 0.0022,-0.006 0.01943,-0.02563 0.02114,-0.03163 7.15e-4,-0.003 -5.78e-4,-0.0128 0,-0.01582 4.36e-4,-0.003 -2.95e-4,-0.0128 0,-0.01582 1.49e-4,-0.003 0,-0.01281 0,-0.01582 l -1.183249,-2.404285 c -0.06165,-0.09652 -0.105914,-0.175827 -0.147949,-0.221446 -0.0027,-0.0025 -0.01833,-0.01346 -0.02114,-0.01582 -0.0029,-0.0022 -0.01816,-0.0137 -0.02114,-0.01582 -0.0061,-0.004 -0.01482,-0.01229 -0.02114,-0.01582 -0.0032,-0.0016 -0.01791,-0.01429 -0.02113,-0.01582 -0.0032,-0.0014 -0.01789,0.0013 -0.02114,0 -0.0097,-0.0035 -0.03276,-0.01333 -0.04227,-0.01582 -0.01044,-0.0019 -0.02693,-0.0125 -0.04227,-0.01582 -0.0077,-0.0015 -0.03522,8.6e-4 -0.04227,0 -0.03366,-0.0012 -0.08242,0 -0.126813,0 z m -3.973492,2.024657 -0.676339,1.01233 h 3.888949 l -0.845424,-1.01233 z" + id="path5530" + sodipodi:nodetypes="csssssssccssssssssssssccccssscccccccccssssssssssssccsssssssssccccccc" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="26" + x="5" + height="1" + width="1" + id="rect5532" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5642);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="26" + x="7" + height="1" + width="1" + id="rect5534" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5644);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="26" + x="9" + height="1" + width="1" + id="rect5536" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5646);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="26" + x="11" + height="1" + width="1" + id="rect5538" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5648);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="26" + x="13" + height="1" + width="1" + id="rect5540" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5650);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="26" + x="15" + height="1" + width="1" + id="rect5542" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5652);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="26" + x="17" + height="1" + width="1" + id="rect5544" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5654);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="4" + height="1" + width="1" + id="rect5546" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="6" + height="1" + width="1" + id="rect5548" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5658);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="8" + height="1" + width="1" + id="rect5550" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5660);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="10" + height="1" + width="1" + id="rect5552" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5662);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="12" + height="1" + width="1" + id="rect5554" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5664);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="14" + height="1" + width="1" + id="rect5556" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5666);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="16" + height="1" + width="1" + id="rect5558" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5668);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="18" + height="1" + width="1" + id="rect5560" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5670);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="28" + x="5" + height="1" + width="1" + id="rect5562" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5672);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="28" + x="7" + height="1" + width="1" + id="rect5564" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5674);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="28" + x="9" + height="1" + width="1" + id="rect5566" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5676);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="28" + x="11" + height="1" + width="1" + id="rect5568" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5678);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="28" + x="13" + height="1" + width="1" + id="rect5570" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="28" + x="15" + height="1" + width="1" + id="rect5572" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5682);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="28" + x="17" + height="1" + width="1" + id="rect5574" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5684);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="4" + height="1" + width="1" + id="rect5576" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5686);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="6" + height="1" + width="1" + id="rect5578" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5688);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="8" + height="1" + width="1" + id="rect5580" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5690);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="10" + height="1" + width="1" + id="rect5582" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5692);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="12" + height="1" + width="1" + id="rect5584" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5694);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="14" + height="1" + width="1" + id="rect5586" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5696);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="16" + height="1" + width="1" + id="rect5588" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5698);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="18" + height="1" + width="1" + id="rect5590" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5700);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="26" + x="21" + height="1" + width="1" + id="rect5592" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5702);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="20" + height="1" + width="1" + id="rect5594" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5704);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="22" + height="1" + width="1" + id="rect5596" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5706);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="28" + x="21" + height="1" + width="1" + id="rect5598" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5708);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="28" + x="23" + height="1" + width="1" + id="rect5600" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5710);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="20" + height="1" + width="1" + id="rect5602" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5712);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="22" + height="1" + width="1" + id="rect5604" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5714);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="26" + x="26" + height="1" + width="1" + id="rect5606" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5716);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="25" + height="1" + width="1" + id="rect5608" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5718);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="27" + height="1" + width="1" + id="rect5610" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5720);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="28" + x="26" + height="1" + width="1" + id="rect5612" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5722);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="28" + x="28" + height="1" + width="1" + id="rect5614" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5724);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="25" + height="1" + width="1" + id="rect5616" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5726);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="27" + height="1" + width="1" + id="rect5618" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5728);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> </g> - <path - sodipodi:nodetypes="ccccccccc" - id="path5526" - d="M 3.643761,26.504783 L 28.921938,26.504783 C 29.226374,26.504783 29.788645,26.492665 30,27 L 31.5,30 C 31.5625,30.406064 31.487026,31.562501 30,31.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 C 3.2113561,26.492665 3.3393239,26.504783 3.643761,26.504783 z " - style="color:black;fill:url(#linearGradient5640);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="ccccccccc" - id="path5528" - d="M 4.0955909,27.111942 L 28.49679,27.10614 C 28.788541,27.10614 28.820868,27.10614 29.023418,27.449588 L 30.420658,30.150759 C 30.420658,30.341029 30.185782,30.494207 29.894029,30.494207 L 2.6782341,30.500011 C 2.3864818,30.500011 2.1516056,30.346832 2.1516056,30.156562 L 3.5689622,27.45539 C 3.7715117,27.111942 3.8038386,27.111942 4.0955909,27.111942 z " - style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:white;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="csssssssccssssssssssssccccssscccccccccssssssssssssccsssssssssccccccc" - id="path5530" - d="M 4.9039459,26.500588 C 4.9019723,26.502459 4.9057445,26.514939 4.9039459,26.516406 C 4.89444,26.51889 4.8714034,26.528697 4.8616746,26.532224 C 4.8584281,26.533516 4.8437789,26.530815 4.840539,26.532224 C 4.8373165,26.533749 4.8225981,26.546397 4.8194034,26.548041 C 4.8130911,26.551565 4.8043634,26.559861 4.7982678,26.563859 C 4.7952901,26.565977 4.7800294,26.57744 4.7771322,26.579677 C 4.7743261,26.582033 4.7587013,26.593017 4.7559967,26.595495 C 4.7139608,26.641114 4.6696929,26.720423 4.6080475,26.816941 L 3.1646057,29.221226 C 3.1646057,29.224233 3.1644578,29.234029 3.1646057,29.237043 C 3.1648991,29.240062 3.1641691,29.249843 3.1646057,29.25286 C 3.1651831,29.255877 3.1638899,29.265668 3.1646057,29.268679 C 3.1663094,29.274683 3.1835077,29.294359 3.1857413,29.300313 C 3.1869871,29.303274 3.184369,29.31319 3.1857413,29.316132 C 3.1902312,29.324886 3.2013114,29.339269 3.2068769,29.347766 C 3.2127868,29.356161 3.2211123,29.37137 3.2280125,29.379402 C 3.230418,29.382033 3.2466397,29.392637 3.2491481,29.395219 C 3.2517571,29.39775 3.2675765,29.408562 3.2702837,29.411038 C 3.287102,29.425545 3.313719,29.446427 3.3336905,29.45849 C 3.3370984,29.460423 3.3513413,29.472456 3.3548262,29.474308 C 3.3655167,29.479116 3.3855128,29.485766 3.3970973,29.490126 C 3.4750042,29.516899 3.5780713,29.537579 3.6718601,29.537579 L 18.650036,29.537579 L 18.586629,26.500592 L 5.1153018,26.500588 C 5.0709049,26.500588 5.0221446,26.49941 4.9884883,26.500588 C 4.9806133,26.500623 4.9547729,26.500899 4.9462171,26.500588 C 4.9436075,26.500603 4.9274517,26.500458 4.9250814,26.500588 C 4.9232514,26.502034 4.9059195,26.498718 4.9039459,26.500588 z M 19.83363,26.500592 L 19.897036,27.512921 L 23.553495,27.512921 L 23.38441,26.500592 L 19.83363,26.500592 z M 24.652546,26.500592 L 25.413428,29.537579 L 28.795124,29.537579 C 28.888912,29.537579 28.991979,29.516899 29.069886,29.490126 C 29.081471,29.485766 29.101467,29.479116 29.112157,29.474308 C 29.115641,29.472456 29.129884,29.460423 29.133293,29.45849 C 29.153265,29.446427 29.179882,29.425545 29.1967,29.411038 C 29.199407,29.408562 29.215227,29.39775 29.217835,29.395219 C 29.220344,29.392637 29.236565,29.382033 29.238971,29.379402 C 29.245871,29.37137 29.254196,29.356161 29.260107,29.347766 C 29.265672,29.339269 29.276752,29.324886 29.281242,29.316132 C 29.282614,29.31319 29.279996,29.303274 29.281242,29.300313 C 29.283476,29.294359 29.300674,29.274683 29.302378,29.268679 C 29.303093,29.265668 29.3018,29.255877 29.302378,29.25286 C 29.302814,29.249843 29.302083,29.240062 29.302378,29.237043 C 29.302527,29.234029 29.302378,29.224233 29.302378,29.221226 L 28.119129,26.816941 C 28.057483,26.720424 28.013215,26.641114 27.97118,26.595495 C 27.968475,26.593017 27.95285,26.582033 27.950044,26.579677 C 27.947147,26.57744 27.931886,26.565977 27.928908,26.563859 C 27.922812,26.559861 27.914085,26.551565 27.907773,26.548041 C 27.904579,26.546397 27.88986,26.533749 27.886638,26.532224 C 27.883397,26.530815 27.868747,26.533516 27.865502,26.532224 C 27.855773,26.528697 27.832737,26.51889 27.823231,26.516406 C 27.812787,26.51452 27.796296,26.503902 27.780959,26.500588 C 27.773263,26.49907 27.745738,26.501448 27.738688,26.500588 C 27.705031,26.49941 27.656271,26.500588 27.611875,26.500588 L 24.652546,26.500592 z M 20.679054,28.525249 L 20.002715,29.537579 L 23.891664,29.537579 L 23.04624,28.525249 L 20.679054,28.525249 z " - style="color:black;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - style="color:black;fill:url(#radialGradient5642);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5532" - width="1" - height="1" - x="5" - y="26" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5644);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5534" - width="1" - height="1" - x="7" - y="26" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5646);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5536" - width="1" - height="1" - x="9" - y="26" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5648);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5538" - width="1" - height="1" - x="11" - y="26" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5650);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5540" - width="1" - height="1" - x="13" - y="26" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5652);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5542" - width="1" - height="1" - x="15" - y="26" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5654);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5544" - width="1" - height="1" - x="17" - y="26" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5546" - width="1" - height="1" - x="4" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5658);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5548" - width="1" - height="1" - x="6" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5660);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5550" - width="1" - height="1" - x="8" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5662);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5552" - width="1" - height="1" - x="10" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5664);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5554" - width="1" - height="1" - x="12" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5666);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5556" - width="1" - height="1" - x="14" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5668);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5558" - width="1" - height="1" - x="16" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5670);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5560" - width="1" - height="1" - x="18" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5672);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5562" - width="1" - height="1" - x="5" - y="28" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5674);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5564" - width="1" - height="1" - x="7" - y="28" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5676);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5566" - width="1" - height="1" - x="9" - y="28" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5678);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5568" - width="1" - height="1" - x="11" - y="28" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5570" - width="1" - height="1" - x="13" - y="28" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5682);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5572" - width="1" - height="1" - x="15" - y="28" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5684);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5574" - width="1" - height="1" - x="17" - y="28" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5686);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5576" - width="1" - height="1" - x="4" - y="29" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5688);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5578" - width="1" - height="1" - x="6" - y="29" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5690);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5580" - width="1" - height="1" - x="8" - y="29" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5692);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5582" - width="1" - height="1" - x="10" - y="29" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5694);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5584" - width="1" - height="1" - x="12" - y="29" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5696);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5586" - width="1" - height="1" - x="14" - y="29" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5698);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5588" - width="1" - height="1" - x="16" - y="29" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5700);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5590" - width="1" - height="1" - x="18" - y="29" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5702);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5592" - width="1" - height="1" - x="21" - y="26" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5704);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5594" - width="1" - height="1" - x="20" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5706);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5596" - width="1" - height="1" - x="22" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5708);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5598" - width="1" - height="1" - x="21" - y="28" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5710);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5600" - width="1" - height="1" - x="23" - y="28" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5712);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5602" - width="1" - height="1" - x="20" - y="29" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5714);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5604" - width="1" - height="1" - x="22" - y="29" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5716);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5606" - width="1" - height="1" - x="26" - y="26" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5718);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5608" - width="1" - height="1" - x="25" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5720);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5610" - width="1" - height="1" - x="27" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5722);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5612" - width="1" - height="1" - x="26" - y="28" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5724);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5614" - width="1" - height="1" - x="28" - y="28" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5726);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5616" - width="1" - height="1" - x="25" - y="29" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient5728);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5618" - width="1" - height="1" - x="27" - y="29" - rx="0.26516503" - ry="0.26516503" /> </g> - </g> - <g - id="g5340" - transform="translate(0.985355,12)"> - <g - style="display:inline" - inkscape:label="Layer 1" - id="g5342" /> <g - style="display:inline" - inkscape:label="tastiera" - id="g5344"> + transform="translate(0.985355,12)" + id="g5340"> <g - transform="translate(-54,0.18088)" - inkscape:label="Shadow" - id="g5346" /> + id="g5342" + inkscape:label="Layer 1" + style="display:inline" /> <g - id="g5348" - inkscape:label="Shadow" - transform="translate(-54,15.24691)" /> - <g - id="g5350" - inkscape:label="Lavoro" - style="display:inline" - transform="translate(-54,15.24691)" /> - </g> - <g - style="display:inline" - inkscape:label="tasti" - id="layer2"> - <path - transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" - d="M 47.69706 42.6875 A 23.75956 5.8835783 0 1 1 0.17794037,42.6875 A 23.75956 5.8835783 0 1 1 47.69706 42.6875 z" - sodipodi:ry="5.8835783" - sodipodi:rx="23.75956" - sodipodi:cy="42.6875" - sodipodi:cx="23.9375" - id="path5353" - style="opacity:0.3;fill:url(#radialGradient2313);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" - sodipodi:type="arc" /> - <path - style="opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4202);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" - d="M 27.082936,28.048013 C 21.663366,21.135948 31.947853,26.54939 30.855772,24.153878 C 29.785572,21.806364 17.408039,24.595241 18.709552,20.667209" - id="path5355" - sodipodi:nodetypes="czz" /> - <path - sodipodi:nodetypes="czz" - id="path5357" - d="M 26.784723,27.671888 C 21.538638,20.412631 31.520563,26.487432 30.374151,23.604157 C 29.072638,20.330797 18.198646,24.276982 18.806217,20.406815" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + id="g5344" + inkscape:label="tastiera" + style="display:inline"> + <g + id="g5346" + inkscape:label="Shadow" + transform="translate(-54,0.18088)" /> + <g + transform="translate(-54,15.24691)" + inkscape:label="Shadow" + id="g5348" /> + <g + transform="translate(-54,15.24691)" + style="display:inline" + inkscape:label="Lavoro" + id="g5350" /> + </g> <g - transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)" - id="g5359" + id="layer2" + inkscape:label="tasti" style="display:inline"> + <ellipse + ry="5.8835783" + rx="23.75956" + cy="42.6875" + cx="23.9375" + style="display:inline;opacity:0.3;fill:url(#radialGradient2313);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path5353" + transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" /> <path - sodipodi:nodetypes="csccscc" - id="path5361" - d="M 14.375479,32.558794 C 14.375479,32.558794 15.592355,37.45777 10.51915,37.50376 C 8.0888743,37.525507 8.5866723,41.509781 8.5866723,41.509781 L 39.433139,41.478634 C 39.433139,41.478634 39.851577,37.611393 37.410922,37.566053 C 32.423455,37.474579 33.600393,32.496503 33.600393,32.496503 L 14.375479,32.558794 z " - style="opacity:1;color:black;fill:url(#linearGradient2308);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="ccccc" - id="path5363" - d="M 13.926195,33.027451 C 14.010206,35.2 13.641655,35.938894 12.285731,36.702682 L 36,38 C 35.047008,36.831372 33.660837,35.066666 34.038883,33.011765 L 13.926195,33.027451 z " - style="opacity:0.5;fill:url(#linearGradient2310);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + inkscape:connector-curvature="0" + sodipodi:nodetypes="czz" + id="path5355" + d="m 27.082936,28.048013 c -5.41957,-6.912065 4.864917,-1.498623 3.772836,-3.894135 -1.0702,-2.347514 -13.447733,0.441363 -12.14622,-3.486669" + style="display:inline;opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4202);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <path - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" - d="M 10.436202,38.661601 C 17.000465,38.66357 37.562637,38.661601 37.562637,38.661601" - id="path5365" - sodipodi:nodetypes="cc" /> + inkscape:connector-curvature="0" + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 26.784723,27.671888 c -5.246085,-7.259257 4.73584,-1.184456 3.589428,-4.067731 -1.301513,-3.27336 -12.175505,0.672825 -11.567934,-3.197342" + id="path5357" + sodipodi:nodetypes="czz" /> + <g + style="display:inline" + id="g5359" + transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)"> + <path + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient2308);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + d="m 14.375479,32.558794 c 0,0 1.216876,4.898976 -3.856329,4.944966 -2.4302757,0.02175 -1.9324777,4.006021 -1.9324777,4.006021 l 30.8464667,-0.03115 c 0,0 0.418438,-3.867241 -2.022217,-3.912581 -4.987467,-0.09147 -3.810529,-5.06955 -3.810529,-5.06955 z" + id="path5361" + sodipodi:nodetypes="csccscc" /> + <path + inkscape:connector-curvature="0" + style="opacity:0.5;fill:url(#linearGradient2310);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 13.926195,33.027451 c 0.08401,2.172549 -0.28454,2.911443 -1.640464,3.675231 L 36,38 c -0.952992,-1.168628 -2.339163,-2.933334 -1.961117,-4.988235 z" + id="path5363" + sodipodi:nodetypes="ccccc" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" + id="path5365" + d="m 10.436202,38.661601 c 6.564263,0.002 27.126435,0 27.126435,0" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" /> + <path + inkscape:connector-curvature="0" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="m 11.134219,39.660187 c 6.012537,0.002 25.747298,0 25.747298,0" + id="path5367" + sodipodi:nodetypes="cc" /> + </g> <path - sodipodi:nodetypes="cc" - id="path5367" - d="M 11.134219,39.660187 C 17.146756,39.662156 36.881517,39.660187 36.881517,39.660187" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> - </g> - <path - sodipodi:nodetypes="ccccccccc" - id="path5369" - d="M 3.602229,1.4999996 L 28.319154,1.4999996 C 29.631932,1.4999996 30.588653,2.4197694 30.588653,3.8361498 L 30.595753,20.072828 C 30.595753,21.162945 30.253253,21.499994 29.276792,21.499994 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.4138652,3.7151949 C 1.4138652,2.572403 2.4117826,1.4999996 3.602229,1.4999996 z " - style="fill:url(#linearGradient5147);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> - <rect - y="3.5000005" - x="3.4999971" - height="15.194118" - width="25.103695" - id="rect5371" - style="fill:url(#radialGradient5239);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - sodipodi:nodetypes="ccccc" - id="path5373" - d="M 4.0984042,4.0204313 L 4.0984042,15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 L 28,4 L 4.0984042,4.0204313 z " - style="opacity:0.75;fill:url(#linearGradient6246);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> - <path - sodipodi:nodetypes="cccsccscccc" - id="path5375" - d="M 4.056094,2.4999991 C 3.2398944,2.4999991 2.4960113,3.2952856 2.4960113,4.0741096 L 2.4960108,19.789734 C 2.4999206,20.160319 2.5869303,20.275382 2.6715202,20.346431 C 2.7561101,20.417479 2.9348114,20.473541 3.2370502,20.480806 L 28.783404,20.500002 C 29.189758,20.500002 29.318189,20.437946 29.368434,20.384824 C 29.418681,20.3317 29.504941,20.138678 29.504941,19.674554 L 29.504942,4.1892884 C 29.504942,3.0791795 28.874178,2.4999991 27.866855,2.4999991 L 4.056094,2.4999991 z " - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> - <g - id="g5377" - transform="matrix(1.543206e-2,0,0,1.215502e-2,29.57023,28.01728)" - style="display:inline"> + inkscape:connector-curvature="0" + style="display:inline;fill:url(#linearGradient5147);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m 3.602229,1.4999996 h 24.716925 c 1.312778,0 2.269499,0.9197698 2.269499,2.3361502 l 0.0071,16.2366782 c 0,1.090117 -0.3425,1.427166 -1.318961,1.427166 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.413867,3.7151949 c 0,-1.1427919 0.9979174,-2.2151953 2.1883638,-2.2151953 z" + id="path5369" + sodipodi:nodetypes="ccccccccc" /> <rect - y="-150.69685" - x="-1559.2523" - height="478.35718" - width="1339.6335" - id="rect6709" - style="opacity:0.40206185;color:black;fill:url(#linearGradient5478);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + style="display:inline;fill:url(#radialGradient5239);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect5371" + width="25.103695" + height="15.194118" + x="3.4999971" + y="3.5000005" /> + <path + inkscape:connector-curvature="0" + style="display:inline;opacity:0.75;fill:url(#linearGradient6246);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 4.0984042,4.0204313 V 15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 V 4 Z" + id="path5373" + sodipodi:nodetypes="ccccc" /> <path - sodipodi:nodetypes="cccc" - id="path5380" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient2309);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + inkscape:connector-curvature="0" + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m 4.056094,2.4999991 c -0.8161996,0 -1.5600827,0.7952865 -1.5600827,1.5741105 l -5e-7,15.7156244 c 0.00391,0.370585 0.09092,0.485648 0.1755094,0.556697 0.08459,0.07105 0.2632912,0.12711 0.56553,0.134375 l 25.5463538,0.0192 c 0.406354,0 0.534785,-0.06206 0.58503,-0.115178 0.05025,-0.05312 0.136507,-0.246146 0.136507,-0.71027 l 1e-6,-15.4852656 c 0,-1.1101089 -0.630764,-1.6892893 -1.638087,-1.6892893 z" + id="path5375" + sodipodi:nodetypes="cccsccscccc" /> + <g + style="display:inline" + transform="matrix(0.01543206,0,0,0.01215502,29.57023,28.01728)" + id="g5377"> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#linearGradient5478);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + id="rect6709" + width="1339.6335" + height="478.35718" + x="-1559.2523" + y="-150.69685" /> + <path + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient2309);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z" + id="path5380" + sodipodi:nodetypes="cccc" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" + id="path5382" + d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient2311);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + </g> <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient2311);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - id="path5382" - sodipodi:nodetypes="cccc" /> + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3905);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + d="M 3.643761,26.504783 H 28.921938 C 29.226374,26.504783 29.788645,26.492665 30,27 l 1.5,3 c 0.0625,0.406064 -0.01297,1.562501 -1.5,1.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 c 0.2113561,-0.507335 0.3393239,-0.495217 0.643761,-0.495217 z" + id="path5384" + sodipodi:nodetypes="ccccccccc" /> + <path + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + d="M 4.0955909,27.111942 28.49679,27.10614 c 0.291751,0 0.324078,0 0.526628,0.343448 l 1.39724,2.701171 c 0,0.19027 -0.234876,0.343448 -0.526629,0.343448 l -27.2157949,0.0058 c -0.2917523,0 -0.5266285,-0.153179 -0.5266285,-0.343449 L 3.5689622,27.45539 c 0.2025495,-0.343448 0.2348764,-0.343448 0.5266287,-0.343448 z" + id="path5386" + sodipodi:nodetypes="ccccccccc" /> + <path + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + d="m 4.9039459,26.500588 c -0.00197,0.0019 0.0018,0.01435 0,0.01582 -0.00951,0.0025 -0.032542,0.01229 -0.042271,0.01582 -0.00325,0.0013 -0.017896,-0.0014 -0.021136,0 -0.00322,0.0015 -0.017941,0.01417 -0.021136,0.01582 -0.00631,0.0035 -0.01504,0.01182 -0.021136,0.01582 -0.00298,0.0021 -0.018238,0.01358 -0.021136,0.01582 -0.00281,0.0024 -0.018431,0.01334 -0.021135,0.01582 -0.042036,0.04562 -0.086304,0.124928 -0.1479492,0.221446 l -1.4434418,2.404285 c 0,0.003 -1.479e-4,0.0128 0,0.01582 2.934e-4,0.003 -4.366e-4,0.0128 0,0.01582 5.774e-4,0.003 -7.158e-4,0.01281 0,0.01582 0.0017,0.006 0.018902,0.02568 0.021136,0.03163 0.00125,0.003 -0.00137,0.01288 0,0.01582 0.00449,0.0088 0.01557,0.02314 0.021136,0.03163 0.00591,0.0084 0.014235,0.0236 0.021136,0.03164 0.00241,0.0026 0.018627,0.01324 0.021136,0.01582 0.00261,0.0025 0.018428,0.01334 0.021136,0.01582 0.016818,0.01451 0.043435,0.03539 0.063407,0.04745 0.00341,0.0019 0.017651,0.01397 0.021136,0.01582 0.01069,0.0048 0.030687,0.01146 0.042271,0.01582 0.077907,0.02677 0.180974,0.04745 0.2747628,0.04745 H 18.650036 l -0.06341,-3.036987 -13.4713272,-4e-6 c -0.044397,0 -0.093157,-0.0012 -0.1268135,0 -0.00788,3.5e-5 -0.033715,3.11e-4 -0.042271,0 -0.00261,1.5e-5 -0.018765,-1.3e-4 -0.021136,0 -0.00183,0.0014 -0.019162,-0.0019 -0.021135,0 z m 14.9296841,4e-6 0.06341,1.012329 h 3.656459 L 23.38441,26.500592 Z m 4.818916,0 0.760882,3.036987 h 3.381696 c 0.09379,0 0.196855,-0.02068 0.274762,-0.04745 0.01159,-0.0044 0.03158,-0.01101 0.04227,-0.01582 0.0035,-0.0019 0.01773,-0.01389 0.02114,-0.01582 0.01997,-0.01206 0.04659,-0.03295 0.06341,-0.04745 0.0027,-0.0025 0.01853,-0.01329 0.02114,-0.01582 0.0025,-0.0026 0.01873,-0.01319 0.02114,-0.01582 0.0069,-0.008 0.01523,-0.02324 0.02114,-0.03164 0.0056,-0.0085 0.01664,-0.02288 0.02113,-0.03163 0.0014,-0.0029 -0.0012,-0.01286 0,-0.01582 0.0022,-0.006 0.01943,-0.02563 0.02114,-0.03163 7.15e-4,-0.003 -5.78e-4,-0.0128 0,-0.01582 4.36e-4,-0.003 -2.95e-4,-0.0128 0,-0.01582 1.49e-4,-0.003 0,-0.01281 0,-0.01582 l -1.183249,-2.404285 c -0.06165,-0.09652 -0.105914,-0.175827 -0.147949,-0.221446 -0.0027,-0.0025 -0.01833,-0.01346 -0.02114,-0.01582 -0.0029,-0.0022 -0.01816,-0.0137 -0.02114,-0.01582 -0.0061,-0.004 -0.01482,-0.01229 -0.02114,-0.01582 -0.0032,-0.0016 -0.01791,-0.01429 -0.02113,-0.01582 -0.0032,-0.0014 -0.01789,0.0013 -0.02114,0 -0.0097,-0.0035 -0.03276,-0.01333 -0.04227,-0.01582 -0.01044,-0.0019 -0.02693,-0.0125 -0.04227,-0.01582 -0.0077,-0.0015 -0.03522,8.6e-4 -0.04227,0 -0.03366,-0.0012 -0.08242,0 -0.126813,0 z m -3.973492,2.024657 -0.676339,1.01233 h 3.888949 l -0.845424,-1.01233 z" + id="path5388" + sodipodi:nodetypes="csssssssccssssssssssssccccssscccccccccssssssssssssccsssssssssccccccc" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="26" + x="5" + height="1" + width="1" + id="rect5390" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3248);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="26" + x="7" + height="1" + width="1" + id="rect5392" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3245);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="26" + x="9" + height="1" + width="1" + id="rect5394" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3242);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="26" + x="11" + height="1" + width="1" + id="rect5396" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3239);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="26" + x="13" + height="1" + width="1" + id="rect5398" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3236);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="26" + x="15" + height="1" + width="1" + id="rect5400" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3233);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="26" + x="17" + height="1" + width="1" + id="rect5402" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3230);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="4" + height="1" + width="1" + id="rect5404" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3224);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="6" + height="1" + width="1" + id="rect5406" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3221);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="8" + height="1" + width="1" + id="rect5408" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3218);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="10" + height="1" + width="1" + id="rect5410" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3215);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="12" + height="1" + width="1" + id="rect5412" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3212);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="14" + height="1" + width="1" + id="rect5414" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3209);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="16" + height="1" + width="1" + id="rect5416" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3206);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="18" + height="1" + width="1" + id="rect5418" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3203);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="28" + x="5" + height="1" + width="1" + id="rect5420" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3200);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="28" + x="7" + height="1" + width="1" + id="rect5422" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3197);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="28" + x="9" + height="1" + width="1" + id="rect5424" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3194);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="28" + x="11" + height="1" + width="1" + id="rect5426" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3191);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="28" + x="13" + height="1" + width="1" + id="rect5428" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="28" + x="15" + height="1" + width="1" + id="rect5430" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3185);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="28" + x="17" + height="1" + width="1" + id="rect5432" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3182);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="4" + height="1" + width="1" + id="rect5434" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3176);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="6" + height="1" + width="1" + id="rect5436" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3173);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="8" + height="1" + width="1" + id="rect5438" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3170);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="10" + height="1" + width="1" + id="rect5440" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3167);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="12" + height="1" + width="1" + id="rect5442" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3164);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="14" + height="1" + width="1" + id="rect5444" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3161);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="16" + height="1" + width="1" + id="rect5446" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3158);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="18" + height="1" + width="1" + id="rect5448" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3155);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="26" + x="21" + height="1" + width="1" + id="rect5450" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3264);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="20" + height="1" + width="1" + id="rect5452" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3266);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="22" + height="1" + width="1" + id="rect5454" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3268);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="28" + x="21" + height="1" + width="1" + id="rect5456" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3270);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="28" + x="23" + height="1" + width="1" + id="rect5458" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3272);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="20" + height="1" + width="1" + id="rect5460" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3274);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="22" + height="1" + width="1" + id="rect5462" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3276);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="26" + x="26" + height="1" + width="1" + id="rect5464" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3292);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="25" + height="1" + width="1" + id="rect5466" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3294);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="27" + x="27" + height="1" + width="1" + id="rect5468" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3296);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="28" + x="26" + height="1" + width="1" + id="rect5470" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3298);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="28" + x="28" + height="1" + width="1" + id="rect5472" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3300);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="25" + height="1" + width="1" + id="rect5474" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3302);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + ry="0.26516503" + rx="0.26516503" + y="29" + x="27" + height="1" + width="1" + id="rect5476" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3304);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> </g> - <path - sodipodi:nodetypes="ccccccccc" - id="path5384" - d="M 3.643761,26.504783 L 28.921938,26.504783 C 29.226374,26.504783 29.788645,26.492665 30,27 L 31.5,30 C 31.5625,30.406064 31.487026,31.562501 30,31.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 C 3.2113561,26.492665 3.3393239,26.504783 3.643761,26.504783 z " - style="color:black;fill:url(#linearGradient3905);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="ccccccccc" - id="path5386" - d="M 4.0955909,27.111942 L 28.49679,27.10614 C 28.788541,27.10614 28.820868,27.10614 29.023418,27.449588 L 30.420658,30.150759 C 30.420658,30.341029 30.185782,30.494207 29.894029,30.494207 L 2.6782341,30.500011 C 2.3864818,30.500011 2.1516056,30.346832 2.1516056,30.156562 L 3.5689622,27.45539 C 3.7715117,27.111942 3.8038386,27.111942 4.0955909,27.111942 z " - style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:white;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="csssssssccssssssssssssccccssscccccccccssssssssssssccsssssssssccccccc" - id="path5388" - d="M 4.9039459,26.500588 C 4.9019723,26.502459 4.9057445,26.514939 4.9039459,26.516406 C 4.89444,26.51889 4.8714034,26.528697 4.8616746,26.532224 C 4.8584281,26.533516 4.8437789,26.530815 4.840539,26.532224 C 4.8373165,26.533749 4.8225981,26.546397 4.8194034,26.548041 C 4.8130911,26.551565 4.8043634,26.559861 4.7982678,26.563859 C 4.7952901,26.565977 4.7800294,26.57744 4.7771322,26.579677 C 4.7743261,26.582033 4.7587013,26.593017 4.7559967,26.595495 C 4.7139608,26.641114 4.6696929,26.720423 4.6080475,26.816941 L 3.1646057,29.221226 C 3.1646057,29.224233 3.1644578,29.234029 3.1646057,29.237043 C 3.1648991,29.240062 3.1641691,29.249843 3.1646057,29.25286 C 3.1651831,29.255877 3.1638899,29.265668 3.1646057,29.268679 C 3.1663094,29.274683 3.1835077,29.294359 3.1857413,29.300313 C 3.1869871,29.303274 3.184369,29.31319 3.1857413,29.316132 C 3.1902312,29.324886 3.2013114,29.339269 3.2068769,29.347766 C 3.2127868,29.356161 3.2211123,29.37137 3.2280125,29.379402 C 3.230418,29.382033 3.2466397,29.392637 3.2491481,29.395219 C 3.2517571,29.39775 3.2675765,29.408562 3.2702837,29.411038 C 3.287102,29.425545 3.313719,29.446427 3.3336905,29.45849 C 3.3370984,29.460423 3.3513413,29.472456 3.3548262,29.474308 C 3.3655167,29.479116 3.3855128,29.485766 3.3970973,29.490126 C 3.4750042,29.516899 3.5780713,29.537579 3.6718601,29.537579 L 18.650036,29.537579 L 18.586629,26.500592 L 5.1153018,26.500588 C 5.0709049,26.500588 5.0221446,26.49941 4.9884883,26.500588 C 4.9806133,26.500623 4.9547729,26.500899 4.9462171,26.500588 C 4.9436075,26.500603 4.9274517,26.500458 4.9250814,26.500588 C 4.9232514,26.502034 4.9059195,26.498718 4.9039459,26.500588 z M 19.83363,26.500592 L 19.897036,27.512921 L 23.553495,27.512921 L 23.38441,26.500592 L 19.83363,26.500592 z M 24.652546,26.500592 L 25.413428,29.537579 L 28.795124,29.537579 C 28.888912,29.537579 28.991979,29.516899 29.069886,29.490126 C 29.081471,29.485766 29.101467,29.479116 29.112157,29.474308 C 29.115641,29.472456 29.129884,29.460423 29.133293,29.45849 C 29.153265,29.446427 29.179882,29.425545 29.1967,29.411038 C 29.199407,29.408562 29.215227,29.39775 29.217835,29.395219 C 29.220344,29.392637 29.236565,29.382033 29.238971,29.379402 C 29.245871,29.37137 29.254196,29.356161 29.260107,29.347766 C 29.265672,29.339269 29.276752,29.324886 29.281242,29.316132 C 29.282614,29.31319 29.279996,29.303274 29.281242,29.300313 C 29.283476,29.294359 29.300674,29.274683 29.302378,29.268679 C 29.303093,29.265668 29.3018,29.255877 29.302378,29.25286 C 29.302814,29.249843 29.302083,29.240062 29.302378,29.237043 C 29.302527,29.234029 29.302378,29.224233 29.302378,29.221226 L 28.119129,26.816941 C 28.057483,26.720424 28.013215,26.641114 27.97118,26.595495 C 27.968475,26.593017 27.95285,26.582033 27.950044,26.579677 C 27.947147,26.57744 27.931886,26.565977 27.928908,26.563859 C 27.922812,26.559861 27.914085,26.551565 27.907773,26.548041 C 27.904579,26.546397 27.88986,26.533749 27.886638,26.532224 C 27.883397,26.530815 27.868747,26.533516 27.865502,26.532224 C 27.855773,26.528697 27.832737,26.51889 27.823231,26.516406 C 27.812787,26.51452 27.796296,26.503902 27.780959,26.500588 C 27.773263,26.49907 27.745738,26.501448 27.738688,26.500588 C 27.705031,26.49941 27.656271,26.500588 27.611875,26.500588 L 24.652546,26.500592 z M 20.679054,28.525249 L 20.002715,29.537579 L 23.891664,29.537579 L 23.04624,28.525249 L 20.679054,28.525249 z " - style="color:black;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - style="color:black;fill:url(#radialGradient3248);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5390" - width="1" - height="1" - x="5" - y="26" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3245);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5392" - width="1" - height="1" - x="7" - y="26" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3242);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5394" - width="1" - height="1" - x="9" - y="26" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3239);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5396" - width="1" - height="1" - x="11" - y="26" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3236);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5398" - width="1" - height="1" - x="13" - y="26" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3233);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5400" - width="1" - height="1" - x="15" - y="26" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3230);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5402" - width="1" - height="1" - x="17" - y="26" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3224);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5404" - width="1" - height="1" - x="4" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3221);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5406" - width="1" - height="1" - x="6" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3218);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5408" - width="1" - height="1" - x="8" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3215);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5410" - width="1" - height="1" - x="10" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3212);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5412" - width="1" - height="1" - x="12" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3209);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5414" - width="1" - height="1" - x="14" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3206);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5416" - width="1" - height="1" - x="16" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3203);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5418" - width="1" - height="1" - x="18" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3200);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5420" - width="1" - height="1" - x="5" - y="28" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3197);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5422" - width="1" - height="1" - x="7" - y="28" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3194);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5424" - width="1" - height="1" - x="9" - y="28" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3191);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5426" - width="1" - height="1" - x="11" - y="28" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5428" - width="1" - height="1" - x="13" - y="28" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3185);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5430" - width="1" - height="1" - x="15" - y="28" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3182);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5432" - width="1" - height="1" - x="17" - y="28" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3176);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5434" - width="1" - height="1" - x="4" - y="29" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3173);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5436" - width="1" - height="1" - x="6" - y="29" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3170);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5438" - width="1" - height="1" - x="8" - y="29" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3167);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5440" - width="1" - height="1" - x="10" - y="29" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3164);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5442" - width="1" - height="1" - x="12" - y="29" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3161);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5444" - width="1" - height="1" - x="14" - y="29" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3158);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5446" - width="1" - height="1" - x="16" - y="29" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3155);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5448" - width="1" - height="1" - x="18" - y="29" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3264);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5450" - width="1" - height="1" - x="21" - y="26" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3266);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5452" - width="1" - height="1" - x="20" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3268);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5454" - width="1" - height="1" - x="22" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3270);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5456" - width="1" - height="1" - x="21" - y="28" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3272);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5458" - width="1" - height="1" - x="23" - y="28" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3274);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5460" - width="1" - height="1" - x="20" - y="29" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3276);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5462" - width="1" - height="1" - x="22" - y="29" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3292);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5464" - width="1" - height="1" - x="26" - y="26" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3294);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5466" - width="1" - height="1" - x="25" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3296);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5468" - width="1" - height="1" - x="27" - y="27" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3298);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5470" - width="1" - height="1" - x="26" - y="28" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3300);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5472" - width="1" - height="1" - x="28" - y="28" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3302);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5474" - width="1" - height="1" - x="25" - y="29" - rx="0.26516503" - ry="0.26516503" /> - <rect - style="color:black;fill:url(#radialGradient3304);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect5476" - width="1" - height="1" - x="27" - y="29" - rx="0.26516503" - ry="0.26516503" /> </g> </g> </g> diff --git a/mate/scalable/status/nm-device-wired-secure.svg b/mate/scalable/status/nm-device-wired-secure.svg new file mode 100644 index 0000000..49fe20f --- /dev/null +++ b/mate/scalable/status/nm-device-wired-secure.svg @@ -0,0 +1,2529 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + width="96" + height="96" + id="svg2327" + sodipodi:docname="nm-device-wired-secure.svg" + inkscape:version="0.92.4 (unknown)"> + <metadata + id="metadata287"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="2909" + inkscape:window-height="1666" + id="namedview285" + showgrid="false" + inkscape:zoom="4.9166667" + inkscape:cx="6.0184728" + inkscape:cy="41.093752" + inkscape:window-x="300" + inkscape:window-y="172" + inkscape:window-maximized="0" + inkscape:current-layer="svg2327" /> + <defs + id="defs3"> + <linearGradient + id="linearGradient3116"> + <stop + id="stop3118" + style="stop-color:#729fcf;stop-opacity:1" + offset="0" /> + <stop + id="stop3120" + style="stop-color:#3465a4;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient2307"> + <stop + id="stop2309" + style="stop-color:#5a7aa4;stop-opacity:1" + offset="0" /> + <stop + id="stop2311" + style="stop-color:#5a7aa4;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient11400"> + <stop + id="stop11402" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop11404" + style="stop-color:#000000;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient6240"> + <stop + id="stop6242" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop6244" + style="stop-color:#ffffff;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient5137"> + <stop + id="stop5139" + style="stop-color:#eeeeec;stop-opacity:1" + offset="0" /> + <stop + id="stop5141" + style="stop-color:#e6e6e3;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient5225"> + <stop + id="stop5227" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop5229" + style="stop-color:#000000;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3899"> + <stop + id="stop3901" + style="stop-color:#eeeeec;stop-opacity:1" + offset="0" /> + <stop + id="stop3903" + style="stop-color:#d3d7cf;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3907"> + <stop + id="stop3909" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop3911" + style="stop-color:#ffffff;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient4196"> + <stop + id="stop4198" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop4200" + style="stop-color:#000000;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient5060"> + <stop + id="stop5062" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop5064" + style="stop-color:#000000;stop-opacity:0" + offset="1" /> + </linearGradient> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3304" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3302" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3300" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3298" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3296" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3294" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3292" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3276" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3274" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3272" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3270" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3268" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3266" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3264" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3155" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3158" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3161" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3164" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3167" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3170" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3173" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3176" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3182" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3185" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3188" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3191" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3194" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3197" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3200" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3203" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3206" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3209" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3212" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3215" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3218" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3221" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3224" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3230" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3233" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3236" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3239" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3242" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3245" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient3248" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <linearGradient + x1="29.5" + y1="46.029419" + x2="29.125" + y2="37.9375" + id="linearGradient3905" + xlink:href="#linearGradient3899" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.647995,0,0,0.707655,0.734249,-1.447571)" /> + <radialGradient + cx="605.71429" + cy="486.64789" + r="117.14286" + fx="605.71429" + fy="486.64789" + id="radialGradient2309" + xlink:href="#linearGradient5060" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" /> + <radialGradient + cx="605.71429" + cy="486.64789" + r="117.14286" + fx="605.71429" + fy="486.64789" + id="radialGradient2311" + xlink:href="#linearGradient5060" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" /> + <linearGradient + x1="20.156862" + y1="5.0996137" + x2="20.156862" + y2="26.039215" + id="linearGradient6246" + xlink:href="#linearGradient6240" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.664512,0,0,0.651253,0.09569506,-1.210023)" /> + <radialGradient + cx="24.006104" + cy="32.997028" + r="19.00016" + fx="24.006104" + fy="32.997028" + id="radialGradient5239" + xlink:href="#linearGradient3116" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-0.03259613)" /> + <linearGradient + x1="17.247635" + y1="6.3760414" + x2="39.904388" + y2="38.876041" + id="linearGradient5147" + xlink:href="#linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.648248,0,0,0.644253,0.433189,-0.740991)" /> + <linearGradient + x1="31.743324" + y1="37.842293" + x2="31.86105" + y2="43.82579" + id="linearGradient2308" + xlink:href="#linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.992781,0,-2.718035)" /> + <linearGradient + x1="23.154902" + y1="34.572548" + x2="23.529411" + y2="40.219608" + id="linearGradient2310" + xlink:href="#linearGradient11400" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.004187,0,0,1,-0.12454,-3.011765)" /> + <linearGradient + x1="37.484837" + y1="38.267769" + x2="37.295498" + y2="33.637787" + id="linearGradient4202" + xlink:href="#linearGradient4196" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.654255,0,0,0.654672,-0.481383,0.690637)" /> + <radialGradient + cx="23.9375" + cy="42.6875" + r="23.75956" + fx="23.9375" + fy="42.6875" + id="radialGradient2313" + xlink:href="#linearGradient5225" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.24763,0,32.1168)" /> + <linearGradient + x1="-931.75031" + y1="148.07117" + x2="-131.23589" + y2="148.07117" + id="linearGradient5478" + xlink:href="#linearGradient2307" + gradientUnits="userSpaceOnUse" + gradientTransform="scale(1.673466,0.597562)" /> + <radialGradient + cx="23.9375" + cy="42.6875" + r="23.75956" + fx="23.9375" + fy="42.6875" + id="radialGradient5620" + xlink:href="#linearGradient5225" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.24763,0,32.1168)" /> + <linearGradient + x1="37.484837" + y1="38.267769" + x2="37.295498" + y2="33.637787" + id="linearGradient5622" + xlink:href="#linearGradient4196" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.654255,0,0,0.654672,-0.481383,0.690637)" /> + <linearGradient + x1="31.743324" + y1="37.842293" + x2="31.86105" + y2="43.82579" + id="linearGradient5624" + xlink:href="#linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.992781,0,-2.718035)" /> + <linearGradient + x1="23.154902" + y1="34.572548" + x2="23.529411" + y2="40.219608" + id="linearGradient5626" + xlink:href="#linearGradient11400" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.004187,0,0,1,-0.12454,-3.011765)" /> + <linearGradient + x1="17.247635" + y1="6.3760414" + x2="39.904388" + y2="38.876041" + id="linearGradient5628" + xlink:href="#linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.648248,0,0,0.644253,0.433189,-0.740991)" /> + <radialGradient + cx="24.006104" + cy="32.997028" + r="19.00016" + fx="24.006104" + fy="32.997028" + id="radialGradient5630" + xlink:href="#linearGradient3116" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.836315,0,0,0.514216,-4.024721,-0.03259613)" /> + <linearGradient + x1="20.156862" + y1="5.0996137" + x2="20.156862" + y2="26.039215" + id="linearGradient5632" + xlink:href="#linearGradient6240" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.664512,0,0,0.651253,0.09569506,-1.210023)" /> + <linearGradient + x1="-931.75031" + y1="148.07117" + x2="-131.23589" + y2="148.07117" + id="linearGradient5634" + xlink:href="#linearGradient2307" + gradientUnits="userSpaceOnUse" + gradientTransform="scale(1.673466,0.597562)" /> + <radialGradient + cx="605.71429" + cy="486.64789" + r="117.14286" + fx="605.71429" + fy="486.64789" + id="radialGradient5636" + xlink:href="#linearGradient5060" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" /> + <radialGradient + cx="605.71429" + cy="486.64789" + r="117.14286" + fx="605.71429" + fy="486.64789" + id="radialGradient5638" + xlink:href="#linearGradient5060" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" /> + <linearGradient + x1="29.5" + y1="46.029419" + x2="29.125" + y2="37.9375" + id="linearGradient5640" + xlink:href="#linearGradient3899" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.647995,0,0,0.707655,0.734249,-1.447571)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5642" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5644" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5646" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5648" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5650" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5652" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5654" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5656" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5658" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5660" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5662" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5664" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5666" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5668" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5670" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5672" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5674" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5676" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5678" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5680" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5682" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5684" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5686" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5688" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5690" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5692" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5694" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5696" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5698" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5700" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-8.729684,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5702" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5704" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5706" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5708" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5710" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5712" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5714" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,-0.72968,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5716" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5718" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5720" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5722" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5724" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5726" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" /> + <radialGradient + cx="20.913568" + cy="47.045319" + r="19.5" + fx="20.913568" + fy="47.045319" + id="radialGradient5728" + xlink:href="#linearGradient3907" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.382603,3.581398e-5,0,0.171503,4.270316,21.0972)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3977" + id="linearGradient3983" + x1="48" + y1="36" + x2="56.96875" + y2="36" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" /> + <linearGradient + id="linearGradient3977"> + <stop + style="stop-color:#cbcbcb;stop-opacity:1" + offset="0" + id="stop3979" /> + <stop + style="stop-color:#efefef;stop-opacity:1" + offset="1" + id="stop3981" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11400" + id="linearGradient4011" + x1="39.03125" + y1="35.984375" + x2="47.230457" + y2="24.974846" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11400" + id="linearGradient4039" + x1="56.727566" + y1="37.282234" + x2="48.758419" + y2="23.479269" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3956" + id="linearGradient3933" + x1="48" + y1="41" + x2="60" + y2="41" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" /> + <linearGradient + id="linearGradient3956"> + <stop + id="stop3958" + offset="0" + style="stop-color:#e6c94c;stop-opacity:1;" /> + <stop + style="stop-color:#e7ce5f;stop-opacity:1" + offset="0.57832253" + id="stop3966" /> + <stop + style="stop-color:#f0de93;stop-opacity:1" + offset="0.83333331" + id="stop3960" /> + <stop + id="stop3962" + offset="0.91666669" + style="stop-color:#d0b64c;stop-opacity:1" /> + <stop + id="stop3964" + offset="1" + style="stop-color:#907d2e;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3956" + id="linearGradient3945" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" + x1="48" + y1="41" + x2="60" + y2="41" + gradientTransform="translate(0,6)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3956" + id="linearGradient3954" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,12)" + spreadMethod="reflect" + x1="48" + y1="41" + x2="60" + y2="41" /> + </defs> + <g + id="layer1" + transform="matrix(1.9999999,0,0,1.9999999,-0.08298997,2.1890899)"> + <g + transform="translate(14.98536,1)" + id="g5480"> + <g + id="g5482" + style="display:inline" /> + <g + id="g5484" + style="display:inline"> + <g + transform="translate(-54,0.18088)" + id="g5486" /> + <g + transform="translate(-54,15.24691)" + id="g5488" /> + <g + transform="translate(-54,15.24691)" + id="g5490" + style="display:inline" /> + </g> + <g + id="g5492" + style="display:inline"> + <path + d="m 47.69706,42.6875 a 23.75956,5.8835783 0 1 1 -47.51911963,0 23.75956,5.8835783 0 1 1 47.51911963,0 z" + transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" + id="path5494" + style="display:inline;opacity:0.3;fill:url(#radialGradient5620);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + d="m 27.082936,28.048013 c -5.41957,-6.912065 4.864917,-1.498623 3.772836,-3.894135 -1.0702,-2.347514 -13.447733,0.441363 -12.14622,-3.486669" + id="path5496" + style="display:inline;opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5622);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + d="m 26.784723,27.671888 c -5.246085,-7.259257 4.73584,-1.184456 3.589428,-4.067731 -1.301513,-3.27336 -12.175505,0.672825 -11.567934,-3.197342" + id="path5498" + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <g + transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)" + id="g5500" + style="display:inline"> + <path + d="m 14.375479,32.558794 c 0,0 1.216876,4.898976 -3.856329,4.944966 -2.4302757,0.02175 -1.9324777,4.006021 -1.9324777,4.006021 l 30.8464667,-0.03115 c 0,0 0.418438,-3.867241 -2.022217,-3.912581 -4.987467,-0.09147 -3.810529,-5.06955 -3.810529,-5.06955 z" + id="path5502" + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5624);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> + <path + d="m 13.926195,33.027451 c 0.08401,2.172549 -0.28454,2.911443 -1.640464,3.675231 L 36,38 c -0.952992,-1.168628 -2.339163,-2.933334 -1.961117,-4.988235 z" + id="path5504" + style="opacity:0.5;fill:url(#linearGradient5626);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + d="m 10.436202,38.661601 c 6.564263,0.002 27.126435,0 27.126435,0" + id="path5506" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" + inkscape:connector-curvature="0" /> + <path + d="m 11.134219,39.660187 c 6.012537,0.002 25.747298,0 25.747298,0" + id="path5508" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> + </g> + <path + d="m 3.602229,1.4999996 h 24.716925 c 1.312778,0 2.269499,0.9197698 2.269499,2.3361502 l 0.0071,16.2366782 c 0,1.090117 -0.3425,1.427166 -1.318961,1.427166 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.413867,3.7151949 c 0,-1.1427919 0.9979174,-2.2151953 2.1883638,-2.2151953 z" + id="path5510" + style="display:inline;fill:url(#linearGradient5628);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <rect + width="25.103695" + height="15.194118" + x="3.4999971" + y="3.5000005" + id="rect5512" + style="display:inline;fill:url(#radialGradient5630);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + d="M 4.0984042,4.0204313 V 15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 V 4 Z" + id="path5514" + style="display:inline;opacity:0.75;fill:url(#linearGradient5632);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + d="m 4.056094,2.4999991 c -0.8161996,0 -1.5600827,0.7952865 -1.5600827,1.5741105 l -5e-7,15.7156244 c 0.00391,0.370585 0.09092,0.485648 0.1755094,0.556697 0.08459,0.07105 0.2632912,0.12711 0.56553,0.134375 l 25.5463538,0.0192 c 0.406354,0 0.534785,-0.06206 0.58503,-0.115178 0.05025,-0.05312 0.136507,-0.246146 0.136507,-0.71027 l 1e-6,-15.4852656 c 0,-1.1101089 -0.630764,-1.6892893 -1.638087,-1.6892893 z" + id="path5516" + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <g + transform="matrix(0.01543206,0,0,0.01215502,29.57023,28.01728)" + id="g5518" + style="display:inline"> + <rect + width="1339.6335" + height="478.35718" + x="-1559.2523" + y="-150.69685" + id="rect5520" + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#linearGradient5634);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <path + d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z" + id="path5522" + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient5636);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> + <path + d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z" + id="path5524" + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient5638);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> + </g> + <path + d="M 3.643761,26.504783 H 28.921938 C 29.226374,26.504783 29.788645,26.492665 30,27 l 1.5,3 c 0.0625,0.406064 -0.01297,1.562501 -1.5,1.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 c 0.2113561,-0.507335 0.3393239,-0.495217 0.643761,-0.495217 z" + id="path5526" + style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5640);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> + <path + d="M 4.0955909,27.111942 28.49679,27.10614 c 0.291751,0 0.324078,0 0.526628,0.343448 l 1.39724,2.701171 c 0,0.19027 -0.234876,0.343448 -0.526629,0.343448 l -27.2157949,0.0058 c -0.2917523,0 -0.5266285,-0.153179 -0.5266285,-0.343449 L 3.5689622,27.45539 c 0.2025495,-0.343448 0.2348764,-0.343448 0.5266287,-0.343448 z" + id="path5528" + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> + <path + d="m 4.9039459,26.500588 c -0.00197,0.0019 0.0018,0.01435 0,0.01582 -0.00951,0.0025 -0.032542,0.01229 -0.042271,0.01582 -0.00325,0.0013 -0.017896,-0.0014 -0.021136,0 -0.00322,0.0015 -0.017941,0.01417 -0.021136,0.01582 -0.00631,0.0035 -0.01504,0.01182 -0.021136,0.01582 -0.00298,0.0021 -0.018238,0.01358 -0.021136,0.01582 -0.00281,0.0024 -0.018431,0.01334 -0.021135,0.01582 -0.042036,0.04562 -0.086304,0.124928 -0.1479492,0.221446 l -1.4434418,2.404285 c 0,0.003 -1.479e-4,0.0128 0,0.01582 2.934e-4,0.003 -4.366e-4,0.0128 0,0.01582 5.774e-4,0.003 -7.158e-4,0.01281 0,0.01582 0.0017,0.006 0.018902,0.02568 0.021136,0.03163 0.00125,0.003 -0.00137,0.01288 0,0.01582 0.00449,0.0088 0.01557,0.02314 0.021136,0.03163 0.00591,0.0084 0.014235,0.0236 0.021136,0.03164 0.00241,0.0026 0.018627,0.01324 0.021136,0.01582 0.00261,0.0025 0.018428,0.01334 0.021136,0.01582 0.016818,0.01451 0.043435,0.03539 0.063407,0.04745 0.00341,0.0019 0.017651,0.01397 0.021136,0.01582 0.01069,0.0048 0.030687,0.01146 0.042271,0.01582 0.077907,0.02677 0.180974,0.04745 0.2747628,0.04745 H 18.650036 l -0.06341,-3.036987 -13.4713272,-4e-6 c -0.044397,0 -0.093157,-0.0012 -0.1268135,0 -0.00788,3.5e-5 -0.033715,3.11e-4 -0.042271,0 -0.00261,1.5e-5 -0.018765,-1.3e-4 -0.021136,0 -0.00183,0.0014 -0.019162,-0.0019 -0.021135,0 z m 14.9296841,4e-6 0.06341,1.012329 h 3.656459 L 23.38441,26.500592 Z m 4.818916,0 0.760882,3.036987 h 3.381696 c 0.09379,0 0.196855,-0.02068 0.274762,-0.04745 0.01159,-0.0044 0.03158,-0.01101 0.04227,-0.01582 0.0035,-0.0019 0.01773,-0.01389 0.02114,-0.01582 0.01997,-0.01206 0.04659,-0.03295 0.06341,-0.04745 0.0027,-0.0025 0.01853,-0.01329 0.02114,-0.01582 0.0025,-0.0026 0.01873,-0.01319 0.02114,-0.01582 0.0069,-0.008 0.01523,-0.02324 0.02114,-0.03164 0.0056,-0.0085 0.01664,-0.02288 0.02113,-0.03163 0.0014,-0.0029 -0.0012,-0.01286 0,-0.01582 0.0022,-0.006 0.01943,-0.02563 0.02114,-0.03163 7.15e-4,-0.003 -5.78e-4,-0.0128 0,-0.01582 4.36e-4,-0.003 -2.95e-4,-0.0128 0,-0.01582 1.49e-4,-0.003 0,-0.01281 0,-0.01582 l -1.183249,-2.404285 c -0.06165,-0.09652 -0.105914,-0.175827 -0.147949,-0.221446 -0.0027,-0.0025 -0.01833,-0.01346 -0.02114,-0.01582 -0.0029,-0.0022 -0.01816,-0.0137 -0.02114,-0.01582 -0.0061,-0.004 -0.01482,-0.01229 -0.02114,-0.01582 -0.0032,-0.0016 -0.01791,-0.01429 -0.02113,-0.01582 -0.0032,-0.0014 -0.01789,0.0013 -0.02114,0 -0.0097,-0.0035 -0.03276,-0.01333 -0.04227,-0.01582 -0.01044,-0.0019 -0.02693,-0.0125 -0.04227,-0.01582 -0.0077,-0.0015 -0.03522,8.6e-4 -0.04227,0 -0.03366,-0.0012 -0.08242,0 -0.126813,0 z m -3.973492,2.024657 -0.676339,1.01233 h 3.888949 l -0.845424,-1.01233 z" + id="path5530" + style="display:inline;overflow:visible;visibility:visible;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="5" + y="26" + id="rect5532" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5642);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="7" + y="26" + id="rect5534" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5644);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="9" + y="26" + id="rect5536" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5646);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="11" + y="26" + id="rect5538" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5648);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="13" + y="26" + id="rect5540" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5650);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="15" + y="26" + id="rect5542" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5652);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="17" + y="26" + id="rect5544" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5654);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="4" + y="27" + id="rect5546" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="6" + y="27" + id="rect5548" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5658);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="8" + y="27" + id="rect5550" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5660);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="10" + y="27" + id="rect5552" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5662);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="12" + y="27" + id="rect5554" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5664);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="14" + y="27" + id="rect5556" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5666);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="16" + y="27" + id="rect5558" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5668);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="18" + y="27" + id="rect5560" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5670);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="5" + y="28" + id="rect5562" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5672);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="7" + y="28" + id="rect5564" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5674);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="9" + y="28" + id="rect5566" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5676);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="11" + y="28" + id="rect5568" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5678);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="13" + y="28" + id="rect5570" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="15" + y="28" + id="rect5572" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5682);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="17" + y="28" + id="rect5574" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5684);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="4" + y="29" + id="rect5576" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5686);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="6" + y="29" + id="rect5578" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5688);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="8" + y="29" + id="rect5580" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5690);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="10" + y="29" + id="rect5582" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5692);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="12" + y="29" + id="rect5584" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5694);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="14" + y="29" + id="rect5586" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5696);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="16" + y="29" + id="rect5588" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5698);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="18" + y="29" + id="rect5590" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5700);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="21" + y="26" + id="rect5592" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5702);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="20" + y="27" + id="rect5594" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5704);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="22" + y="27" + id="rect5596" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5706);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="21" + y="28" + id="rect5598" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5708);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="23" + y="28" + id="rect5600" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5710);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="20" + y="29" + id="rect5602" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5712);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="22" + y="29" + id="rect5604" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5714);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="26" + y="26" + id="rect5606" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5716);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="25" + y="27" + id="rect5608" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5718);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="27" + y="27" + id="rect5610" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5720);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="26" + y="28" + id="rect5612" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5722);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="28" + y="28" + id="rect5614" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5724);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="25" + y="29" + id="rect5616" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5726);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="27" + y="29" + id="rect5618" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient5728);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + </g> + </g> + <g + transform="translate(0.985355,12)" + id="g5340"> + <g + id="g5342" + style="display:inline" /> + <g + id="g5344" + style="display:inline"> + <g + transform="translate(-54,0.18088)" + id="g5346" /> + <g + transform="translate(-54,15.24691)" + id="g5348" /> + <g + transform="translate(-54,15.24691)" + id="g5350" + style="display:inline" /> + </g> + <g + id="layer2" + style="display:inline"> + <path + d="m 47.69706,42.6875 a 23.75956,5.8835783 0 1 1 -47.51911963,0 23.75956,5.8835783 0 1 1 47.51911963,0 z" + transform="matrix(0.633479,0,0,0.565504,1.119993,0.201324)" + id="path5353" + style="display:inline;opacity:0.3;fill:url(#radialGradient2313);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + d="m 27.082936,28.048013 c -5.41957,-6.912065 4.864917,-1.498623 3.772836,-3.894135 -1.0702,-2.347514 -13.447733,0.441363 -12.14622,-3.486669" + id="path5355" + style="display:inline;opacity:0.20786516;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4202);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + d="m 26.784723,27.671888 c -5.246085,-7.259257 4.73584,-1.184456 3.589428,-4.067731 -1.301513,-3.27336 -12.175505,0.672825 -11.567934,-3.197342" + id="path5357" + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <g + transform="matrix(0.530612,0,0,0.53095,3.140616,3.404111)" + id="g5359" + style="display:inline"> + <path + d="m 14.375479,32.558794 c 0,0 1.216876,4.898976 -3.856329,4.944966 -2.4302757,0.02175 -1.9324777,4.006021 -1.9324777,4.006021 l 30.8464667,-0.03115 c 0,0 0.418438,-3.867241 -2.022217,-3.912581 -4.987467,-0.09147 -3.810529,-5.06955 -3.810529,-5.06955 z" + id="path5361" + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient2308);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.88401449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> + <path + d="m 13.926195,33.027451 c 0.08401,2.172549 -0.28454,2.911443 -1.640464,3.675231 L 36,38 c -0.952992,-1.168628 -2.339163,-2.933334 -1.961117,-4.988235 z" + id="path5363" + style="opacity:0.5;fill:url(#linearGradient2310);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + d="m 10.436202,38.661601 c 6.564263,0.002 27.126435,0 27.126435,0" + id="path5365" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1.88401508px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" + inkscape:connector-curvature="0" /> + <path + d="m 11.134219,39.660187 c 6.012537,0.002 25.747298,0 25.747298,0" + id="path5367" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.88401532px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> + </g> + <path + d="m 3.602229,1.4999996 h 24.716925 c 1.312778,0 2.269499,0.9197698 2.269499,2.3361502 l 0.0071,16.2366782 c 0,1.090117 -0.3425,1.427166 -1.318961,1.427166 L 2.7228402,21.487795 C 1.9583807,21.469246 1.414291,21.169109 1.404027,20.186855 L 1.413867,3.7151949 c 0,-1.1427919 0.9979174,-2.2151953 2.1883638,-2.2151953 z" + id="path5369" + style="display:inline;fill:url(#linearGradient5147);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <rect + width="25.103695" + height="15.194118" + x="3.4999971" + y="3.5000005" + id="rect5371" + style="display:inline;fill:url(#radialGradient5239);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + d="M 4.0984042,4.0204313 V 15.748091 C 15.025941,14.866132 19.115514,9.1623492 28,8.5664313 V 4 Z" + id="path5373" + style="display:inline;opacity:0.75;fill:url(#linearGradient6246);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + d="m 4.056094,2.4999991 c -0.8161996,0 -1.5600827,0.7952865 -1.5600827,1.5741105 l -5e-7,15.7156244 c 0.00391,0.370585 0.09092,0.485648 0.1755094,0.556697 0.08459,0.07105 0.2632912,0.12711 0.56553,0.134375 l 25.5463538,0.0192 c 0.406354,0 0.534785,-0.06206 0.58503,-0.115178 0.05025,-0.05312 0.136507,-0.246146 0.136507,-0.71027 l 1e-6,-15.4852656 c 0,-1.1101089 -0.630764,-1.6892893 -1.638087,-1.6892893 z" + id="path5375" + style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <g + transform="matrix(0.01543206,0,0,0.01215502,29.57023,28.01728)" + id="g5377" + style="display:inline"> + <rect + width="1339.6335" + height="478.35718" + x="-1559.2523" + y="-150.69685" + id="rect6709" + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#linearGradient5478);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <path + d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z" + id="path5380" + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient2309);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> + <path + d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z" + id="path5382" + style="display:inline;overflow:visible;visibility:visible;opacity:0.40206185;fill:url(#radialGradient2311);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> + </g> + <path + d="M 3.643761,26.504783 H 28.921938 C 29.226374,26.504783 29.788645,26.492665 30,27 l 1.5,3 c 0.0625,0.406064 -0.01297,1.562501 -1.5,1.562501 L 2.5,31.500001 C 1,31.562501 1.0652178,30.281064 1.0652178,30 L 3,27 c 0.2113561,-0.507335 0.3393239,-0.495217 0.643761,-0.495217 z" + id="path5384" + style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3905);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> + <path + d="M 4.0955909,27.111942 28.49679,27.10614 c 0.291751,0 0.324078,0 0.526628,0.343448 l 1.39724,2.701171 c 0,0.19027 -0.234876,0.343448 -0.526629,0.343448 l -27.2157949,0.0058 c -0.2917523,0 -0.5266285,-0.153179 -0.5266285,-0.343449 L 3.5689622,27.45539 c 0.2025495,-0.343448 0.2348764,-0.343448 0.5266287,-0.343448 z" + id="path5386" + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999964;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> + <path + d="m 4.9039459,26.500588 c -0.00197,0.0019 0.0018,0.01435 0,0.01582 -0.00951,0.0025 -0.032542,0.01229 -0.042271,0.01582 -0.00325,0.0013 -0.017896,-0.0014 -0.021136,0 -0.00322,0.0015 -0.017941,0.01417 -0.021136,0.01582 -0.00631,0.0035 -0.01504,0.01182 -0.021136,0.01582 -0.00298,0.0021 -0.018238,0.01358 -0.021136,0.01582 -0.00281,0.0024 -0.018431,0.01334 -0.021135,0.01582 -0.042036,0.04562 -0.086304,0.124928 -0.1479492,0.221446 l -1.4434418,2.404285 c 0,0.003 -1.479e-4,0.0128 0,0.01582 2.934e-4,0.003 -4.366e-4,0.0128 0,0.01582 5.774e-4,0.003 -7.158e-4,0.01281 0,0.01582 0.0017,0.006 0.018902,0.02568 0.021136,0.03163 0.00125,0.003 -0.00137,0.01288 0,0.01582 0.00449,0.0088 0.01557,0.02314 0.021136,0.03163 0.00591,0.0084 0.014235,0.0236 0.021136,0.03164 0.00241,0.0026 0.018627,0.01324 0.021136,0.01582 0.00261,0.0025 0.018428,0.01334 0.021136,0.01582 0.016818,0.01451 0.043435,0.03539 0.063407,0.04745 0.00341,0.0019 0.017651,0.01397 0.021136,0.01582 0.01069,0.0048 0.030687,0.01146 0.042271,0.01582 0.077907,0.02677 0.180974,0.04745 0.2747628,0.04745 H 18.650036 l -0.06341,-3.036987 -13.4713272,-4e-6 c -0.044397,0 -0.093157,-0.0012 -0.1268135,0 -0.00788,3.5e-5 -0.033715,3.11e-4 -0.042271,0 -0.00261,1.5e-5 -0.018765,-1.3e-4 -0.021136,0 -0.00183,0.0014 -0.019162,-0.0019 -0.021135,0 z m 14.9296841,4e-6 0.06341,1.012329 h 3.656459 L 23.38441,26.500592 Z m 4.818916,0 0.760882,3.036987 h 3.381696 c 0.09379,0 0.196855,-0.02068 0.274762,-0.04745 0.01159,-0.0044 0.03158,-0.01101 0.04227,-0.01582 0.0035,-0.0019 0.01773,-0.01389 0.02114,-0.01582 0.01997,-0.01206 0.04659,-0.03295 0.06341,-0.04745 0.0027,-0.0025 0.01853,-0.01329 0.02114,-0.01582 0.0025,-0.0026 0.01873,-0.01319 0.02114,-0.01582 0.0069,-0.008 0.01523,-0.02324 0.02114,-0.03164 0.0056,-0.0085 0.01664,-0.02288 0.02113,-0.03163 0.0014,-0.0029 -0.0012,-0.01286 0,-0.01582 0.0022,-0.006 0.01943,-0.02563 0.02114,-0.03163 7.15e-4,-0.003 -5.78e-4,-0.0128 0,-0.01582 4.36e-4,-0.003 -2.95e-4,-0.0128 0,-0.01582 1.49e-4,-0.003 0,-0.01281 0,-0.01582 l -1.183249,-2.404285 c -0.06165,-0.09652 -0.105914,-0.175827 -0.147949,-0.221446 -0.0027,-0.0025 -0.01833,-0.01346 -0.02114,-0.01582 -0.0029,-0.0022 -0.01816,-0.0137 -0.02114,-0.01582 -0.0061,-0.004 -0.01482,-0.01229 -0.02114,-0.01582 -0.0032,-0.0016 -0.01791,-0.01429 -0.02113,-0.01582 -0.0032,-0.0014 -0.01789,0.0013 -0.02114,0 -0.0097,-0.0035 -0.03276,-0.01333 -0.04227,-0.01582 -0.01044,-0.0019 -0.02693,-0.0125 -0.04227,-0.01582 -0.0077,-0.0015 -0.03522,8.6e-4 -0.04227,0 -0.03366,-0.0012 -0.08242,0 -0.126813,0 z m -3.973492,2.024657 -0.676339,1.01233 h 3.888949 l -0.845424,-1.01233 z" + id="path5388" + style="display:inline;overflow:visible;visibility:visible;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#babdb6;stroke-width:0.99999923;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + inkscape:connector-curvature="0" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="5" + y="26" + id="rect5390" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3248);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="7" + y="26" + id="rect5392" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3245);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="9" + y="26" + id="rect5394" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3242);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="11" + y="26" + id="rect5396" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3239);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="13" + y="26" + id="rect5398" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3236);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="15" + y="26" + id="rect5400" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3233);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="17" + y="26" + id="rect5402" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3230);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="4" + y="27" + id="rect5404" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3224);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="6" + y="27" + id="rect5406" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3221);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="8" + y="27" + id="rect5408" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3218);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="10" + y="27" + id="rect5410" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3215);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="12" + y="27" + id="rect5412" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3212);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="14" + y="27" + id="rect5414" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3209);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="16" + y="27" + id="rect5416" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3206);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="18" + y="27" + id="rect5418" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3203);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="5" + y="28" + id="rect5420" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3200);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="7" + y="28" + id="rect5422" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3197);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="9" + y="28" + id="rect5424" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3194);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="11" + y="28" + id="rect5426" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3191);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="13" + y="28" + id="rect5428" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="15" + y="28" + id="rect5430" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3185);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="17" + y="28" + id="rect5432" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3182);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="4" + y="29" + id="rect5434" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3176);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="6" + y="29" + id="rect5436" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3173);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="8" + y="29" + id="rect5438" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3170);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="10" + y="29" + id="rect5440" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3167);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="12" + y="29" + id="rect5442" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3164);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="14" + y="29" + id="rect5444" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3161);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="16" + y="29" + id="rect5446" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3158);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="18" + y="29" + id="rect5448" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3155);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="21" + y="26" + id="rect5450" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3264);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="20" + y="27" + id="rect5452" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3266);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="22" + y="27" + id="rect5454" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3268);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="21" + y="28" + id="rect5456" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3270);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="23" + y="28" + id="rect5458" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3272);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="20" + y="29" + id="rect5460" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3274);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="22" + y="29" + id="rect5462" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3276);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="26" + y="26" + id="rect5464" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3292);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="25" + y="27" + id="rect5466" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3294);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="27" + y="27" + id="rect5468" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3296);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="26" + y="28" + id="rect5470" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3298);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="28" + y="28" + id="rect5472" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3300);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="25" + y="29" + id="rect5474" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3302);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + <rect + width="1" + height="1" + rx="0.26516503" + ry="0.26516503" + x="27" + y="29" + id="rect5476" + style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3304);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /> + </g> + </g> + </g> + <g + style="display:inline" + id="g214" + transform="matrix(1.1389593,0,0,1.0713204,-37.448453,-22.465095)"> + <path + d="m 48,21.029297 c -6.579909,0 -11.970703,5.390794 -11.970703,11.970703 v 3.195312 C 34.309564,36.643113 32.998047,38.148778 32.998047,40 v 4 c 0,0.537304 0.20147,0.734055 0.363281,1 -0.161811,0.265945 -0.363281,0.462696 -0.363281,1 v 4 c 0,0.537304 0.20147,0.734055 0.363281,1 -0.161811,0.265945 -0.363281,0.462696 -0.363281,1 v 4 c 0,2.194591 1.807362,4.001953 4.001953,4.001953 h 22 c 2.194591,0 4.001953,-1.807362 4.001953,-4.001953 v -4 c 0,-0.537304 -0.20147,-0.734055 -0.363281,-1 0.161811,-0.265945 0.363281,-0.462696 0.363281,-1 v -4 c 0,-0.537304 -0.20147,-0.734055 -0.363281,-1 0.161811,-0.265945 0.363281,-0.462696 0.363281,-1 v -4 c 0,-1.851222 -1.311517,-3.356887 -3.03125,-3.804688 V 33 C 59.970703,26.420091 54.579909,21.029297 48,21.029297 Z m 0,9.003906 c 1.85377,0 2.966797,1.113027 2.966797,2.966797 v 2.998047 H 45.033203 V 33 c 0,-1.85377 1.113027,-2.966797 2.966797,-2.966797 z" + id="path4087" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.05;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:original="M 48 22 C 41.949613 22 37 26.949613 37 33 L 37 36.96875 C 35.340357 36.96875 33.96875 38.340357 33.96875 40 L 33.96875 44 C 33.96875 44.512118 34.202962 44.716009 34.375 45 C 34.202962 45.283991 33.96875 45.487882 33.96875 46 L 33.96875 50 C 33.96875 50.512118 34.202962 50.716009 34.375 51 C 34.202962 51.283991 33.96875 51.487882 33.96875 52 L 33.96875 56 C 33.96875 57.659643 35.340357 59.03125 37 59.03125 L 59 59.03125 C 60.659643 59.03125 62.03125 57.659643 62.03125 56 L 62.03125 52 C 62.03125 51.487882 61.797038 51.283991 61.625 51 C 61.797038 50.716009 62.03125 50.512118 62.03125 50 L 62.03125 46 C 62.03125 45.487882 61.797038 45.283991 61.625 45 C 61.797038 44.716009 62.03125 44.512118 62.03125 44 L 62.03125 40 C 62.03125 38.340357 60.659643 36.96875 59 36.96875 L 59 33 C 59 26.949613 54.050387 22 48 22 z M 48 29.0625 C 50.309873 29.0625 51.9375 30.690127 51.9375 33 L 51.9375 36.96875 L 44.0625 36.96875 L 44.0625 33 C 44.0625 30.690127 45.690127 29.0625 48 29.0625 z " + inkscape:radius="0.97092915" + sodipodi:type="inkscape:offset" /> + <path + inkscape:connector-curvature="0" + id="path4082" + d="m 48,22 c -6.050387,0 -11,4.949613 -11,11 v 3.96875 c -1.659643,0 -3.03125,1.371607 -3.03125,3.03125 v 4 c 0,0.512118 0.234212,0.716009 0.40625,1 -0.172038,0.283991 -0.40625,0.487882 -0.40625,1 v 4 c 0,0.512118 0.234212,0.716009 0.40625,1 -0.172038,0.283991 -0.40625,0.487882 -0.40625,1 v 4 c 0,1.659643 1.371607,3.03125 3.03125,3.03125 h 22 c 1.659643,0 3.03125,-1.371607 3.03125,-3.03125 v -4 c 0,-0.512118 -0.234212,-0.716009 -0.40625,-1 0.172038,-0.283991 0.40625,-0.487882 0.40625,-1 v -4 c 0,-0.512118 -0.234212,-0.716009 -0.40625,-1 0.172038,-0.283991 0.40625,-0.487882 0.40625,-1 v -4 c 0,-1.659643 -1.371607,-3.03125 -3.03125,-3.03125 V 33 C 59,26.949613 54.050387,22 48,22 Z m 0,7.0625 c 2.309873,0 3.9375,1.627627 3.9375,3.9375 v 3.96875 h -7.875 V 33 c 0,-2.309873 1.627627,-3.9375 3.9375,-3.9375 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.07999998;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + d="m 48,23.060547 c -5.477877,0 -9.939453,4.461576 -9.939453,9.939453 v 5.029297 H 37 c -1.0751,0 -1.970703,0.895603 -1.970703,1.970703 v 4 c 0,0.387206 0.220995,0.692778 0.419922,1 -0.198927,0.307222 -0.419922,0.612794 -0.419922,1 v 4 c 0,0.387206 0.220995,0.692778 0.419922,1 -0.198927,0.307222 -0.419922,0.612794 -0.419922,1 v 4 c 0,1.0751 0.895603,1.970703 1.970703,1.970703 h 22 c 1.0751,0 1.970703,-0.895603 1.970703,-1.970703 v -4 c 0,-0.387206 -0.220995,-0.692778 -0.419922,-1 0.198927,-0.307222 0.419922,-0.612794 0.419922,-1 v -4 c 0,-0.387206 -0.220995,-0.692778 -0.419922,-1 0.198927,-0.307222 0.419922,-0.612794 0.419922,-1 V 40 C 60.970703,38.9249 60.0751,38.029297 59,38.029297 H 57.939453 V 33 c 0,-5.477877 -4.461576,-9.939453 -9.939453,-9.939453 z m 0,4.941406 c 2.843291,0 4.998047,2.154756 4.998047,4.998047 v 5.029297 H 43.001953 V 33 c 0,-2.843291 2.154756,-4.998047 4.998047,-4.998047 z" + id="path4078" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:original="M 48 24.03125 C 43.0469 24.03125 39.03125 28.0469 39.03125 33 L 39.03125 39 L 37 39 C 36.446 39 36 39.446 36 40 L 36 44 C 36 44.554 36.446 45 37 45 C 36.446 45 36 45.446 36 46 L 36 50 C 36 50.554 36.446 51 37 51 C 36.446 51 36 51.446 36 52 L 36 56 C 36 56.554 36.446 57 37 57 L 59 57 C 59.554 57 60 56.554 60 56 L 60 52 C 60 51.446 59.554 51 59 51 C 59.554 51 60 50.554 60 50 L 60 46 C 60 45.446 59.554 45 59 45 C 59.554 45 60 44.554 60 44 L 60 40 C 60 39.446 59.554 39 59 39 L 56.96875 39 L 56.96875 33 C 56.96875 28.0469 52.9531 24.03125 48 24.03125 z M 48 27.03125 C 51.349468 27.03125 53.96875 29.650532 53.96875 33 L 53.96875 39 L 42.03125 39 L 42.03125 33 C 42.03125 29.650532 44.650532 27.03125 48 27.03125 z " + inkscape:radius="0.97092915" + sodipodi:type="inkscape:offset" /> + <path + inkscape:connector-curvature="0" + id="path4063" + d="m 48,24.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 6 H 37 c -0.554,0 -1,0.446 -1,1 v 4 c 0,0.554 0.446,1 1,1 -0.554,0 -1,0.446 -1,1 v 4 c 0,0.554 0.446,1 1,1 -0.554,0 -1,0.446 -1,1 v 4 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -4 c 0,-0.554 -0.446,-1 -1,-1 0.554,0 1,-0.446 1,-1 v -4 c 0,-0.554 -0.446,-1 -1,-1 0.554,0 1,-0.446 1,-1 v -4 c 0,-0.554 -0.446,-1 -1,-1 h -2.03125 v -6 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 z m 0,3 c 3.349468,0 5.96875,2.619282 5.96875,5.96875 v 6 h -11.9375 v -6 c 0,-3.349468 2.619282,-5.96875 5.96875,-5.96875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ssssssssssssss" + inkscape:connector-curvature="0" + id="path3974" + d="m 48,23.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 8 c 0,4.9531 4.01565,8.96875 8.96875,8.96875 4.9531,0 8.96875,-4.01565 8.96875,-8.96875 v -8 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 z m 0,3 c 3.349468,0 5.96875,2.619282 5.96875,5.96875 v 8 c 0,3.349468 -2.619282,5.96875 -5.96875,5.96875 -3.349468,0 -5.96875,-2.619282 -5.96875,-5.96875 v -8 c 0,-3.349468 2.619282,-5.96875 5.96875,-5.96875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3983);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="rect3985" + d="m 48,25 c -3.878,0 -7,3.122 -7,7 v 12 c 0,0.661889 0.11112,1.300171 0.28125,1.90625 1.643856,1.874098 4.03012,3.0625 6.71875,3.0625 2.68863,0 5.074894,-1.188402 6.71875,-3.0625 C 54.88888,45.300171 55,44.661889 55,44 V 32 c 0,-3.878 -3.122,-7 -7,-7 z m 0,1.03125 c 3.349468,0 5.96875,2.619282 5.96875,5.96875 v 8 c 0,3.349468 -2.619282,5.96875 -5.96875,5.96875 -3.349468,0 -5.96875,-2.619282 -5.96875,-5.96875 v -8 c 0,-3.349468 2.619282,-5.96875 5.96875,-5.96875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + transform="matrix(0.95522388,0,0,0.9875956,2.1492537,0.60355158)" + d="m 48,25.326172 c -3.70276,0 -6.673828,2.971068 -6.673828,6.673828 v 12 c 0,0.599785 0.105202,1.181874 0.257812,1.744141 1.583676,1.774077 3.85154,2.898437 6.416016,2.898437 2.564476,0 4.83234,-1.12436 6.416016,-2.898437 C 54.568626,45.181874 54.673828,44.599785 54.673828,44 V 32 c 0,-3.70276 -2.971068,-6.673828 -6.673828,-6.673828 z m 0,0.378906 c 3.51969,0 6.294922,2.775232 6.294922,6.294922 v 8 c 0,3.51969 -2.775232,6.294922 -6.294922,6.294922 -3.51969,0 -6.294922,-2.775232 -6.294922,-6.294922 v -8 c 0,-3.51969 2.775232,-6.294922 6.294922,-6.294922 z" + id="path3993" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:original="M 48 25 C 44.122 25 41 28.122 41 32 L 41 44 C 41 44.661889 41.11112 45.300171 41.28125 45.90625 C 42.925106 47.780348 45.31137 48.96875 48 48.96875 C 50.68863 48.96875 53.074894 47.780348 54.71875 45.90625 C 54.88888 45.300171 55 44.661889 55 44 L 55 32 C 55 28.122 51.878 25 48 25 z M 48 26.03125 C 51.349468 26.03125 53.96875 28.650532 53.96875 32 L 53.96875 40 C 53.96875 43.349468 51.349468 45.96875 48 45.96875 C 44.650532 45.96875 42.03125 43.349468 42.03125 40 L 42.03125 32 C 42.03125 28.650532 44.650532 26.03125 48 26.03125 z " + inkscape:radius="-0.32651302" + sodipodi:type="inkscape:offset" /> + <path + inkscape:connector-curvature="0" + id="path3995" + d="m 48,23.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 8 c 0,4.803463 3.785443,8.704923 8.53125,8.9375 C 43.040099,48.485235 39.5,44.69729 39.5,40.125 V 32.25 c 0,-4.87711 4.01565,-8.8125 8.96875,-8.8125 1.961522,0 3.773702,0.604265 5.25,1.65625 C 52.168406,23.814278 50.166981,23.03125 48,23.03125 Z m 3.84375,4.34375 c 1.310757,1.085979 2.125,2.749544 2.125,4.625 v 8 c 0,3.349468 -2.619282,5.96875 -5.96875,5.96875 -0.178019,0 -0.35764,-0.01674 -0.53125,-0.03125 0.324528,0.05172 0.658264,0.0625 1,0.0625 3.349468,0 5.96875,-2.57692 5.96875,-5.875 V 32.25 c 0,-2.061301 -1.008641,-3.829535 -2.59375,-4.875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.2;fill:url(#linearGradient4011);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ssccscs" + inkscape:connector-curvature="0" + id="path4013" + d="m 48,23.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 8 h 0.78125 v -8 c 0,-4.814493 3.801349,-8.752635 8.5625,-8.96875 -0.126641,-0.0053 -0.247055,0 -0.375,0 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4024" + d="m 48,23.03125 c -0.170961,0 -0.331399,0.02181 -0.5,0.03125 4.716118,0.2641 8.46875,4.155361 8.46875,8.9375 v 8 c 0,4.782139 -3.752632,8.6734 -8.46875,8.9375 0.168601,0.0094 0.329039,0.03125 0.5,0.03125 4.9531,0 8.96875,-4.01565 8.96875,-8.96875 v -8 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 z m -1,3 c -3.349468,0 -5.96875,2.619282 -5.96875,5.96875 v 8 c 0,3.349468 2.619282,5.96875 5.96875,5.96875 0.125814,0 0.251347,-0.02396 0.375,-0.03125 C 44.32736,45.637471 42.03125,43.140126 42.03125,40 v -8 c 0,-3.140126 2.29611,-5.637471 5.34375,-5.9375 C 47.251347,26.0552 47.125814,26.03125 47,26.03125 Z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:url(#linearGradient4039);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4041" + d="m 47.75,23.03125 c 4.820388,0.151447 8.6875,4.111609 8.6875,8.96875 v 8 c 0,4.857141 -3.867112,8.817303 -8.6875,8.96875 0.08472,0.0024 0.164703,0 0.25,0 4.9531,0 8.96875,-4.01565 8.96875,-8.96875 v -8 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 -0.0853,0 -0.165275,-0.0024 -0.25,0 z m -0.28125,3 C 44.119282,26.03125 41.5,28.650532 41.5,32 v 8 c 0,3.349468 2.619282,5.96875 5.96875,5.96875 0.09397,0 0.188472,0.0041 0.28125,0 C 44.520715,45.842516 42.03125,43.26594 42.03125,40 v -8 c 0,-3.26594 2.489465,-5.842516 5.71875,-5.96875 -0.09278,-0.0041 -0.187281,0 -0.28125,0 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" + inkscape:connector-curvature="0" + id="rect4052" + d="M 47.96875,24.5 48.75,24.53125 h 0.03125 l 0.71875,0.125 h 0.03125 l 0.6875,0.1875 H 50.25 l 0.65625,0.21875 0.03125,0.03125 0.625,0.28125 0.03125,0.03125 0.59375,0.34375 0.03125,0.03125 0.15625,0.125 L 52.84375,26 53.15625,25.65625 53.0625,25.1875 52.96875,25.125 52.78125,24.96875 52.75,24.9375 52.09375,24.53125 52.03125,24.5 51.34375,24.1875 51.28125,24.15625 50.5625,23.875 H 50.5 l -0.75,-0.1875 -0.0625,-0.03125 -0.78125,-0.125 h -0.0625 L 48.03125,23.5 c -0.956312,-0.06672 -1.152251,1.088959 -0.0625,1 z m -4,0 -0.0625,0.03125 -0.65625,0.40625 -0.03125,0.03125 -0.625,0.4375 L 42.5625,25.4375 42,25.96875 41.96875,26 l -0.53125,0.5625 -0.03125,0.03125 -0.4375,0.625 -0.03125,0.03125 -0.40625,0.65625 -0.03125,0.0625 -0.28125,0.625 V 29.0625 L 40.625,29.3125 41.0625,29.125 41.125,29 41.375,28.4375 41.40625,28.40625 41.75,27.8125 41.78125,27.78125 42.1875,27.25 l 0.03125,-0.03125 0.46875,-0.5 h 0.03125 V 26.6875 l 0.5,-0.46875 L 43.25,26.1875 43.78125,25.78125 43.8125,25.75 44.40625,25.40625 44.4375,25.375 45.03125,25.125 C 45.742924,24.657964 45,24 44.59375,24.21875 Z" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" /> + <path + d="m 48.017578,23.695312 c -0.3993,-0.02786 -0.573944,0.187024 -0.591797,0.335938 -0.0089,0.07446 0.0105,0.132508 0.08008,0.1875 0.06958,0.05499 0.20846,0.107385 0.447266,0.08789 a 0.19490146,0.19490146 0 0 1 0.02344,-0.002 l 0.777344,0.03125 h 0.02734 a 0.19490146,0.19490146 0 0 1 0.0332,0.0039 l 0.703125,0.121094 h 0.01367 a 0.19490146,0.19490146 0 0 1 0.05078,0.0078 l 0.66211,0.179688 H 50.25 a 0.19490146,0.19490146 0 0 1 0.0625,0.0098 l 0.65625,0.21875 a 0.19490146,0.19490146 0 0 1 0.07617,0.04687 l 0.0059,0.0078 0.591797,0.265625 a 0.19490146,0.19490146 0 0 1 0.05859,0.03906 l 0.01172,0.01367 0.572265,0.332031 a 0.19490146,0.19490146 0 0 1 0.04102,0.0293 l 0.02344,0.02539 0.109375,0.08789 0.314454,0.0625 0.171874,-0.189453 -0.05859,-0.292968 -0.02539,-0.01758 a 0.19490146,0.19490146 0 0 1 -0.01758,-0.01172 l -0.1875,-0.15625 a 0.19490146,0.19490146 0 0 1 -0.01367,-0.01172 l -0.01367,-0.01563 -0.630859,-0.390625 -0.05078,-0.02539 -0.683594,-0.310547 a 0.19490146,0.19490146 0 0 1 -0.0078,-0.0039 l -0.05469,-0.02734 -0.675781,-0.263672 H 50.5 a 0.19490146,0.19490146 0 0 1 -0.04687,-0.0059 l -0.75,-0.1875 a 0.19490146,0.19490146 0 0 1 -0.04102,-0.01563 l -0.03516,-0.01758 -0.736328,-0.117188 h -0.04687 a 0.19490146,0.19490146 0 0 1 -0.0078,0 l -0.8125,-0.03125 a 0.19490146,0.19490146 0 0 1 -0.0059,0 z m -3.144531,0.691407 c -0.0768,-0.02538 -0.143675,-0.01969 -0.1875,0.0039 a 0.19490146,0.19490146 0 0 1 -0.01172,0.0059 l -0.621094,0.279297 -0.05078,0.02539 -0.630859,0.390625 -0.01367,0.01563 a 0.19490146,0.19490146 0 0 1 -0.02734,0.02148 l -0.611328,0.427735 -0.01758,0.01953 a 0.19490146,0.19490146 0 0 1 -0.0039,0.0039 l -0.560547,0.529297 -0.02734,0.02734 -0.529297,0.560547 a 0.19490146,0.19490146 0 0 1 -0.0039,0.0039 l -0.01953,0.01758 -0.427735,0.611328 a 0.19490146,0.19490146 0 0 1 -0.02148,0.02734 l -0.01563,0.01367 -0.390625,0.630859 -0.02539,0.05078 -0.261719,0.582032 v 0.318359 l 0.226563,0.140625 0.279297,-0.119141 0.0293,-0.05859 0.248047,-0.558594 a 0.19490146,0.19490146 0 0 1 0.03906,-0.05859 l 0.01367,-0.01172 0.332031,-0.572265 a 0.19490146,0.19490146 0 0 1 0.0293,-0.04102 l 0.02344,-0.02148 0.398437,-0.521485 a 0.19490146,0.19490146 0 0 1 0.01563,-0.01953 l 0.0293,-0.02734 0.466797,-0.498046 a 0.19490146,0.19490146 0 0 1 0.02344,-0.02148 0.19490146,0.19490146 0 0 1 0.002,-0.002 0.19490146,0.19490146 0 0 1 0.01563,-0.01758 l 0.498046,-0.466797 0.02734,-0.0293 a 0.19490146,0.19490146 0 0 1 0.01953,-0.01563 l 0.521485,-0.398437 0.02148,-0.02344 a 0.19490146,0.19490146 0 0 1 0.04102,-0.0293 L 44.287109,25.25 l 0.01172,-0.01367 a 0.19490146,0.19490146 0 0 1 0.0625,-0.04102 l 0.56836,-0.240234 c 0.13686,-0.09302 0.187452,-0.175773 0.199218,-0.236328 0.01214,-0.06247 -0.005,-0.124279 -0.05273,-0.1875 -0.04771,-0.06322 -0.126323,-0.119152 -0.203125,-0.144531 z" + id="path4061" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" + inkscape:original="M 48.03125 23.5 C 47.074938 23.43328 46.878999 24.588959 47.96875 24.5 L 48.75 24.53125 L 48.78125 24.53125 L 49.5 24.65625 L 49.53125 24.65625 L 50.21875 24.84375 L 50.25 24.84375 L 50.90625 25.0625 L 50.9375 25.09375 L 51.5625 25.375 L 51.59375 25.40625 L 52.1875 25.75 L 52.21875 25.78125 L 52.375 25.90625 L 52.84375 26 L 53.15625 25.65625 L 53.0625 25.1875 L 52.96875 25.125 L 52.78125 24.96875 L 52.75 24.9375 L 52.09375 24.53125 L 52.03125 24.5 L 51.34375 24.1875 L 51.28125 24.15625 L 50.5625 23.875 L 50.5 23.875 L 49.75 23.6875 L 49.6875 23.65625 L 48.90625 23.53125 L 48.84375 23.53125 L 48.03125 23.5 z M 44.59375 24.21875 L 43.96875 24.5 L 43.90625 24.53125 L 43.25 24.9375 L 43.21875 24.96875 L 42.59375 25.40625 L 42.5625 25.4375 L 42 25.96875 L 41.96875 26 L 41.4375 26.5625 L 41.40625 26.59375 L 40.96875 27.21875 L 40.9375 27.25 L 40.53125 27.90625 L 40.5 27.96875 L 40.21875 28.59375 L 40.21875 29.0625 L 40.625 29.3125 L 41.0625 29.125 L 41.125 29 L 41.375 28.4375 L 41.40625 28.40625 L 41.75 27.8125 L 41.78125 27.78125 L 42.1875 27.25 L 42.21875 27.21875 L 42.6875 26.71875 L 42.71875 26.71875 L 42.71875 26.6875 L 43.21875 26.21875 L 43.25 26.1875 L 43.78125 25.78125 L 43.8125 25.75 L 44.40625 25.40625 L 44.4375 25.375 L 45.03125 25.125 C 45.742924 24.657964 45 24 44.59375 24.21875 z " + inkscape:radius="-0.19488198" + sodipodi:type="inkscape:offset" /> + <rect + ry="1" + rx="1" + y="38" + x="36" + height="6" + width="24" + id="rect3138" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3933);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="rect3148" + d="m 37,38 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 22 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="rect3921" + d="m 36,42 v 1 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -1 c 0,0.554 -0.446,1 -1,1 H 37 c -0.554,0 -1,-0.446 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3945);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect3939" + width="24" + height="6" + x="36" + y="44" + rx="1" + ry="1" /> + <path + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 37,44 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 22 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z" + id="path3941" /> + <path + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 36,48 v 1 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -1 c 0,0.554 -0.446,1 -1,1 H 37 c -0.554,0 -1,-0.446 -1,-1 z" + id="path3943" /> + <rect + ry="1" + rx="1" + y="50" + x="36" + height="6" + width="24" + id="rect3947" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3954);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + id="path3949" + d="m 37,50 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 22 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:connector-curvature="0" /> + <path + id="path3952" + d="m 36,54 v 1 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -1 c 0,0.554 -0.446,1 -1,1 H 37 c -0.554,0 -1,-0.446 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/mate/scalable/status/nm-device-wired.svg b/mate/scalable/status/nm-device-wired.svg new file mode 120000 index 0000000..8e405e1 --- /dev/null +++ b/mate/scalable/status/nm-device-wired.svg @@ -0,0 +1 @@ +network-transmit-receive.svg
\ No newline at end of file diff --git a/mate/scalable/status/nm-secure-lock.svg b/mate/scalable/status/nm-secure-lock.svg new file mode 100644 index 0000000..c449d5f --- /dev/null +++ b/mate/scalable/status/nm-secure-lock.svg @@ -0,0 +1,534 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="96" + height="96" + id="svg2408" + sodipodi:version="0.32" + inkscape:version="0.92.4 (unknown)" + version="1.0" + sodipodi:docname="nm-secure-lock.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata96"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs2410"> + <linearGradient + inkscape:collect="always" + id="linearGradient4033"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop4035" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop4037" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4005"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop4007" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop4009" /> + </linearGradient> + <linearGradient + id="linearGradient3977"> + <stop + style="stop-color:#cbcbcb;stop-opacity:1" + offset="0" + id="stop3979" /> + <stop + style="stop-color:#efefef;stop-opacity:1" + offset="1" + id="stop3981" /> + </linearGradient> + <linearGradient + id="linearGradient3956"> + <stop + id="stop3958" + offset="0" + style="stop-color:#e6c94c;stop-opacity:1;" /> + <stop + style="stop-color:#e7ce5f;stop-opacity:1" + offset="0.57832253" + id="stop3966" /> + <stop + style="stop-color:#f0de93;stop-opacity:1" + offset="0.83333331" + id="stop3960" /> + <stop + id="stop3962" + offset="0.91666669" + style="stop-color:#d0b64c;stop-opacity:1" /> + <stop + id="stop3964" + offset="1" + style="stop-color:#907d2e;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient3927"> + <stop + style="stop-color:#e6c94c;stop-opacity:1;" + offset="0" + id="stop3929" /> + <stop + id="stop3935" + offset="0.83333331" + style="stop-color:#f0de93;stop-opacity:1" /> + <stop + style="stop-color:#d0b64c;stop-opacity:1" + offset="0.91666669" + id="stop3937" /> + <stop + style="stop-color:#907d2e;stop-opacity:1" + offset="1" + id="stop3931" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4029"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4031" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4033" /> + </linearGradient> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 48 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="96 : 48 : 1" + inkscape:persp3d-origin="48 : 32 : 1" + id="perspective48" /> + <linearGradient + id="ButtonShadow" + gradientTransform="scale(1.0058652,0.994169)" + x1="45.447727" + y1="92.539597" + x2="45.447727" + y2="7.0165396" + gradientUnits="userSpaceOnUse"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3750" /> + <stop + style="stop-color:#000000;stop-opacity:0.58823532;" + offset="1" + id="stop3752" /> + </linearGradient> + <linearGradient + id="linearGradient3700"> + <stop + style="stop-color:#2276c5;stop-opacity:1;" + offset="0" + id="stop3702" /> + <stop + style="stop-color:#68baf4;stop-opacity:1;" + offset="1" + id="stop3704" /> + </linearGradient> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath3613"> + <rect + ry="6" + rx="6" + y="6" + x="6" + height="84" + width="84" + id="rect3615" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + </clipPath> + <linearGradient + id="ButtonShadow-0" + gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)" + x1="45.447727" + y1="92.539597" + x2="45.447727" + y2="7.0165396" + gradientUnits="userSpaceOnUse"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3750-8" /> + <stop + style="stop-color:#000000;stop-opacity:0.58823532;" + offset="1" + id="stop3752-5" /> + </linearGradient> + <linearGradient + id="linearGradient3734"> + <stop + style="stop-color:#bfbfbf;stop-opacity:1;" + offset="0" + id="stop3736" /> + <stop + style="stop-color:#9a9a9a;stop-opacity:1;" + offset="1" + id="stop3738" /> + </linearGradient> + <linearGradient + id="linearGradient3771"> + <stop + id="stop3773" + offset="0" + style="stop-color:#ababab;stop-opacity:0" /> + <stop + style="stop-color:#e6e6e6;stop-opacity:1" + offset="0.15620089" + id="stop3779" /> + <stop + style="stop-color:#aaaaaa;stop-opacity:1;" + offset="1" + id="stop3777" /> + </linearGradient> + <linearGradient + id="linearGradient3716"> + <stop + style="stop-color:#20385a;stop-opacity:1;" + offset="0" + id="stop3718" /> + <stop + style="stop-color:#20385a;stop-opacity:0;" + offset="1" + id="stop3720" /> + </linearGradient> + <linearGradient + id="linearGradient3175"> + <stop + style="stop-color:#1d3251;stop-opacity:1;" + offset="0" + id="stop3177" /> + <stop + style="stop-color:#5f8ac6;stop-opacity:1;" + offset="1" + id="stop3179" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3700-8" + id="linearGradient3706" + x1="48" + y1="72" + x2="48" + y2="5.9877172" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3700-8"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3702-5" /> + <stop + style="stop-color:#1f1f1f;stop-opacity:1;" + offset="1" + id="stop3704-6" /> + </linearGradient> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.00506833,1.2204755,-1.3843695,-0.00574561,26.241279,-46.842142)" + r="35.9375" + fy="-15.894132" + fx="48" + cy="-15.894132" + cx="48" + id="radialGradient3465-8" + xlink:href="#linearGradient3175-4" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3175-4"> + <stop + id="stop3177-5" + offset="0" + style="stop-color:#55a6eb;stop-opacity:1;" /> + <stop + id="stop3179-1" + offset="1" + style="stop-color:#1754c4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4029" + id="linearGradient4035" + x1="-67" + y1="11.5" + x2="-39" + y2="11.5" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3737-1" + id="linearGradient2675" + gradientUnits="userSpaceOnUse" + x1="65.15625" + y1="16.125" + x2="65.15625" + y2="69.687508" /> + <linearGradient + id="linearGradient3737-1" + inkscape:collect="always"> + <stop + id="stop3739-4" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop3741-91" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3956" + id="linearGradient3933" + x1="48" + y1="41" + x2="60" + y2="41" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3956" + id="linearGradient3945" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" + x1="48" + y1="41" + x2="60" + y2="41" + gradientTransform="translate(0,6)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3956" + id="linearGradient3954" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,12)" + spreadMethod="reflect" + x1="48" + y1="41" + x2="60" + y2="41" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3977" + id="linearGradient3983" + x1="48" + y1="36" + x2="56.96875" + y2="36" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4005" + id="linearGradient4011" + x1="39.03125" + y1="35.984375" + x2="47.230457" + y2="24.974846" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4033" + id="linearGradient4039" + x1="56.727566" + y1="37.282234" + x2="48.758419" + y2="23.479269" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2.8781667" + inkscape:cx="-71.285576" + inkscape:cy="54.521129" + inkscape:document-units="px" + inkscape:current-layer="layer6" + showgrid="true" + showborder="true" + inkscape:showpageshadow="false" + inkscape:window-width="1921" + inkscape:window-height="1232" + inkscape:window-x="1784" + inkscape:window-y="426" + inkscape:window-maximized="0" + inkscape:snap-global="false" /> + <g + inkscape:groupmode="layer" + id="layer6" + inkscape:label="Lock" + style="display:inline"> + <g + id="g214" + transform="matrix(1.1389593,0,0,1.0713204,-37.245063,-21.651536)"> + <path + d="m 48,21.029297 c -6.579909,0 -11.970703,5.390794 -11.970703,11.970703 v 3.195312 C 34.309564,36.643113 32.998047,38.148778 32.998047,40 v 4 c 0,0.537304 0.20147,0.734055 0.363281,1 -0.161811,0.265945 -0.363281,0.462696 -0.363281,1 v 4 c 0,0.537304 0.20147,0.734055 0.363281,1 -0.161811,0.265945 -0.363281,0.462696 -0.363281,1 v 4 c 0,2.194591 1.807362,4.001953 4.001953,4.001953 h 22 c 2.194591,0 4.001953,-1.807362 4.001953,-4.001953 v -4 c 0,-0.537304 -0.20147,-0.734055 -0.363281,-1 0.161811,-0.265945 0.363281,-0.462696 0.363281,-1 v -4 c 0,-0.537304 -0.20147,-0.734055 -0.363281,-1 0.161811,-0.265945 0.363281,-0.462696 0.363281,-1 v -4 c 0,-1.851222 -1.311517,-3.356887 -3.03125,-3.804688 V 33 C 59.970703,26.420091 54.579909,21.029297 48,21.029297 Z m 0,9.003906 c 1.85377,0 2.966797,1.113027 2.966797,2.966797 v 2.998047 H 45.033203 V 33 c 0,-1.85377 1.113027,-2.966797 2.966797,-2.966797 z" + id="path4087" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.05;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:original="M 48 22 C 41.949613 22 37 26.949613 37 33 L 37 36.96875 C 35.340357 36.96875 33.96875 38.340357 33.96875 40 L 33.96875 44 C 33.96875 44.512118 34.202962 44.716009 34.375 45 C 34.202962 45.283991 33.96875 45.487882 33.96875 46 L 33.96875 50 C 33.96875 50.512118 34.202962 50.716009 34.375 51 C 34.202962 51.283991 33.96875 51.487882 33.96875 52 L 33.96875 56 C 33.96875 57.659643 35.340357 59.03125 37 59.03125 L 59 59.03125 C 60.659643 59.03125 62.03125 57.659643 62.03125 56 L 62.03125 52 C 62.03125 51.487882 61.797038 51.283991 61.625 51 C 61.797038 50.716009 62.03125 50.512118 62.03125 50 L 62.03125 46 C 62.03125 45.487882 61.797038 45.283991 61.625 45 C 61.797038 44.716009 62.03125 44.512118 62.03125 44 L 62.03125 40 C 62.03125 38.340357 60.659643 36.96875 59 36.96875 L 59 33 C 59 26.949613 54.050387 22 48 22 z M 48 29.0625 C 50.309873 29.0625 51.9375 30.690127 51.9375 33 L 51.9375 36.96875 L 44.0625 36.96875 L 44.0625 33 C 44.0625 30.690127 45.690127 29.0625 48 29.0625 z " + inkscape:radius="0.97092915" + sodipodi:type="inkscape:offset" /> + <path + inkscape:connector-curvature="0" + id="path4082" + d="m 48,22 c -6.050387,0 -11,4.949613 -11,11 v 3.96875 c -1.659643,0 -3.03125,1.371607 -3.03125,3.03125 v 4 c 0,0.512118 0.234212,0.716009 0.40625,1 -0.172038,0.283991 -0.40625,0.487882 -0.40625,1 v 4 c 0,0.512118 0.234212,0.716009 0.40625,1 -0.172038,0.283991 -0.40625,0.487882 -0.40625,1 v 4 c 0,1.659643 1.371607,3.03125 3.03125,3.03125 h 22 c 1.659643,0 3.03125,-1.371607 3.03125,-3.03125 v -4 c 0,-0.512118 -0.234212,-0.716009 -0.40625,-1 0.172038,-0.283991 0.40625,-0.487882 0.40625,-1 v -4 c 0,-0.512118 -0.234212,-0.716009 -0.40625,-1 0.172038,-0.283991 0.40625,-0.487882 0.40625,-1 v -4 c 0,-1.659643 -1.371607,-3.03125 -3.03125,-3.03125 V 33 C 59,26.949613 54.050387,22 48,22 Z m 0,7.0625 c 2.309873,0 3.9375,1.627627 3.9375,3.9375 v 3.96875 h -7.875 V 33 c 0,-2.309873 1.627627,-3.9375 3.9375,-3.9375 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.07999998;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + d="m 48,23.060547 c -5.477877,0 -9.939453,4.461576 -9.939453,9.939453 v 5.029297 H 37 c -1.0751,0 -1.970703,0.895603 -1.970703,1.970703 v 4 c 0,0.387206 0.220995,0.692778 0.419922,1 -0.198927,0.307222 -0.419922,0.612794 -0.419922,1 v 4 c 0,0.387206 0.220995,0.692778 0.419922,1 -0.198927,0.307222 -0.419922,0.612794 -0.419922,1 v 4 c 0,1.0751 0.895603,1.970703 1.970703,1.970703 h 22 c 1.0751,0 1.970703,-0.895603 1.970703,-1.970703 v -4 c 0,-0.387206 -0.220995,-0.692778 -0.419922,-1 0.198927,-0.307222 0.419922,-0.612794 0.419922,-1 v -4 c 0,-0.387206 -0.220995,-0.692778 -0.419922,-1 0.198927,-0.307222 0.419922,-0.612794 0.419922,-1 V 40 C 60.970703,38.9249 60.0751,38.029297 59,38.029297 H 57.939453 V 33 c 0,-5.477877 -4.461576,-9.939453 -9.939453,-9.939453 z m 0,4.941406 c 2.843291,0 4.998047,2.154756 4.998047,4.998047 v 5.029297 H 43.001953 V 33 c 0,-2.843291 2.154756,-4.998047 4.998047,-4.998047 z" + id="path4078" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:original="M 48 24.03125 C 43.0469 24.03125 39.03125 28.0469 39.03125 33 L 39.03125 39 L 37 39 C 36.446 39 36 39.446 36 40 L 36 44 C 36 44.554 36.446 45 37 45 C 36.446 45 36 45.446 36 46 L 36 50 C 36 50.554 36.446 51 37 51 C 36.446 51 36 51.446 36 52 L 36 56 C 36 56.554 36.446 57 37 57 L 59 57 C 59.554 57 60 56.554 60 56 L 60 52 C 60 51.446 59.554 51 59 51 C 59.554 51 60 50.554 60 50 L 60 46 C 60 45.446 59.554 45 59 45 C 59.554 45 60 44.554 60 44 L 60 40 C 60 39.446 59.554 39 59 39 L 56.96875 39 L 56.96875 33 C 56.96875 28.0469 52.9531 24.03125 48 24.03125 z M 48 27.03125 C 51.349468 27.03125 53.96875 29.650532 53.96875 33 L 53.96875 39 L 42.03125 39 L 42.03125 33 C 42.03125 29.650532 44.650532 27.03125 48 27.03125 z " + inkscape:radius="0.97092915" + sodipodi:type="inkscape:offset" /> + <path + inkscape:connector-curvature="0" + id="path4063" + d="m 48,24.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 6 H 37 c -0.554,0 -1,0.446 -1,1 v 4 c 0,0.554 0.446,1 1,1 -0.554,0 -1,0.446 -1,1 v 4 c 0,0.554 0.446,1 1,1 -0.554,0 -1,0.446 -1,1 v 4 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -4 c 0,-0.554 -0.446,-1 -1,-1 0.554,0 1,-0.446 1,-1 v -4 c 0,-0.554 -0.446,-1 -1,-1 0.554,0 1,-0.446 1,-1 v -4 c 0,-0.554 -0.446,-1 -1,-1 h -2.03125 v -6 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 z m 0,3 c 3.349468,0 5.96875,2.619282 5.96875,5.96875 v 6 h -11.9375 v -6 c 0,-3.349468 2.619282,-5.96875 5.96875,-5.96875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ssssssssssssss" + inkscape:connector-curvature="0" + id="path3974" + d="m 48,23.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 8 c 0,4.9531 4.01565,8.96875 8.96875,8.96875 4.9531,0 8.96875,-4.01565 8.96875,-8.96875 v -8 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 z m 0,3 c 3.349468,0 5.96875,2.619282 5.96875,5.96875 v 8 c 0,3.349468 -2.619282,5.96875 -5.96875,5.96875 -3.349468,0 -5.96875,-2.619282 -5.96875,-5.96875 v -8 c 0,-3.349468 2.619282,-5.96875 5.96875,-5.96875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3983);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="rect3985" + d="m 48,25 c -3.878,0 -7,3.122 -7,7 v 12 c 0,0.661889 0.11112,1.300171 0.28125,1.90625 1.643856,1.874098 4.03012,3.0625 6.71875,3.0625 2.68863,0 5.074894,-1.188402 6.71875,-3.0625 C 54.88888,45.300171 55,44.661889 55,44 V 32 c 0,-3.878 -3.122,-7 -7,-7 z m 0,1.03125 c 3.349468,0 5.96875,2.619282 5.96875,5.96875 v 8 c 0,3.349468 -2.619282,5.96875 -5.96875,5.96875 -3.349468,0 -5.96875,-2.619282 -5.96875,-5.96875 v -8 c 0,-3.349468 2.619282,-5.96875 5.96875,-5.96875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + transform="matrix(0.95522388,0,0,0.9875956,2.1492537,0.60355158)" + d="m 48,25.326172 c -3.70276,0 -6.673828,2.971068 -6.673828,6.673828 v 12 c 0,0.599785 0.105202,1.181874 0.257812,1.744141 1.583676,1.774077 3.85154,2.898437 6.416016,2.898437 2.564476,0 4.83234,-1.12436 6.416016,-2.898437 C 54.568626,45.181874 54.673828,44.599785 54.673828,44 V 32 c 0,-3.70276 -2.971068,-6.673828 -6.673828,-6.673828 z m 0,0.378906 c 3.51969,0 6.294922,2.775232 6.294922,6.294922 v 8 c 0,3.51969 -2.775232,6.294922 -6.294922,6.294922 -3.51969,0 -6.294922,-2.775232 -6.294922,-6.294922 v -8 c 0,-3.51969 2.775232,-6.294922 6.294922,-6.294922 z" + id="path3993" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:original="M 48 25 C 44.122 25 41 28.122 41 32 L 41 44 C 41 44.661889 41.11112 45.300171 41.28125 45.90625 C 42.925106 47.780348 45.31137 48.96875 48 48.96875 C 50.68863 48.96875 53.074894 47.780348 54.71875 45.90625 C 54.88888 45.300171 55 44.661889 55 44 L 55 32 C 55 28.122 51.878 25 48 25 z M 48 26.03125 C 51.349468 26.03125 53.96875 28.650532 53.96875 32 L 53.96875 40 C 53.96875 43.349468 51.349468 45.96875 48 45.96875 C 44.650532 45.96875 42.03125 43.349468 42.03125 40 L 42.03125 32 C 42.03125 28.650532 44.650532 26.03125 48 26.03125 z " + inkscape:radius="-0.32651302" + sodipodi:type="inkscape:offset" /> + <path + inkscape:connector-curvature="0" + id="path3995" + d="m 48,23.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 8 c 0,4.803463 3.785443,8.704923 8.53125,8.9375 C 43.040099,48.485235 39.5,44.69729 39.5,40.125 V 32.25 c 0,-4.87711 4.01565,-8.8125 8.96875,-8.8125 1.961522,0 3.773702,0.604265 5.25,1.65625 C 52.168406,23.814278 50.166981,23.03125 48,23.03125 Z m 3.84375,4.34375 c 1.310757,1.085979 2.125,2.749544 2.125,4.625 v 8 c 0,3.349468 -2.619282,5.96875 -5.96875,5.96875 -0.178019,0 -0.35764,-0.01674 -0.53125,-0.03125 0.324528,0.05172 0.658264,0.0625 1,0.0625 3.349468,0 5.96875,-2.57692 5.96875,-5.875 V 32.25 c 0,-2.061301 -1.008641,-3.829535 -2.59375,-4.875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.2;fill:url(#linearGradient4011);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ssccscs" + inkscape:connector-curvature="0" + id="path4013" + d="m 48,23.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 8 h 0.78125 v -8 c 0,-4.814493 3.801349,-8.752635 8.5625,-8.96875 -0.126641,-0.0053 -0.247055,0 -0.375,0 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4024" + d="m 48,23.03125 c -0.170961,0 -0.331399,0.02181 -0.5,0.03125 4.716118,0.2641 8.46875,4.155361 8.46875,8.9375 v 8 c 0,4.782139 -3.752632,8.6734 -8.46875,8.9375 0.168601,0.0094 0.329039,0.03125 0.5,0.03125 4.9531,0 8.96875,-4.01565 8.96875,-8.96875 v -8 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 z m -1,3 c -3.349468,0 -5.96875,2.619282 -5.96875,5.96875 v 8 c 0,3.349468 2.619282,5.96875 5.96875,5.96875 0.125814,0 0.251347,-0.02396 0.375,-0.03125 C 44.32736,45.637471 42.03125,43.140126 42.03125,40 v -8 c 0,-3.140126 2.29611,-5.637471 5.34375,-5.9375 C 47.251347,26.0552 47.125814,26.03125 47,26.03125 Z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:url(#linearGradient4039);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4041" + d="m 47.75,23.03125 c 4.820388,0.151447 8.6875,4.111609 8.6875,8.96875 v 8 c 0,4.857141 -3.867112,8.817303 -8.6875,8.96875 0.08472,0.0024 0.164703,0 0.25,0 4.9531,0 8.96875,-4.01565 8.96875,-8.96875 v -8 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 -0.0853,0 -0.165275,-0.0024 -0.25,0 z m -0.28125,3 C 44.119282,26.03125 41.5,28.650532 41.5,32 v 8 c 0,3.349468 2.619282,5.96875 5.96875,5.96875 0.09397,0 0.188472,0.0041 0.28125,0 C 44.520715,45.842516 42.03125,43.26594 42.03125,40 v -8 c 0,-3.26594 2.489465,-5.842516 5.71875,-5.96875 -0.09278,-0.0041 -0.187281,0 -0.28125,0 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" + inkscape:connector-curvature="0" + id="rect4052" + d="M 47.96875,24.5 48.75,24.53125 h 0.03125 l 0.71875,0.125 h 0.03125 l 0.6875,0.1875 H 50.25 l 0.65625,0.21875 0.03125,0.03125 0.625,0.28125 0.03125,0.03125 0.59375,0.34375 0.03125,0.03125 0.15625,0.125 L 52.84375,26 53.15625,25.65625 53.0625,25.1875 52.96875,25.125 52.78125,24.96875 52.75,24.9375 52.09375,24.53125 52.03125,24.5 51.34375,24.1875 51.28125,24.15625 50.5625,23.875 H 50.5 l -0.75,-0.1875 -0.0625,-0.03125 -0.78125,-0.125 h -0.0625 L 48.03125,23.5 c -0.956312,-0.06672 -1.152251,1.088959 -0.0625,1 z m -4,0 -0.0625,0.03125 -0.65625,0.40625 -0.03125,0.03125 -0.625,0.4375 L 42.5625,25.4375 42,25.96875 41.96875,26 l -0.53125,0.5625 -0.03125,0.03125 -0.4375,0.625 -0.03125,0.03125 -0.40625,0.65625 -0.03125,0.0625 -0.28125,0.625 V 29.0625 L 40.625,29.3125 41.0625,29.125 41.125,29 41.375,28.4375 41.40625,28.40625 41.75,27.8125 41.78125,27.78125 42.1875,27.25 l 0.03125,-0.03125 0.46875,-0.5 h 0.03125 V 26.6875 l 0.5,-0.46875 L 43.25,26.1875 43.78125,25.78125 43.8125,25.75 44.40625,25.40625 44.4375,25.375 45.03125,25.125 C 45.742924,24.657964 45,24 44.59375,24.21875 Z" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" /> + <path + d="m 48.017578,23.695312 c -0.3993,-0.02786 -0.573944,0.187024 -0.591797,0.335938 -0.0089,0.07446 0.0105,0.132508 0.08008,0.1875 0.06958,0.05499 0.20846,0.107385 0.447266,0.08789 a 0.19490146,0.19490146 0 0 1 0.02344,-0.002 l 0.777344,0.03125 h 0.02734 a 0.19490146,0.19490146 0 0 1 0.0332,0.0039 l 0.703125,0.121094 h 0.01367 a 0.19490146,0.19490146 0 0 1 0.05078,0.0078 l 0.66211,0.179688 H 50.25 a 0.19490146,0.19490146 0 0 1 0.0625,0.0098 l 0.65625,0.21875 a 0.19490146,0.19490146 0 0 1 0.07617,0.04687 l 0.0059,0.0078 0.591797,0.265625 a 0.19490146,0.19490146 0 0 1 0.05859,0.03906 l 0.01172,0.01367 0.572265,0.332031 a 0.19490146,0.19490146 0 0 1 0.04102,0.0293 l 0.02344,0.02539 0.109375,0.08789 0.314454,0.0625 0.171874,-0.189453 -0.05859,-0.292968 -0.02539,-0.01758 a 0.19490146,0.19490146 0 0 1 -0.01758,-0.01172 l -0.1875,-0.15625 a 0.19490146,0.19490146 0 0 1 -0.01367,-0.01172 l -0.01367,-0.01563 -0.630859,-0.390625 -0.05078,-0.02539 -0.683594,-0.310547 a 0.19490146,0.19490146 0 0 1 -0.0078,-0.0039 l -0.05469,-0.02734 -0.675781,-0.263672 H 50.5 a 0.19490146,0.19490146 0 0 1 -0.04687,-0.0059 l -0.75,-0.1875 a 0.19490146,0.19490146 0 0 1 -0.04102,-0.01563 l -0.03516,-0.01758 -0.736328,-0.117188 h -0.04687 a 0.19490146,0.19490146 0 0 1 -0.0078,0 l -0.8125,-0.03125 a 0.19490146,0.19490146 0 0 1 -0.0059,0 z m -3.144531,0.691407 c -0.0768,-0.02538 -0.143675,-0.01969 -0.1875,0.0039 a 0.19490146,0.19490146 0 0 1 -0.01172,0.0059 l -0.621094,0.279297 -0.05078,0.02539 -0.630859,0.390625 -0.01367,0.01563 a 0.19490146,0.19490146 0 0 1 -0.02734,0.02148 l -0.611328,0.427735 -0.01758,0.01953 a 0.19490146,0.19490146 0 0 1 -0.0039,0.0039 l -0.560547,0.529297 -0.02734,0.02734 -0.529297,0.560547 a 0.19490146,0.19490146 0 0 1 -0.0039,0.0039 l -0.01953,0.01758 -0.427735,0.611328 a 0.19490146,0.19490146 0 0 1 -0.02148,0.02734 l -0.01563,0.01367 -0.390625,0.630859 -0.02539,0.05078 -0.261719,0.582032 v 0.318359 l 0.226563,0.140625 0.279297,-0.119141 0.0293,-0.05859 0.248047,-0.558594 a 0.19490146,0.19490146 0 0 1 0.03906,-0.05859 l 0.01367,-0.01172 0.332031,-0.572265 a 0.19490146,0.19490146 0 0 1 0.0293,-0.04102 l 0.02344,-0.02148 0.398437,-0.521485 a 0.19490146,0.19490146 0 0 1 0.01563,-0.01953 l 0.0293,-0.02734 0.466797,-0.498046 a 0.19490146,0.19490146 0 0 1 0.02344,-0.02148 0.19490146,0.19490146 0 0 1 0.002,-0.002 0.19490146,0.19490146 0 0 1 0.01563,-0.01758 l 0.498046,-0.466797 0.02734,-0.0293 a 0.19490146,0.19490146 0 0 1 0.01953,-0.01563 l 0.521485,-0.398437 0.02148,-0.02344 a 0.19490146,0.19490146 0 0 1 0.04102,-0.0293 L 44.287109,25.25 l 0.01172,-0.01367 a 0.19490146,0.19490146 0 0 1 0.0625,-0.04102 l 0.56836,-0.240234 c 0.13686,-0.09302 0.187452,-0.175773 0.199218,-0.236328 0.01214,-0.06247 -0.005,-0.124279 -0.05273,-0.1875 -0.04771,-0.06322 -0.126323,-0.119152 -0.203125,-0.144531 z" + id="path4061" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" + inkscape:original="M 48.03125 23.5 C 47.074938 23.43328 46.878999 24.588959 47.96875 24.5 L 48.75 24.53125 L 48.78125 24.53125 L 49.5 24.65625 L 49.53125 24.65625 L 50.21875 24.84375 L 50.25 24.84375 L 50.90625 25.0625 L 50.9375 25.09375 L 51.5625 25.375 L 51.59375 25.40625 L 52.1875 25.75 L 52.21875 25.78125 L 52.375 25.90625 L 52.84375 26 L 53.15625 25.65625 L 53.0625 25.1875 L 52.96875 25.125 L 52.78125 24.96875 L 52.75 24.9375 L 52.09375 24.53125 L 52.03125 24.5 L 51.34375 24.1875 L 51.28125 24.15625 L 50.5625 23.875 L 50.5 23.875 L 49.75 23.6875 L 49.6875 23.65625 L 48.90625 23.53125 L 48.84375 23.53125 L 48.03125 23.5 z M 44.59375 24.21875 L 43.96875 24.5 L 43.90625 24.53125 L 43.25 24.9375 L 43.21875 24.96875 L 42.59375 25.40625 L 42.5625 25.4375 L 42 25.96875 L 41.96875 26 L 41.4375 26.5625 L 41.40625 26.59375 L 40.96875 27.21875 L 40.9375 27.25 L 40.53125 27.90625 L 40.5 27.96875 L 40.21875 28.59375 L 40.21875 29.0625 L 40.625 29.3125 L 41.0625 29.125 L 41.125 29 L 41.375 28.4375 L 41.40625 28.40625 L 41.75 27.8125 L 41.78125 27.78125 L 42.1875 27.25 L 42.21875 27.21875 L 42.6875 26.71875 L 42.71875 26.71875 L 42.71875 26.6875 L 43.21875 26.21875 L 43.25 26.1875 L 43.78125 25.78125 L 43.8125 25.75 L 44.40625 25.40625 L 44.4375 25.375 L 45.03125 25.125 C 45.742924 24.657964 45 24 44.59375 24.21875 z " + inkscape:radius="-0.19488198" + sodipodi:type="inkscape:offset" /> + <rect + ry="1" + rx="1" + y="38" + x="36" + height="6" + width="24" + id="rect3138" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3933);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="rect3148" + d="m 37,38 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 22 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="rect3921" + d="m 36,42 v 1 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -1 c 0,0.554 -0.446,1 -1,1 H 37 c -0.554,0 -1,-0.446 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3945);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect3939" + width="24" + height="6" + x="36" + y="44" + rx="1" + ry="1" /> + <path + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 37,44 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 22 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z" + id="path3941" /> + <path + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 36,48 v 1 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -1 c 0,0.554 -0.446,1 -1,1 H 37 c -0.554,0 -1,-0.446 -1,-1 z" + id="path3943" /> + <rect + ry="1" + rx="1" + y="50" + x="36" + height="6" + width="24" + id="rect3947" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3954);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + id="path3949" + d="m 37,50 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 22 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:connector-curvature="0" /> + <path + id="path3952" + d="m 36,54 v 1 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -1 c 0,0.554 -0.446,1 -1,1 H 37 c -0.554,0 -1,-0.446 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:connector-curvature="0" /> + </g> + </g> +</svg> diff --git a/mate/scalable/status/nm-signal-00-secure.svg b/mate/scalable/status/nm-signal-00-secure.svg new file mode 100644 index 0000000..16fddb2 --- /dev/null +++ b/mate/scalable/status/nm-signal-00-secure.svg @@ -0,0 +1,1139 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="96" + height="96" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.92.4 (unknown)" + version="1.0" + sodipodi:docname="nm-signal-00-secure.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + style="display:inline"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3713"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3715" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3717" /> + </linearGradient> + <linearGradient + id="linearGradient3295"> + <stop + style="stop-color:#559829;stop-opacity:1;" + offset="0" + id="stop3297" /> + <stop + style="stop-color:#86c837;stop-opacity:1;" + offset="1" + id="stop3299" /> + </linearGradient> + <linearGradient + id="linearGradient3287"> + <stop + style="stop-color:#cd0000;stop-opacity:1;" + offset="0" + id="stop3289" /> + <stop + style="stop-color:#e55300;stop-opacity:1;" + offset="1" + id="stop3291" /> + </linearGradient> + <linearGradient + id="linearGradient3279"> + <stop + style="stop-color:#f08e00;stop-opacity:1;" + offset="0" + id="stop3281" /> + <stop + style="stop-color:#ffd200;stop-opacity:1;" + offset="1" + id="stop3283" /> + </linearGradient> + <linearGradient + id="linearGradient3271"> + <stop + style="stop-color:#395d93;stop-opacity:1;" + offset="0" + id="stop3273" /> + <stop + style="stop-color:#6e92c7;stop-opacity:1;" + offset="1" + id="stop3275" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3327"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3330" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3333" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3327" + id="linearGradient3335" + x1="11.375" + y1="22" + x2="11.375" + y2="-9.817296" + gradientUnits="userSpaceOnUse" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 11 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="22 : 11 : 1" + inkscape:persp3d-origin="11 : 7.3333333 : 1" + id="perspective102" /> + <linearGradient + id="linearGradient4081"> + <stop + style="stop-color:#aaaaaa;stop-opacity:1;" + offset="0" + id="stop4083" /> + <stop + style="stop-color:#f0f0f0;stop-opacity:1;" + offset="1" + id="stop4085" /> + </linearGradient> + <linearGradient + id="linearGradient4057"> + <stop + style="stop-color:#816647;stop-opacity:1;" + offset="0" + id="stop4059" /> + <stop + style="stop-color:#a6845d;stop-opacity:1;" + offset="1" + id="stop4061" /> + </linearGradient> + <linearGradient + id="linearGradient3929"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3931" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3933" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3929" + id="linearGradient4051" + x1="9.494998" + y1="15.516565" + x2="9.494998" + y2="-4.1786065" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4057" + id="linearGradient4063" + x1="9.17138" + y1="21.000002" + x2="9.17138" + y2="0.97239029" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4089" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4103" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4105" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4107" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4109" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4111" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4113" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4115" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4117" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4119" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4121" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4123" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4125" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4127" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4129" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4132" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4141" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4148" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4158" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4180" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4182" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4184" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4186" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2480" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2483" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2489" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2495" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2498" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2501" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2504" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2506" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2508" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2510" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4974"> + <path + id="path4976" + d="M 16.625,2 C 15.93281,2.046173 15.13978,2.350316 14.5,2.875 13.716105,3.517873 13.079371,5.1522168 13.25,6.0625 13.337976,6.531842 13.692147,7.1029241 14.03125,7.28125 14.662734,7.613335 15.813682,7.0624791 16.875,5.9375 18.021489,4.722239 18.547995,3.383178 18.15625,2.625 17.915497,2.159052 17.31719,1.953827 16.625,2 z M 10.96875,2.71875 C 10.005789,2.719616 9.496306,3.3967078 9.5,4.6875 c 0.00253,0.88392 0.31322,1.6791318 0.71875,1.875 0.301512,0.145631 0.309051,0.1320361 0.6875,0 C 11.533114,6.343793 12.122053,4.8839409 12,3.90625 11.900109,3.106091 11.556193,2.7182209 10.96875,2.71875 z m -3.8125,1.3125 C 6.976067,4.0573035 6.795347,4.173262 6.625,4.34375 6.281636,4.687396 6.277056,4.8747068 6.28125,5.53125 6.286196,6.305553 6.475145,6.7277249 7,7.28125 7.392601,7.695296 7.675716,7.7200481 8.03125,7.34375 8.416388,6.936117 8.535971,6.296057 8.40625,5.59375 8.208416,4.5226825 7.696799,3.9530895 7.15625,4.03125 z M 4.46875,6.375 C 4.281799,6.4054104 4.1133,6.5115553 3.9375,6.6875 3.476154,7.14923 3.798831,8.4188978 4.53125,9.0625 5.405425,9.830669 6.111327,9.1273309 5.8125,7.78125 5.599846,6.8233425 5.029603,6.2837687 4.46875,6.375 z M 12.5,8.0625 C 11.88094,8.0518483 11.187196,8.1034691 10.46875,8.25 8.61799,8.627471 7.13709,9.3254488 6.1875,10.28125 5.640611,10.831715 5.327697,11.341306 5.0625,12.125 c -0.641919,1.896963 0.546896,4.595678 2.8125,6.4375 0.844088,0.686203 1.359152,0.993313 2.21875,1.28125 0.445736,0.149308 0.799163,0.183992 1.625,0.15625 0.946716,-0.03181 1.139252,-0.07408 1.75,-0.375 0.895036,-0.440989 1.909553,-1.461035 2.34375,-2.34375 0.264885,-0.5385 0.307321,-0.768628 0.28125,-1.21875 -0.04452,-0.768578 -0.342658,-0.977756 -1.3125,-0.96875 -1.38452,0.01285 -1.965756,0.333932 -2.25,1.3125 -0.21469,0.739118 -0.452038,1 -0.9375,1 -0.769368,0 -1.5625,-0.611791 -1.5625,-1.25 0,-0.443994 0.715313,-1.10577 2.5,-2.3125 2.514116,-1.69994 3.378489,-2.734111 3.25,-3.875 C 15.64852,8.7901993 14.35718,8.0944552 12.5,8.0625 z" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4995"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" + d="M 30,0 30,22 52,22 52,0 30,0 z M 46.625,2 C 47.31719,1.953827 47.915497,2.159052 48.15625,2.625 48.547995,3.383178 48.021489,4.722239 46.875,5.9375 45.813682,7.0624791 44.662734,7.613335 44.03125,7.28125 43.692147,7.1029241 43.337976,6.531842 43.25,6.0625 43.079371,5.1522168 43.716105,3.517873 44.5,2.875 45.13978,2.350316 45.93281,2.046173 46.625,2 z m -5.65625,0.71875 c 0.587443,-5.291e-4 0.931359,0.387341 1.03125,1.1875 0.122053,0.9776909 -0.466886,2.437543 -1.09375,2.65625 -0.378449,0.1320361 -0.385988,0.145631 -0.6875,0 C 39.81322,6.3666318 39.502528,5.57142 39.5,4.6875 39.496306,3.3967078 40.005789,2.719616 40.96875,2.71875 z m -3.8125,1.3125 c 0.540549,-0.078161 1.052166,0.4914325 1.25,1.5625 0.129721,0.702307 0.01014,1.342367 -0.375,1.75 C 37.675716,7.7200481 37.392601,7.695296 37,7.28125 36.475145,6.7277249 36.286196,6.305553 36.28125,5.53125 36.277056,4.8747068 36.281636,4.687396 36.625,4.34375 36.795347,4.173262 36.976067,4.0573035 37.15625,4.03125 z M 34.46875,6.375 C 35.029603,6.2837687 35.599846,6.8233425 35.8125,7.78125 36.111327,9.1273309 35.405425,9.830669 34.53125,9.0625 33.798831,8.4188978 33.476154,7.14923 33.9375,6.6875 34.1133,6.5115553 34.281799,6.4054104 34.46875,6.375 z M 42.5,8.0625 c 1.85718,0.031955 3.14852,0.7276993 3.28125,1.90625 0.128489,1.140889 -0.735884,2.17506 -3.25,3.875 -1.784687,1.20673 -2.5,1.868506 -2.5,2.3125 0,0.638209 0.793132,1.25 1.5625,1.25 0.485462,0 0.72281,-0.260882 0.9375,-1 0.284244,-0.978568 0.86548,-1.299646 2.25,-1.3125 0.969842,-0.009 1.267977,0.200172 1.3125,0.96875 0.02607,0.450122 -0.01637,0.68025 -0.28125,1.21875 -0.434197,0.882715 -1.448714,1.902761 -2.34375,2.34375 -0.610748,0.300916 -0.803284,0.343192 -1.75,0.375 -0.825837,0.02774 -1.179264,-0.0069 -1.625,-0.15625 C 39.234152,19.555813 38.719088,19.248703 37.875,18.5625 35.609396,16.720678 34.420581,14.021963 35.0625,12.125 35.327697,11.341306 35.640611,10.831715 36.1875,10.28125 37.13709,9.3254488 38.61799,8.627471 40.46875,8.25 41.187196,8.1034691 41.88094,8.0518483 42.5,8.0625 z" + id="path4997" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5065" + gradientUnits="userSpaceOnUse" + x1="11.508813" + y1="6.667244" + x2="11.508813" + y2="2.6882501" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5068" + gradientUnits="userSpaceOnUse" + x1="17.212025" + y1="7.3808393" + x2="17.212025" + y2="1.9877422" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5071" + gradientUnits="userSpaceOnUse" + x1="7.3737612" + y1="7.6049061" + x2="7.3737612" + y2="4.0347266" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5074" + gradientUnits="userSpaceOnUse" + x1="4.9496975" + y1="9.3934212" + x2="4.9496975" + y2="6.3640523" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5077" + gradientUnits="userSpaceOnUse" + x1="13" + y1="20" + x2="13" + y2="7.9960599" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3345" + gradientUnits="userSpaceOnUse" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3355" + gradientUnits="userSpaceOnUse" + x1="12.316144" + y1="18.468353" + x2="12.316144" + y2="3.4817097" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3357" + gradientUnits="userSpaceOnUse" + x1="18.764908" + y1="21" + x2="18.764908" + y2="0.96705598" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3522" + gradientUnits="userSpaceOnUse" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" + gradientTransform="translate(1,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3527" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3540" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="14.524625" + y1="17.41902" + x2="14.524625" + y2="4.625" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3542" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="10.50519" + y1="15.28125" + x2="10.50519" + y2="6.7458849" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,0)" + x1="16.5" + y1="19.542921" + x2="16.5" + y2="2.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3723" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2902" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(2,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2904" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(0,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2906" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(-1,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2909" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-31,-1)" + x1="12" + y1="19" + x2="12" + y2="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3689" + x1="96" + y1="-2" + x2="96" + y2="-82" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3691" + x1="72" + y1="-2" + x2="72" + y2="-66" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-16,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3693" + x1="56" + y1="-2" + x2="56" + y2="-50" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-12,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3695" + x1="24" + y1="-2" + x2="24" + y2="-34" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-8,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3737" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3740" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3744" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,18)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3755" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3719" + x1="78" + y1="-66" + x2="78" + y2="6.0277724" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3727" + x1="19" + y1="-18" + x2="19" + y2="14.140317" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3729" + x1="37" + y1="-34" + x2="37" + y2="14.010415" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3731" + x1="57" + y1="-50" + x2="57" + y2="14.007812" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3977" + id="linearGradient3983" + x1="48" + y1="36" + x2="56.96875" + y2="36" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" /> + <linearGradient + id="linearGradient3977"> + <stop + style="stop-color:#cbcbcb;stop-opacity:1" + offset="0" + id="stop3979" /> + <stop + style="stop-color:#efefef;stop-opacity:1" + offset="1" + id="stop3981" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3327" + id="linearGradient4011" + x1="39.03125" + y1="35.984375" + x2="47.230457" + y2="24.974846" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3327" + id="linearGradient4039" + x1="56.727566" + y1="37.282234" + x2="48.758419" + y2="23.479269" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3956" + id="linearGradient3933" + x1="48" + y1="41" + x2="60" + y2="41" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" /> + <linearGradient + id="linearGradient3956"> + <stop + id="stop3958" + offset="0" + style="stop-color:#e6c94c;stop-opacity:1;" /> + <stop + style="stop-color:#e7ce5f;stop-opacity:1" + offset="0.57832253" + id="stop3966" /> + <stop + style="stop-color:#f0de93;stop-opacity:1" + offset="0.83333331" + id="stop3960" /> + <stop + id="stop3962" + offset="0.91666669" + style="stop-color:#d0b64c;stop-opacity:1" /> + <stop + id="stop3964" + offset="1" + style="stop-color:#907d2e;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3956" + id="linearGradient3945" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" + x1="48" + y1="41" + x2="60" + y2="41" + gradientTransform="translate(0,6)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3956" + id="linearGradient3954" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,12)" + spreadMethod="reflect" + x1="48" + y1="41" + x2="60" + y2="41" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#e7e7e7" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="4.4040791" + inkscape:cx="48.336622" + inkscape:cy="43.649471" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:showpageshadow="false" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1855" + inkscape:window-height="1035" + inkscape:window-x="178" + inkscape:window-y="94" + inkscape:window-maximized="0" + borderlayer="true"> + <inkscape:grid + type="xygrid" + id="grid3672" + visible="true" + enabled="true" + empspacing="8" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Icon" + inkscape:groupmode="layer" + id="layer1" + style="display:inline" + transform="translate(0,74)"> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="0.99824595" + inkscape:original="M 74 -66.96875 C 70.716909 -66.96875 68.03125 -64.283091 68.03125 -61 L 68.03125 11 C 68.03125 14.283091 70.716909 16.96875 74 16.96875 L 82 16.96875 C 85.283091 16.96875 87.96875 14.283091 87.96875 11 L 87.96875 -61 C 87.96875 -64.283091 85.283091 -66.96875 82 -66.96875 L 74 -66.96875 z M 54 -50.96875 C 50.716909 -50.96875 48.03125 -48.283091 48.03125 -45 L 48.03125 11 C 48.03125 14.283091 50.716909 16.96875 54 16.96875 L 62 16.96875 C 65.283091 16.96875 67.96875 14.283091 67.96875 11 L 67.96875 -45 C 67.96875 -48.283091 65.283091 -50.96875 62 -50.96875 L 54 -50.96875 z M 34 -34.96875 C 30.716909 -34.96875 28.03125 -32.283091 28.03125 -29 L 28.03125 11 C 28.03125 14.283091 30.716909 16.96875 34 16.96875 L 42 16.96875 C 45.283091 16.96875 47.96875 14.283091 47.96875 11 L 47.96875 -29 C 47.96875 -32.283091 45.283091 -34.96875 42 -34.96875 L 34 -34.96875 z M 14 -18.96875 C 10.716909 -18.96875 8.03125 -16.283091 8.03125 -13 L 8.03125 11 C 8.03125 14.283091 10.716909 16.96875 14 16.96875 L 22 16.96875 C 25.283091 16.96875 27.96875 14.283091 27.96875 11 L 27.96875 -13 C 27.96875 -16.283091 25.283091 -18.96875 22 -18.96875 L 14 -18.96875 z " + style="opacity:0.08;fill:#000000;fill-opacity:1;stroke:none" + id="path3770" + d="m 74,-67.96875 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,24 c 0,3.827486 3.141264,6.96875 6.96875,6.96875 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 3.827486,0 6.96875,-3.141264 6.96875,-6.96875 l 0,-72 c 0,-3.827486 -3.141264,-6.96875 -6.96875,-6.96875 l -8,0 z" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="0.94991022" + inkscape:original="M 74 -66.03125 C 71.236635 -66.03125 68.96875 -63.763365 68.96875 -61 L 68.96875 11 C 68.96875 13.763365 71.236635 16.03125 74 16.03125 L 82 16.03125 C 84.763365 16.03125 87.03125 13.763365 87.03125 11 L 87.03125 -61 C 87.03125 -63.763365 84.763365 -66.03125 82 -66.03125 L 74 -66.03125 z M 54 -50.03125 C 51.236635 -50.03125 48.96875 -47.763365 48.96875 -45 L 48.96875 11 C 48.96875 13.763365 51.236635 16.03125 54 16.03125 L 62 16.03125 C 64.763365 16.03125 67.03125 13.763365 67.03125 11 L 67.03125 -45 C 67.03125 -47.763365 64.763365 -50.03125 62 -50.03125 L 54 -50.03125 z M 34 -34.03125 C 31.236635 -34.03125 28.96875 -31.763365 28.96875 -29 L 28.96875 11 C 28.96875 13.763365 31.236635 16.03125 34 16.03125 L 42 16.03125 C 44.763365 16.03125 47.03125 13.763365 47.03125 11 L 47.03125 -29 C 47.03125 -31.763365 44.763365 -34.03125 42 -34.03125 L 34 -34.03125 z M 14 -18.03125 C 11.236635 -18.03125 8.96875 -15.763365 8.96875 -13 L 8.96875 11 C 8.96875 13.763365 11.236635 16.03125 14 16.03125 L 22 16.03125 C 24.763365 16.03125 27.03125 13.763365 27.03125 11 L 27.03125 -13 C 27.03125 -15.763365 24.763365 -18.03125 22 -18.03125 L 14 -18.03125 z " + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:none" + id="path3766" + d="m 74,-66.96875 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,72 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-72 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,56 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-56 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,40 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-40 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,24 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-24 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="1.0198669" + inkscape:original="M 74 -65 C 71.784 -65 70 -63.216 70 -61 L 70 11 C 70 13.216 71.784 15 74 15 L 82 15 C 84.216 15 86 13.216 86 11 L 86 -61 C 86 -63.216 84.216 -65 82 -65 L 74 -65 z M 54 -49 C 51.784 -49 50 -47.216 50 -45 L 50 11 C 50 13.216 51.784 15 54 15 L 62 15 C 64.216 15 66 13.216 66 11 L 66 -45 C 66 -47.216 64.216 -49 62 -49 L 54 -49 z M 34 -33 C 31.784 -33 30 -31.216 30 -29 L 30 11 C 30 13.216 31.784 15 34 15 L 42 15 C 44.216 15 46 13.216 46 11 L 46 -29 C 46 -31.216 44.216 -33 42 -33 L 34 -33 z M 14 -17 C 11.784 -17 10 -15.216 10 -13 L 10 11 C 10 13.216 11.784 15 14 15 L 22 15 C 24.216 15 26 13.216 26 11 L 26 -13 C 26 -15.216 24.216 -17 22 -17 L 14 -17 z " + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none" + id="path3762" + d="m 74,-66.03125 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,72 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-72 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,56 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-56 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,40 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-40 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,24 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-24 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z" /> + <path + style="fill:#000000;fill-opacity:1;stroke:none;opacity:0.3" + d="m 74,-65 c -2.216,0 -4,1.784 -4,4 l 0,72 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-72 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,40 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-40 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,24 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-24 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="rect3747" /> + <rect + style="fill:url(#linearGradient3689);fill-opacity:1;stroke:none" + id="rect2903" + width="16" + height="80" + x="70" + y="-66" + rx="4" + ry="4" /> + <rect + y="-50" + x="50" + height="64" + width="16" + id="rect2905" + style="fill:url(#linearGradient3691);fill-opacity:1;stroke:none" + rx="4" + ry="4" /> + <rect + style="fill:url(#linearGradient3693);fill-opacity:1;stroke:none" + id="rect2907" + width="16" + height="48" + x="30" + y="-34" + rx="4" + ry="4" /> + <rect + y="-18" + x="10" + height="32" + width="16" + id="rect2909" + style="fill:url(#linearGradient3695);fill-opacity:1;stroke:none" + rx="4" + ry="4" /> + <path + style="fill:url(#linearGradient3719);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 74,-66 c -2.216,0 -4,1.784 -4,4 l 0,72 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 71.72124,13.326579 70.96875,12.273179 70.96875,11 l 0,-72 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,72 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 84.815572,13.275003 86,11.798949 86,10 l 0,-72 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2939" /> + <path + style="fill:url(#linearGradient3731);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 54,-50 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 51.72124,13.326579 50.96875,12.273179 50.96875,11 l 0,-56 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,56 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 64.815572,13.275003 66,11.798949 66,10 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2937" /> + <path + style="fill:url(#linearGradient3729);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 34,-34 c -2.216,0 -4,1.784 -4,4 l 0,40 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 31.72124,13.326579 30.96875,12.273179 30.96875,11 l 0,-40 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,40 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 44.815572,13.275003 46,11.798949 46,10 l 0,-40 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2935" /> + <path + style="fill:url(#linearGradient3727);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 14,-18 c -2.216,0 -4,1.784 -4,4 l 0,24 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 11.72124,13.326579 10.96875,12.273179 10.96875,11 l 0,-24 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,24 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 24.815572,13.275003 26,11.798949 26,10 l 0,-24 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="rect2912" /> + <g + style="display:inline" + id="g214" + transform="matrix(1.1389593,0,0,1.0713204,-37.245063,-95.651536)"> + <path + d="m 48,21.029297 c -6.579909,0 -11.970703,5.390794 -11.970703,11.970703 v 3.195312 C 34.309564,36.643113 32.998047,38.148778 32.998047,40 v 4 c 0,0.537304 0.20147,0.734055 0.363281,1 -0.161811,0.265945 -0.363281,0.462696 -0.363281,1 v 4 c 0,0.537304 0.20147,0.734055 0.363281,1 -0.161811,0.265945 -0.363281,0.462696 -0.363281,1 v 4 c 0,2.194591 1.807362,4.001953 4.001953,4.001953 h 22 c 2.194591,0 4.001953,-1.807362 4.001953,-4.001953 v -4 c 0,-0.537304 -0.20147,-0.734055 -0.363281,-1 0.161811,-0.265945 0.363281,-0.462696 0.363281,-1 v -4 c 0,-0.537304 -0.20147,-0.734055 -0.363281,-1 0.161811,-0.265945 0.363281,-0.462696 0.363281,-1 v -4 c 0,-1.851222 -1.311517,-3.356887 -3.03125,-3.804688 V 33 C 59.970703,26.420091 54.579909,21.029297 48,21.029297 Z m 0,9.003906 c 1.85377,0 2.966797,1.113027 2.966797,2.966797 v 2.998047 H 45.033203 V 33 c 0,-1.85377 1.113027,-2.966797 2.966797,-2.966797 z" + id="path4087" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.05;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:original="M 48 22 C 41.949613 22 37 26.949613 37 33 L 37 36.96875 C 35.340357 36.96875 33.96875 38.340357 33.96875 40 L 33.96875 44 C 33.96875 44.512118 34.202962 44.716009 34.375 45 C 34.202962 45.283991 33.96875 45.487882 33.96875 46 L 33.96875 50 C 33.96875 50.512118 34.202962 50.716009 34.375 51 C 34.202962 51.283991 33.96875 51.487882 33.96875 52 L 33.96875 56 C 33.96875 57.659643 35.340357 59.03125 37 59.03125 L 59 59.03125 C 60.659643 59.03125 62.03125 57.659643 62.03125 56 L 62.03125 52 C 62.03125 51.487882 61.797038 51.283991 61.625 51 C 61.797038 50.716009 62.03125 50.512118 62.03125 50 L 62.03125 46 C 62.03125 45.487882 61.797038 45.283991 61.625 45 C 61.797038 44.716009 62.03125 44.512118 62.03125 44 L 62.03125 40 C 62.03125 38.340357 60.659643 36.96875 59 36.96875 L 59 33 C 59 26.949613 54.050387 22 48 22 z M 48 29.0625 C 50.309873 29.0625 51.9375 30.690127 51.9375 33 L 51.9375 36.96875 L 44.0625 36.96875 L 44.0625 33 C 44.0625 30.690127 45.690127 29.0625 48 29.0625 z " + inkscape:radius="0.97092915" + sodipodi:type="inkscape:offset" /> + <path + inkscape:connector-curvature="0" + id="path4082" + d="m 48,22 c -6.050387,0 -11,4.949613 -11,11 v 3.96875 c -1.659643,0 -3.03125,1.371607 -3.03125,3.03125 v 4 c 0,0.512118 0.234212,0.716009 0.40625,1 -0.172038,0.283991 -0.40625,0.487882 -0.40625,1 v 4 c 0,0.512118 0.234212,0.716009 0.40625,1 -0.172038,0.283991 -0.40625,0.487882 -0.40625,1 v 4 c 0,1.659643 1.371607,3.03125 3.03125,3.03125 h 22 c 1.659643,0 3.03125,-1.371607 3.03125,-3.03125 v -4 c 0,-0.512118 -0.234212,-0.716009 -0.40625,-1 0.172038,-0.283991 0.40625,-0.487882 0.40625,-1 v -4 c 0,-0.512118 -0.234212,-0.716009 -0.40625,-1 0.172038,-0.283991 0.40625,-0.487882 0.40625,-1 v -4 c 0,-1.659643 -1.371607,-3.03125 -3.03125,-3.03125 V 33 C 59,26.949613 54.050387,22 48,22 Z m 0,7.0625 c 2.309873,0 3.9375,1.627627 3.9375,3.9375 v 3.96875 h -7.875 V 33 c 0,-2.309873 1.627627,-3.9375 3.9375,-3.9375 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.07999998;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + d="m 48,23.060547 c -5.477877,0 -9.939453,4.461576 -9.939453,9.939453 v 5.029297 H 37 c -1.0751,0 -1.970703,0.895603 -1.970703,1.970703 v 4 c 0,0.387206 0.220995,0.692778 0.419922,1 -0.198927,0.307222 -0.419922,0.612794 -0.419922,1 v 4 c 0,0.387206 0.220995,0.692778 0.419922,1 -0.198927,0.307222 -0.419922,0.612794 -0.419922,1 v 4 c 0,1.0751 0.895603,1.970703 1.970703,1.970703 h 22 c 1.0751,0 1.970703,-0.895603 1.970703,-1.970703 v -4 c 0,-0.387206 -0.220995,-0.692778 -0.419922,-1 0.198927,-0.307222 0.419922,-0.612794 0.419922,-1 v -4 c 0,-0.387206 -0.220995,-0.692778 -0.419922,-1 0.198927,-0.307222 0.419922,-0.612794 0.419922,-1 V 40 C 60.970703,38.9249 60.0751,38.029297 59,38.029297 H 57.939453 V 33 c 0,-5.477877 -4.461576,-9.939453 -9.939453,-9.939453 z m 0,4.941406 c 2.843291,0 4.998047,2.154756 4.998047,4.998047 v 5.029297 H 43.001953 V 33 c 0,-2.843291 2.154756,-4.998047 4.998047,-4.998047 z" + id="path4078" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:original="M 48 24.03125 C 43.0469 24.03125 39.03125 28.0469 39.03125 33 L 39.03125 39 L 37 39 C 36.446 39 36 39.446 36 40 L 36 44 C 36 44.554 36.446 45 37 45 C 36.446 45 36 45.446 36 46 L 36 50 C 36 50.554 36.446 51 37 51 C 36.446 51 36 51.446 36 52 L 36 56 C 36 56.554 36.446 57 37 57 L 59 57 C 59.554 57 60 56.554 60 56 L 60 52 C 60 51.446 59.554 51 59 51 C 59.554 51 60 50.554 60 50 L 60 46 C 60 45.446 59.554 45 59 45 C 59.554 45 60 44.554 60 44 L 60 40 C 60 39.446 59.554 39 59 39 L 56.96875 39 L 56.96875 33 C 56.96875 28.0469 52.9531 24.03125 48 24.03125 z M 48 27.03125 C 51.349468 27.03125 53.96875 29.650532 53.96875 33 L 53.96875 39 L 42.03125 39 L 42.03125 33 C 42.03125 29.650532 44.650532 27.03125 48 27.03125 z " + inkscape:radius="0.97092915" + sodipodi:type="inkscape:offset" /> + <path + inkscape:connector-curvature="0" + id="path4063" + d="m 48,24.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 6 H 37 c -0.554,0 -1,0.446 -1,1 v 4 c 0,0.554 0.446,1 1,1 -0.554,0 -1,0.446 -1,1 v 4 c 0,0.554 0.446,1 1,1 -0.554,0 -1,0.446 -1,1 v 4 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -4 c 0,-0.554 -0.446,-1 -1,-1 0.554,0 1,-0.446 1,-1 v -4 c 0,-0.554 -0.446,-1 -1,-1 0.554,0 1,-0.446 1,-1 v -4 c 0,-0.554 -0.446,-1 -1,-1 h -2.03125 v -6 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 z m 0,3 c 3.349468,0 5.96875,2.619282 5.96875,5.96875 v 6 h -11.9375 v -6 c 0,-3.349468 2.619282,-5.96875 5.96875,-5.96875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ssssssssssssss" + inkscape:connector-curvature="0" + id="path3974" + d="m 48,23.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 8 c 0,4.9531 4.01565,8.96875 8.96875,8.96875 4.9531,0 8.96875,-4.01565 8.96875,-8.96875 v -8 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 z m 0,3 c 3.349468,0 5.96875,2.619282 5.96875,5.96875 v 8 c 0,3.349468 -2.619282,5.96875 -5.96875,5.96875 -3.349468,0 -5.96875,-2.619282 -5.96875,-5.96875 v -8 c 0,-3.349468 2.619282,-5.96875 5.96875,-5.96875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3983);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="rect3985" + d="m 48,25 c -3.878,0 -7,3.122 -7,7 v 12 c 0,0.661889 0.11112,1.300171 0.28125,1.90625 1.643856,1.874098 4.03012,3.0625 6.71875,3.0625 2.68863,0 5.074894,-1.188402 6.71875,-3.0625 C 54.88888,45.300171 55,44.661889 55,44 V 32 c 0,-3.878 -3.122,-7 -7,-7 z m 0,1.03125 c 3.349468,0 5.96875,2.619282 5.96875,5.96875 v 8 c 0,3.349468 -2.619282,5.96875 -5.96875,5.96875 -3.349468,0 -5.96875,-2.619282 -5.96875,-5.96875 v -8 c 0,-3.349468 2.619282,-5.96875 5.96875,-5.96875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + transform="matrix(0.95522388,0,0,0.9875956,2.1492537,0.60355158)" + d="m 48,25.326172 c -3.70276,0 -6.673828,2.971068 -6.673828,6.673828 v 12 c 0,0.599785 0.105202,1.181874 0.257812,1.744141 1.583676,1.774077 3.85154,2.898437 6.416016,2.898437 2.564476,0 4.83234,-1.12436 6.416016,-2.898437 C 54.568626,45.181874 54.673828,44.599785 54.673828,44 V 32 c 0,-3.70276 -2.971068,-6.673828 -6.673828,-6.673828 z m 0,0.378906 c 3.51969,0 6.294922,2.775232 6.294922,6.294922 v 8 c 0,3.51969 -2.775232,6.294922 -6.294922,6.294922 -3.51969,0 -6.294922,-2.775232 -6.294922,-6.294922 v -8 c 0,-3.51969 2.775232,-6.294922 6.294922,-6.294922 z" + id="path3993" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:original="M 48 25 C 44.122 25 41 28.122 41 32 L 41 44 C 41 44.661889 41.11112 45.300171 41.28125 45.90625 C 42.925106 47.780348 45.31137 48.96875 48 48.96875 C 50.68863 48.96875 53.074894 47.780348 54.71875 45.90625 C 54.88888 45.300171 55 44.661889 55 44 L 55 32 C 55 28.122 51.878 25 48 25 z M 48 26.03125 C 51.349468 26.03125 53.96875 28.650532 53.96875 32 L 53.96875 40 C 53.96875 43.349468 51.349468 45.96875 48 45.96875 C 44.650532 45.96875 42.03125 43.349468 42.03125 40 L 42.03125 32 C 42.03125 28.650532 44.650532 26.03125 48 26.03125 z " + inkscape:radius="-0.32651302" + sodipodi:type="inkscape:offset" /> + <path + inkscape:connector-curvature="0" + id="path3995" + d="m 48,23.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 8 c 0,4.803463 3.785443,8.704923 8.53125,8.9375 C 43.040099,48.485235 39.5,44.69729 39.5,40.125 V 32.25 c 0,-4.87711 4.01565,-8.8125 8.96875,-8.8125 1.961522,0 3.773702,0.604265 5.25,1.65625 C 52.168406,23.814278 50.166981,23.03125 48,23.03125 Z m 3.84375,4.34375 c 1.310757,1.085979 2.125,2.749544 2.125,4.625 v 8 c 0,3.349468 -2.619282,5.96875 -5.96875,5.96875 -0.178019,0 -0.35764,-0.01674 -0.53125,-0.03125 0.324528,0.05172 0.658264,0.0625 1,0.0625 3.349468,0 5.96875,-2.57692 5.96875,-5.875 V 32.25 c 0,-2.061301 -1.008641,-3.829535 -2.59375,-4.875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.2;fill:url(#linearGradient4011);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ssccscs" + inkscape:connector-curvature="0" + id="path4013" + d="m 48,23.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 8 h 0.78125 v -8 c 0,-4.814493 3.801349,-8.752635 8.5625,-8.96875 -0.126641,-0.0053 -0.247055,0 -0.375,0 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4024" + d="m 48,23.03125 c -0.170961,0 -0.331399,0.02181 -0.5,0.03125 4.716118,0.2641 8.46875,4.155361 8.46875,8.9375 v 8 c 0,4.782139 -3.752632,8.6734 -8.46875,8.9375 0.168601,0.0094 0.329039,0.03125 0.5,0.03125 4.9531,0 8.96875,-4.01565 8.96875,-8.96875 v -8 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 z m -1,3 c -3.349468,0 -5.96875,2.619282 -5.96875,5.96875 v 8 c 0,3.349468 2.619282,5.96875 5.96875,5.96875 0.125814,0 0.251347,-0.02396 0.375,-0.03125 C 44.32736,45.637471 42.03125,43.140126 42.03125,40 v -8 c 0,-3.140126 2.29611,-5.637471 5.34375,-5.9375 C 47.251347,26.0552 47.125814,26.03125 47,26.03125 Z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:url(#linearGradient4039);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4041" + d="m 47.75,23.03125 c 4.820388,0.151447 8.6875,4.111609 8.6875,8.96875 v 8 c 0,4.857141 -3.867112,8.817303 -8.6875,8.96875 0.08472,0.0024 0.164703,0 0.25,0 4.9531,0 8.96875,-4.01565 8.96875,-8.96875 v -8 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 -0.0853,0 -0.165275,-0.0024 -0.25,0 z m -0.28125,3 C 44.119282,26.03125 41.5,28.650532 41.5,32 v 8 c 0,3.349468 2.619282,5.96875 5.96875,5.96875 0.09397,0 0.188472,0.0041 0.28125,0 C 44.520715,45.842516 42.03125,43.26594 42.03125,40 v -8 c 0,-3.26594 2.489465,-5.842516 5.71875,-5.96875 -0.09278,-0.0041 -0.187281,0 -0.28125,0 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" + inkscape:connector-curvature="0" + id="rect4052" + d="M 47.96875,24.5 48.75,24.53125 h 0.03125 l 0.71875,0.125 h 0.03125 l 0.6875,0.1875 H 50.25 l 0.65625,0.21875 0.03125,0.03125 0.625,0.28125 0.03125,0.03125 0.59375,0.34375 0.03125,0.03125 0.15625,0.125 L 52.84375,26 53.15625,25.65625 53.0625,25.1875 52.96875,25.125 52.78125,24.96875 52.75,24.9375 52.09375,24.53125 52.03125,24.5 51.34375,24.1875 51.28125,24.15625 50.5625,23.875 H 50.5 l -0.75,-0.1875 -0.0625,-0.03125 -0.78125,-0.125 h -0.0625 L 48.03125,23.5 c -0.956312,-0.06672 -1.152251,1.088959 -0.0625,1 z m -4,0 -0.0625,0.03125 -0.65625,0.40625 -0.03125,0.03125 -0.625,0.4375 L 42.5625,25.4375 42,25.96875 41.96875,26 l -0.53125,0.5625 -0.03125,0.03125 -0.4375,0.625 -0.03125,0.03125 -0.40625,0.65625 -0.03125,0.0625 -0.28125,0.625 V 29.0625 L 40.625,29.3125 41.0625,29.125 41.125,29 41.375,28.4375 41.40625,28.40625 41.75,27.8125 41.78125,27.78125 42.1875,27.25 l 0.03125,-0.03125 0.46875,-0.5 h 0.03125 V 26.6875 l 0.5,-0.46875 L 43.25,26.1875 43.78125,25.78125 43.8125,25.75 44.40625,25.40625 44.4375,25.375 45.03125,25.125 C 45.742924,24.657964 45,24 44.59375,24.21875 Z" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" /> + <path + d="m 48.017578,23.695312 c -0.3993,-0.02786 -0.573944,0.187024 -0.591797,0.335938 -0.0089,0.07446 0.0105,0.132508 0.08008,0.1875 0.06958,0.05499 0.20846,0.107385 0.447266,0.08789 a 0.19490146,0.19490146 0 0 1 0.02344,-0.002 l 0.777344,0.03125 h 0.02734 a 0.19490146,0.19490146 0 0 1 0.0332,0.0039 l 0.703125,0.121094 h 0.01367 a 0.19490146,0.19490146 0 0 1 0.05078,0.0078 l 0.66211,0.179688 H 50.25 a 0.19490146,0.19490146 0 0 1 0.0625,0.0098 l 0.65625,0.21875 a 0.19490146,0.19490146 0 0 1 0.07617,0.04687 l 0.0059,0.0078 0.591797,0.265625 a 0.19490146,0.19490146 0 0 1 0.05859,0.03906 l 0.01172,0.01367 0.572265,0.332031 a 0.19490146,0.19490146 0 0 1 0.04102,0.0293 l 0.02344,0.02539 0.109375,0.08789 0.314454,0.0625 0.171874,-0.189453 -0.05859,-0.292968 -0.02539,-0.01758 a 0.19490146,0.19490146 0 0 1 -0.01758,-0.01172 l -0.1875,-0.15625 a 0.19490146,0.19490146 0 0 1 -0.01367,-0.01172 l -0.01367,-0.01563 -0.630859,-0.390625 -0.05078,-0.02539 -0.683594,-0.310547 a 0.19490146,0.19490146 0 0 1 -0.0078,-0.0039 l -0.05469,-0.02734 -0.675781,-0.263672 H 50.5 a 0.19490146,0.19490146 0 0 1 -0.04687,-0.0059 l -0.75,-0.1875 a 0.19490146,0.19490146 0 0 1 -0.04102,-0.01563 l -0.03516,-0.01758 -0.736328,-0.117188 h -0.04687 a 0.19490146,0.19490146 0 0 1 -0.0078,0 l -0.8125,-0.03125 a 0.19490146,0.19490146 0 0 1 -0.0059,0 z m -3.144531,0.691407 c -0.0768,-0.02538 -0.143675,-0.01969 -0.1875,0.0039 a 0.19490146,0.19490146 0 0 1 -0.01172,0.0059 l -0.621094,0.279297 -0.05078,0.02539 -0.630859,0.390625 -0.01367,0.01563 a 0.19490146,0.19490146 0 0 1 -0.02734,0.02148 l -0.611328,0.427735 -0.01758,0.01953 a 0.19490146,0.19490146 0 0 1 -0.0039,0.0039 l -0.560547,0.529297 -0.02734,0.02734 -0.529297,0.560547 a 0.19490146,0.19490146 0 0 1 -0.0039,0.0039 l -0.01953,0.01758 -0.427735,0.611328 a 0.19490146,0.19490146 0 0 1 -0.02148,0.02734 l -0.01563,0.01367 -0.390625,0.630859 -0.02539,0.05078 -0.261719,0.582032 v 0.318359 l 0.226563,0.140625 0.279297,-0.119141 0.0293,-0.05859 0.248047,-0.558594 a 0.19490146,0.19490146 0 0 1 0.03906,-0.05859 l 0.01367,-0.01172 0.332031,-0.572265 a 0.19490146,0.19490146 0 0 1 0.0293,-0.04102 l 0.02344,-0.02148 0.398437,-0.521485 a 0.19490146,0.19490146 0 0 1 0.01563,-0.01953 l 0.0293,-0.02734 0.466797,-0.498046 a 0.19490146,0.19490146 0 0 1 0.02344,-0.02148 0.19490146,0.19490146 0 0 1 0.002,-0.002 0.19490146,0.19490146 0 0 1 0.01563,-0.01758 l 0.498046,-0.466797 0.02734,-0.0293 a 0.19490146,0.19490146 0 0 1 0.01953,-0.01563 l 0.521485,-0.398437 0.02148,-0.02344 a 0.19490146,0.19490146 0 0 1 0.04102,-0.0293 L 44.287109,25.25 l 0.01172,-0.01367 a 0.19490146,0.19490146 0 0 1 0.0625,-0.04102 l 0.56836,-0.240234 c 0.13686,-0.09302 0.187452,-0.175773 0.199218,-0.236328 0.01214,-0.06247 -0.005,-0.124279 -0.05273,-0.1875 -0.04771,-0.06322 -0.126323,-0.119152 -0.203125,-0.144531 z" + id="path4061" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" + inkscape:original="M 48.03125 23.5 C 47.074938 23.43328 46.878999 24.588959 47.96875 24.5 L 48.75 24.53125 L 48.78125 24.53125 L 49.5 24.65625 L 49.53125 24.65625 L 50.21875 24.84375 L 50.25 24.84375 L 50.90625 25.0625 L 50.9375 25.09375 L 51.5625 25.375 L 51.59375 25.40625 L 52.1875 25.75 L 52.21875 25.78125 L 52.375 25.90625 L 52.84375 26 L 53.15625 25.65625 L 53.0625 25.1875 L 52.96875 25.125 L 52.78125 24.96875 L 52.75 24.9375 L 52.09375 24.53125 L 52.03125 24.5 L 51.34375 24.1875 L 51.28125 24.15625 L 50.5625 23.875 L 50.5 23.875 L 49.75 23.6875 L 49.6875 23.65625 L 48.90625 23.53125 L 48.84375 23.53125 L 48.03125 23.5 z M 44.59375 24.21875 L 43.96875 24.5 L 43.90625 24.53125 L 43.25 24.9375 L 43.21875 24.96875 L 42.59375 25.40625 L 42.5625 25.4375 L 42 25.96875 L 41.96875 26 L 41.4375 26.5625 L 41.40625 26.59375 L 40.96875 27.21875 L 40.9375 27.25 L 40.53125 27.90625 L 40.5 27.96875 L 40.21875 28.59375 L 40.21875 29.0625 L 40.625 29.3125 L 41.0625 29.125 L 41.125 29 L 41.375 28.4375 L 41.40625 28.40625 L 41.75 27.8125 L 41.78125 27.78125 L 42.1875 27.25 L 42.21875 27.21875 L 42.6875 26.71875 L 42.71875 26.71875 L 42.71875 26.6875 L 43.21875 26.21875 L 43.25 26.1875 L 43.78125 25.78125 L 43.8125 25.75 L 44.40625 25.40625 L 44.4375 25.375 L 45.03125 25.125 C 45.742924 24.657964 45 24 44.59375 24.21875 z " + inkscape:radius="-0.19488198" + sodipodi:type="inkscape:offset" /> + <rect + ry="1" + rx="1" + y="38" + x="36" + height="6" + width="24" + id="rect3138" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3933);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="rect3148" + d="m 37,38 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 22 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="rect3921" + d="m 36,42 v 1 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -1 c 0,0.554 -0.446,1 -1,1 H 37 c -0.554,0 -1,-0.446 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3945);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect3939" + width="24" + height="6" + x="36" + y="44" + rx="1" + ry="1" /> + <path + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 37,44 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 22 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z" + id="path3941" /> + <path + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 36,48 v 1 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -1 c 0,0.554 -0.446,1 -1,1 H 37 c -0.554,0 -1,-0.446 -1,-1 z" + id="path3943" /> + <rect + ry="1" + rx="1" + y="50" + x="36" + height="6" + width="24" + id="rect3947" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3954);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + id="path3949" + d="m 37,50 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 22 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:connector-curvature="0" /> + <path + id="path3952" + d="m 36,54 v 1 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -1 c 0,0.554 -0.446,1 -1,1 H 37 c -0.554,0 -1,-0.446 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:connector-curvature="0" /> + </g> + </g> +</svg> diff --git a/mate/scalable/status/nm-signal-00.svg b/mate/scalable/status/nm-signal-00.svg new file mode 100644 index 0000000..80ab462 --- /dev/null +++ b/mate/scalable/status/nm-signal-00.svg @@ -0,0 +1,906 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="96" + height="96" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.47 r22583" + version="1.0" + sodipodi:docname="notification-network-wireless-full.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + style="display:inline"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3713"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3715" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3717" /> + </linearGradient> + <linearGradient + id="linearGradient3295"> + <stop + style="stop-color:#559829;stop-opacity:1;" + offset="0" + id="stop3297" /> + <stop + style="stop-color:#86c837;stop-opacity:1;" + offset="1" + id="stop3299" /> + </linearGradient> + <linearGradient + id="linearGradient3287"> + <stop + style="stop-color:#cd0000;stop-opacity:1;" + offset="0" + id="stop3289" /> + <stop + style="stop-color:#e55300;stop-opacity:1;" + offset="1" + id="stop3291" /> + </linearGradient> + <linearGradient + id="linearGradient3279"> + <stop + style="stop-color:#f08e00;stop-opacity:1;" + offset="0" + id="stop3281" /> + <stop + style="stop-color:#ffd200;stop-opacity:1;" + offset="1" + id="stop3283" /> + </linearGradient> + <linearGradient + id="linearGradient3271"> + <stop + style="stop-color:#395d93;stop-opacity:1;" + offset="0" + id="stop3273" /> + <stop + style="stop-color:#6e92c7;stop-opacity:1;" + offset="1" + id="stop3275" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3327"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3330" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3333" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3327" + id="linearGradient3335" + x1="11.375" + y1="22" + x2="11.375" + y2="-9.817296" + gradientUnits="userSpaceOnUse" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 11 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="22 : 11 : 1" + inkscape:persp3d-origin="11 : 7.3333333 : 1" + id="perspective102" /> + <linearGradient + id="linearGradient4081"> + <stop + style="stop-color:#aaaaaa;stop-opacity:1;" + offset="0" + id="stop4083" /> + <stop + style="stop-color:#f0f0f0;stop-opacity:1;" + offset="1" + id="stop4085" /> + </linearGradient> + <linearGradient + id="linearGradient4057"> + <stop + style="stop-color:#816647;stop-opacity:1;" + offset="0" + id="stop4059" /> + <stop + style="stop-color:#a6845d;stop-opacity:1;" + offset="1" + id="stop4061" /> + </linearGradient> + <linearGradient + id="linearGradient3929"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3931" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3933" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3929" + id="linearGradient4051" + x1="9.494998" + y1="15.516565" + x2="9.494998" + y2="-4.1786065" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4057" + id="linearGradient4063" + x1="9.17138" + y1="21.000002" + x2="9.17138" + y2="0.97239029" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4089" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4103" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4105" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4107" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4109" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4111" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4113" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4115" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4117" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4119" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4121" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4123" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4125" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4127" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4129" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4132" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4141" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4148" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4158" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4180" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4182" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4184" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4186" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2480" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2483" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2489" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2495" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2498" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2501" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2504" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2506" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2508" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2510" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4974"> + <path + id="path4976" + d="M 16.625,2 C 15.93281,2.046173 15.13978,2.350316 14.5,2.875 13.716105,3.517873 13.079371,5.1522168 13.25,6.0625 13.337976,6.531842 13.692147,7.1029241 14.03125,7.28125 14.662734,7.613335 15.813682,7.0624791 16.875,5.9375 18.021489,4.722239 18.547995,3.383178 18.15625,2.625 17.915497,2.159052 17.31719,1.953827 16.625,2 z M 10.96875,2.71875 C 10.005789,2.719616 9.496306,3.3967078 9.5,4.6875 c 0.00253,0.88392 0.31322,1.6791318 0.71875,1.875 0.301512,0.145631 0.309051,0.1320361 0.6875,0 C 11.533114,6.343793 12.122053,4.8839409 12,3.90625 11.900109,3.106091 11.556193,2.7182209 10.96875,2.71875 z m -3.8125,1.3125 C 6.976067,4.0573035 6.795347,4.173262 6.625,4.34375 6.281636,4.687396 6.277056,4.8747068 6.28125,5.53125 6.286196,6.305553 6.475145,6.7277249 7,7.28125 7.392601,7.695296 7.675716,7.7200481 8.03125,7.34375 8.416388,6.936117 8.535971,6.296057 8.40625,5.59375 8.208416,4.5226825 7.696799,3.9530895 7.15625,4.03125 z M 4.46875,6.375 C 4.281799,6.4054104 4.1133,6.5115553 3.9375,6.6875 3.476154,7.14923 3.798831,8.4188978 4.53125,9.0625 5.405425,9.830669 6.111327,9.1273309 5.8125,7.78125 5.599846,6.8233425 5.029603,6.2837687 4.46875,6.375 z M 12.5,8.0625 C 11.88094,8.0518483 11.187196,8.1034691 10.46875,8.25 8.61799,8.627471 7.13709,9.3254488 6.1875,10.28125 5.640611,10.831715 5.327697,11.341306 5.0625,12.125 c -0.641919,1.896963 0.546896,4.595678 2.8125,6.4375 0.844088,0.686203 1.359152,0.993313 2.21875,1.28125 0.445736,0.149308 0.799163,0.183992 1.625,0.15625 0.946716,-0.03181 1.139252,-0.07408 1.75,-0.375 0.895036,-0.440989 1.909553,-1.461035 2.34375,-2.34375 0.264885,-0.5385 0.307321,-0.768628 0.28125,-1.21875 -0.04452,-0.768578 -0.342658,-0.977756 -1.3125,-0.96875 -1.38452,0.01285 -1.965756,0.333932 -2.25,1.3125 -0.21469,0.739118 -0.452038,1 -0.9375,1 -0.769368,0 -1.5625,-0.611791 -1.5625,-1.25 0,-0.443994 0.715313,-1.10577 2.5,-2.3125 2.514116,-1.69994 3.378489,-2.734111 3.25,-3.875 C 15.64852,8.7901993 14.35718,8.0944552 12.5,8.0625 z" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4995"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" + d="M 30,0 30,22 52,22 52,0 30,0 z M 46.625,2 C 47.31719,1.953827 47.915497,2.159052 48.15625,2.625 48.547995,3.383178 48.021489,4.722239 46.875,5.9375 45.813682,7.0624791 44.662734,7.613335 44.03125,7.28125 43.692147,7.1029241 43.337976,6.531842 43.25,6.0625 43.079371,5.1522168 43.716105,3.517873 44.5,2.875 45.13978,2.350316 45.93281,2.046173 46.625,2 z m -5.65625,0.71875 c 0.587443,-5.291e-4 0.931359,0.387341 1.03125,1.1875 0.122053,0.9776909 -0.466886,2.437543 -1.09375,2.65625 -0.378449,0.1320361 -0.385988,0.145631 -0.6875,0 C 39.81322,6.3666318 39.502528,5.57142 39.5,4.6875 39.496306,3.3967078 40.005789,2.719616 40.96875,2.71875 z m -3.8125,1.3125 c 0.540549,-0.078161 1.052166,0.4914325 1.25,1.5625 0.129721,0.702307 0.01014,1.342367 -0.375,1.75 C 37.675716,7.7200481 37.392601,7.695296 37,7.28125 36.475145,6.7277249 36.286196,6.305553 36.28125,5.53125 36.277056,4.8747068 36.281636,4.687396 36.625,4.34375 36.795347,4.173262 36.976067,4.0573035 37.15625,4.03125 z M 34.46875,6.375 C 35.029603,6.2837687 35.599846,6.8233425 35.8125,7.78125 36.111327,9.1273309 35.405425,9.830669 34.53125,9.0625 33.798831,8.4188978 33.476154,7.14923 33.9375,6.6875 34.1133,6.5115553 34.281799,6.4054104 34.46875,6.375 z M 42.5,8.0625 c 1.85718,0.031955 3.14852,0.7276993 3.28125,1.90625 0.128489,1.140889 -0.735884,2.17506 -3.25,3.875 -1.784687,1.20673 -2.5,1.868506 -2.5,2.3125 0,0.638209 0.793132,1.25 1.5625,1.25 0.485462,0 0.72281,-0.260882 0.9375,-1 0.284244,-0.978568 0.86548,-1.299646 2.25,-1.3125 0.969842,-0.009 1.267977,0.200172 1.3125,0.96875 0.02607,0.450122 -0.01637,0.68025 -0.28125,1.21875 -0.434197,0.882715 -1.448714,1.902761 -2.34375,2.34375 -0.610748,0.300916 -0.803284,0.343192 -1.75,0.375 -0.825837,0.02774 -1.179264,-0.0069 -1.625,-0.15625 C 39.234152,19.555813 38.719088,19.248703 37.875,18.5625 35.609396,16.720678 34.420581,14.021963 35.0625,12.125 35.327697,11.341306 35.640611,10.831715 36.1875,10.28125 37.13709,9.3254488 38.61799,8.627471 40.46875,8.25 41.187196,8.1034691 41.88094,8.0518483 42.5,8.0625 z" + id="path4997" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5065" + gradientUnits="userSpaceOnUse" + x1="11.508813" + y1="6.667244" + x2="11.508813" + y2="2.6882501" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5068" + gradientUnits="userSpaceOnUse" + x1="17.212025" + y1="7.3808393" + x2="17.212025" + y2="1.9877422" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5071" + gradientUnits="userSpaceOnUse" + x1="7.3737612" + y1="7.6049061" + x2="7.3737612" + y2="4.0347266" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5074" + gradientUnits="userSpaceOnUse" + x1="4.9496975" + y1="9.3934212" + x2="4.9496975" + y2="6.3640523" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5077" + gradientUnits="userSpaceOnUse" + x1="13" + y1="20" + x2="13" + y2="7.9960599" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3345" + gradientUnits="userSpaceOnUse" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3355" + gradientUnits="userSpaceOnUse" + x1="12.316144" + y1="18.468353" + x2="12.316144" + y2="3.4817097" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3357" + gradientUnits="userSpaceOnUse" + x1="18.764908" + y1="21" + x2="18.764908" + y2="0.96705598" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3522" + gradientUnits="userSpaceOnUse" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" + gradientTransform="translate(1,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3527" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3540" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="14.524625" + y1="17.41902" + x2="14.524625" + y2="4.625" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3542" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="10.50519" + y1="15.28125" + x2="10.50519" + y2="6.7458849" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,0)" + x1="16.5" + y1="19.542921" + x2="16.5" + y2="2.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3723" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2902" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(2,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2904" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(0,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2906" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(-1,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2909" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-31,-1)" + x1="12" + y1="19" + x2="12" + y2="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3689" + x1="96" + y1="-2" + x2="96" + y2="-82" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3691" + x1="72" + y1="-2" + x2="72" + y2="-66" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-16,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3693" + x1="56" + y1="-2" + x2="56" + y2="-50" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-12,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3695" + x1="24" + y1="-2" + x2="24" + y2="-34" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-8,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3737" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3740" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3744" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,18)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3755" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3719" + x1="78" + y1="-66" + x2="78" + y2="6.0277724" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3727" + x1="19" + y1="-18" + x2="19" + y2="14.140317" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3729" + x1="37" + y1="-34" + x2="37" + y2="14.010415" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3731" + x1="57" + y1="-50" + x2="57" + y2="14.007812" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#e7e7e7" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="4.4040791" + inkscape:cx="4.8135053" + inkscape:cy="43.649471" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:showpageshadow="false" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1920" + inkscape:window-height="1023" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + borderlayer="true"> + <inkscape:grid + type="xygrid" + id="grid3672" + visible="true" + enabled="true" + empspacing="8" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Icon" + inkscape:groupmode="layer" + id="layer1" + style="display:inline" + transform="translate(0,74)"> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="0.99824595" + inkscape:original="M 74 -66.96875 C 70.716909 -66.96875 68.03125 -64.283091 68.03125 -61 L 68.03125 11 C 68.03125 14.283091 70.716909 16.96875 74 16.96875 L 82 16.96875 C 85.283091 16.96875 87.96875 14.283091 87.96875 11 L 87.96875 -61 C 87.96875 -64.283091 85.283091 -66.96875 82 -66.96875 L 74 -66.96875 z M 54 -50.96875 C 50.716909 -50.96875 48.03125 -48.283091 48.03125 -45 L 48.03125 11 C 48.03125 14.283091 50.716909 16.96875 54 16.96875 L 62 16.96875 C 65.283091 16.96875 67.96875 14.283091 67.96875 11 L 67.96875 -45 C 67.96875 -48.283091 65.283091 -50.96875 62 -50.96875 L 54 -50.96875 z M 34 -34.96875 C 30.716909 -34.96875 28.03125 -32.283091 28.03125 -29 L 28.03125 11 C 28.03125 14.283091 30.716909 16.96875 34 16.96875 L 42 16.96875 C 45.283091 16.96875 47.96875 14.283091 47.96875 11 L 47.96875 -29 C 47.96875 -32.283091 45.283091 -34.96875 42 -34.96875 L 34 -34.96875 z M 14 -18.96875 C 10.716909 -18.96875 8.03125 -16.283091 8.03125 -13 L 8.03125 11 C 8.03125 14.283091 10.716909 16.96875 14 16.96875 L 22 16.96875 C 25.283091 16.96875 27.96875 14.283091 27.96875 11 L 27.96875 -13 C 27.96875 -16.283091 25.283091 -18.96875 22 -18.96875 L 14 -18.96875 z " + style="opacity:0.08;fill:#000000;fill-opacity:1;stroke:none" + id="path3770" + d="m 74,-67.96875 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,24 c 0,3.827486 3.141264,6.96875 6.96875,6.96875 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 3.827486,0 6.96875,-3.141264 6.96875,-6.96875 l 0,-72 c 0,-3.827486 -3.141264,-6.96875 -6.96875,-6.96875 l -8,0 z" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="0.94991022" + inkscape:original="M 74 -66.03125 C 71.236635 -66.03125 68.96875 -63.763365 68.96875 -61 L 68.96875 11 C 68.96875 13.763365 71.236635 16.03125 74 16.03125 L 82 16.03125 C 84.763365 16.03125 87.03125 13.763365 87.03125 11 L 87.03125 -61 C 87.03125 -63.763365 84.763365 -66.03125 82 -66.03125 L 74 -66.03125 z M 54 -50.03125 C 51.236635 -50.03125 48.96875 -47.763365 48.96875 -45 L 48.96875 11 C 48.96875 13.763365 51.236635 16.03125 54 16.03125 L 62 16.03125 C 64.763365 16.03125 67.03125 13.763365 67.03125 11 L 67.03125 -45 C 67.03125 -47.763365 64.763365 -50.03125 62 -50.03125 L 54 -50.03125 z M 34 -34.03125 C 31.236635 -34.03125 28.96875 -31.763365 28.96875 -29 L 28.96875 11 C 28.96875 13.763365 31.236635 16.03125 34 16.03125 L 42 16.03125 C 44.763365 16.03125 47.03125 13.763365 47.03125 11 L 47.03125 -29 C 47.03125 -31.763365 44.763365 -34.03125 42 -34.03125 L 34 -34.03125 z M 14 -18.03125 C 11.236635 -18.03125 8.96875 -15.763365 8.96875 -13 L 8.96875 11 C 8.96875 13.763365 11.236635 16.03125 14 16.03125 L 22 16.03125 C 24.763365 16.03125 27.03125 13.763365 27.03125 11 L 27.03125 -13 C 27.03125 -15.763365 24.763365 -18.03125 22 -18.03125 L 14 -18.03125 z " + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:none" + id="path3766" + d="m 74,-66.96875 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,72 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-72 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,56 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-56 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,40 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-40 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,24 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-24 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="1.0198669" + inkscape:original="M 74 -65 C 71.784 -65 70 -63.216 70 -61 L 70 11 C 70 13.216 71.784 15 74 15 L 82 15 C 84.216 15 86 13.216 86 11 L 86 -61 C 86 -63.216 84.216 -65 82 -65 L 74 -65 z M 54 -49 C 51.784 -49 50 -47.216 50 -45 L 50 11 C 50 13.216 51.784 15 54 15 L 62 15 C 64.216 15 66 13.216 66 11 L 66 -45 C 66 -47.216 64.216 -49 62 -49 L 54 -49 z M 34 -33 C 31.784 -33 30 -31.216 30 -29 L 30 11 C 30 13.216 31.784 15 34 15 L 42 15 C 44.216 15 46 13.216 46 11 L 46 -29 C 46 -31.216 44.216 -33 42 -33 L 34 -33 z M 14 -17 C 11.784 -17 10 -15.216 10 -13 L 10 11 C 10 13.216 11.784 15 14 15 L 22 15 C 24.216 15 26 13.216 26 11 L 26 -13 C 26 -15.216 24.216 -17 22 -17 L 14 -17 z " + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none" + id="path3762" + d="m 74,-66.03125 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,72 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-72 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,56 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-56 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,40 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-40 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,24 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-24 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z" /> + <path + style="fill:#000000;fill-opacity:1;stroke:none;opacity:0.3" + d="m 74,-65 c -2.216,0 -4,1.784 -4,4 l 0,72 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-72 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,40 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-40 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,24 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-24 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="rect3747" /> + <rect + style="fill:url(#linearGradient3689);fill-opacity:1;stroke:none" + id="rect2903" + width="16" + height="80" + x="70" + y="-66" + rx="4" + ry="4" /> + <rect + y="-50" + x="50" + height="64" + width="16" + id="rect2905" + style="fill:url(#linearGradient3691);fill-opacity:1;stroke:none" + rx="4" + ry="4" /> + <rect + style="fill:url(#linearGradient3693);fill-opacity:1;stroke:none" + id="rect2907" + width="16" + height="48" + x="30" + y="-34" + rx="4" + ry="4" /> + <rect + y="-18" + x="10" + height="32" + width="16" + id="rect2909" + style="fill:url(#linearGradient3695);fill-opacity:1;stroke:none" + rx="4" + ry="4" /> + <path + style="fill:url(#linearGradient3719);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 74,-66 c -2.216,0 -4,1.784 -4,4 l 0,72 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 71.72124,13.326579 70.96875,12.273179 70.96875,11 l 0,-72 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,72 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 84.815572,13.275003 86,11.798949 86,10 l 0,-72 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2939" /> + <path + style="fill:url(#linearGradient3731);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 54,-50 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 51.72124,13.326579 50.96875,12.273179 50.96875,11 l 0,-56 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,56 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 64.815572,13.275003 66,11.798949 66,10 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2937" /> + <path + style="fill:url(#linearGradient3729);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 34,-34 c -2.216,0 -4,1.784 -4,4 l 0,40 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 31.72124,13.326579 30.96875,12.273179 30.96875,11 l 0,-40 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,40 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 44.815572,13.275003 46,11.798949 46,10 l 0,-40 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2935" /> + <path + style="fill:url(#linearGradient3727);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 14,-18 c -2.216,0 -4,1.784 -4,4 l 0,24 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 11.72124,13.326579 10.96875,12.273179 10.96875,11 l 0,-24 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,24 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 24.815572,13.275003 26,11.798949 26,10 l 0,-24 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="rect2912" /> + </g> +</svg> diff --git a/mate/scalable/status/nm-signal-100-secure.svg b/mate/scalable/status/nm-signal-100-secure.svg new file mode 100644 index 0000000..96456b6 --- /dev/null +++ b/mate/scalable/status/nm-signal-100-secure.svg @@ -0,0 +1,1140 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="96" + height="96" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.92.4 (unknown)" + version="1.0" + sodipodi:docname="nm-signal-100-secure.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + style="display:inline"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3713"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3715" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3717" /> + </linearGradient> + <linearGradient + id="linearGradient3295"> + <stop + style="stop-color:#559829;stop-opacity:1;" + offset="0" + id="stop3297" /> + <stop + style="stop-color:#86c837;stop-opacity:1;" + offset="1" + id="stop3299" /> + </linearGradient> + <linearGradient + id="linearGradient3287"> + <stop + style="stop-color:#cd0000;stop-opacity:1;" + offset="0" + id="stop3289" /> + <stop + style="stop-color:#e55300;stop-opacity:1;" + offset="1" + id="stop3291" /> + </linearGradient> + <linearGradient + id="linearGradient3279"> + <stop + style="stop-color:#f08e00;stop-opacity:1;" + offset="0" + id="stop3281" /> + <stop + style="stop-color:#ffd200;stop-opacity:1;" + offset="1" + id="stop3283" /> + </linearGradient> + <linearGradient + id="linearGradient3271"> + <stop + style="stop-color:#395d93;stop-opacity:1;" + offset="0" + id="stop3273" /> + <stop + style="stop-color:#6e92c7;stop-opacity:1;" + offset="1" + id="stop3275" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3327"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3330" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3333" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3327" + id="linearGradient3335" + x1="11.375" + y1="22" + x2="11.375" + y2="-9.817296" + gradientUnits="userSpaceOnUse" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 11 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="22 : 11 : 1" + inkscape:persp3d-origin="11 : 7.3333333 : 1" + id="perspective102" /> + <linearGradient + id="linearGradient4081"> + <stop + style="stop-color:#aaaaaa;stop-opacity:1;" + offset="0" + id="stop4083" /> + <stop + style="stop-color:#f0f0f0;stop-opacity:1;" + offset="1" + id="stop4085" /> + </linearGradient> + <linearGradient + id="linearGradient4057"> + <stop + style="stop-color:#816647;stop-opacity:1;" + offset="0" + id="stop4059" /> + <stop + style="stop-color:#a6845d;stop-opacity:1;" + offset="1" + id="stop4061" /> + </linearGradient> + <linearGradient + id="linearGradient3929"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3931" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3933" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3929" + id="linearGradient4051" + x1="9.494998" + y1="15.516565" + x2="9.494998" + y2="-4.1786065" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4057" + id="linearGradient4063" + x1="9.17138" + y1="21.000002" + x2="9.17138" + y2="0.97239029" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4089" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4103" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4105" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4107" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4109" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4111" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4113" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4115" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4117" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4119" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4121" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4123" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4125" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4127" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4129" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4132" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4141" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4148" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4158" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4180" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4182" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4184" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4186" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2480" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2483" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2489" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2495" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2498" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2501" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2504" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2506" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2508" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2510" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4974"> + <path + id="path4976" + d="M 16.625,2 C 15.93281,2.046173 15.13978,2.350316 14.5,2.875 13.716105,3.517873 13.079371,5.1522168 13.25,6.0625 13.337976,6.531842 13.692147,7.1029241 14.03125,7.28125 14.662734,7.613335 15.813682,7.0624791 16.875,5.9375 18.021489,4.722239 18.547995,3.383178 18.15625,2.625 17.915497,2.159052 17.31719,1.953827 16.625,2 z M 10.96875,2.71875 C 10.005789,2.719616 9.496306,3.3967078 9.5,4.6875 c 0.00253,0.88392 0.31322,1.6791318 0.71875,1.875 0.301512,0.145631 0.309051,0.1320361 0.6875,0 C 11.533114,6.343793 12.122053,4.8839409 12,3.90625 11.900109,3.106091 11.556193,2.7182209 10.96875,2.71875 z m -3.8125,1.3125 C 6.976067,4.0573035 6.795347,4.173262 6.625,4.34375 6.281636,4.687396 6.277056,4.8747068 6.28125,5.53125 6.286196,6.305553 6.475145,6.7277249 7,7.28125 7.392601,7.695296 7.675716,7.7200481 8.03125,7.34375 8.416388,6.936117 8.535971,6.296057 8.40625,5.59375 8.208416,4.5226825 7.696799,3.9530895 7.15625,4.03125 z M 4.46875,6.375 C 4.281799,6.4054104 4.1133,6.5115553 3.9375,6.6875 3.476154,7.14923 3.798831,8.4188978 4.53125,9.0625 5.405425,9.830669 6.111327,9.1273309 5.8125,7.78125 5.599846,6.8233425 5.029603,6.2837687 4.46875,6.375 z M 12.5,8.0625 C 11.88094,8.0518483 11.187196,8.1034691 10.46875,8.25 8.61799,8.627471 7.13709,9.3254488 6.1875,10.28125 5.640611,10.831715 5.327697,11.341306 5.0625,12.125 c -0.641919,1.896963 0.546896,4.595678 2.8125,6.4375 0.844088,0.686203 1.359152,0.993313 2.21875,1.28125 0.445736,0.149308 0.799163,0.183992 1.625,0.15625 0.946716,-0.03181 1.139252,-0.07408 1.75,-0.375 0.895036,-0.440989 1.909553,-1.461035 2.34375,-2.34375 0.264885,-0.5385 0.307321,-0.768628 0.28125,-1.21875 -0.04452,-0.768578 -0.342658,-0.977756 -1.3125,-0.96875 -1.38452,0.01285 -1.965756,0.333932 -2.25,1.3125 -0.21469,0.739118 -0.452038,1 -0.9375,1 -0.769368,0 -1.5625,-0.611791 -1.5625,-1.25 0,-0.443994 0.715313,-1.10577 2.5,-2.3125 2.514116,-1.69994 3.378489,-2.734111 3.25,-3.875 C 15.64852,8.7901993 14.35718,8.0944552 12.5,8.0625 z" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4995"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" + d="M 30,0 30,22 52,22 52,0 30,0 z M 46.625,2 C 47.31719,1.953827 47.915497,2.159052 48.15625,2.625 48.547995,3.383178 48.021489,4.722239 46.875,5.9375 45.813682,7.0624791 44.662734,7.613335 44.03125,7.28125 43.692147,7.1029241 43.337976,6.531842 43.25,6.0625 43.079371,5.1522168 43.716105,3.517873 44.5,2.875 45.13978,2.350316 45.93281,2.046173 46.625,2 z m -5.65625,0.71875 c 0.587443,-5.291e-4 0.931359,0.387341 1.03125,1.1875 0.122053,0.9776909 -0.466886,2.437543 -1.09375,2.65625 -0.378449,0.1320361 -0.385988,0.145631 -0.6875,0 C 39.81322,6.3666318 39.502528,5.57142 39.5,4.6875 39.496306,3.3967078 40.005789,2.719616 40.96875,2.71875 z m -3.8125,1.3125 c 0.540549,-0.078161 1.052166,0.4914325 1.25,1.5625 0.129721,0.702307 0.01014,1.342367 -0.375,1.75 C 37.675716,7.7200481 37.392601,7.695296 37,7.28125 36.475145,6.7277249 36.286196,6.305553 36.28125,5.53125 36.277056,4.8747068 36.281636,4.687396 36.625,4.34375 36.795347,4.173262 36.976067,4.0573035 37.15625,4.03125 z M 34.46875,6.375 C 35.029603,6.2837687 35.599846,6.8233425 35.8125,7.78125 36.111327,9.1273309 35.405425,9.830669 34.53125,9.0625 33.798831,8.4188978 33.476154,7.14923 33.9375,6.6875 34.1133,6.5115553 34.281799,6.4054104 34.46875,6.375 z M 42.5,8.0625 c 1.85718,0.031955 3.14852,0.7276993 3.28125,1.90625 0.128489,1.140889 -0.735884,2.17506 -3.25,3.875 -1.784687,1.20673 -2.5,1.868506 -2.5,2.3125 0,0.638209 0.793132,1.25 1.5625,1.25 0.485462,0 0.72281,-0.260882 0.9375,-1 0.284244,-0.978568 0.86548,-1.299646 2.25,-1.3125 0.969842,-0.009 1.267977,0.200172 1.3125,0.96875 0.02607,0.450122 -0.01637,0.68025 -0.28125,1.21875 -0.434197,0.882715 -1.448714,1.902761 -2.34375,2.34375 -0.610748,0.300916 -0.803284,0.343192 -1.75,0.375 -0.825837,0.02774 -1.179264,-0.0069 -1.625,-0.15625 C 39.234152,19.555813 38.719088,19.248703 37.875,18.5625 35.609396,16.720678 34.420581,14.021963 35.0625,12.125 35.327697,11.341306 35.640611,10.831715 36.1875,10.28125 37.13709,9.3254488 38.61799,8.627471 40.46875,8.25 41.187196,8.1034691 41.88094,8.0518483 42.5,8.0625 z" + id="path4997" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5065" + gradientUnits="userSpaceOnUse" + x1="11.508813" + y1="6.667244" + x2="11.508813" + y2="2.6882501" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5068" + gradientUnits="userSpaceOnUse" + x1="17.212025" + y1="7.3808393" + x2="17.212025" + y2="1.9877422" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5071" + gradientUnits="userSpaceOnUse" + x1="7.3737612" + y1="7.6049061" + x2="7.3737612" + y2="4.0347266" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5074" + gradientUnits="userSpaceOnUse" + x1="4.9496975" + y1="9.3934212" + x2="4.9496975" + y2="6.3640523" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5077" + gradientUnits="userSpaceOnUse" + x1="13" + y1="20" + x2="13" + y2="7.9960599" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3345" + gradientUnits="userSpaceOnUse" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3355" + gradientUnits="userSpaceOnUse" + x1="12.316144" + y1="18.468353" + x2="12.316144" + y2="3.4817097" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3357" + gradientUnits="userSpaceOnUse" + x1="18.764908" + y1="21" + x2="18.764908" + y2="0.96705598" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3522" + gradientUnits="userSpaceOnUse" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" + gradientTransform="translate(1,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3527" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3540" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="14.524625" + y1="17.41902" + x2="14.524625" + y2="4.625" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3542" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="10.50519" + y1="15.28125" + x2="10.50519" + y2="6.7458849" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,0)" + x1="16.5" + y1="19.542921" + x2="16.5" + y2="2.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3723" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2902" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(2,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2904" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(0,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2906" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(-1,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2909" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-31,-1)" + x1="12" + y1="19" + x2="12" + y2="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3271" + id="linearGradient3689" + x1="96" + y1="-2" + x2="96" + y2="-82" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3271" + id="linearGradient3691" + x1="72" + y1="-2" + x2="72" + y2="-66" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-16,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3271" + id="linearGradient3693" + x1="56" + y1="-2" + x2="56" + y2="-50" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-12,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3271" + id="linearGradient3695" + x1="24" + y1="-2" + x2="24" + y2="-34" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-8,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3737" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3740" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3744" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,18)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3755" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3719" + x1="78" + y1="-66" + x2="78" + y2="6.0277724" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3727" + x1="19" + y1="-18" + x2="19" + y2="14.140317" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3729" + x1="37" + y1="-34" + x2="37" + y2="14.010415" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3731" + x1="57" + y1="-50" + x2="57" + y2="14.007812" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3977" + id="linearGradient3983" + x1="48" + y1="36" + x2="56.96875" + y2="36" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" /> + <linearGradient + id="linearGradient3977"> + <stop + style="stop-color:#cbcbcb;stop-opacity:1" + offset="0" + id="stop3979" /> + <stop + style="stop-color:#efefef;stop-opacity:1" + offset="1" + id="stop3981" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3327" + id="linearGradient4011" + x1="39.03125" + y1="35.984375" + x2="47.230457" + y2="24.974846" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3327" + id="linearGradient4039" + x1="56.727566" + y1="37.282234" + x2="48.758419" + y2="23.479269" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3956" + id="linearGradient3933" + x1="48" + y1="41" + x2="60" + y2="41" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" /> + <linearGradient + id="linearGradient3956"> + <stop + id="stop3958" + offset="0" + style="stop-color:#e6c94c;stop-opacity:1;" /> + <stop + style="stop-color:#e7ce5f;stop-opacity:1" + offset="0.57832253" + id="stop3966" /> + <stop + style="stop-color:#f0de93;stop-opacity:1" + offset="0.83333331" + id="stop3960" /> + <stop + id="stop3962" + offset="0.91666669" + style="stop-color:#d0b64c;stop-opacity:1" /> + <stop + id="stop3964" + offset="1" + style="stop-color:#907d2e;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3956" + id="linearGradient3945" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" + x1="48" + y1="41" + x2="60" + y2="41" + gradientTransform="translate(0,6)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3956" + id="linearGradient3954" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,12)" + spreadMethod="reflect" + x1="48" + y1="41" + x2="60" + y2="41" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#e7e7e7" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="4.404079" + inkscape:cx="6.2630992" + inkscape:cy="43.53594" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:showpageshadow="false" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1846" + inkscape:window-height="1098" + inkscape:window-x="600" + inkscape:window-y="314" + inkscape:window-maximized="0" + borderlayer="true"> + <inkscape:grid + type="xygrid" + id="grid3672" + visible="true" + enabled="true" + empspacing="8" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Icon" + inkscape:groupmode="layer" + id="layer1" + style="display:inline" + transform="translate(0,74)"> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="0.99824595" + inkscape:original="M 74 -66.96875 C 70.716909 -66.96875 68.03125 -64.283091 68.03125 -61 L 68.03125 11 C 68.03125 14.283091 70.716909 16.96875 74 16.96875 L 82 16.96875 C 85.283091 16.96875 87.96875 14.283091 87.96875 11 L 87.96875 -61 C 87.96875 -64.283091 85.283091 -66.96875 82 -66.96875 L 74 -66.96875 z M 54 -50.96875 C 50.716909 -50.96875 48.03125 -48.283091 48.03125 -45 L 48.03125 11 C 48.03125 14.283091 50.716909 16.96875 54 16.96875 L 62 16.96875 C 65.283091 16.96875 67.96875 14.283091 67.96875 11 L 67.96875 -45 C 67.96875 -48.283091 65.283091 -50.96875 62 -50.96875 L 54 -50.96875 z M 34 -34.96875 C 30.716909 -34.96875 28.03125 -32.283091 28.03125 -29 L 28.03125 11 C 28.03125 14.283091 30.716909 16.96875 34 16.96875 L 42 16.96875 C 45.283091 16.96875 47.96875 14.283091 47.96875 11 L 47.96875 -29 C 47.96875 -32.283091 45.283091 -34.96875 42 -34.96875 L 34 -34.96875 z M 14 -18.96875 C 10.716909 -18.96875 8.03125 -16.283091 8.03125 -13 L 8.03125 11 C 8.03125 14.283091 10.716909 16.96875 14 16.96875 L 22 16.96875 C 25.283091 16.96875 27.96875 14.283091 27.96875 11 L 27.96875 -13 C 27.96875 -16.283091 25.283091 -18.96875 22 -18.96875 L 14 -18.96875 z " + style="opacity:0.08;fill:#000000;fill-opacity:1;stroke:none" + id="path3770" + d="m 74,-67.96875 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,24 c 0,3.827486 3.141264,6.96875 6.96875,6.96875 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 3.827486,0 6.96875,-3.141264 6.96875,-6.96875 l 0,-72 c 0,-3.827486 -3.141264,-6.96875 -6.96875,-6.96875 l -8,0 z" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="0.94991022" + inkscape:original="M 74 -66.03125 C 71.236635 -66.03125 68.96875 -63.763365 68.96875 -61 L 68.96875 11 C 68.96875 13.763365 71.236635 16.03125 74 16.03125 L 82 16.03125 C 84.763365 16.03125 87.03125 13.763365 87.03125 11 L 87.03125 -61 C 87.03125 -63.763365 84.763365 -66.03125 82 -66.03125 L 74 -66.03125 z M 54 -50.03125 C 51.236635 -50.03125 48.96875 -47.763365 48.96875 -45 L 48.96875 11 C 48.96875 13.763365 51.236635 16.03125 54 16.03125 L 62 16.03125 C 64.763365 16.03125 67.03125 13.763365 67.03125 11 L 67.03125 -45 C 67.03125 -47.763365 64.763365 -50.03125 62 -50.03125 L 54 -50.03125 z M 34 -34.03125 C 31.236635 -34.03125 28.96875 -31.763365 28.96875 -29 L 28.96875 11 C 28.96875 13.763365 31.236635 16.03125 34 16.03125 L 42 16.03125 C 44.763365 16.03125 47.03125 13.763365 47.03125 11 L 47.03125 -29 C 47.03125 -31.763365 44.763365 -34.03125 42 -34.03125 L 34 -34.03125 z M 14 -18.03125 C 11.236635 -18.03125 8.96875 -15.763365 8.96875 -13 L 8.96875 11 C 8.96875 13.763365 11.236635 16.03125 14 16.03125 L 22 16.03125 C 24.763365 16.03125 27.03125 13.763365 27.03125 11 L 27.03125 -13 C 27.03125 -15.763365 24.763365 -18.03125 22 -18.03125 L 14 -18.03125 z " + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:none" + id="path3766" + d="m 74,-66.96875 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,72 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-72 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,56 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-56 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,40 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-40 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,24 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-24 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="1.0198669" + inkscape:original="M 74 -65 C 71.784 -65 70 -63.216 70 -61 L 70 11 C 70 13.216 71.784 15 74 15 L 82 15 C 84.216 15 86 13.216 86 11 L 86 -61 C 86 -63.216 84.216 -65 82 -65 L 74 -65 z M 54 -49 C 51.784 -49 50 -47.216 50 -45 L 50 11 C 50 13.216 51.784 15 54 15 L 62 15 C 64.216 15 66 13.216 66 11 L 66 -45 C 66 -47.216 64.216 -49 62 -49 L 54 -49 z M 34 -33 C 31.784 -33 30 -31.216 30 -29 L 30 11 C 30 13.216 31.784 15 34 15 L 42 15 C 44.216 15 46 13.216 46 11 L 46 -29 C 46 -31.216 44.216 -33 42 -33 L 34 -33 z M 14 -17 C 11.784 -17 10 -15.216 10 -13 L 10 11 C 10 13.216 11.784 15 14 15 L 22 15 C 24.216 15 26 13.216 26 11 L 26 -13 C 26 -15.216 24.216 -17 22 -17 L 14 -17 z " + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none" + id="path3762" + d="m 74,-66.03125 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,72 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-72 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,56 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-56 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,40 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-40 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,24 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-24 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z" /> + <path + style="fill:#000000;fill-opacity:1;stroke:none;opacity:0.3" + d="m 74,-65 c -2.216,0 -4,1.784 -4,4 l 0,72 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-72 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,40 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-40 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,24 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-24 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="rect3747" /> + <rect + style="fill:url(#linearGradient3689);fill-opacity:1.0;stroke:none" + id="rect2903" + width="16" + height="80" + x="70" + y="-66" + rx="4" + ry="4" /> + <rect + y="-50" + x="50" + height="64" + width="16" + id="rect2905" + style="fill:url(#linearGradient3691);fill-opacity:1.0;stroke:none" + rx="4" + ry="4" /> + <rect + style="fill:url(#linearGradient3693);fill-opacity:1.0;stroke:none" + id="rect2907" + width="16" + height="48" + x="30" + y="-34" + rx="4" + ry="4" /> + <rect + y="-18" + x="10" + height="32" + width="16" + id="rect2909" + style="fill:url(#linearGradient3695);fill-opacity:1.0;stroke:none" + rx="4" + ry="4" /> + <path + style="fill:url(#linearGradient3719);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 74,-66 c -2.216,0 -4,1.784 -4,4 l 0,72 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 71.72124,13.326579 70.96875,12.273179 70.96875,11 l 0,-72 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,72 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 84.815572,13.275003 86,11.798949 86,10 l 0,-72 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2939" /> + <path + style="fill:url(#linearGradient3731);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 54,-50 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 51.72124,13.326579 50.96875,12.273179 50.96875,11 l 0,-56 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,56 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 64.815572,13.275003 66,11.798949 66,10 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2937" /> + <path + style="fill:url(#linearGradient3729);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 34,-34 c -2.216,0 -4,1.784 -4,4 l 0,40 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 31.72124,13.326579 30.96875,12.273179 30.96875,11 l 0,-40 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,40 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 44.815572,13.275003 46,11.798949 46,10 l 0,-40 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2935" /> + <path + style="fill:url(#linearGradient3727);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 14,-18 c -2.216,0 -4,1.784 -4,4 l 0,24 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 11.72124,13.326579 10.96875,12.273179 10.96875,11 l 0,-24 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,24 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 24.815572,13.275003 26,11.798949 26,10 l 0,-24 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="rect2912" /> + <g + style="display:inline" + id="g214" + transform="matrix(1.1389593,0,0,1.0713204,-37.245063,-95.651536)"> + <path + d="m 48,21.029297 c -6.579909,0 -11.970703,5.390794 -11.970703,11.970703 v 3.195312 C 34.309564,36.643113 32.998047,38.148778 32.998047,40 v 4 c 0,0.537304 0.20147,0.734055 0.363281,1 -0.161811,0.265945 -0.363281,0.462696 -0.363281,1 v 4 c 0,0.537304 0.20147,0.734055 0.363281,1 -0.161811,0.265945 -0.363281,0.462696 -0.363281,1 v 4 c 0,2.194591 1.807362,4.001953 4.001953,4.001953 h 22 c 2.194591,0 4.001953,-1.807362 4.001953,-4.001953 v -4 c 0,-0.537304 -0.20147,-0.734055 -0.363281,-1 0.161811,-0.265945 0.363281,-0.462696 0.363281,-1 v -4 c 0,-0.537304 -0.20147,-0.734055 -0.363281,-1 0.161811,-0.265945 0.363281,-0.462696 0.363281,-1 v -4 c 0,-1.851222 -1.311517,-3.356887 -3.03125,-3.804688 V 33 C 59.970703,26.420091 54.579909,21.029297 48,21.029297 Z m 0,9.003906 c 1.85377,0 2.966797,1.113027 2.966797,2.966797 v 2.998047 H 45.033203 V 33 c 0,-1.85377 1.113027,-2.966797 2.966797,-2.966797 z" + id="path4087" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.05;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:original="M 48 22 C 41.949613 22 37 26.949613 37 33 L 37 36.96875 C 35.340357 36.96875 33.96875 38.340357 33.96875 40 L 33.96875 44 C 33.96875 44.512118 34.202962 44.716009 34.375 45 C 34.202962 45.283991 33.96875 45.487882 33.96875 46 L 33.96875 50 C 33.96875 50.512118 34.202962 50.716009 34.375 51 C 34.202962 51.283991 33.96875 51.487882 33.96875 52 L 33.96875 56 C 33.96875 57.659643 35.340357 59.03125 37 59.03125 L 59 59.03125 C 60.659643 59.03125 62.03125 57.659643 62.03125 56 L 62.03125 52 C 62.03125 51.487882 61.797038 51.283991 61.625 51 C 61.797038 50.716009 62.03125 50.512118 62.03125 50 L 62.03125 46 C 62.03125 45.487882 61.797038 45.283991 61.625 45 C 61.797038 44.716009 62.03125 44.512118 62.03125 44 L 62.03125 40 C 62.03125 38.340357 60.659643 36.96875 59 36.96875 L 59 33 C 59 26.949613 54.050387 22 48 22 z M 48 29.0625 C 50.309873 29.0625 51.9375 30.690127 51.9375 33 L 51.9375 36.96875 L 44.0625 36.96875 L 44.0625 33 C 44.0625 30.690127 45.690127 29.0625 48 29.0625 z " + inkscape:radius="0.97092915" + sodipodi:type="inkscape:offset" /> + <path + inkscape:connector-curvature="0" + id="path4082" + d="m 48,22 c -6.050387,0 -11,4.949613 -11,11 v 3.96875 c -1.659643,0 -3.03125,1.371607 -3.03125,3.03125 v 4 c 0,0.512118 0.234212,0.716009 0.40625,1 -0.172038,0.283991 -0.40625,0.487882 -0.40625,1 v 4 c 0,0.512118 0.234212,0.716009 0.40625,1 -0.172038,0.283991 -0.40625,0.487882 -0.40625,1 v 4 c 0,1.659643 1.371607,3.03125 3.03125,3.03125 h 22 c 1.659643,0 3.03125,-1.371607 3.03125,-3.03125 v -4 c 0,-0.512118 -0.234212,-0.716009 -0.40625,-1 0.172038,-0.283991 0.40625,-0.487882 0.40625,-1 v -4 c 0,-0.512118 -0.234212,-0.716009 -0.40625,-1 0.172038,-0.283991 0.40625,-0.487882 0.40625,-1 v -4 c 0,-1.659643 -1.371607,-3.03125 -3.03125,-3.03125 V 33 C 59,26.949613 54.050387,22 48,22 Z m 0,7.0625 c 2.309873,0 3.9375,1.627627 3.9375,3.9375 v 3.96875 h -7.875 V 33 c 0,-2.309873 1.627627,-3.9375 3.9375,-3.9375 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.07999998;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + d="m 48,23.060547 c -5.477877,0 -9.939453,4.461576 -9.939453,9.939453 v 5.029297 H 37 c -1.0751,0 -1.970703,0.895603 -1.970703,1.970703 v 4 c 0,0.387206 0.220995,0.692778 0.419922,1 -0.198927,0.307222 -0.419922,0.612794 -0.419922,1 v 4 c 0,0.387206 0.220995,0.692778 0.419922,1 -0.198927,0.307222 -0.419922,0.612794 -0.419922,1 v 4 c 0,1.0751 0.895603,1.970703 1.970703,1.970703 h 22 c 1.0751,0 1.970703,-0.895603 1.970703,-1.970703 v -4 c 0,-0.387206 -0.220995,-0.692778 -0.419922,-1 0.198927,-0.307222 0.419922,-0.612794 0.419922,-1 v -4 c 0,-0.387206 -0.220995,-0.692778 -0.419922,-1 0.198927,-0.307222 0.419922,-0.612794 0.419922,-1 V 40 C 60.970703,38.9249 60.0751,38.029297 59,38.029297 H 57.939453 V 33 c 0,-5.477877 -4.461576,-9.939453 -9.939453,-9.939453 z m 0,4.941406 c 2.843291,0 4.998047,2.154756 4.998047,4.998047 v 5.029297 H 43.001953 V 33 c 0,-2.843291 2.154756,-4.998047 4.998047,-4.998047 z" + id="path4078" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:original="M 48 24.03125 C 43.0469 24.03125 39.03125 28.0469 39.03125 33 L 39.03125 39 L 37 39 C 36.446 39 36 39.446 36 40 L 36 44 C 36 44.554 36.446 45 37 45 C 36.446 45 36 45.446 36 46 L 36 50 C 36 50.554 36.446 51 37 51 C 36.446 51 36 51.446 36 52 L 36 56 C 36 56.554 36.446 57 37 57 L 59 57 C 59.554 57 60 56.554 60 56 L 60 52 C 60 51.446 59.554 51 59 51 C 59.554 51 60 50.554 60 50 L 60 46 C 60 45.446 59.554 45 59 45 C 59.554 45 60 44.554 60 44 L 60 40 C 60 39.446 59.554 39 59 39 L 56.96875 39 L 56.96875 33 C 56.96875 28.0469 52.9531 24.03125 48 24.03125 z M 48 27.03125 C 51.349468 27.03125 53.96875 29.650532 53.96875 33 L 53.96875 39 L 42.03125 39 L 42.03125 33 C 42.03125 29.650532 44.650532 27.03125 48 27.03125 z " + inkscape:radius="0.97092915" + sodipodi:type="inkscape:offset" /> + <path + inkscape:connector-curvature="0" + id="path4063" + d="m 48,24.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 6 H 37 c -0.554,0 -1,0.446 -1,1 v 4 c 0,0.554 0.446,1 1,1 -0.554,0 -1,0.446 -1,1 v 4 c 0,0.554 0.446,1 1,1 -0.554,0 -1,0.446 -1,1 v 4 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -4 c 0,-0.554 -0.446,-1 -1,-1 0.554,0 1,-0.446 1,-1 v -4 c 0,-0.554 -0.446,-1 -1,-1 0.554,0 1,-0.446 1,-1 v -4 c 0,-0.554 -0.446,-1 -1,-1 h -2.03125 v -6 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 z m 0,3 c 3.349468,0 5.96875,2.619282 5.96875,5.96875 v 6 h -11.9375 v -6 c 0,-3.349468 2.619282,-5.96875 5.96875,-5.96875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ssssssssssssss" + inkscape:connector-curvature="0" + id="path3974" + d="m 48,23.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 8 c 0,4.9531 4.01565,8.96875 8.96875,8.96875 4.9531,0 8.96875,-4.01565 8.96875,-8.96875 v -8 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 z m 0,3 c 3.349468,0 5.96875,2.619282 5.96875,5.96875 v 8 c 0,3.349468 -2.619282,5.96875 -5.96875,5.96875 -3.349468,0 -5.96875,-2.619282 -5.96875,-5.96875 v -8 c 0,-3.349468 2.619282,-5.96875 5.96875,-5.96875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3983);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="rect3985" + d="m 48,25 c -3.878,0 -7,3.122 -7,7 v 12 c 0,0.661889 0.11112,1.300171 0.28125,1.90625 1.643856,1.874098 4.03012,3.0625 6.71875,3.0625 2.68863,0 5.074894,-1.188402 6.71875,-3.0625 C 54.88888,45.300171 55,44.661889 55,44 V 32 c 0,-3.878 -3.122,-7 -7,-7 z m 0,1.03125 c 3.349468,0 5.96875,2.619282 5.96875,5.96875 v 8 c 0,3.349468 -2.619282,5.96875 -5.96875,5.96875 -3.349468,0 -5.96875,-2.619282 -5.96875,-5.96875 v -8 c 0,-3.349468 2.619282,-5.96875 5.96875,-5.96875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + transform="matrix(0.95522388,0,0,0.9875956,2.1492537,0.60355158)" + d="m 48,25.326172 c -3.70276,0 -6.673828,2.971068 -6.673828,6.673828 v 12 c 0,0.599785 0.105202,1.181874 0.257812,1.744141 1.583676,1.774077 3.85154,2.898437 6.416016,2.898437 2.564476,0 4.83234,-1.12436 6.416016,-2.898437 C 54.568626,45.181874 54.673828,44.599785 54.673828,44 V 32 c 0,-3.70276 -2.971068,-6.673828 -6.673828,-6.673828 z m 0,0.378906 c 3.51969,0 6.294922,2.775232 6.294922,6.294922 v 8 c 0,3.51969 -2.775232,6.294922 -6.294922,6.294922 -3.51969,0 -6.294922,-2.775232 -6.294922,-6.294922 v -8 c 0,-3.51969 2.775232,-6.294922 6.294922,-6.294922 z" + id="path3993" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:original="M 48 25 C 44.122 25 41 28.122 41 32 L 41 44 C 41 44.661889 41.11112 45.300171 41.28125 45.90625 C 42.925106 47.780348 45.31137 48.96875 48 48.96875 C 50.68863 48.96875 53.074894 47.780348 54.71875 45.90625 C 54.88888 45.300171 55 44.661889 55 44 L 55 32 C 55 28.122 51.878 25 48 25 z M 48 26.03125 C 51.349468 26.03125 53.96875 28.650532 53.96875 32 L 53.96875 40 C 53.96875 43.349468 51.349468 45.96875 48 45.96875 C 44.650532 45.96875 42.03125 43.349468 42.03125 40 L 42.03125 32 C 42.03125 28.650532 44.650532 26.03125 48 26.03125 z " + inkscape:radius="-0.32651302" + sodipodi:type="inkscape:offset" /> + <path + inkscape:connector-curvature="0" + id="path3995" + d="m 48,23.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 8 c 0,4.803463 3.785443,8.704923 8.53125,8.9375 C 43.040099,48.485235 39.5,44.69729 39.5,40.125 V 32.25 c 0,-4.87711 4.01565,-8.8125 8.96875,-8.8125 1.961522,0 3.773702,0.604265 5.25,1.65625 C 52.168406,23.814278 50.166981,23.03125 48,23.03125 Z m 3.84375,4.34375 c 1.310757,1.085979 2.125,2.749544 2.125,4.625 v 8 c 0,3.349468 -2.619282,5.96875 -5.96875,5.96875 -0.178019,0 -0.35764,-0.01674 -0.53125,-0.03125 0.324528,0.05172 0.658264,0.0625 1,0.0625 3.349468,0 5.96875,-2.57692 5.96875,-5.875 V 32.25 c 0,-2.061301 -1.008641,-3.829535 -2.59375,-4.875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.2;fill:url(#linearGradient4011);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ssccscs" + inkscape:connector-curvature="0" + id="path4013" + d="m 48,23.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 8 h 0.78125 v -8 c 0,-4.814493 3.801349,-8.752635 8.5625,-8.96875 -0.126641,-0.0053 -0.247055,0 -0.375,0 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4024" + d="m 48,23.03125 c -0.170961,0 -0.331399,0.02181 -0.5,0.03125 4.716118,0.2641 8.46875,4.155361 8.46875,8.9375 v 8 c 0,4.782139 -3.752632,8.6734 -8.46875,8.9375 0.168601,0.0094 0.329039,0.03125 0.5,0.03125 4.9531,0 8.96875,-4.01565 8.96875,-8.96875 v -8 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 z m -1,3 c -3.349468,0 -5.96875,2.619282 -5.96875,5.96875 v 8 c 0,3.349468 2.619282,5.96875 5.96875,5.96875 0.125814,0 0.251347,-0.02396 0.375,-0.03125 C 44.32736,45.637471 42.03125,43.140126 42.03125,40 v -8 c 0,-3.140126 2.29611,-5.637471 5.34375,-5.9375 C 47.251347,26.0552 47.125814,26.03125 47,26.03125 Z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:url(#linearGradient4039);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4041" + d="m 47.75,23.03125 c 4.820388,0.151447 8.6875,4.111609 8.6875,8.96875 v 8 c 0,4.857141 -3.867112,8.817303 -8.6875,8.96875 0.08472,0.0024 0.164703,0 0.25,0 4.9531,0 8.96875,-4.01565 8.96875,-8.96875 v -8 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 -0.0853,0 -0.165275,-0.0024 -0.25,0 z m -0.28125,3 C 44.119282,26.03125 41.5,28.650532 41.5,32 v 8 c 0,3.349468 2.619282,5.96875 5.96875,5.96875 0.09397,0 0.188472,0.0041 0.28125,0 C 44.520715,45.842516 42.03125,43.26594 42.03125,40 v -8 c 0,-3.26594 2.489465,-5.842516 5.71875,-5.96875 -0.09278,-0.0041 -0.187281,0 -0.28125,0 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" + inkscape:connector-curvature="0" + id="rect4052" + d="M 47.96875,24.5 48.75,24.53125 h 0.03125 l 0.71875,0.125 h 0.03125 l 0.6875,0.1875 H 50.25 l 0.65625,0.21875 0.03125,0.03125 0.625,0.28125 0.03125,0.03125 0.59375,0.34375 0.03125,0.03125 0.15625,0.125 L 52.84375,26 53.15625,25.65625 53.0625,25.1875 52.96875,25.125 52.78125,24.96875 52.75,24.9375 52.09375,24.53125 52.03125,24.5 51.34375,24.1875 51.28125,24.15625 50.5625,23.875 H 50.5 l -0.75,-0.1875 -0.0625,-0.03125 -0.78125,-0.125 h -0.0625 L 48.03125,23.5 c -0.956312,-0.06672 -1.152251,1.088959 -0.0625,1 z m -4,0 -0.0625,0.03125 -0.65625,0.40625 -0.03125,0.03125 -0.625,0.4375 L 42.5625,25.4375 42,25.96875 41.96875,26 l -0.53125,0.5625 -0.03125,0.03125 -0.4375,0.625 -0.03125,0.03125 -0.40625,0.65625 -0.03125,0.0625 -0.28125,0.625 V 29.0625 L 40.625,29.3125 41.0625,29.125 41.125,29 41.375,28.4375 41.40625,28.40625 41.75,27.8125 41.78125,27.78125 42.1875,27.25 l 0.03125,-0.03125 0.46875,-0.5 h 0.03125 V 26.6875 l 0.5,-0.46875 L 43.25,26.1875 43.78125,25.78125 43.8125,25.75 44.40625,25.40625 44.4375,25.375 45.03125,25.125 C 45.742924,24.657964 45,24 44.59375,24.21875 Z" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" /> + <path + d="m 48.017578,23.695312 c -0.3993,-0.02786 -0.573944,0.187024 -0.591797,0.335938 -0.0089,0.07446 0.0105,0.132508 0.08008,0.1875 0.06958,0.05499 0.20846,0.107385 0.447266,0.08789 a 0.19490146,0.19490146 0 0 1 0.02344,-0.002 l 0.777344,0.03125 h 0.02734 a 0.19490146,0.19490146 0 0 1 0.0332,0.0039 l 0.703125,0.121094 h 0.01367 a 0.19490146,0.19490146 0 0 1 0.05078,0.0078 l 0.66211,0.179688 H 50.25 a 0.19490146,0.19490146 0 0 1 0.0625,0.0098 l 0.65625,0.21875 a 0.19490146,0.19490146 0 0 1 0.07617,0.04687 l 0.0059,0.0078 0.591797,0.265625 a 0.19490146,0.19490146 0 0 1 0.05859,0.03906 l 0.01172,0.01367 0.572265,0.332031 a 0.19490146,0.19490146 0 0 1 0.04102,0.0293 l 0.02344,0.02539 0.109375,0.08789 0.314454,0.0625 0.171874,-0.189453 -0.05859,-0.292968 -0.02539,-0.01758 a 0.19490146,0.19490146 0 0 1 -0.01758,-0.01172 l -0.1875,-0.15625 a 0.19490146,0.19490146 0 0 1 -0.01367,-0.01172 l -0.01367,-0.01563 -0.630859,-0.390625 -0.05078,-0.02539 -0.683594,-0.310547 a 0.19490146,0.19490146 0 0 1 -0.0078,-0.0039 l -0.05469,-0.02734 -0.675781,-0.263672 H 50.5 a 0.19490146,0.19490146 0 0 1 -0.04687,-0.0059 l -0.75,-0.1875 a 0.19490146,0.19490146 0 0 1 -0.04102,-0.01563 l -0.03516,-0.01758 -0.736328,-0.117188 h -0.04687 a 0.19490146,0.19490146 0 0 1 -0.0078,0 l -0.8125,-0.03125 a 0.19490146,0.19490146 0 0 1 -0.0059,0 z m -3.144531,0.691407 c -0.0768,-0.02538 -0.143675,-0.01969 -0.1875,0.0039 a 0.19490146,0.19490146 0 0 1 -0.01172,0.0059 l -0.621094,0.279297 -0.05078,0.02539 -0.630859,0.390625 -0.01367,0.01563 a 0.19490146,0.19490146 0 0 1 -0.02734,0.02148 l -0.611328,0.427735 -0.01758,0.01953 a 0.19490146,0.19490146 0 0 1 -0.0039,0.0039 l -0.560547,0.529297 -0.02734,0.02734 -0.529297,0.560547 a 0.19490146,0.19490146 0 0 1 -0.0039,0.0039 l -0.01953,0.01758 -0.427735,0.611328 a 0.19490146,0.19490146 0 0 1 -0.02148,0.02734 l -0.01563,0.01367 -0.390625,0.630859 -0.02539,0.05078 -0.261719,0.582032 v 0.318359 l 0.226563,0.140625 0.279297,-0.119141 0.0293,-0.05859 0.248047,-0.558594 a 0.19490146,0.19490146 0 0 1 0.03906,-0.05859 l 0.01367,-0.01172 0.332031,-0.572265 a 0.19490146,0.19490146 0 0 1 0.0293,-0.04102 l 0.02344,-0.02148 0.398437,-0.521485 a 0.19490146,0.19490146 0 0 1 0.01563,-0.01953 l 0.0293,-0.02734 0.466797,-0.498046 a 0.19490146,0.19490146 0 0 1 0.02344,-0.02148 0.19490146,0.19490146 0 0 1 0.002,-0.002 0.19490146,0.19490146 0 0 1 0.01563,-0.01758 l 0.498046,-0.466797 0.02734,-0.0293 a 0.19490146,0.19490146 0 0 1 0.01953,-0.01563 l 0.521485,-0.398437 0.02148,-0.02344 a 0.19490146,0.19490146 0 0 1 0.04102,-0.0293 L 44.287109,25.25 l 0.01172,-0.01367 a 0.19490146,0.19490146 0 0 1 0.0625,-0.04102 l 0.56836,-0.240234 c 0.13686,-0.09302 0.187452,-0.175773 0.199218,-0.236328 0.01214,-0.06247 -0.005,-0.124279 -0.05273,-0.1875 -0.04771,-0.06322 -0.126323,-0.119152 -0.203125,-0.144531 z" + id="path4061" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" + inkscape:original="M 48.03125 23.5 C 47.074938 23.43328 46.878999 24.588959 47.96875 24.5 L 48.75 24.53125 L 48.78125 24.53125 L 49.5 24.65625 L 49.53125 24.65625 L 50.21875 24.84375 L 50.25 24.84375 L 50.90625 25.0625 L 50.9375 25.09375 L 51.5625 25.375 L 51.59375 25.40625 L 52.1875 25.75 L 52.21875 25.78125 L 52.375 25.90625 L 52.84375 26 L 53.15625 25.65625 L 53.0625 25.1875 L 52.96875 25.125 L 52.78125 24.96875 L 52.75 24.9375 L 52.09375 24.53125 L 52.03125 24.5 L 51.34375 24.1875 L 51.28125 24.15625 L 50.5625 23.875 L 50.5 23.875 L 49.75 23.6875 L 49.6875 23.65625 L 48.90625 23.53125 L 48.84375 23.53125 L 48.03125 23.5 z M 44.59375 24.21875 L 43.96875 24.5 L 43.90625 24.53125 L 43.25 24.9375 L 43.21875 24.96875 L 42.59375 25.40625 L 42.5625 25.4375 L 42 25.96875 L 41.96875 26 L 41.4375 26.5625 L 41.40625 26.59375 L 40.96875 27.21875 L 40.9375 27.25 L 40.53125 27.90625 L 40.5 27.96875 L 40.21875 28.59375 L 40.21875 29.0625 L 40.625 29.3125 L 41.0625 29.125 L 41.125 29 L 41.375 28.4375 L 41.40625 28.40625 L 41.75 27.8125 L 41.78125 27.78125 L 42.1875 27.25 L 42.21875 27.21875 L 42.6875 26.71875 L 42.71875 26.71875 L 42.71875 26.6875 L 43.21875 26.21875 L 43.25 26.1875 L 43.78125 25.78125 L 43.8125 25.75 L 44.40625 25.40625 L 44.4375 25.375 L 45.03125 25.125 C 45.742924 24.657964 45 24 44.59375 24.21875 z " + inkscape:radius="-0.19488198" + sodipodi:type="inkscape:offset" /> + <rect + ry="1" + rx="1" + y="38" + x="36" + height="6" + width="24" + id="rect3138" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3933);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="rect3148" + d="m 37,38 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 22 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="rect3921" + d="m 36,42 v 1 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -1 c 0,0.554 -0.446,1 -1,1 H 37 c -0.554,0 -1,-0.446 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3945);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect3939" + width="24" + height="6" + x="36" + y="44" + rx="1" + ry="1" /> + <path + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 37,44 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 22 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z" + id="path3941" /> + <path + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 36,48 v 1 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -1 c 0,0.554 -0.446,1 -1,1 H 37 c -0.554,0 -1,-0.446 -1,-1 z" + id="path3943" /> + <rect + ry="1" + rx="1" + y="50" + x="36" + height="6" + width="24" + id="rect3947" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3954);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + id="path3949" + d="m 37,50 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 22 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:connector-curvature="0" /> + <path + id="path3952" + d="m 36,54 v 1 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -1 c 0,0.554 -0.446,1 -1,1 H 37 c -0.554,0 -1,-0.446 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:connector-curvature="0" /> + </g> + </g> +</svg> diff --git a/mate/scalable/status/nm-signal-100.svg b/mate/scalable/status/nm-signal-100.svg new file mode 100644 index 0000000..b522614 --- /dev/null +++ b/mate/scalable/status/nm-signal-100.svg @@ -0,0 +1,907 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="96" + height="96" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.92.4 (unknown)" + version="1.0" + sodipodi:docname="notification-network-wireless-100.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + style="display:inline"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3713"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3715" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3717" /> + </linearGradient> + <linearGradient + id="linearGradient3295"> + <stop + style="stop-color:#559829;stop-opacity:1;" + offset="0" + id="stop3297" /> + <stop + style="stop-color:#86c837;stop-opacity:1;" + offset="1" + id="stop3299" /> + </linearGradient> + <linearGradient + id="linearGradient3287"> + <stop + style="stop-color:#cd0000;stop-opacity:1;" + offset="0" + id="stop3289" /> + <stop + style="stop-color:#e55300;stop-opacity:1;" + offset="1" + id="stop3291" /> + </linearGradient> + <linearGradient + id="linearGradient3279"> + <stop + style="stop-color:#f08e00;stop-opacity:1;" + offset="0" + id="stop3281" /> + <stop + style="stop-color:#ffd200;stop-opacity:1;" + offset="1" + id="stop3283" /> + </linearGradient> + <linearGradient + id="linearGradient3271"> + <stop + style="stop-color:#395d93;stop-opacity:1;" + offset="0" + id="stop3273" /> + <stop + style="stop-color:#6e92c7;stop-opacity:1;" + offset="1" + id="stop3275" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3327"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3330" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3333" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3327" + id="linearGradient3335" + x1="11.375" + y1="22" + x2="11.375" + y2="-9.817296" + gradientUnits="userSpaceOnUse" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 11 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="22 : 11 : 1" + inkscape:persp3d-origin="11 : 7.3333333 : 1" + id="perspective102" /> + <linearGradient + id="linearGradient4081"> + <stop + style="stop-color:#aaaaaa;stop-opacity:1;" + offset="0" + id="stop4083" /> + <stop + style="stop-color:#f0f0f0;stop-opacity:1;" + offset="1" + id="stop4085" /> + </linearGradient> + <linearGradient + id="linearGradient4057"> + <stop + style="stop-color:#816647;stop-opacity:1;" + offset="0" + id="stop4059" /> + <stop + style="stop-color:#a6845d;stop-opacity:1;" + offset="1" + id="stop4061" /> + </linearGradient> + <linearGradient + id="linearGradient3929"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3931" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3933" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3929" + id="linearGradient4051" + x1="9.494998" + y1="15.516565" + x2="9.494998" + y2="-4.1786065" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4057" + id="linearGradient4063" + x1="9.17138" + y1="21.000002" + x2="9.17138" + y2="0.97239029" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4089" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4103" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4105" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4107" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4109" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4111" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4113" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4115" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4117" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4119" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4121" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4123" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4125" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4127" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4129" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4132" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4141" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4148" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4158" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4180" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4182" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4184" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4186" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2480" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2483" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2489" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2495" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2498" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2501" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2504" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2506" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2508" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2510" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4974"> + <path + id="path4976" + d="M 16.625,2 C 15.93281,2.046173 15.13978,2.350316 14.5,2.875 13.716105,3.517873 13.079371,5.1522168 13.25,6.0625 13.337976,6.531842 13.692147,7.1029241 14.03125,7.28125 14.662734,7.613335 15.813682,7.0624791 16.875,5.9375 18.021489,4.722239 18.547995,3.383178 18.15625,2.625 17.915497,2.159052 17.31719,1.953827 16.625,2 z M 10.96875,2.71875 C 10.005789,2.719616 9.496306,3.3967078 9.5,4.6875 c 0.00253,0.88392 0.31322,1.6791318 0.71875,1.875 0.301512,0.145631 0.309051,0.1320361 0.6875,0 C 11.533114,6.343793 12.122053,4.8839409 12,3.90625 11.900109,3.106091 11.556193,2.7182209 10.96875,2.71875 z m -3.8125,1.3125 C 6.976067,4.0573035 6.795347,4.173262 6.625,4.34375 6.281636,4.687396 6.277056,4.8747068 6.28125,5.53125 6.286196,6.305553 6.475145,6.7277249 7,7.28125 7.392601,7.695296 7.675716,7.7200481 8.03125,7.34375 8.416388,6.936117 8.535971,6.296057 8.40625,5.59375 8.208416,4.5226825 7.696799,3.9530895 7.15625,4.03125 z M 4.46875,6.375 C 4.281799,6.4054104 4.1133,6.5115553 3.9375,6.6875 3.476154,7.14923 3.798831,8.4188978 4.53125,9.0625 5.405425,9.830669 6.111327,9.1273309 5.8125,7.78125 5.599846,6.8233425 5.029603,6.2837687 4.46875,6.375 z M 12.5,8.0625 C 11.88094,8.0518483 11.187196,8.1034691 10.46875,8.25 8.61799,8.627471 7.13709,9.3254488 6.1875,10.28125 5.640611,10.831715 5.327697,11.341306 5.0625,12.125 c -0.641919,1.896963 0.546896,4.595678 2.8125,6.4375 0.844088,0.686203 1.359152,0.993313 2.21875,1.28125 0.445736,0.149308 0.799163,0.183992 1.625,0.15625 0.946716,-0.03181 1.139252,-0.07408 1.75,-0.375 0.895036,-0.440989 1.909553,-1.461035 2.34375,-2.34375 0.264885,-0.5385 0.307321,-0.768628 0.28125,-1.21875 -0.04452,-0.768578 -0.342658,-0.977756 -1.3125,-0.96875 -1.38452,0.01285 -1.965756,0.333932 -2.25,1.3125 -0.21469,0.739118 -0.452038,1 -0.9375,1 -0.769368,0 -1.5625,-0.611791 -1.5625,-1.25 0,-0.443994 0.715313,-1.10577 2.5,-2.3125 2.514116,-1.69994 3.378489,-2.734111 3.25,-3.875 C 15.64852,8.7901993 14.35718,8.0944552 12.5,8.0625 z" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4995"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" + d="M 30,0 30,22 52,22 52,0 30,0 z M 46.625,2 C 47.31719,1.953827 47.915497,2.159052 48.15625,2.625 48.547995,3.383178 48.021489,4.722239 46.875,5.9375 45.813682,7.0624791 44.662734,7.613335 44.03125,7.28125 43.692147,7.1029241 43.337976,6.531842 43.25,6.0625 43.079371,5.1522168 43.716105,3.517873 44.5,2.875 45.13978,2.350316 45.93281,2.046173 46.625,2 z m -5.65625,0.71875 c 0.587443,-5.291e-4 0.931359,0.387341 1.03125,1.1875 0.122053,0.9776909 -0.466886,2.437543 -1.09375,2.65625 -0.378449,0.1320361 -0.385988,0.145631 -0.6875,0 C 39.81322,6.3666318 39.502528,5.57142 39.5,4.6875 39.496306,3.3967078 40.005789,2.719616 40.96875,2.71875 z m -3.8125,1.3125 c 0.540549,-0.078161 1.052166,0.4914325 1.25,1.5625 0.129721,0.702307 0.01014,1.342367 -0.375,1.75 C 37.675716,7.7200481 37.392601,7.695296 37,7.28125 36.475145,6.7277249 36.286196,6.305553 36.28125,5.53125 36.277056,4.8747068 36.281636,4.687396 36.625,4.34375 36.795347,4.173262 36.976067,4.0573035 37.15625,4.03125 z M 34.46875,6.375 C 35.029603,6.2837687 35.599846,6.8233425 35.8125,7.78125 36.111327,9.1273309 35.405425,9.830669 34.53125,9.0625 33.798831,8.4188978 33.476154,7.14923 33.9375,6.6875 34.1133,6.5115553 34.281799,6.4054104 34.46875,6.375 z M 42.5,8.0625 c 1.85718,0.031955 3.14852,0.7276993 3.28125,1.90625 0.128489,1.140889 -0.735884,2.17506 -3.25,3.875 -1.784687,1.20673 -2.5,1.868506 -2.5,2.3125 0,0.638209 0.793132,1.25 1.5625,1.25 0.485462,0 0.72281,-0.260882 0.9375,-1 0.284244,-0.978568 0.86548,-1.299646 2.25,-1.3125 0.969842,-0.009 1.267977,0.200172 1.3125,0.96875 0.02607,0.450122 -0.01637,0.68025 -0.28125,1.21875 -0.434197,0.882715 -1.448714,1.902761 -2.34375,2.34375 -0.610748,0.300916 -0.803284,0.343192 -1.75,0.375 -0.825837,0.02774 -1.179264,-0.0069 -1.625,-0.15625 C 39.234152,19.555813 38.719088,19.248703 37.875,18.5625 35.609396,16.720678 34.420581,14.021963 35.0625,12.125 35.327697,11.341306 35.640611,10.831715 36.1875,10.28125 37.13709,9.3254488 38.61799,8.627471 40.46875,8.25 41.187196,8.1034691 41.88094,8.0518483 42.5,8.0625 z" + id="path4997" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5065" + gradientUnits="userSpaceOnUse" + x1="11.508813" + y1="6.667244" + x2="11.508813" + y2="2.6882501" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5068" + gradientUnits="userSpaceOnUse" + x1="17.212025" + y1="7.3808393" + x2="17.212025" + y2="1.9877422" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5071" + gradientUnits="userSpaceOnUse" + x1="7.3737612" + y1="7.6049061" + x2="7.3737612" + y2="4.0347266" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5074" + gradientUnits="userSpaceOnUse" + x1="4.9496975" + y1="9.3934212" + x2="4.9496975" + y2="6.3640523" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5077" + gradientUnits="userSpaceOnUse" + x1="13" + y1="20" + x2="13" + y2="7.9960599" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3345" + gradientUnits="userSpaceOnUse" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3355" + gradientUnits="userSpaceOnUse" + x1="12.316144" + y1="18.468353" + x2="12.316144" + y2="3.4817097" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3357" + gradientUnits="userSpaceOnUse" + x1="18.764908" + y1="21" + x2="18.764908" + y2="0.96705598" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3522" + gradientUnits="userSpaceOnUse" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" + gradientTransform="translate(1,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3527" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3540" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="14.524625" + y1="17.41902" + x2="14.524625" + y2="4.625" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3542" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="10.50519" + y1="15.28125" + x2="10.50519" + y2="6.7458849" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,0)" + x1="16.5" + y1="19.542921" + x2="16.5" + y2="2.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3723" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2902" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(2,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2904" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(0,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2906" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(-1,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2909" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-31,-1)" + x1="12" + y1="19" + x2="12" + y2="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3271" + id="linearGradient3689" + x1="96" + y1="-2" + x2="96" + y2="-82" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3271" + id="linearGradient3691" + x1="72" + y1="-2" + x2="72" + y2="-66" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-16,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3271" + id="linearGradient3693" + x1="56" + y1="-2" + x2="56" + y2="-50" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-12,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3271" + id="linearGradient3695" + x1="24" + y1="-2" + x2="24" + y2="-34" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-8,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3737" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3740" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3744" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,18)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3755" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3719" + x1="78" + y1="-66" + x2="78" + y2="6.0277724" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3727" + x1="19" + y1="-18" + x2="19" + y2="14.140317" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3729" + x1="37" + y1="-34" + x2="37" + y2="14.010415" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3731" + x1="57" + y1="-50" + x2="57" + y2="14.007812" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#e7e7e7" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="17.616316" + inkscape:cx="25.024116" + inkscape:cy="43.649471" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:showpageshadow="false" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="3699" + inkscape:window-height="2001" + inkscape:window-x="140" + inkscape:window-y="52" + inkscape:window-maximized="1" + borderlayer="true"> + <inkscape:grid + type="xygrid" + id="grid3672" + visible="true" + enabled="true" + empspacing="8" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Icon" + inkscape:groupmode="layer" + id="layer1" + style="display:inline" + transform="translate(0,74)"> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="0.99824595" + inkscape:original="M 74 -66.96875 C 70.716909 -66.96875 68.03125 -64.283091 68.03125 -61 L 68.03125 11 C 68.03125 14.283091 70.716909 16.96875 74 16.96875 L 82 16.96875 C 85.283091 16.96875 87.96875 14.283091 87.96875 11 L 87.96875 -61 C 87.96875 -64.283091 85.283091 -66.96875 82 -66.96875 L 74 -66.96875 z M 54 -50.96875 C 50.716909 -50.96875 48.03125 -48.283091 48.03125 -45 L 48.03125 11 C 48.03125 14.283091 50.716909 16.96875 54 16.96875 L 62 16.96875 C 65.283091 16.96875 67.96875 14.283091 67.96875 11 L 67.96875 -45 C 67.96875 -48.283091 65.283091 -50.96875 62 -50.96875 L 54 -50.96875 z M 34 -34.96875 C 30.716909 -34.96875 28.03125 -32.283091 28.03125 -29 L 28.03125 11 C 28.03125 14.283091 30.716909 16.96875 34 16.96875 L 42 16.96875 C 45.283091 16.96875 47.96875 14.283091 47.96875 11 L 47.96875 -29 C 47.96875 -32.283091 45.283091 -34.96875 42 -34.96875 L 34 -34.96875 z M 14 -18.96875 C 10.716909 -18.96875 8.03125 -16.283091 8.03125 -13 L 8.03125 11 C 8.03125 14.283091 10.716909 16.96875 14 16.96875 L 22 16.96875 C 25.283091 16.96875 27.96875 14.283091 27.96875 11 L 27.96875 -13 C 27.96875 -16.283091 25.283091 -18.96875 22 -18.96875 L 14 -18.96875 z " + style="opacity:0.08;fill:#000000;fill-opacity:1;stroke:none" + id="path3770" + d="m 74,-67.96875 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,24 c 0,3.827486 3.141264,6.96875 6.96875,6.96875 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 3.827486,0 6.96875,-3.141264 6.96875,-6.96875 l 0,-72 c 0,-3.827486 -3.141264,-6.96875 -6.96875,-6.96875 l -8,0 z" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="0.94991022" + inkscape:original="M 74 -66.03125 C 71.236635 -66.03125 68.96875 -63.763365 68.96875 -61 L 68.96875 11 C 68.96875 13.763365 71.236635 16.03125 74 16.03125 L 82 16.03125 C 84.763365 16.03125 87.03125 13.763365 87.03125 11 L 87.03125 -61 C 87.03125 -63.763365 84.763365 -66.03125 82 -66.03125 L 74 -66.03125 z M 54 -50.03125 C 51.236635 -50.03125 48.96875 -47.763365 48.96875 -45 L 48.96875 11 C 48.96875 13.763365 51.236635 16.03125 54 16.03125 L 62 16.03125 C 64.763365 16.03125 67.03125 13.763365 67.03125 11 L 67.03125 -45 C 67.03125 -47.763365 64.763365 -50.03125 62 -50.03125 L 54 -50.03125 z M 34 -34.03125 C 31.236635 -34.03125 28.96875 -31.763365 28.96875 -29 L 28.96875 11 C 28.96875 13.763365 31.236635 16.03125 34 16.03125 L 42 16.03125 C 44.763365 16.03125 47.03125 13.763365 47.03125 11 L 47.03125 -29 C 47.03125 -31.763365 44.763365 -34.03125 42 -34.03125 L 34 -34.03125 z M 14 -18.03125 C 11.236635 -18.03125 8.96875 -15.763365 8.96875 -13 L 8.96875 11 C 8.96875 13.763365 11.236635 16.03125 14 16.03125 L 22 16.03125 C 24.763365 16.03125 27.03125 13.763365 27.03125 11 L 27.03125 -13 C 27.03125 -15.763365 24.763365 -18.03125 22 -18.03125 L 14 -18.03125 z " + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:none" + id="path3766" + d="m 74,-66.96875 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,72 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-72 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,56 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-56 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,40 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-40 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,24 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-24 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="1.0198669" + inkscape:original="M 74 -65 C 71.784 -65 70 -63.216 70 -61 L 70 11 C 70 13.216 71.784 15 74 15 L 82 15 C 84.216 15 86 13.216 86 11 L 86 -61 C 86 -63.216 84.216 -65 82 -65 L 74 -65 z M 54 -49 C 51.784 -49 50 -47.216 50 -45 L 50 11 C 50 13.216 51.784 15 54 15 L 62 15 C 64.216 15 66 13.216 66 11 L 66 -45 C 66 -47.216 64.216 -49 62 -49 L 54 -49 z M 34 -33 C 31.784 -33 30 -31.216 30 -29 L 30 11 C 30 13.216 31.784 15 34 15 L 42 15 C 44.216 15 46 13.216 46 11 L 46 -29 C 46 -31.216 44.216 -33 42 -33 L 34 -33 z M 14 -17 C 11.784 -17 10 -15.216 10 -13 L 10 11 C 10 13.216 11.784 15 14 15 L 22 15 C 24.216 15 26 13.216 26 11 L 26 -13 C 26 -15.216 24.216 -17 22 -17 L 14 -17 z " + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none" + id="path3762" + d="m 74,-66.03125 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,72 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-72 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,56 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-56 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,40 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-40 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,24 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-24 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z" /> + <path + style="fill:#000000;fill-opacity:1;stroke:none;opacity:0.3" + d="m 74,-65 c -2.216,0 -4,1.784 -4,4 l 0,72 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-72 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,40 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-40 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,24 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-24 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="rect3747" /> + <rect + style="fill:url(#linearGradient3689);fill-opacity:1.0;stroke:none" + id="rect2903" + width="16" + height="80" + x="70" + y="-66" + rx="4" + ry="4" /> + <rect + y="-50" + x="50" + height="64" + width="16" + id="rect2905" + style="fill:url(#linearGradient3691);fill-opacity:1.0;stroke:none" + rx="4" + ry="4" /> + <rect + style="fill:url(#linearGradient3693);fill-opacity:1.0;stroke:none" + id="rect2907" + width="16" + height="48" + x="30" + y="-34" + rx="4" + ry="4" /> + <rect + y="-18" + x="10" + height="32" + width="16" + id="rect2909" + style="fill:url(#linearGradient3695);fill-opacity:1.0;stroke:none" + rx="4" + ry="4" /> + <path + style="fill:url(#linearGradient3719);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 74,-66 c -2.216,0 -4,1.784 -4,4 l 0,72 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 71.72124,13.326579 70.96875,12.273179 70.96875,11 l 0,-72 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,72 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 84.815572,13.275003 86,11.798949 86,10 l 0,-72 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2939" /> + <path + style="fill:url(#linearGradient3731);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 54,-50 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 51.72124,13.326579 50.96875,12.273179 50.96875,11 l 0,-56 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,56 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 64.815572,13.275003 66,11.798949 66,10 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2937" /> + <path + style="fill:url(#linearGradient3729);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 34,-34 c -2.216,0 -4,1.784 -4,4 l 0,40 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 31.72124,13.326579 30.96875,12.273179 30.96875,11 l 0,-40 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,40 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 44.815572,13.275003 46,11.798949 46,10 l 0,-40 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2935" /> + <path + style="fill:url(#linearGradient3727);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 14,-18 c -2.216,0 -4,1.784 -4,4 l 0,24 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 11.72124,13.326579 10.96875,12.273179 10.96875,11 l 0,-24 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,24 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 24.815572,13.275003 26,11.798949 26,10 l 0,-24 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="rect2912" /> + </g> +</svg> diff --git a/mate/scalable/status/nm-signal-25-secure.svg b/mate/scalable/status/nm-signal-25-secure.svg new file mode 100644 index 0000000..08991e5 --- /dev/null +++ b/mate/scalable/status/nm-signal-25-secure.svg @@ -0,0 +1,1140 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="96" + height="96" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.92.4 (unknown)" + version="1.0" + sodipodi:docname="nm-signal-25-scure.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + style="display:inline"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3713"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3715" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3717" /> + </linearGradient> + <linearGradient + id="linearGradient3295"> + <stop + style="stop-color:#559829;stop-opacity:1;" + offset="0" + id="stop3297" /> + <stop + style="stop-color:#86c837;stop-opacity:1;" + offset="1" + id="stop3299" /> + </linearGradient> + <linearGradient + id="linearGradient3287"> + <stop + style="stop-color:#cd0000;stop-opacity:1;" + offset="0" + id="stop3289" /> + <stop + style="stop-color:#e55300;stop-opacity:1;" + offset="1" + id="stop3291" /> + </linearGradient> + <linearGradient + id="linearGradient3279"> + <stop + style="stop-color:#f08e00;stop-opacity:1;" + offset="0" + id="stop3281" /> + <stop + style="stop-color:#ffd200;stop-opacity:1;" + offset="1" + id="stop3283" /> + </linearGradient> + <linearGradient + id="linearGradient3271"> + <stop + style="stop-color:#395d93;stop-opacity:1;" + offset="0" + id="stop3273" /> + <stop + style="stop-color:#6e92c7;stop-opacity:1;" + offset="1" + id="stop3275" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3327"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3330" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3333" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3327" + id="linearGradient3335" + x1="11.375" + y1="22" + x2="11.375" + y2="-9.817296" + gradientUnits="userSpaceOnUse" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 11 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="22 : 11 : 1" + inkscape:persp3d-origin="11 : 7.3333333 : 1" + id="perspective102" /> + <linearGradient + id="linearGradient4081"> + <stop + style="stop-color:#aaaaaa;stop-opacity:1;" + offset="0" + id="stop4083" /> + <stop + style="stop-color:#f0f0f0;stop-opacity:1;" + offset="1" + id="stop4085" /> + </linearGradient> + <linearGradient + id="linearGradient4057"> + <stop + style="stop-color:#816647;stop-opacity:1;" + offset="0" + id="stop4059" /> + <stop + style="stop-color:#a6845d;stop-opacity:1;" + offset="1" + id="stop4061" /> + </linearGradient> + <linearGradient + id="linearGradient3929"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3931" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3933" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3929" + id="linearGradient4051" + x1="9.494998" + y1="15.516565" + x2="9.494998" + y2="-4.1786065" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4057" + id="linearGradient4063" + x1="9.17138" + y1="21.000002" + x2="9.17138" + y2="0.97239029" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4089" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4103" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4105" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4107" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4109" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4111" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4113" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4115" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4117" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4119" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4121" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4123" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4125" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4127" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4129" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4132" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4141" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4148" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4158" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4180" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4182" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4184" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4186" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2480" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2483" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2489" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2495" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2498" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2501" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2504" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2506" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2508" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2510" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4974"> + <path + id="path4976" + d="M 16.625,2 C 15.93281,2.046173 15.13978,2.350316 14.5,2.875 13.716105,3.517873 13.079371,5.1522168 13.25,6.0625 13.337976,6.531842 13.692147,7.1029241 14.03125,7.28125 14.662734,7.613335 15.813682,7.0624791 16.875,5.9375 18.021489,4.722239 18.547995,3.383178 18.15625,2.625 17.915497,2.159052 17.31719,1.953827 16.625,2 z M 10.96875,2.71875 C 10.005789,2.719616 9.496306,3.3967078 9.5,4.6875 c 0.00253,0.88392 0.31322,1.6791318 0.71875,1.875 0.301512,0.145631 0.309051,0.1320361 0.6875,0 C 11.533114,6.343793 12.122053,4.8839409 12,3.90625 11.900109,3.106091 11.556193,2.7182209 10.96875,2.71875 z m -3.8125,1.3125 C 6.976067,4.0573035 6.795347,4.173262 6.625,4.34375 6.281636,4.687396 6.277056,4.8747068 6.28125,5.53125 6.286196,6.305553 6.475145,6.7277249 7,7.28125 7.392601,7.695296 7.675716,7.7200481 8.03125,7.34375 8.416388,6.936117 8.535971,6.296057 8.40625,5.59375 8.208416,4.5226825 7.696799,3.9530895 7.15625,4.03125 z M 4.46875,6.375 C 4.281799,6.4054104 4.1133,6.5115553 3.9375,6.6875 3.476154,7.14923 3.798831,8.4188978 4.53125,9.0625 5.405425,9.830669 6.111327,9.1273309 5.8125,7.78125 5.599846,6.8233425 5.029603,6.2837687 4.46875,6.375 z M 12.5,8.0625 C 11.88094,8.0518483 11.187196,8.1034691 10.46875,8.25 8.61799,8.627471 7.13709,9.3254488 6.1875,10.28125 5.640611,10.831715 5.327697,11.341306 5.0625,12.125 c -0.641919,1.896963 0.546896,4.595678 2.8125,6.4375 0.844088,0.686203 1.359152,0.993313 2.21875,1.28125 0.445736,0.149308 0.799163,0.183992 1.625,0.15625 0.946716,-0.03181 1.139252,-0.07408 1.75,-0.375 0.895036,-0.440989 1.909553,-1.461035 2.34375,-2.34375 0.264885,-0.5385 0.307321,-0.768628 0.28125,-1.21875 -0.04452,-0.768578 -0.342658,-0.977756 -1.3125,-0.96875 -1.38452,0.01285 -1.965756,0.333932 -2.25,1.3125 -0.21469,0.739118 -0.452038,1 -0.9375,1 -0.769368,0 -1.5625,-0.611791 -1.5625,-1.25 0,-0.443994 0.715313,-1.10577 2.5,-2.3125 2.514116,-1.69994 3.378489,-2.734111 3.25,-3.875 C 15.64852,8.7901993 14.35718,8.0944552 12.5,8.0625 z" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4995"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" + d="M 30,0 30,22 52,22 52,0 30,0 z M 46.625,2 C 47.31719,1.953827 47.915497,2.159052 48.15625,2.625 48.547995,3.383178 48.021489,4.722239 46.875,5.9375 45.813682,7.0624791 44.662734,7.613335 44.03125,7.28125 43.692147,7.1029241 43.337976,6.531842 43.25,6.0625 43.079371,5.1522168 43.716105,3.517873 44.5,2.875 45.13978,2.350316 45.93281,2.046173 46.625,2 z m -5.65625,0.71875 c 0.587443,-5.291e-4 0.931359,0.387341 1.03125,1.1875 0.122053,0.9776909 -0.466886,2.437543 -1.09375,2.65625 -0.378449,0.1320361 -0.385988,0.145631 -0.6875,0 C 39.81322,6.3666318 39.502528,5.57142 39.5,4.6875 39.496306,3.3967078 40.005789,2.719616 40.96875,2.71875 z m -3.8125,1.3125 c 0.540549,-0.078161 1.052166,0.4914325 1.25,1.5625 0.129721,0.702307 0.01014,1.342367 -0.375,1.75 C 37.675716,7.7200481 37.392601,7.695296 37,7.28125 36.475145,6.7277249 36.286196,6.305553 36.28125,5.53125 36.277056,4.8747068 36.281636,4.687396 36.625,4.34375 36.795347,4.173262 36.976067,4.0573035 37.15625,4.03125 z M 34.46875,6.375 C 35.029603,6.2837687 35.599846,6.8233425 35.8125,7.78125 36.111327,9.1273309 35.405425,9.830669 34.53125,9.0625 33.798831,8.4188978 33.476154,7.14923 33.9375,6.6875 34.1133,6.5115553 34.281799,6.4054104 34.46875,6.375 z M 42.5,8.0625 c 1.85718,0.031955 3.14852,0.7276993 3.28125,1.90625 0.128489,1.140889 -0.735884,2.17506 -3.25,3.875 -1.784687,1.20673 -2.5,1.868506 -2.5,2.3125 0,0.638209 0.793132,1.25 1.5625,1.25 0.485462,0 0.72281,-0.260882 0.9375,-1 0.284244,-0.978568 0.86548,-1.299646 2.25,-1.3125 0.969842,-0.009 1.267977,0.200172 1.3125,0.96875 0.02607,0.450122 -0.01637,0.68025 -0.28125,1.21875 -0.434197,0.882715 -1.448714,1.902761 -2.34375,2.34375 -0.610748,0.300916 -0.803284,0.343192 -1.75,0.375 -0.825837,0.02774 -1.179264,-0.0069 -1.625,-0.15625 C 39.234152,19.555813 38.719088,19.248703 37.875,18.5625 35.609396,16.720678 34.420581,14.021963 35.0625,12.125 35.327697,11.341306 35.640611,10.831715 36.1875,10.28125 37.13709,9.3254488 38.61799,8.627471 40.46875,8.25 41.187196,8.1034691 41.88094,8.0518483 42.5,8.0625 z" + id="path4997" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5065" + gradientUnits="userSpaceOnUse" + x1="11.508813" + y1="6.667244" + x2="11.508813" + y2="2.6882501" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5068" + gradientUnits="userSpaceOnUse" + x1="17.212025" + y1="7.3808393" + x2="17.212025" + y2="1.9877422" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5071" + gradientUnits="userSpaceOnUse" + x1="7.3737612" + y1="7.6049061" + x2="7.3737612" + y2="4.0347266" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5074" + gradientUnits="userSpaceOnUse" + x1="4.9496975" + y1="9.3934212" + x2="4.9496975" + y2="6.3640523" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5077" + gradientUnits="userSpaceOnUse" + x1="13" + y1="20" + x2="13" + y2="7.9960599" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3345" + gradientUnits="userSpaceOnUse" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3355" + gradientUnits="userSpaceOnUse" + x1="12.316144" + y1="18.468353" + x2="12.316144" + y2="3.4817097" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3357" + gradientUnits="userSpaceOnUse" + x1="18.764908" + y1="21" + x2="18.764908" + y2="0.96705598" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3522" + gradientUnits="userSpaceOnUse" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" + gradientTransform="translate(1,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3527" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3540" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="14.524625" + y1="17.41902" + x2="14.524625" + y2="4.625" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3542" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="10.50519" + y1="15.28125" + x2="10.50519" + y2="6.7458849" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,0)" + x1="16.5" + y1="19.542921" + x2="16.5" + y2="2.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3723" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2902" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(2,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2904" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(0,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2906" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(-1,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2909" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-31,-1)" + x1="12" + y1="19" + x2="12" + y2="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3689" + x1="96" + y1="-2" + x2="96" + y2="-82" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3691" + x1="72" + y1="-2" + x2="72" + y2="-66" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-16,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3693" + x1="56" + y1="-2" + x2="56" + y2="-50" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-12,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3271" + id="linearGradient3695" + x1="24" + y1="-2" + x2="24" + y2="-34" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-8,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3737" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3740" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3744" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,18)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3755" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3719" + x1="78" + y1="-66" + x2="78" + y2="6.0277724" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3727" + x1="19" + y1="-18" + x2="19" + y2="14.140317" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3729" + x1="37" + y1="-34" + x2="37" + y2="14.010415" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3731" + x1="57" + y1="-50" + x2="57" + y2="14.007812" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3977" + id="linearGradient3983" + x1="48" + y1="36" + x2="56.96875" + y2="36" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" /> + <linearGradient + id="linearGradient3977"> + <stop + style="stop-color:#cbcbcb;stop-opacity:1" + offset="0" + id="stop3979" /> + <stop + style="stop-color:#efefef;stop-opacity:1" + offset="1" + id="stop3981" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3327" + id="linearGradient4011" + x1="39.03125" + y1="35.984375" + x2="47.230457" + y2="24.974846" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3327" + id="linearGradient4039" + x1="56.727566" + y1="37.282234" + x2="48.758419" + y2="23.479269" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3956" + id="linearGradient3933" + x1="48" + y1="41" + x2="60" + y2="41" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" /> + <linearGradient + id="linearGradient3956"> + <stop + id="stop3958" + offset="0" + style="stop-color:#e6c94c;stop-opacity:1;" /> + <stop + style="stop-color:#e7ce5f;stop-opacity:1" + offset="0.57832253" + id="stop3966" /> + <stop + style="stop-color:#f0de93;stop-opacity:1" + offset="0.83333331" + id="stop3960" /> + <stop + id="stop3962" + offset="0.91666669" + style="stop-color:#d0b64c;stop-opacity:1" /> + <stop + id="stop3964" + offset="1" + style="stop-color:#907d2e;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3956" + id="linearGradient3945" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" + x1="48" + y1="41" + x2="60" + y2="41" + gradientTransform="translate(0,6)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3956" + id="linearGradient3954" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,12)" + spreadMethod="reflect" + x1="48" + y1="41" + x2="60" + y2="41" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#e7e7e7" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="6.2283083" + inkscape:cx="-0.58841121" + inkscape:cy="43.53594" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:showpageshadow="false" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="2017" + inkscape:window-height="1471" + inkscape:window-x="370" + inkscape:window-y="160" + inkscape:window-maximized="0" + borderlayer="true"> + <inkscape:grid + type="xygrid" + id="grid3672" + visible="true" + enabled="true" + empspacing="8" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Icon" + inkscape:groupmode="layer" + id="layer1" + style="display:inline" + transform="translate(0,74)"> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="0.99824595" + inkscape:original="M 74 -66.96875 C 70.716909 -66.96875 68.03125 -64.283091 68.03125 -61 L 68.03125 11 C 68.03125 14.283091 70.716909 16.96875 74 16.96875 L 82 16.96875 C 85.283091 16.96875 87.96875 14.283091 87.96875 11 L 87.96875 -61 C 87.96875 -64.283091 85.283091 -66.96875 82 -66.96875 L 74 -66.96875 z M 54 -50.96875 C 50.716909 -50.96875 48.03125 -48.283091 48.03125 -45 L 48.03125 11 C 48.03125 14.283091 50.716909 16.96875 54 16.96875 L 62 16.96875 C 65.283091 16.96875 67.96875 14.283091 67.96875 11 L 67.96875 -45 C 67.96875 -48.283091 65.283091 -50.96875 62 -50.96875 L 54 -50.96875 z M 34 -34.96875 C 30.716909 -34.96875 28.03125 -32.283091 28.03125 -29 L 28.03125 11 C 28.03125 14.283091 30.716909 16.96875 34 16.96875 L 42 16.96875 C 45.283091 16.96875 47.96875 14.283091 47.96875 11 L 47.96875 -29 C 47.96875 -32.283091 45.283091 -34.96875 42 -34.96875 L 34 -34.96875 z M 14 -18.96875 C 10.716909 -18.96875 8.03125 -16.283091 8.03125 -13 L 8.03125 11 C 8.03125 14.283091 10.716909 16.96875 14 16.96875 L 22 16.96875 C 25.283091 16.96875 27.96875 14.283091 27.96875 11 L 27.96875 -13 C 27.96875 -16.283091 25.283091 -18.96875 22 -18.96875 L 14 -18.96875 z " + style="opacity:0.08;fill:#000000;fill-opacity:1;stroke:none" + id="path3770" + d="m 74,-67.96875 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,24 c 0,3.827486 3.141264,6.96875 6.96875,6.96875 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 3.827486,0 6.96875,-3.141264 6.96875,-6.96875 l 0,-72 c 0,-3.827486 -3.141264,-6.96875 -6.96875,-6.96875 l -8,0 z" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="0.94991022" + inkscape:original="M 74 -66.03125 C 71.236635 -66.03125 68.96875 -63.763365 68.96875 -61 L 68.96875 11 C 68.96875 13.763365 71.236635 16.03125 74 16.03125 L 82 16.03125 C 84.763365 16.03125 87.03125 13.763365 87.03125 11 L 87.03125 -61 C 87.03125 -63.763365 84.763365 -66.03125 82 -66.03125 L 74 -66.03125 z M 54 -50.03125 C 51.236635 -50.03125 48.96875 -47.763365 48.96875 -45 L 48.96875 11 C 48.96875 13.763365 51.236635 16.03125 54 16.03125 L 62 16.03125 C 64.763365 16.03125 67.03125 13.763365 67.03125 11 L 67.03125 -45 C 67.03125 -47.763365 64.763365 -50.03125 62 -50.03125 L 54 -50.03125 z M 34 -34.03125 C 31.236635 -34.03125 28.96875 -31.763365 28.96875 -29 L 28.96875 11 C 28.96875 13.763365 31.236635 16.03125 34 16.03125 L 42 16.03125 C 44.763365 16.03125 47.03125 13.763365 47.03125 11 L 47.03125 -29 C 47.03125 -31.763365 44.763365 -34.03125 42 -34.03125 L 34 -34.03125 z M 14 -18.03125 C 11.236635 -18.03125 8.96875 -15.763365 8.96875 -13 L 8.96875 11 C 8.96875 13.763365 11.236635 16.03125 14 16.03125 L 22 16.03125 C 24.763365 16.03125 27.03125 13.763365 27.03125 11 L 27.03125 -13 C 27.03125 -15.763365 24.763365 -18.03125 22 -18.03125 L 14 -18.03125 z " + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:none" + id="path3766" + d="m 74,-66.96875 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,72 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-72 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,56 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-56 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,40 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-40 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,24 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-24 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="1.0198669" + inkscape:original="M 74 -65 C 71.784 -65 70 -63.216 70 -61 L 70 11 C 70 13.216 71.784 15 74 15 L 82 15 C 84.216 15 86 13.216 86 11 L 86 -61 C 86 -63.216 84.216 -65 82 -65 L 74 -65 z M 54 -49 C 51.784 -49 50 -47.216 50 -45 L 50 11 C 50 13.216 51.784 15 54 15 L 62 15 C 64.216 15 66 13.216 66 11 L 66 -45 C 66 -47.216 64.216 -49 62 -49 L 54 -49 z M 34 -33 C 31.784 -33 30 -31.216 30 -29 L 30 11 C 30 13.216 31.784 15 34 15 L 42 15 C 44.216 15 46 13.216 46 11 L 46 -29 C 46 -31.216 44.216 -33 42 -33 L 34 -33 z M 14 -17 C 11.784 -17 10 -15.216 10 -13 L 10 11 C 10 13.216 11.784 15 14 15 L 22 15 C 24.216 15 26 13.216 26 11 L 26 -13 C 26 -15.216 24.216 -17 22 -17 L 14 -17 z " + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none" + id="path3762" + d="m 74,-66.03125 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,72 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-72 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,56 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-56 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,40 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-40 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,24 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-24 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z" /> + <path + style="fill:#000000;fill-opacity:1;stroke:none;opacity:0.3" + d="m 74,-65 c -2.216,0 -4,1.784 -4,4 l 0,72 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-72 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,40 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-40 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,24 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-24 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="rect3747" /> + <rect + style="fill:url(#linearGradient3689);fill-opacity:1;stroke:none" + id="rect2903" + width="16" + height="80" + x="70" + y="-66" + rx="4" + ry="4" /> + <rect + y="-50" + x="50" + height="64" + width="16" + id="rect2905" + style="fill:url(#linearGradient3691);fill-opacity:1;stroke:none" + rx="4" + ry="4" /> + <rect + style="fill:url(#linearGradient3693);fill-opacity:1;stroke:none" + id="rect2907" + width="16" + height="48" + x="30" + y="-34" + rx="4" + ry="4" /> + <rect + y="-18" + x="10" + height="32" + width="16" + id="rect2909" + style="fill:url(#linearGradient3695);fill-opacity:1.0;stroke:none" + rx="4" + ry="4" /> + <path + style="fill:url(#linearGradient3719);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 74,-66 c -2.216,0 -4,1.784 -4,4 l 0,72 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 71.72124,13.326579 70.96875,12.273179 70.96875,11 l 0,-72 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,72 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 84.815572,13.275003 86,11.798949 86,10 l 0,-72 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2939" /> + <path + style="fill:url(#linearGradient3731);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 54,-50 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 51.72124,13.326579 50.96875,12.273179 50.96875,11 l 0,-56 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,56 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 64.815572,13.275003 66,11.798949 66,10 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2937" /> + <path + style="fill:url(#linearGradient3729);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 34,-34 c -2.216,0 -4,1.784 -4,4 l 0,40 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 31.72124,13.326579 30.96875,12.273179 30.96875,11 l 0,-40 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,40 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 44.815572,13.275003 46,11.798949 46,10 l 0,-40 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2935" /> + <path + style="fill:url(#linearGradient3727);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 14,-18 c -2.216,0 -4,1.784 -4,4 l 0,24 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 11.72124,13.326579 10.96875,12.273179 10.96875,11 l 0,-24 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,24 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 24.815572,13.275003 26,11.798949 26,10 l 0,-24 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="rect2912" /> + <g + style="display:inline" + id="g214" + transform="matrix(1.1389593,0,0,1.0713204,-37.245063,-95.651536)"> + <path + d="m 48,21.029297 c -6.579909,0 -11.970703,5.390794 -11.970703,11.970703 v 3.195312 C 34.309564,36.643113 32.998047,38.148778 32.998047,40 v 4 c 0,0.537304 0.20147,0.734055 0.363281,1 -0.161811,0.265945 -0.363281,0.462696 -0.363281,1 v 4 c 0,0.537304 0.20147,0.734055 0.363281,1 -0.161811,0.265945 -0.363281,0.462696 -0.363281,1 v 4 c 0,2.194591 1.807362,4.001953 4.001953,4.001953 h 22 c 2.194591,0 4.001953,-1.807362 4.001953,-4.001953 v -4 c 0,-0.537304 -0.20147,-0.734055 -0.363281,-1 0.161811,-0.265945 0.363281,-0.462696 0.363281,-1 v -4 c 0,-0.537304 -0.20147,-0.734055 -0.363281,-1 0.161811,-0.265945 0.363281,-0.462696 0.363281,-1 v -4 c 0,-1.851222 -1.311517,-3.356887 -3.03125,-3.804688 V 33 C 59.970703,26.420091 54.579909,21.029297 48,21.029297 Z m 0,9.003906 c 1.85377,0 2.966797,1.113027 2.966797,2.966797 v 2.998047 H 45.033203 V 33 c 0,-1.85377 1.113027,-2.966797 2.966797,-2.966797 z" + id="path4087" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.05;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:original="M 48 22 C 41.949613 22 37 26.949613 37 33 L 37 36.96875 C 35.340357 36.96875 33.96875 38.340357 33.96875 40 L 33.96875 44 C 33.96875 44.512118 34.202962 44.716009 34.375 45 C 34.202962 45.283991 33.96875 45.487882 33.96875 46 L 33.96875 50 C 33.96875 50.512118 34.202962 50.716009 34.375 51 C 34.202962 51.283991 33.96875 51.487882 33.96875 52 L 33.96875 56 C 33.96875 57.659643 35.340357 59.03125 37 59.03125 L 59 59.03125 C 60.659643 59.03125 62.03125 57.659643 62.03125 56 L 62.03125 52 C 62.03125 51.487882 61.797038 51.283991 61.625 51 C 61.797038 50.716009 62.03125 50.512118 62.03125 50 L 62.03125 46 C 62.03125 45.487882 61.797038 45.283991 61.625 45 C 61.797038 44.716009 62.03125 44.512118 62.03125 44 L 62.03125 40 C 62.03125 38.340357 60.659643 36.96875 59 36.96875 L 59 33 C 59 26.949613 54.050387 22 48 22 z M 48 29.0625 C 50.309873 29.0625 51.9375 30.690127 51.9375 33 L 51.9375 36.96875 L 44.0625 36.96875 L 44.0625 33 C 44.0625 30.690127 45.690127 29.0625 48 29.0625 z " + inkscape:radius="0.97092915" + sodipodi:type="inkscape:offset" /> + <path + inkscape:connector-curvature="0" + id="path4082" + d="m 48,22 c -6.050387,0 -11,4.949613 -11,11 v 3.96875 c -1.659643,0 -3.03125,1.371607 -3.03125,3.03125 v 4 c 0,0.512118 0.234212,0.716009 0.40625,1 -0.172038,0.283991 -0.40625,0.487882 -0.40625,1 v 4 c 0,0.512118 0.234212,0.716009 0.40625,1 -0.172038,0.283991 -0.40625,0.487882 -0.40625,1 v 4 c 0,1.659643 1.371607,3.03125 3.03125,3.03125 h 22 c 1.659643,0 3.03125,-1.371607 3.03125,-3.03125 v -4 c 0,-0.512118 -0.234212,-0.716009 -0.40625,-1 0.172038,-0.283991 0.40625,-0.487882 0.40625,-1 v -4 c 0,-0.512118 -0.234212,-0.716009 -0.40625,-1 0.172038,-0.283991 0.40625,-0.487882 0.40625,-1 v -4 c 0,-1.659643 -1.371607,-3.03125 -3.03125,-3.03125 V 33 C 59,26.949613 54.050387,22 48,22 Z m 0,7.0625 c 2.309873,0 3.9375,1.627627 3.9375,3.9375 v 3.96875 h -7.875 V 33 c 0,-2.309873 1.627627,-3.9375 3.9375,-3.9375 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.07999998;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + d="m 48,23.060547 c -5.477877,0 -9.939453,4.461576 -9.939453,9.939453 v 5.029297 H 37 c -1.0751,0 -1.970703,0.895603 -1.970703,1.970703 v 4 c 0,0.387206 0.220995,0.692778 0.419922,1 -0.198927,0.307222 -0.419922,0.612794 -0.419922,1 v 4 c 0,0.387206 0.220995,0.692778 0.419922,1 -0.198927,0.307222 -0.419922,0.612794 -0.419922,1 v 4 c 0,1.0751 0.895603,1.970703 1.970703,1.970703 h 22 c 1.0751,0 1.970703,-0.895603 1.970703,-1.970703 v -4 c 0,-0.387206 -0.220995,-0.692778 -0.419922,-1 0.198927,-0.307222 0.419922,-0.612794 0.419922,-1 v -4 c 0,-0.387206 -0.220995,-0.692778 -0.419922,-1 0.198927,-0.307222 0.419922,-0.612794 0.419922,-1 V 40 C 60.970703,38.9249 60.0751,38.029297 59,38.029297 H 57.939453 V 33 c 0,-5.477877 -4.461576,-9.939453 -9.939453,-9.939453 z m 0,4.941406 c 2.843291,0 4.998047,2.154756 4.998047,4.998047 v 5.029297 H 43.001953 V 33 c 0,-2.843291 2.154756,-4.998047 4.998047,-4.998047 z" + id="path4078" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:original="M 48 24.03125 C 43.0469 24.03125 39.03125 28.0469 39.03125 33 L 39.03125 39 L 37 39 C 36.446 39 36 39.446 36 40 L 36 44 C 36 44.554 36.446 45 37 45 C 36.446 45 36 45.446 36 46 L 36 50 C 36 50.554 36.446 51 37 51 C 36.446 51 36 51.446 36 52 L 36 56 C 36 56.554 36.446 57 37 57 L 59 57 C 59.554 57 60 56.554 60 56 L 60 52 C 60 51.446 59.554 51 59 51 C 59.554 51 60 50.554 60 50 L 60 46 C 60 45.446 59.554 45 59 45 C 59.554 45 60 44.554 60 44 L 60 40 C 60 39.446 59.554 39 59 39 L 56.96875 39 L 56.96875 33 C 56.96875 28.0469 52.9531 24.03125 48 24.03125 z M 48 27.03125 C 51.349468 27.03125 53.96875 29.650532 53.96875 33 L 53.96875 39 L 42.03125 39 L 42.03125 33 C 42.03125 29.650532 44.650532 27.03125 48 27.03125 z " + inkscape:radius="0.97092915" + sodipodi:type="inkscape:offset" /> + <path + inkscape:connector-curvature="0" + id="path4063" + d="m 48,24.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 6 H 37 c -0.554,0 -1,0.446 -1,1 v 4 c 0,0.554 0.446,1 1,1 -0.554,0 -1,0.446 -1,1 v 4 c 0,0.554 0.446,1 1,1 -0.554,0 -1,0.446 -1,1 v 4 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -4 c 0,-0.554 -0.446,-1 -1,-1 0.554,0 1,-0.446 1,-1 v -4 c 0,-0.554 -0.446,-1 -1,-1 0.554,0 1,-0.446 1,-1 v -4 c 0,-0.554 -0.446,-1 -1,-1 h -2.03125 v -6 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 z m 0,3 c 3.349468,0 5.96875,2.619282 5.96875,5.96875 v 6 h -11.9375 v -6 c 0,-3.349468 2.619282,-5.96875 5.96875,-5.96875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ssssssssssssss" + inkscape:connector-curvature="0" + id="path3974" + d="m 48,23.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 8 c 0,4.9531 4.01565,8.96875 8.96875,8.96875 4.9531,0 8.96875,-4.01565 8.96875,-8.96875 v -8 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 z m 0,3 c 3.349468,0 5.96875,2.619282 5.96875,5.96875 v 8 c 0,3.349468 -2.619282,5.96875 -5.96875,5.96875 -3.349468,0 -5.96875,-2.619282 -5.96875,-5.96875 v -8 c 0,-3.349468 2.619282,-5.96875 5.96875,-5.96875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3983);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="rect3985" + d="m 48,25 c -3.878,0 -7,3.122 -7,7 v 12 c 0,0.661889 0.11112,1.300171 0.28125,1.90625 1.643856,1.874098 4.03012,3.0625 6.71875,3.0625 2.68863,0 5.074894,-1.188402 6.71875,-3.0625 C 54.88888,45.300171 55,44.661889 55,44 V 32 c 0,-3.878 -3.122,-7 -7,-7 z m 0,1.03125 c 3.349468,0 5.96875,2.619282 5.96875,5.96875 v 8 c 0,3.349468 -2.619282,5.96875 -5.96875,5.96875 -3.349468,0 -5.96875,-2.619282 -5.96875,-5.96875 v -8 c 0,-3.349468 2.619282,-5.96875 5.96875,-5.96875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + transform="matrix(0.95522388,0,0,0.9875956,2.1492537,0.60355158)" + d="m 48,25.326172 c -3.70276,0 -6.673828,2.971068 -6.673828,6.673828 v 12 c 0,0.599785 0.105202,1.181874 0.257812,1.744141 1.583676,1.774077 3.85154,2.898437 6.416016,2.898437 2.564476,0 4.83234,-1.12436 6.416016,-2.898437 C 54.568626,45.181874 54.673828,44.599785 54.673828,44 V 32 c 0,-3.70276 -2.971068,-6.673828 -6.673828,-6.673828 z m 0,0.378906 c 3.51969,0 6.294922,2.775232 6.294922,6.294922 v 8 c 0,3.51969 -2.775232,6.294922 -6.294922,6.294922 -3.51969,0 -6.294922,-2.775232 -6.294922,-6.294922 v -8 c 0,-3.51969 2.775232,-6.294922 6.294922,-6.294922 z" + id="path3993" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:original="M 48 25 C 44.122 25 41 28.122 41 32 L 41 44 C 41 44.661889 41.11112 45.300171 41.28125 45.90625 C 42.925106 47.780348 45.31137 48.96875 48 48.96875 C 50.68863 48.96875 53.074894 47.780348 54.71875 45.90625 C 54.88888 45.300171 55 44.661889 55 44 L 55 32 C 55 28.122 51.878 25 48 25 z M 48 26.03125 C 51.349468 26.03125 53.96875 28.650532 53.96875 32 L 53.96875 40 C 53.96875 43.349468 51.349468 45.96875 48 45.96875 C 44.650532 45.96875 42.03125 43.349468 42.03125 40 L 42.03125 32 C 42.03125 28.650532 44.650532 26.03125 48 26.03125 z " + inkscape:radius="-0.32651302" + sodipodi:type="inkscape:offset" /> + <path + inkscape:connector-curvature="0" + id="path3995" + d="m 48,23.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 8 c 0,4.803463 3.785443,8.704923 8.53125,8.9375 C 43.040099,48.485235 39.5,44.69729 39.5,40.125 V 32.25 c 0,-4.87711 4.01565,-8.8125 8.96875,-8.8125 1.961522,0 3.773702,0.604265 5.25,1.65625 C 52.168406,23.814278 50.166981,23.03125 48,23.03125 Z m 3.84375,4.34375 c 1.310757,1.085979 2.125,2.749544 2.125,4.625 v 8 c 0,3.349468 -2.619282,5.96875 -5.96875,5.96875 -0.178019,0 -0.35764,-0.01674 -0.53125,-0.03125 0.324528,0.05172 0.658264,0.0625 1,0.0625 3.349468,0 5.96875,-2.57692 5.96875,-5.875 V 32.25 c 0,-2.061301 -1.008641,-3.829535 -2.59375,-4.875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.2;fill:url(#linearGradient4011);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ssccscs" + inkscape:connector-curvature="0" + id="path4013" + d="m 48,23.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 8 h 0.78125 v -8 c 0,-4.814493 3.801349,-8.752635 8.5625,-8.96875 -0.126641,-0.0053 -0.247055,0 -0.375,0 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4024" + d="m 48,23.03125 c -0.170961,0 -0.331399,0.02181 -0.5,0.03125 4.716118,0.2641 8.46875,4.155361 8.46875,8.9375 v 8 c 0,4.782139 -3.752632,8.6734 -8.46875,8.9375 0.168601,0.0094 0.329039,0.03125 0.5,0.03125 4.9531,0 8.96875,-4.01565 8.96875,-8.96875 v -8 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 z m -1,3 c -3.349468,0 -5.96875,2.619282 -5.96875,5.96875 v 8 c 0,3.349468 2.619282,5.96875 5.96875,5.96875 0.125814,0 0.251347,-0.02396 0.375,-0.03125 C 44.32736,45.637471 42.03125,43.140126 42.03125,40 v -8 c 0,-3.140126 2.29611,-5.637471 5.34375,-5.9375 C 47.251347,26.0552 47.125814,26.03125 47,26.03125 Z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:url(#linearGradient4039);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4041" + d="m 47.75,23.03125 c 4.820388,0.151447 8.6875,4.111609 8.6875,8.96875 v 8 c 0,4.857141 -3.867112,8.817303 -8.6875,8.96875 0.08472,0.0024 0.164703,0 0.25,0 4.9531,0 8.96875,-4.01565 8.96875,-8.96875 v -8 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 -0.0853,0 -0.165275,-0.0024 -0.25,0 z m -0.28125,3 C 44.119282,26.03125 41.5,28.650532 41.5,32 v 8 c 0,3.349468 2.619282,5.96875 5.96875,5.96875 0.09397,0 0.188472,0.0041 0.28125,0 C 44.520715,45.842516 42.03125,43.26594 42.03125,40 v -8 c 0,-3.26594 2.489465,-5.842516 5.71875,-5.96875 -0.09278,-0.0041 -0.187281,0 -0.28125,0 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" + inkscape:connector-curvature="0" + id="rect4052" + d="M 47.96875,24.5 48.75,24.53125 h 0.03125 l 0.71875,0.125 h 0.03125 l 0.6875,0.1875 H 50.25 l 0.65625,0.21875 0.03125,0.03125 0.625,0.28125 0.03125,0.03125 0.59375,0.34375 0.03125,0.03125 0.15625,0.125 L 52.84375,26 53.15625,25.65625 53.0625,25.1875 52.96875,25.125 52.78125,24.96875 52.75,24.9375 52.09375,24.53125 52.03125,24.5 51.34375,24.1875 51.28125,24.15625 50.5625,23.875 H 50.5 l -0.75,-0.1875 -0.0625,-0.03125 -0.78125,-0.125 h -0.0625 L 48.03125,23.5 c -0.956312,-0.06672 -1.152251,1.088959 -0.0625,1 z m -4,0 -0.0625,0.03125 -0.65625,0.40625 -0.03125,0.03125 -0.625,0.4375 L 42.5625,25.4375 42,25.96875 41.96875,26 l -0.53125,0.5625 -0.03125,0.03125 -0.4375,0.625 -0.03125,0.03125 -0.40625,0.65625 -0.03125,0.0625 -0.28125,0.625 V 29.0625 L 40.625,29.3125 41.0625,29.125 41.125,29 41.375,28.4375 41.40625,28.40625 41.75,27.8125 41.78125,27.78125 42.1875,27.25 l 0.03125,-0.03125 0.46875,-0.5 h 0.03125 V 26.6875 l 0.5,-0.46875 L 43.25,26.1875 43.78125,25.78125 43.8125,25.75 44.40625,25.40625 44.4375,25.375 45.03125,25.125 C 45.742924,24.657964 45,24 44.59375,24.21875 Z" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" /> + <path + d="m 48.017578,23.695312 c -0.3993,-0.02786 -0.573944,0.187024 -0.591797,0.335938 -0.0089,0.07446 0.0105,0.132508 0.08008,0.1875 0.06958,0.05499 0.20846,0.107385 0.447266,0.08789 a 0.19490146,0.19490146 0 0 1 0.02344,-0.002 l 0.777344,0.03125 h 0.02734 a 0.19490146,0.19490146 0 0 1 0.0332,0.0039 l 0.703125,0.121094 h 0.01367 a 0.19490146,0.19490146 0 0 1 0.05078,0.0078 l 0.66211,0.179688 H 50.25 a 0.19490146,0.19490146 0 0 1 0.0625,0.0098 l 0.65625,0.21875 a 0.19490146,0.19490146 0 0 1 0.07617,0.04687 l 0.0059,0.0078 0.591797,0.265625 a 0.19490146,0.19490146 0 0 1 0.05859,0.03906 l 0.01172,0.01367 0.572265,0.332031 a 0.19490146,0.19490146 0 0 1 0.04102,0.0293 l 0.02344,0.02539 0.109375,0.08789 0.314454,0.0625 0.171874,-0.189453 -0.05859,-0.292968 -0.02539,-0.01758 a 0.19490146,0.19490146 0 0 1 -0.01758,-0.01172 l -0.1875,-0.15625 a 0.19490146,0.19490146 0 0 1 -0.01367,-0.01172 l -0.01367,-0.01563 -0.630859,-0.390625 -0.05078,-0.02539 -0.683594,-0.310547 a 0.19490146,0.19490146 0 0 1 -0.0078,-0.0039 l -0.05469,-0.02734 -0.675781,-0.263672 H 50.5 a 0.19490146,0.19490146 0 0 1 -0.04687,-0.0059 l -0.75,-0.1875 a 0.19490146,0.19490146 0 0 1 -0.04102,-0.01563 l -0.03516,-0.01758 -0.736328,-0.117188 h -0.04687 a 0.19490146,0.19490146 0 0 1 -0.0078,0 l -0.8125,-0.03125 a 0.19490146,0.19490146 0 0 1 -0.0059,0 z m -3.144531,0.691407 c -0.0768,-0.02538 -0.143675,-0.01969 -0.1875,0.0039 a 0.19490146,0.19490146 0 0 1 -0.01172,0.0059 l -0.621094,0.279297 -0.05078,0.02539 -0.630859,0.390625 -0.01367,0.01563 a 0.19490146,0.19490146 0 0 1 -0.02734,0.02148 l -0.611328,0.427735 -0.01758,0.01953 a 0.19490146,0.19490146 0 0 1 -0.0039,0.0039 l -0.560547,0.529297 -0.02734,0.02734 -0.529297,0.560547 a 0.19490146,0.19490146 0 0 1 -0.0039,0.0039 l -0.01953,0.01758 -0.427735,0.611328 a 0.19490146,0.19490146 0 0 1 -0.02148,0.02734 l -0.01563,0.01367 -0.390625,0.630859 -0.02539,0.05078 -0.261719,0.582032 v 0.318359 l 0.226563,0.140625 0.279297,-0.119141 0.0293,-0.05859 0.248047,-0.558594 a 0.19490146,0.19490146 0 0 1 0.03906,-0.05859 l 0.01367,-0.01172 0.332031,-0.572265 a 0.19490146,0.19490146 0 0 1 0.0293,-0.04102 l 0.02344,-0.02148 0.398437,-0.521485 a 0.19490146,0.19490146 0 0 1 0.01563,-0.01953 l 0.0293,-0.02734 0.466797,-0.498046 a 0.19490146,0.19490146 0 0 1 0.02344,-0.02148 0.19490146,0.19490146 0 0 1 0.002,-0.002 0.19490146,0.19490146 0 0 1 0.01563,-0.01758 l 0.498046,-0.466797 0.02734,-0.0293 a 0.19490146,0.19490146 0 0 1 0.01953,-0.01563 l 0.521485,-0.398437 0.02148,-0.02344 a 0.19490146,0.19490146 0 0 1 0.04102,-0.0293 L 44.287109,25.25 l 0.01172,-0.01367 a 0.19490146,0.19490146 0 0 1 0.0625,-0.04102 l 0.56836,-0.240234 c 0.13686,-0.09302 0.187452,-0.175773 0.199218,-0.236328 0.01214,-0.06247 -0.005,-0.124279 -0.05273,-0.1875 -0.04771,-0.06322 -0.126323,-0.119152 -0.203125,-0.144531 z" + id="path4061" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" + inkscape:original="M 48.03125 23.5 C 47.074938 23.43328 46.878999 24.588959 47.96875 24.5 L 48.75 24.53125 L 48.78125 24.53125 L 49.5 24.65625 L 49.53125 24.65625 L 50.21875 24.84375 L 50.25 24.84375 L 50.90625 25.0625 L 50.9375 25.09375 L 51.5625 25.375 L 51.59375 25.40625 L 52.1875 25.75 L 52.21875 25.78125 L 52.375 25.90625 L 52.84375 26 L 53.15625 25.65625 L 53.0625 25.1875 L 52.96875 25.125 L 52.78125 24.96875 L 52.75 24.9375 L 52.09375 24.53125 L 52.03125 24.5 L 51.34375 24.1875 L 51.28125 24.15625 L 50.5625 23.875 L 50.5 23.875 L 49.75 23.6875 L 49.6875 23.65625 L 48.90625 23.53125 L 48.84375 23.53125 L 48.03125 23.5 z M 44.59375 24.21875 L 43.96875 24.5 L 43.90625 24.53125 L 43.25 24.9375 L 43.21875 24.96875 L 42.59375 25.40625 L 42.5625 25.4375 L 42 25.96875 L 41.96875 26 L 41.4375 26.5625 L 41.40625 26.59375 L 40.96875 27.21875 L 40.9375 27.25 L 40.53125 27.90625 L 40.5 27.96875 L 40.21875 28.59375 L 40.21875 29.0625 L 40.625 29.3125 L 41.0625 29.125 L 41.125 29 L 41.375 28.4375 L 41.40625 28.40625 L 41.75 27.8125 L 41.78125 27.78125 L 42.1875 27.25 L 42.21875 27.21875 L 42.6875 26.71875 L 42.71875 26.71875 L 42.71875 26.6875 L 43.21875 26.21875 L 43.25 26.1875 L 43.78125 25.78125 L 43.8125 25.75 L 44.40625 25.40625 L 44.4375 25.375 L 45.03125 25.125 C 45.742924 24.657964 45 24 44.59375 24.21875 z " + inkscape:radius="-0.19488198" + sodipodi:type="inkscape:offset" /> + <rect + ry="1" + rx="1" + y="38" + x="36" + height="6" + width="24" + id="rect3138" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3933);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="rect3148" + d="m 37,38 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 22 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="rect3921" + d="m 36,42 v 1 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -1 c 0,0.554 -0.446,1 -1,1 H 37 c -0.554,0 -1,-0.446 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3945);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect3939" + width="24" + height="6" + x="36" + y="44" + rx="1" + ry="1" /> + <path + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 37,44 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 22 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z" + id="path3941" /> + <path + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 36,48 v 1 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -1 c 0,0.554 -0.446,1 -1,1 H 37 c -0.554,0 -1,-0.446 -1,-1 z" + id="path3943" /> + <rect + ry="1" + rx="1" + y="50" + x="36" + height="6" + width="24" + id="rect3947" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3954);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + id="path3949" + d="m 37,50 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 22 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:connector-curvature="0" /> + <path + id="path3952" + d="m 36,54 v 1 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -1 c 0,0.554 -0.446,1 -1,1 H 37 c -0.554,0 -1,-0.446 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:connector-curvature="0" /> + </g> + </g> +</svg> diff --git a/mate/scalable/status/nm-signal-25.svg b/mate/scalable/status/nm-signal-25.svg new file mode 100644 index 0000000..e0bb44c --- /dev/null +++ b/mate/scalable/status/nm-signal-25.svg @@ -0,0 +1,907 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="96" + height="96" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.92.4 (unknown)" + version="1.0" + sodipodi:docname="notification-network-wireless-25.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + style="display:inline"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3713"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3715" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3717" /> + </linearGradient> + <linearGradient + id="linearGradient3295"> + <stop + style="stop-color:#559829;stop-opacity:1;" + offset="0" + id="stop3297" /> + <stop + style="stop-color:#86c837;stop-opacity:1;" + offset="1" + id="stop3299" /> + </linearGradient> + <linearGradient + id="linearGradient3287"> + <stop + style="stop-color:#cd0000;stop-opacity:1;" + offset="0" + id="stop3289" /> + <stop + style="stop-color:#e55300;stop-opacity:1;" + offset="1" + id="stop3291" /> + </linearGradient> + <linearGradient + id="linearGradient3279"> + <stop + style="stop-color:#f08e00;stop-opacity:1;" + offset="0" + id="stop3281" /> + <stop + style="stop-color:#ffd200;stop-opacity:1;" + offset="1" + id="stop3283" /> + </linearGradient> + <linearGradient + id="linearGradient3271"> + <stop + style="stop-color:#395d93;stop-opacity:1;" + offset="0" + id="stop3273" /> + <stop + style="stop-color:#6e92c7;stop-opacity:1;" + offset="1" + id="stop3275" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3327"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3330" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3333" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3327" + id="linearGradient3335" + x1="11.375" + y1="22" + x2="11.375" + y2="-9.817296" + gradientUnits="userSpaceOnUse" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 11 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="22 : 11 : 1" + inkscape:persp3d-origin="11 : 7.3333333 : 1" + id="perspective102" /> + <linearGradient + id="linearGradient4081"> + <stop + style="stop-color:#aaaaaa;stop-opacity:1;" + offset="0" + id="stop4083" /> + <stop + style="stop-color:#f0f0f0;stop-opacity:1;" + offset="1" + id="stop4085" /> + </linearGradient> + <linearGradient + id="linearGradient4057"> + <stop + style="stop-color:#816647;stop-opacity:1;" + offset="0" + id="stop4059" /> + <stop + style="stop-color:#a6845d;stop-opacity:1;" + offset="1" + id="stop4061" /> + </linearGradient> + <linearGradient + id="linearGradient3929"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3931" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3933" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3929" + id="linearGradient4051" + x1="9.494998" + y1="15.516565" + x2="9.494998" + y2="-4.1786065" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4057" + id="linearGradient4063" + x1="9.17138" + y1="21.000002" + x2="9.17138" + y2="0.97239029" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4089" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4103" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4105" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4107" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4109" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4111" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4113" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4115" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4117" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4119" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4121" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4123" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4125" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4127" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4129" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4132" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4141" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4148" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4158" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4180" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4182" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4184" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4186" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2480" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2483" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2489" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2495" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2498" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2501" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2504" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2506" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2508" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2510" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4974"> + <path + id="path4976" + d="M 16.625,2 C 15.93281,2.046173 15.13978,2.350316 14.5,2.875 13.716105,3.517873 13.079371,5.1522168 13.25,6.0625 13.337976,6.531842 13.692147,7.1029241 14.03125,7.28125 14.662734,7.613335 15.813682,7.0624791 16.875,5.9375 18.021489,4.722239 18.547995,3.383178 18.15625,2.625 17.915497,2.159052 17.31719,1.953827 16.625,2 z M 10.96875,2.71875 C 10.005789,2.719616 9.496306,3.3967078 9.5,4.6875 c 0.00253,0.88392 0.31322,1.6791318 0.71875,1.875 0.301512,0.145631 0.309051,0.1320361 0.6875,0 C 11.533114,6.343793 12.122053,4.8839409 12,3.90625 11.900109,3.106091 11.556193,2.7182209 10.96875,2.71875 z m -3.8125,1.3125 C 6.976067,4.0573035 6.795347,4.173262 6.625,4.34375 6.281636,4.687396 6.277056,4.8747068 6.28125,5.53125 6.286196,6.305553 6.475145,6.7277249 7,7.28125 7.392601,7.695296 7.675716,7.7200481 8.03125,7.34375 8.416388,6.936117 8.535971,6.296057 8.40625,5.59375 8.208416,4.5226825 7.696799,3.9530895 7.15625,4.03125 z M 4.46875,6.375 C 4.281799,6.4054104 4.1133,6.5115553 3.9375,6.6875 3.476154,7.14923 3.798831,8.4188978 4.53125,9.0625 5.405425,9.830669 6.111327,9.1273309 5.8125,7.78125 5.599846,6.8233425 5.029603,6.2837687 4.46875,6.375 z M 12.5,8.0625 C 11.88094,8.0518483 11.187196,8.1034691 10.46875,8.25 8.61799,8.627471 7.13709,9.3254488 6.1875,10.28125 5.640611,10.831715 5.327697,11.341306 5.0625,12.125 c -0.641919,1.896963 0.546896,4.595678 2.8125,6.4375 0.844088,0.686203 1.359152,0.993313 2.21875,1.28125 0.445736,0.149308 0.799163,0.183992 1.625,0.15625 0.946716,-0.03181 1.139252,-0.07408 1.75,-0.375 0.895036,-0.440989 1.909553,-1.461035 2.34375,-2.34375 0.264885,-0.5385 0.307321,-0.768628 0.28125,-1.21875 -0.04452,-0.768578 -0.342658,-0.977756 -1.3125,-0.96875 -1.38452,0.01285 -1.965756,0.333932 -2.25,1.3125 -0.21469,0.739118 -0.452038,1 -0.9375,1 -0.769368,0 -1.5625,-0.611791 -1.5625,-1.25 0,-0.443994 0.715313,-1.10577 2.5,-2.3125 2.514116,-1.69994 3.378489,-2.734111 3.25,-3.875 C 15.64852,8.7901993 14.35718,8.0944552 12.5,8.0625 z" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4995"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" + d="M 30,0 30,22 52,22 52,0 30,0 z M 46.625,2 C 47.31719,1.953827 47.915497,2.159052 48.15625,2.625 48.547995,3.383178 48.021489,4.722239 46.875,5.9375 45.813682,7.0624791 44.662734,7.613335 44.03125,7.28125 43.692147,7.1029241 43.337976,6.531842 43.25,6.0625 43.079371,5.1522168 43.716105,3.517873 44.5,2.875 45.13978,2.350316 45.93281,2.046173 46.625,2 z m -5.65625,0.71875 c 0.587443,-5.291e-4 0.931359,0.387341 1.03125,1.1875 0.122053,0.9776909 -0.466886,2.437543 -1.09375,2.65625 -0.378449,0.1320361 -0.385988,0.145631 -0.6875,0 C 39.81322,6.3666318 39.502528,5.57142 39.5,4.6875 39.496306,3.3967078 40.005789,2.719616 40.96875,2.71875 z m -3.8125,1.3125 c 0.540549,-0.078161 1.052166,0.4914325 1.25,1.5625 0.129721,0.702307 0.01014,1.342367 -0.375,1.75 C 37.675716,7.7200481 37.392601,7.695296 37,7.28125 36.475145,6.7277249 36.286196,6.305553 36.28125,5.53125 36.277056,4.8747068 36.281636,4.687396 36.625,4.34375 36.795347,4.173262 36.976067,4.0573035 37.15625,4.03125 z M 34.46875,6.375 C 35.029603,6.2837687 35.599846,6.8233425 35.8125,7.78125 36.111327,9.1273309 35.405425,9.830669 34.53125,9.0625 33.798831,8.4188978 33.476154,7.14923 33.9375,6.6875 34.1133,6.5115553 34.281799,6.4054104 34.46875,6.375 z M 42.5,8.0625 c 1.85718,0.031955 3.14852,0.7276993 3.28125,1.90625 0.128489,1.140889 -0.735884,2.17506 -3.25,3.875 -1.784687,1.20673 -2.5,1.868506 -2.5,2.3125 0,0.638209 0.793132,1.25 1.5625,1.25 0.485462,0 0.72281,-0.260882 0.9375,-1 0.284244,-0.978568 0.86548,-1.299646 2.25,-1.3125 0.969842,-0.009 1.267977,0.200172 1.3125,0.96875 0.02607,0.450122 -0.01637,0.68025 -0.28125,1.21875 -0.434197,0.882715 -1.448714,1.902761 -2.34375,2.34375 -0.610748,0.300916 -0.803284,0.343192 -1.75,0.375 -0.825837,0.02774 -1.179264,-0.0069 -1.625,-0.15625 C 39.234152,19.555813 38.719088,19.248703 37.875,18.5625 35.609396,16.720678 34.420581,14.021963 35.0625,12.125 35.327697,11.341306 35.640611,10.831715 36.1875,10.28125 37.13709,9.3254488 38.61799,8.627471 40.46875,8.25 41.187196,8.1034691 41.88094,8.0518483 42.5,8.0625 z" + id="path4997" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5065" + gradientUnits="userSpaceOnUse" + x1="11.508813" + y1="6.667244" + x2="11.508813" + y2="2.6882501" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5068" + gradientUnits="userSpaceOnUse" + x1="17.212025" + y1="7.3808393" + x2="17.212025" + y2="1.9877422" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5071" + gradientUnits="userSpaceOnUse" + x1="7.3737612" + y1="7.6049061" + x2="7.3737612" + y2="4.0347266" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5074" + gradientUnits="userSpaceOnUse" + x1="4.9496975" + y1="9.3934212" + x2="4.9496975" + y2="6.3640523" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5077" + gradientUnits="userSpaceOnUse" + x1="13" + y1="20" + x2="13" + y2="7.9960599" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3345" + gradientUnits="userSpaceOnUse" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3355" + gradientUnits="userSpaceOnUse" + x1="12.316144" + y1="18.468353" + x2="12.316144" + y2="3.4817097" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3357" + gradientUnits="userSpaceOnUse" + x1="18.764908" + y1="21" + x2="18.764908" + y2="0.96705598" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3522" + gradientUnits="userSpaceOnUse" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" + gradientTransform="translate(1,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3527" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3540" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="14.524625" + y1="17.41902" + x2="14.524625" + y2="4.625" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3542" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="10.50519" + y1="15.28125" + x2="10.50519" + y2="6.7458849" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,0)" + x1="16.5" + y1="19.542921" + x2="16.5" + y2="2.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3723" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2902" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(2,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2904" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(0,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2906" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(-1,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2909" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-31,-1)" + x1="12" + y1="19" + x2="12" + y2="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3689" + x1="96" + y1="-2" + x2="96" + y2="-82" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3691" + x1="72" + y1="-2" + x2="72" + y2="-66" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-16,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3693" + x1="56" + y1="-2" + x2="56" + y2="-50" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-12,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3271" + id="linearGradient3695" + x1="24" + y1="-2" + x2="24" + y2="-34" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-8,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3737" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3740" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3744" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,18)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3755" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3719" + x1="78" + y1="-66" + x2="78" + y2="6.0277724" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3727" + x1="19" + y1="-18" + x2="19" + y2="14.140317" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3729" + x1="37" + y1="-34" + x2="37" + y2="14.010415" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3731" + x1="57" + y1="-50" + x2="57" + y2="14.007812" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#e7e7e7" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="17.616316" + inkscape:cx="25.024116" + inkscape:cy="43.649471" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:showpageshadow="false" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="3699" + inkscape:window-height="2001" + inkscape:window-x="140" + inkscape:window-y="52" + inkscape:window-maximized="1" + borderlayer="true"> + <inkscape:grid + type="xygrid" + id="grid3672" + visible="true" + enabled="true" + empspacing="8" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Icon" + inkscape:groupmode="layer" + id="layer1" + style="display:inline" + transform="translate(0,74)"> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="0.99824595" + inkscape:original="M 74 -66.96875 C 70.716909 -66.96875 68.03125 -64.283091 68.03125 -61 L 68.03125 11 C 68.03125 14.283091 70.716909 16.96875 74 16.96875 L 82 16.96875 C 85.283091 16.96875 87.96875 14.283091 87.96875 11 L 87.96875 -61 C 87.96875 -64.283091 85.283091 -66.96875 82 -66.96875 L 74 -66.96875 z M 54 -50.96875 C 50.716909 -50.96875 48.03125 -48.283091 48.03125 -45 L 48.03125 11 C 48.03125 14.283091 50.716909 16.96875 54 16.96875 L 62 16.96875 C 65.283091 16.96875 67.96875 14.283091 67.96875 11 L 67.96875 -45 C 67.96875 -48.283091 65.283091 -50.96875 62 -50.96875 L 54 -50.96875 z M 34 -34.96875 C 30.716909 -34.96875 28.03125 -32.283091 28.03125 -29 L 28.03125 11 C 28.03125 14.283091 30.716909 16.96875 34 16.96875 L 42 16.96875 C 45.283091 16.96875 47.96875 14.283091 47.96875 11 L 47.96875 -29 C 47.96875 -32.283091 45.283091 -34.96875 42 -34.96875 L 34 -34.96875 z M 14 -18.96875 C 10.716909 -18.96875 8.03125 -16.283091 8.03125 -13 L 8.03125 11 C 8.03125 14.283091 10.716909 16.96875 14 16.96875 L 22 16.96875 C 25.283091 16.96875 27.96875 14.283091 27.96875 11 L 27.96875 -13 C 27.96875 -16.283091 25.283091 -18.96875 22 -18.96875 L 14 -18.96875 z " + style="opacity:0.08;fill:#000000;fill-opacity:1;stroke:none" + id="path3770" + d="m 74,-67.96875 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,24 c 0,3.827486 3.141264,6.96875 6.96875,6.96875 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 3.827486,0 6.96875,-3.141264 6.96875,-6.96875 l 0,-72 c 0,-3.827486 -3.141264,-6.96875 -6.96875,-6.96875 l -8,0 z" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="0.94991022" + inkscape:original="M 74 -66.03125 C 71.236635 -66.03125 68.96875 -63.763365 68.96875 -61 L 68.96875 11 C 68.96875 13.763365 71.236635 16.03125 74 16.03125 L 82 16.03125 C 84.763365 16.03125 87.03125 13.763365 87.03125 11 L 87.03125 -61 C 87.03125 -63.763365 84.763365 -66.03125 82 -66.03125 L 74 -66.03125 z M 54 -50.03125 C 51.236635 -50.03125 48.96875 -47.763365 48.96875 -45 L 48.96875 11 C 48.96875 13.763365 51.236635 16.03125 54 16.03125 L 62 16.03125 C 64.763365 16.03125 67.03125 13.763365 67.03125 11 L 67.03125 -45 C 67.03125 -47.763365 64.763365 -50.03125 62 -50.03125 L 54 -50.03125 z M 34 -34.03125 C 31.236635 -34.03125 28.96875 -31.763365 28.96875 -29 L 28.96875 11 C 28.96875 13.763365 31.236635 16.03125 34 16.03125 L 42 16.03125 C 44.763365 16.03125 47.03125 13.763365 47.03125 11 L 47.03125 -29 C 47.03125 -31.763365 44.763365 -34.03125 42 -34.03125 L 34 -34.03125 z M 14 -18.03125 C 11.236635 -18.03125 8.96875 -15.763365 8.96875 -13 L 8.96875 11 C 8.96875 13.763365 11.236635 16.03125 14 16.03125 L 22 16.03125 C 24.763365 16.03125 27.03125 13.763365 27.03125 11 L 27.03125 -13 C 27.03125 -15.763365 24.763365 -18.03125 22 -18.03125 L 14 -18.03125 z " + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:none" + id="path3766" + d="m 74,-66.96875 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,72 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-72 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,56 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-56 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,40 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-40 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,24 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-24 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="1.0198669" + inkscape:original="M 74 -65 C 71.784 -65 70 -63.216 70 -61 L 70 11 C 70 13.216 71.784 15 74 15 L 82 15 C 84.216 15 86 13.216 86 11 L 86 -61 C 86 -63.216 84.216 -65 82 -65 L 74 -65 z M 54 -49 C 51.784 -49 50 -47.216 50 -45 L 50 11 C 50 13.216 51.784 15 54 15 L 62 15 C 64.216 15 66 13.216 66 11 L 66 -45 C 66 -47.216 64.216 -49 62 -49 L 54 -49 z M 34 -33 C 31.784 -33 30 -31.216 30 -29 L 30 11 C 30 13.216 31.784 15 34 15 L 42 15 C 44.216 15 46 13.216 46 11 L 46 -29 C 46 -31.216 44.216 -33 42 -33 L 34 -33 z M 14 -17 C 11.784 -17 10 -15.216 10 -13 L 10 11 C 10 13.216 11.784 15 14 15 L 22 15 C 24.216 15 26 13.216 26 11 L 26 -13 C 26 -15.216 24.216 -17 22 -17 L 14 -17 z " + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none" + id="path3762" + d="m 74,-66.03125 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,72 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-72 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,56 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-56 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,40 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-40 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,24 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-24 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z" /> + <path + style="fill:#000000;fill-opacity:1;stroke:none;opacity:0.3" + d="m 74,-65 c -2.216,0 -4,1.784 -4,4 l 0,72 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-72 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,40 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-40 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,24 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-24 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="rect3747" /> + <rect + style="fill:url(#linearGradient3689);fill-opacity:1;stroke:none" + id="rect2903" + width="16" + height="80" + x="70" + y="-66" + rx="4" + ry="4" /> + <rect + y="-50" + x="50" + height="64" + width="16" + id="rect2905" + style="fill:url(#linearGradient3691);fill-opacity:1;stroke:none" + rx="4" + ry="4" /> + <rect + style="fill:url(#linearGradient3693);fill-opacity:1;stroke:none" + id="rect2907" + width="16" + height="48" + x="30" + y="-34" + rx="4" + ry="4" /> + <rect + y="-18" + x="10" + height="32" + width="16" + id="rect2909" + style="fill:url(#linearGradient3695);fill-opacity:1.0;stroke:none" + rx="4" + ry="4" /> + <path + style="fill:url(#linearGradient3719);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 74,-66 c -2.216,0 -4,1.784 -4,4 l 0,72 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 71.72124,13.326579 70.96875,12.273179 70.96875,11 l 0,-72 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,72 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 84.815572,13.275003 86,11.798949 86,10 l 0,-72 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2939" /> + <path + style="fill:url(#linearGradient3731);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 54,-50 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 51.72124,13.326579 50.96875,12.273179 50.96875,11 l 0,-56 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,56 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 64.815572,13.275003 66,11.798949 66,10 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2937" /> + <path + style="fill:url(#linearGradient3729);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 34,-34 c -2.216,0 -4,1.784 -4,4 l 0,40 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 31.72124,13.326579 30.96875,12.273179 30.96875,11 l 0,-40 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,40 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 44.815572,13.275003 46,11.798949 46,10 l 0,-40 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2935" /> + <path + style="fill:url(#linearGradient3727);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 14,-18 c -2.216,0 -4,1.784 -4,4 l 0,24 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 11.72124,13.326579 10.96875,12.273179 10.96875,11 l 0,-24 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,24 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 24.815572,13.275003 26,11.798949 26,10 l 0,-24 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="rect2912" /> + </g> +</svg> diff --git a/mate/scalable/status/nm-signal-50-secure.svg b/mate/scalable/status/nm-signal-50-secure.svg new file mode 100644 index 0000000..edddd4e --- /dev/null +++ b/mate/scalable/status/nm-signal-50-secure.svg @@ -0,0 +1,1140 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="96" + height="96" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.92.4 (unknown)" + version="1.0" + sodipodi:docname="nm-signal-50-secure.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + style="display:inline"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3713"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3715" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3717" /> + </linearGradient> + <linearGradient + id="linearGradient3295"> + <stop + style="stop-color:#559829;stop-opacity:1;" + offset="0" + id="stop3297" /> + <stop + style="stop-color:#86c837;stop-opacity:1;" + offset="1" + id="stop3299" /> + </linearGradient> + <linearGradient + id="linearGradient3287"> + <stop + style="stop-color:#cd0000;stop-opacity:1;" + offset="0" + id="stop3289" /> + <stop + style="stop-color:#e55300;stop-opacity:1;" + offset="1" + id="stop3291" /> + </linearGradient> + <linearGradient + id="linearGradient3279"> + <stop + style="stop-color:#f08e00;stop-opacity:1;" + offset="0" + id="stop3281" /> + <stop + style="stop-color:#ffd200;stop-opacity:1;" + offset="1" + id="stop3283" /> + </linearGradient> + <linearGradient + id="linearGradient3271"> + <stop + style="stop-color:#395d93;stop-opacity:1;" + offset="0" + id="stop3273" /> + <stop + style="stop-color:#6e92c7;stop-opacity:1;" + offset="1" + id="stop3275" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3327"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3330" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3333" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3327" + id="linearGradient3335" + x1="11.375" + y1="22" + x2="11.375" + y2="-9.817296" + gradientUnits="userSpaceOnUse" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 11 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="22 : 11 : 1" + inkscape:persp3d-origin="11 : 7.3333333 : 1" + id="perspective102" /> + <linearGradient + id="linearGradient4081"> + <stop + style="stop-color:#aaaaaa;stop-opacity:1;" + offset="0" + id="stop4083" /> + <stop + style="stop-color:#f0f0f0;stop-opacity:1;" + offset="1" + id="stop4085" /> + </linearGradient> + <linearGradient + id="linearGradient4057"> + <stop + style="stop-color:#816647;stop-opacity:1;" + offset="0" + id="stop4059" /> + <stop + style="stop-color:#a6845d;stop-opacity:1;" + offset="1" + id="stop4061" /> + </linearGradient> + <linearGradient + id="linearGradient3929"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3931" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3933" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3929" + id="linearGradient4051" + x1="9.494998" + y1="15.516565" + x2="9.494998" + y2="-4.1786065" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4057" + id="linearGradient4063" + x1="9.17138" + y1="21.000002" + x2="9.17138" + y2="0.97239029" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4089" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4103" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4105" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4107" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4109" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4111" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4113" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4115" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4117" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4119" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4121" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4123" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4125" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4127" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4129" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4132" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4141" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4148" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4158" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4180" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4182" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4184" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4186" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2480" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2483" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2489" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2495" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2498" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2501" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2504" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2506" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2508" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2510" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4974"> + <path + id="path4976" + d="M 16.625,2 C 15.93281,2.046173 15.13978,2.350316 14.5,2.875 13.716105,3.517873 13.079371,5.1522168 13.25,6.0625 13.337976,6.531842 13.692147,7.1029241 14.03125,7.28125 14.662734,7.613335 15.813682,7.0624791 16.875,5.9375 18.021489,4.722239 18.547995,3.383178 18.15625,2.625 17.915497,2.159052 17.31719,1.953827 16.625,2 z M 10.96875,2.71875 C 10.005789,2.719616 9.496306,3.3967078 9.5,4.6875 c 0.00253,0.88392 0.31322,1.6791318 0.71875,1.875 0.301512,0.145631 0.309051,0.1320361 0.6875,0 C 11.533114,6.343793 12.122053,4.8839409 12,3.90625 11.900109,3.106091 11.556193,2.7182209 10.96875,2.71875 z m -3.8125,1.3125 C 6.976067,4.0573035 6.795347,4.173262 6.625,4.34375 6.281636,4.687396 6.277056,4.8747068 6.28125,5.53125 6.286196,6.305553 6.475145,6.7277249 7,7.28125 7.392601,7.695296 7.675716,7.7200481 8.03125,7.34375 8.416388,6.936117 8.535971,6.296057 8.40625,5.59375 8.208416,4.5226825 7.696799,3.9530895 7.15625,4.03125 z M 4.46875,6.375 C 4.281799,6.4054104 4.1133,6.5115553 3.9375,6.6875 3.476154,7.14923 3.798831,8.4188978 4.53125,9.0625 5.405425,9.830669 6.111327,9.1273309 5.8125,7.78125 5.599846,6.8233425 5.029603,6.2837687 4.46875,6.375 z M 12.5,8.0625 C 11.88094,8.0518483 11.187196,8.1034691 10.46875,8.25 8.61799,8.627471 7.13709,9.3254488 6.1875,10.28125 5.640611,10.831715 5.327697,11.341306 5.0625,12.125 c -0.641919,1.896963 0.546896,4.595678 2.8125,6.4375 0.844088,0.686203 1.359152,0.993313 2.21875,1.28125 0.445736,0.149308 0.799163,0.183992 1.625,0.15625 0.946716,-0.03181 1.139252,-0.07408 1.75,-0.375 0.895036,-0.440989 1.909553,-1.461035 2.34375,-2.34375 0.264885,-0.5385 0.307321,-0.768628 0.28125,-1.21875 -0.04452,-0.768578 -0.342658,-0.977756 -1.3125,-0.96875 -1.38452,0.01285 -1.965756,0.333932 -2.25,1.3125 -0.21469,0.739118 -0.452038,1 -0.9375,1 -0.769368,0 -1.5625,-0.611791 -1.5625,-1.25 0,-0.443994 0.715313,-1.10577 2.5,-2.3125 2.514116,-1.69994 3.378489,-2.734111 3.25,-3.875 C 15.64852,8.7901993 14.35718,8.0944552 12.5,8.0625 z" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4995"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" + d="M 30,0 30,22 52,22 52,0 30,0 z M 46.625,2 C 47.31719,1.953827 47.915497,2.159052 48.15625,2.625 48.547995,3.383178 48.021489,4.722239 46.875,5.9375 45.813682,7.0624791 44.662734,7.613335 44.03125,7.28125 43.692147,7.1029241 43.337976,6.531842 43.25,6.0625 43.079371,5.1522168 43.716105,3.517873 44.5,2.875 45.13978,2.350316 45.93281,2.046173 46.625,2 z m -5.65625,0.71875 c 0.587443,-5.291e-4 0.931359,0.387341 1.03125,1.1875 0.122053,0.9776909 -0.466886,2.437543 -1.09375,2.65625 -0.378449,0.1320361 -0.385988,0.145631 -0.6875,0 C 39.81322,6.3666318 39.502528,5.57142 39.5,4.6875 39.496306,3.3967078 40.005789,2.719616 40.96875,2.71875 z m -3.8125,1.3125 c 0.540549,-0.078161 1.052166,0.4914325 1.25,1.5625 0.129721,0.702307 0.01014,1.342367 -0.375,1.75 C 37.675716,7.7200481 37.392601,7.695296 37,7.28125 36.475145,6.7277249 36.286196,6.305553 36.28125,5.53125 36.277056,4.8747068 36.281636,4.687396 36.625,4.34375 36.795347,4.173262 36.976067,4.0573035 37.15625,4.03125 z M 34.46875,6.375 C 35.029603,6.2837687 35.599846,6.8233425 35.8125,7.78125 36.111327,9.1273309 35.405425,9.830669 34.53125,9.0625 33.798831,8.4188978 33.476154,7.14923 33.9375,6.6875 34.1133,6.5115553 34.281799,6.4054104 34.46875,6.375 z M 42.5,8.0625 c 1.85718,0.031955 3.14852,0.7276993 3.28125,1.90625 0.128489,1.140889 -0.735884,2.17506 -3.25,3.875 -1.784687,1.20673 -2.5,1.868506 -2.5,2.3125 0,0.638209 0.793132,1.25 1.5625,1.25 0.485462,0 0.72281,-0.260882 0.9375,-1 0.284244,-0.978568 0.86548,-1.299646 2.25,-1.3125 0.969842,-0.009 1.267977,0.200172 1.3125,0.96875 0.02607,0.450122 -0.01637,0.68025 -0.28125,1.21875 -0.434197,0.882715 -1.448714,1.902761 -2.34375,2.34375 -0.610748,0.300916 -0.803284,0.343192 -1.75,0.375 -0.825837,0.02774 -1.179264,-0.0069 -1.625,-0.15625 C 39.234152,19.555813 38.719088,19.248703 37.875,18.5625 35.609396,16.720678 34.420581,14.021963 35.0625,12.125 35.327697,11.341306 35.640611,10.831715 36.1875,10.28125 37.13709,9.3254488 38.61799,8.627471 40.46875,8.25 41.187196,8.1034691 41.88094,8.0518483 42.5,8.0625 z" + id="path4997" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5065" + gradientUnits="userSpaceOnUse" + x1="11.508813" + y1="6.667244" + x2="11.508813" + y2="2.6882501" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5068" + gradientUnits="userSpaceOnUse" + x1="17.212025" + y1="7.3808393" + x2="17.212025" + y2="1.9877422" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5071" + gradientUnits="userSpaceOnUse" + x1="7.3737612" + y1="7.6049061" + x2="7.3737612" + y2="4.0347266" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5074" + gradientUnits="userSpaceOnUse" + x1="4.9496975" + y1="9.3934212" + x2="4.9496975" + y2="6.3640523" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5077" + gradientUnits="userSpaceOnUse" + x1="13" + y1="20" + x2="13" + y2="7.9960599" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3345" + gradientUnits="userSpaceOnUse" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3355" + gradientUnits="userSpaceOnUse" + x1="12.316144" + y1="18.468353" + x2="12.316144" + y2="3.4817097" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3357" + gradientUnits="userSpaceOnUse" + x1="18.764908" + y1="21" + x2="18.764908" + y2="0.96705598" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3522" + gradientUnits="userSpaceOnUse" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" + gradientTransform="translate(1,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3527" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3540" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="14.524625" + y1="17.41902" + x2="14.524625" + y2="4.625" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3542" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="10.50519" + y1="15.28125" + x2="10.50519" + y2="6.7458849" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,0)" + x1="16.5" + y1="19.542921" + x2="16.5" + y2="2.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3723" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2902" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(2,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2904" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(0,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2906" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(-1,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2909" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-31,-1)" + x1="12" + y1="19" + x2="12" + y2="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3689" + x1="96" + y1="-2" + x2="96" + y2="-82" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3691" + x1="72" + y1="-2" + x2="72" + y2="-66" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-16,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3271" + id="linearGradient3693" + x1="56" + y1="-2" + x2="56" + y2="-50" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-12,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3271" + id="linearGradient3695" + x1="24" + y1="-2" + x2="24" + y2="-34" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-8,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3737" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3740" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3744" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,18)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3755" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3719" + x1="78" + y1="-66" + x2="78" + y2="6.0277724" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3727" + x1="19" + y1="-18" + x2="19" + y2="14.140317" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3729" + x1="37" + y1="-34" + x2="37" + y2="14.010415" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3731" + x1="57" + y1="-50" + x2="57" + y2="14.007812" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3977" + id="linearGradient3983" + x1="48" + y1="36" + x2="56.96875" + y2="36" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" /> + <linearGradient + id="linearGradient3977"> + <stop + style="stop-color:#cbcbcb;stop-opacity:1" + offset="0" + id="stop3979" /> + <stop + style="stop-color:#efefef;stop-opacity:1" + offset="1" + id="stop3981" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3327" + id="linearGradient4011" + x1="39.03125" + y1="35.984375" + x2="47.230457" + y2="24.974846" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3327" + id="linearGradient4039" + x1="56.727566" + y1="37.282234" + x2="48.758419" + y2="23.479269" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3956" + id="linearGradient3933" + x1="48" + y1="41" + x2="60" + y2="41" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" /> + <linearGradient + id="linearGradient3956"> + <stop + id="stop3958" + offset="0" + style="stop-color:#e6c94c;stop-opacity:1;" /> + <stop + style="stop-color:#e7ce5f;stop-opacity:1" + offset="0.57832253" + id="stop3966" /> + <stop + style="stop-color:#f0de93;stop-opacity:1" + offset="0.83333331" + id="stop3960" /> + <stop + id="stop3962" + offset="0.91666669" + style="stop-color:#d0b64c;stop-opacity:1" /> + <stop + id="stop3964" + offset="1" + style="stop-color:#907d2e;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3956" + id="linearGradient3945" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" + x1="48" + y1="41" + x2="60" + y2="41" + gradientTransform="translate(0,6)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3956" + id="linearGradient3954" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,12)" + spreadMethod="reflect" + x1="48" + y1="41" + x2="60" + y2="41" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#e7e7e7" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="4.404079" + inkscape:cx="6.2630992" + inkscape:cy="43.53594" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:showpageshadow="false" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1790" + inkscape:window-height="1055" + inkscape:window-x="300" + inkscape:window-y="106" + inkscape:window-maximized="0" + borderlayer="true"> + <inkscape:grid + type="xygrid" + id="grid3672" + visible="true" + enabled="true" + empspacing="8" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Icon" + inkscape:groupmode="layer" + id="layer1" + style="display:inline" + transform="translate(0,74)"> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="0.99824595" + inkscape:original="M 74 -66.96875 C 70.716909 -66.96875 68.03125 -64.283091 68.03125 -61 L 68.03125 11 C 68.03125 14.283091 70.716909 16.96875 74 16.96875 L 82 16.96875 C 85.283091 16.96875 87.96875 14.283091 87.96875 11 L 87.96875 -61 C 87.96875 -64.283091 85.283091 -66.96875 82 -66.96875 L 74 -66.96875 z M 54 -50.96875 C 50.716909 -50.96875 48.03125 -48.283091 48.03125 -45 L 48.03125 11 C 48.03125 14.283091 50.716909 16.96875 54 16.96875 L 62 16.96875 C 65.283091 16.96875 67.96875 14.283091 67.96875 11 L 67.96875 -45 C 67.96875 -48.283091 65.283091 -50.96875 62 -50.96875 L 54 -50.96875 z M 34 -34.96875 C 30.716909 -34.96875 28.03125 -32.283091 28.03125 -29 L 28.03125 11 C 28.03125 14.283091 30.716909 16.96875 34 16.96875 L 42 16.96875 C 45.283091 16.96875 47.96875 14.283091 47.96875 11 L 47.96875 -29 C 47.96875 -32.283091 45.283091 -34.96875 42 -34.96875 L 34 -34.96875 z M 14 -18.96875 C 10.716909 -18.96875 8.03125 -16.283091 8.03125 -13 L 8.03125 11 C 8.03125 14.283091 10.716909 16.96875 14 16.96875 L 22 16.96875 C 25.283091 16.96875 27.96875 14.283091 27.96875 11 L 27.96875 -13 C 27.96875 -16.283091 25.283091 -18.96875 22 -18.96875 L 14 -18.96875 z " + style="opacity:0.08;fill:#000000;fill-opacity:1;stroke:none" + id="path3770" + d="m 74,-67.96875 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,24 c 0,3.827486 3.141264,6.96875 6.96875,6.96875 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 3.827486,0 6.96875,-3.141264 6.96875,-6.96875 l 0,-72 c 0,-3.827486 -3.141264,-6.96875 -6.96875,-6.96875 l -8,0 z" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="0.94991022" + inkscape:original="M 74 -66.03125 C 71.236635 -66.03125 68.96875 -63.763365 68.96875 -61 L 68.96875 11 C 68.96875 13.763365 71.236635 16.03125 74 16.03125 L 82 16.03125 C 84.763365 16.03125 87.03125 13.763365 87.03125 11 L 87.03125 -61 C 87.03125 -63.763365 84.763365 -66.03125 82 -66.03125 L 74 -66.03125 z M 54 -50.03125 C 51.236635 -50.03125 48.96875 -47.763365 48.96875 -45 L 48.96875 11 C 48.96875 13.763365 51.236635 16.03125 54 16.03125 L 62 16.03125 C 64.763365 16.03125 67.03125 13.763365 67.03125 11 L 67.03125 -45 C 67.03125 -47.763365 64.763365 -50.03125 62 -50.03125 L 54 -50.03125 z M 34 -34.03125 C 31.236635 -34.03125 28.96875 -31.763365 28.96875 -29 L 28.96875 11 C 28.96875 13.763365 31.236635 16.03125 34 16.03125 L 42 16.03125 C 44.763365 16.03125 47.03125 13.763365 47.03125 11 L 47.03125 -29 C 47.03125 -31.763365 44.763365 -34.03125 42 -34.03125 L 34 -34.03125 z M 14 -18.03125 C 11.236635 -18.03125 8.96875 -15.763365 8.96875 -13 L 8.96875 11 C 8.96875 13.763365 11.236635 16.03125 14 16.03125 L 22 16.03125 C 24.763365 16.03125 27.03125 13.763365 27.03125 11 L 27.03125 -13 C 27.03125 -15.763365 24.763365 -18.03125 22 -18.03125 L 14 -18.03125 z " + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:none" + id="path3766" + d="m 74,-66.96875 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,72 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-72 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,56 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-56 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,40 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-40 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,24 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-24 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="1.0198669" + inkscape:original="M 74 -65 C 71.784 -65 70 -63.216 70 -61 L 70 11 C 70 13.216 71.784 15 74 15 L 82 15 C 84.216 15 86 13.216 86 11 L 86 -61 C 86 -63.216 84.216 -65 82 -65 L 74 -65 z M 54 -49 C 51.784 -49 50 -47.216 50 -45 L 50 11 C 50 13.216 51.784 15 54 15 L 62 15 C 64.216 15 66 13.216 66 11 L 66 -45 C 66 -47.216 64.216 -49 62 -49 L 54 -49 z M 34 -33 C 31.784 -33 30 -31.216 30 -29 L 30 11 C 30 13.216 31.784 15 34 15 L 42 15 C 44.216 15 46 13.216 46 11 L 46 -29 C 46 -31.216 44.216 -33 42 -33 L 34 -33 z M 14 -17 C 11.784 -17 10 -15.216 10 -13 L 10 11 C 10 13.216 11.784 15 14 15 L 22 15 C 24.216 15 26 13.216 26 11 L 26 -13 C 26 -15.216 24.216 -17 22 -17 L 14 -17 z " + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none" + id="path3762" + d="m 74,-66.03125 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,72 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-72 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,56 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-56 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,40 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-40 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,24 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-24 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z" /> + <path + style="fill:#000000;fill-opacity:1;stroke:none;opacity:0.3" + d="m 74,-65 c -2.216,0 -4,1.784 -4,4 l 0,72 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-72 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,40 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-40 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,24 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-24 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="rect3747" /> + <rect + style="fill:url(#linearGradient3689);fill-opacity:1;stroke:none" + id="rect2903" + width="16" + height="80" + x="70" + y="-66" + rx="4" + ry="4" /> + <rect + y="-50" + x="50" + height="64" + width="16" + id="rect2905" + style="fill:url(#linearGradient3691);fill-opacity:1;stroke:none" + rx="4" + ry="4" /> + <rect + style="fill:url(#linearGradient3693);fill-opacity:1.0;stroke:none" + id="rect2907" + width="16" + height="48" + x="30" + y="-34" + rx="4" + ry="4" /> + <rect + y="-18" + x="10" + height="32" + width="16" + id="rect2909" + style="fill:url(#linearGradient3695);fill-opacity:1.0;stroke:none" + rx="4" + ry="4" /> + <path + style="fill:url(#linearGradient3719);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 74,-66 c -2.216,0 -4,1.784 -4,4 l 0,72 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 71.72124,13.326579 70.96875,12.273179 70.96875,11 l 0,-72 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,72 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 84.815572,13.275003 86,11.798949 86,10 l 0,-72 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2939" /> + <path + style="fill:url(#linearGradient3731);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 54,-50 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 51.72124,13.326579 50.96875,12.273179 50.96875,11 l 0,-56 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,56 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 64.815572,13.275003 66,11.798949 66,10 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2937" /> + <path + style="fill:url(#linearGradient3729);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 34,-34 c -2.216,0 -4,1.784 -4,4 l 0,40 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 31.72124,13.326579 30.96875,12.273179 30.96875,11 l 0,-40 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,40 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 44.815572,13.275003 46,11.798949 46,10 l 0,-40 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2935" /> + <path + style="fill:url(#linearGradient3727);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 14,-18 c -2.216,0 -4,1.784 -4,4 l 0,24 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 11.72124,13.326579 10.96875,12.273179 10.96875,11 l 0,-24 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,24 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 24.815572,13.275003 26,11.798949 26,10 l 0,-24 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="rect2912" /> + <g + style="display:inline" + id="g214" + transform="matrix(1.1389593,0,0,1.0713204,-37.245063,-95.651536)"> + <path + d="m 48,21.029297 c -6.579909,0 -11.970703,5.390794 -11.970703,11.970703 v 3.195312 C 34.309564,36.643113 32.998047,38.148778 32.998047,40 v 4 c 0,0.537304 0.20147,0.734055 0.363281,1 -0.161811,0.265945 -0.363281,0.462696 -0.363281,1 v 4 c 0,0.537304 0.20147,0.734055 0.363281,1 -0.161811,0.265945 -0.363281,0.462696 -0.363281,1 v 4 c 0,2.194591 1.807362,4.001953 4.001953,4.001953 h 22 c 2.194591,0 4.001953,-1.807362 4.001953,-4.001953 v -4 c 0,-0.537304 -0.20147,-0.734055 -0.363281,-1 0.161811,-0.265945 0.363281,-0.462696 0.363281,-1 v -4 c 0,-0.537304 -0.20147,-0.734055 -0.363281,-1 0.161811,-0.265945 0.363281,-0.462696 0.363281,-1 v -4 c 0,-1.851222 -1.311517,-3.356887 -3.03125,-3.804688 V 33 C 59.970703,26.420091 54.579909,21.029297 48,21.029297 Z m 0,9.003906 c 1.85377,0 2.966797,1.113027 2.966797,2.966797 v 2.998047 H 45.033203 V 33 c 0,-1.85377 1.113027,-2.966797 2.966797,-2.966797 z" + id="path4087" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.05;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:original="M 48 22 C 41.949613 22 37 26.949613 37 33 L 37 36.96875 C 35.340357 36.96875 33.96875 38.340357 33.96875 40 L 33.96875 44 C 33.96875 44.512118 34.202962 44.716009 34.375 45 C 34.202962 45.283991 33.96875 45.487882 33.96875 46 L 33.96875 50 C 33.96875 50.512118 34.202962 50.716009 34.375 51 C 34.202962 51.283991 33.96875 51.487882 33.96875 52 L 33.96875 56 C 33.96875 57.659643 35.340357 59.03125 37 59.03125 L 59 59.03125 C 60.659643 59.03125 62.03125 57.659643 62.03125 56 L 62.03125 52 C 62.03125 51.487882 61.797038 51.283991 61.625 51 C 61.797038 50.716009 62.03125 50.512118 62.03125 50 L 62.03125 46 C 62.03125 45.487882 61.797038 45.283991 61.625 45 C 61.797038 44.716009 62.03125 44.512118 62.03125 44 L 62.03125 40 C 62.03125 38.340357 60.659643 36.96875 59 36.96875 L 59 33 C 59 26.949613 54.050387 22 48 22 z M 48 29.0625 C 50.309873 29.0625 51.9375 30.690127 51.9375 33 L 51.9375 36.96875 L 44.0625 36.96875 L 44.0625 33 C 44.0625 30.690127 45.690127 29.0625 48 29.0625 z " + inkscape:radius="0.97092915" + sodipodi:type="inkscape:offset" /> + <path + inkscape:connector-curvature="0" + id="path4082" + d="m 48,22 c -6.050387,0 -11,4.949613 -11,11 v 3.96875 c -1.659643,0 -3.03125,1.371607 -3.03125,3.03125 v 4 c 0,0.512118 0.234212,0.716009 0.40625,1 -0.172038,0.283991 -0.40625,0.487882 -0.40625,1 v 4 c 0,0.512118 0.234212,0.716009 0.40625,1 -0.172038,0.283991 -0.40625,0.487882 -0.40625,1 v 4 c 0,1.659643 1.371607,3.03125 3.03125,3.03125 h 22 c 1.659643,0 3.03125,-1.371607 3.03125,-3.03125 v -4 c 0,-0.512118 -0.234212,-0.716009 -0.40625,-1 0.172038,-0.283991 0.40625,-0.487882 0.40625,-1 v -4 c 0,-0.512118 -0.234212,-0.716009 -0.40625,-1 0.172038,-0.283991 0.40625,-0.487882 0.40625,-1 v -4 c 0,-1.659643 -1.371607,-3.03125 -3.03125,-3.03125 V 33 C 59,26.949613 54.050387,22 48,22 Z m 0,7.0625 c 2.309873,0 3.9375,1.627627 3.9375,3.9375 v 3.96875 h -7.875 V 33 c 0,-2.309873 1.627627,-3.9375 3.9375,-3.9375 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.07999998;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + d="m 48,23.060547 c -5.477877,0 -9.939453,4.461576 -9.939453,9.939453 v 5.029297 H 37 c -1.0751,0 -1.970703,0.895603 -1.970703,1.970703 v 4 c 0,0.387206 0.220995,0.692778 0.419922,1 -0.198927,0.307222 -0.419922,0.612794 -0.419922,1 v 4 c 0,0.387206 0.220995,0.692778 0.419922,1 -0.198927,0.307222 -0.419922,0.612794 -0.419922,1 v 4 c 0,1.0751 0.895603,1.970703 1.970703,1.970703 h 22 c 1.0751,0 1.970703,-0.895603 1.970703,-1.970703 v -4 c 0,-0.387206 -0.220995,-0.692778 -0.419922,-1 0.198927,-0.307222 0.419922,-0.612794 0.419922,-1 v -4 c 0,-0.387206 -0.220995,-0.692778 -0.419922,-1 0.198927,-0.307222 0.419922,-0.612794 0.419922,-1 V 40 C 60.970703,38.9249 60.0751,38.029297 59,38.029297 H 57.939453 V 33 c 0,-5.477877 -4.461576,-9.939453 -9.939453,-9.939453 z m 0,4.941406 c 2.843291,0 4.998047,2.154756 4.998047,4.998047 v 5.029297 H 43.001953 V 33 c 0,-2.843291 2.154756,-4.998047 4.998047,-4.998047 z" + id="path4078" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:original="M 48 24.03125 C 43.0469 24.03125 39.03125 28.0469 39.03125 33 L 39.03125 39 L 37 39 C 36.446 39 36 39.446 36 40 L 36 44 C 36 44.554 36.446 45 37 45 C 36.446 45 36 45.446 36 46 L 36 50 C 36 50.554 36.446 51 37 51 C 36.446 51 36 51.446 36 52 L 36 56 C 36 56.554 36.446 57 37 57 L 59 57 C 59.554 57 60 56.554 60 56 L 60 52 C 60 51.446 59.554 51 59 51 C 59.554 51 60 50.554 60 50 L 60 46 C 60 45.446 59.554 45 59 45 C 59.554 45 60 44.554 60 44 L 60 40 C 60 39.446 59.554 39 59 39 L 56.96875 39 L 56.96875 33 C 56.96875 28.0469 52.9531 24.03125 48 24.03125 z M 48 27.03125 C 51.349468 27.03125 53.96875 29.650532 53.96875 33 L 53.96875 39 L 42.03125 39 L 42.03125 33 C 42.03125 29.650532 44.650532 27.03125 48 27.03125 z " + inkscape:radius="0.97092915" + sodipodi:type="inkscape:offset" /> + <path + inkscape:connector-curvature="0" + id="path4063" + d="m 48,24.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 6 H 37 c -0.554,0 -1,0.446 -1,1 v 4 c 0,0.554 0.446,1 1,1 -0.554,0 -1,0.446 -1,1 v 4 c 0,0.554 0.446,1 1,1 -0.554,0 -1,0.446 -1,1 v 4 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -4 c 0,-0.554 -0.446,-1 -1,-1 0.554,0 1,-0.446 1,-1 v -4 c 0,-0.554 -0.446,-1 -1,-1 0.554,0 1,-0.446 1,-1 v -4 c 0,-0.554 -0.446,-1 -1,-1 h -2.03125 v -6 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 z m 0,3 c 3.349468,0 5.96875,2.619282 5.96875,5.96875 v 6 h -11.9375 v -6 c 0,-3.349468 2.619282,-5.96875 5.96875,-5.96875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ssssssssssssss" + inkscape:connector-curvature="0" + id="path3974" + d="m 48,23.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 8 c 0,4.9531 4.01565,8.96875 8.96875,8.96875 4.9531,0 8.96875,-4.01565 8.96875,-8.96875 v -8 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 z m 0,3 c 3.349468,0 5.96875,2.619282 5.96875,5.96875 v 8 c 0,3.349468 -2.619282,5.96875 -5.96875,5.96875 -3.349468,0 -5.96875,-2.619282 -5.96875,-5.96875 v -8 c 0,-3.349468 2.619282,-5.96875 5.96875,-5.96875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3983);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="rect3985" + d="m 48,25 c -3.878,0 -7,3.122 -7,7 v 12 c 0,0.661889 0.11112,1.300171 0.28125,1.90625 1.643856,1.874098 4.03012,3.0625 6.71875,3.0625 2.68863,0 5.074894,-1.188402 6.71875,-3.0625 C 54.88888,45.300171 55,44.661889 55,44 V 32 c 0,-3.878 -3.122,-7 -7,-7 z m 0,1.03125 c 3.349468,0 5.96875,2.619282 5.96875,5.96875 v 8 c 0,3.349468 -2.619282,5.96875 -5.96875,5.96875 -3.349468,0 -5.96875,-2.619282 -5.96875,-5.96875 v -8 c 0,-3.349468 2.619282,-5.96875 5.96875,-5.96875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + transform="matrix(0.95522388,0,0,0.9875956,2.1492537,0.60355158)" + d="m 48,25.326172 c -3.70276,0 -6.673828,2.971068 -6.673828,6.673828 v 12 c 0,0.599785 0.105202,1.181874 0.257812,1.744141 1.583676,1.774077 3.85154,2.898437 6.416016,2.898437 2.564476,0 4.83234,-1.12436 6.416016,-2.898437 C 54.568626,45.181874 54.673828,44.599785 54.673828,44 V 32 c 0,-3.70276 -2.971068,-6.673828 -6.673828,-6.673828 z m 0,0.378906 c 3.51969,0 6.294922,2.775232 6.294922,6.294922 v 8 c 0,3.51969 -2.775232,6.294922 -6.294922,6.294922 -3.51969,0 -6.294922,-2.775232 -6.294922,-6.294922 v -8 c 0,-3.51969 2.775232,-6.294922 6.294922,-6.294922 z" + id="path3993" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:original="M 48 25 C 44.122 25 41 28.122 41 32 L 41 44 C 41 44.661889 41.11112 45.300171 41.28125 45.90625 C 42.925106 47.780348 45.31137 48.96875 48 48.96875 C 50.68863 48.96875 53.074894 47.780348 54.71875 45.90625 C 54.88888 45.300171 55 44.661889 55 44 L 55 32 C 55 28.122 51.878 25 48 25 z M 48 26.03125 C 51.349468 26.03125 53.96875 28.650532 53.96875 32 L 53.96875 40 C 53.96875 43.349468 51.349468 45.96875 48 45.96875 C 44.650532 45.96875 42.03125 43.349468 42.03125 40 L 42.03125 32 C 42.03125 28.650532 44.650532 26.03125 48 26.03125 z " + inkscape:radius="-0.32651302" + sodipodi:type="inkscape:offset" /> + <path + inkscape:connector-curvature="0" + id="path3995" + d="m 48,23.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 8 c 0,4.803463 3.785443,8.704923 8.53125,8.9375 C 43.040099,48.485235 39.5,44.69729 39.5,40.125 V 32.25 c 0,-4.87711 4.01565,-8.8125 8.96875,-8.8125 1.961522,0 3.773702,0.604265 5.25,1.65625 C 52.168406,23.814278 50.166981,23.03125 48,23.03125 Z m 3.84375,4.34375 c 1.310757,1.085979 2.125,2.749544 2.125,4.625 v 8 c 0,3.349468 -2.619282,5.96875 -5.96875,5.96875 -0.178019,0 -0.35764,-0.01674 -0.53125,-0.03125 0.324528,0.05172 0.658264,0.0625 1,0.0625 3.349468,0 5.96875,-2.57692 5.96875,-5.875 V 32.25 c 0,-2.061301 -1.008641,-3.829535 -2.59375,-4.875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.2;fill:url(#linearGradient4011);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ssccscs" + inkscape:connector-curvature="0" + id="path4013" + d="m 48,23.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 8 h 0.78125 v -8 c 0,-4.814493 3.801349,-8.752635 8.5625,-8.96875 -0.126641,-0.0053 -0.247055,0 -0.375,0 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4024" + d="m 48,23.03125 c -0.170961,0 -0.331399,0.02181 -0.5,0.03125 4.716118,0.2641 8.46875,4.155361 8.46875,8.9375 v 8 c 0,4.782139 -3.752632,8.6734 -8.46875,8.9375 0.168601,0.0094 0.329039,0.03125 0.5,0.03125 4.9531,0 8.96875,-4.01565 8.96875,-8.96875 v -8 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 z m -1,3 c -3.349468,0 -5.96875,2.619282 -5.96875,5.96875 v 8 c 0,3.349468 2.619282,5.96875 5.96875,5.96875 0.125814,0 0.251347,-0.02396 0.375,-0.03125 C 44.32736,45.637471 42.03125,43.140126 42.03125,40 v -8 c 0,-3.140126 2.29611,-5.637471 5.34375,-5.9375 C 47.251347,26.0552 47.125814,26.03125 47,26.03125 Z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:url(#linearGradient4039);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4041" + d="m 47.75,23.03125 c 4.820388,0.151447 8.6875,4.111609 8.6875,8.96875 v 8 c 0,4.857141 -3.867112,8.817303 -8.6875,8.96875 0.08472,0.0024 0.164703,0 0.25,0 4.9531,0 8.96875,-4.01565 8.96875,-8.96875 v -8 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 -0.0853,0 -0.165275,-0.0024 -0.25,0 z m -0.28125,3 C 44.119282,26.03125 41.5,28.650532 41.5,32 v 8 c 0,3.349468 2.619282,5.96875 5.96875,5.96875 0.09397,0 0.188472,0.0041 0.28125,0 C 44.520715,45.842516 42.03125,43.26594 42.03125,40 v -8 c 0,-3.26594 2.489465,-5.842516 5.71875,-5.96875 -0.09278,-0.0041 -0.187281,0 -0.28125,0 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" + inkscape:connector-curvature="0" + id="rect4052" + d="M 47.96875,24.5 48.75,24.53125 h 0.03125 l 0.71875,0.125 h 0.03125 l 0.6875,0.1875 H 50.25 l 0.65625,0.21875 0.03125,0.03125 0.625,0.28125 0.03125,0.03125 0.59375,0.34375 0.03125,0.03125 0.15625,0.125 L 52.84375,26 53.15625,25.65625 53.0625,25.1875 52.96875,25.125 52.78125,24.96875 52.75,24.9375 52.09375,24.53125 52.03125,24.5 51.34375,24.1875 51.28125,24.15625 50.5625,23.875 H 50.5 l -0.75,-0.1875 -0.0625,-0.03125 -0.78125,-0.125 h -0.0625 L 48.03125,23.5 c -0.956312,-0.06672 -1.152251,1.088959 -0.0625,1 z m -4,0 -0.0625,0.03125 -0.65625,0.40625 -0.03125,0.03125 -0.625,0.4375 L 42.5625,25.4375 42,25.96875 41.96875,26 l -0.53125,0.5625 -0.03125,0.03125 -0.4375,0.625 -0.03125,0.03125 -0.40625,0.65625 -0.03125,0.0625 -0.28125,0.625 V 29.0625 L 40.625,29.3125 41.0625,29.125 41.125,29 41.375,28.4375 41.40625,28.40625 41.75,27.8125 41.78125,27.78125 42.1875,27.25 l 0.03125,-0.03125 0.46875,-0.5 h 0.03125 V 26.6875 l 0.5,-0.46875 L 43.25,26.1875 43.78125,25.78125 43.8125,25.75 44.40625,25.40625 44.4375,25.375 45.03125,25.125 C 45.742924,24.657964 45,24 44.59375,24.21875 Z" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" /> + <path + d="m 48.017578,23.695312 c -0.3993,-0.02786 -0.573944,0.187024 -0.591797,0.335938 -0.0089,0.07446 0.0105,0.132508 0.08008,0.1875 0.06958,0.05499 0.20846,0.107385 0.447266,0.08789 a 0.19490146,0.19490146 0 0 1 0.02344,-0.002 l 0.777344,0.03125 h 0.02734 a 0.19490146,0.19490146 0 0 1 0.0332,0.0039 l 0.703125,0.121094 h 0.01367 a 0.19490146,0.19490146 0 0 1 0.05078,0.0078 l 0.66211,0.179688 H 50.25 a 0.19490146,0.19490146 0 0 1 0.0625,0.0098 l 0.65625,0.21875 a 0.19490146,0.19490146 0 0 1 0.07617,0.04687 l 0.0059,0.0078 0.591797,0.265625 a 0.19490146,0.19490146 0 0 1 0.05859,0.03906 l 0.01172,0.01367 0.572265,0.332031 a 0.19490146,0.19490146 0 0 1 0.04102,0.0293 l 0.02344,0.02539 0.109375,0.08789 0.314454,0.0625 0.171874,-0.189453 -0.05859,-0.292968 -0.02539,-0.01758 a 0.19490146,0.19490146 0 0 1 -0.01758,-0.01172 l -0.1875,-0.15625 a 0.19490146,0.19490146 0 0 1 -0.01367,-0.01172 l -0.01367,-0.01563 -0.630859,-0.390625 -0.05078,-0.02539 -0.683594,-0.310547 a 0.19490146,0.19490146 0 0 1 -0.0078,-0.0039 l -0.05469,-0.02734 -0.675781,-0.263672 H 50.5 a 0.19490146,0.19490146 0 0 1 -0.04687,-0.0059 l -0.75,-0.1875 a 0.19490146,0.19490146 0 0 1 -0.04102,-0.01563 l -0.03516,-0.01758 -0.736328,-0.117188 h -0.04687 a 0.19490146,0.19490146 0 0 1 -0.0078,0 l -0.8125,-0.03125 a 0.19490146,0.19490146 0 0 1 -0.0059,0 z m -3.144531,0.691407 c -0.0768,-0.02538 -0.143675,-0.01969 -0.1875,0.0039 a 0.19490146,0.19490146 0 0 1 -0.01172,0.0059 l -0.621094,0.279297 -0.05078,0.02539 -0.630859,0.390625 -0.01367,0.01563 a 0.19490146,0.19490146 0 0 1 -0.02734,0.02148 l -0.611328,0.427735 -0.01758,0.01953 a 0.19490146,0.19490146 0 0 1 -0.0039,0.0039 l -0.560547,0.529297 -0.02734,0.02734 -0.529297,0.560547 a 0.19490146,0.19490146 0 0 1 -0.0039,0.0039 l -0.01953,0.01758 -0.427735,0.611328 a 0.19490146,0.19490146 0 0 1 -0.02148,0.02734 l -0.01563,0.01367 -0.390625,0.630859 -0.02539,0.05078 -0.261719,0.582032 v 0.318359 l 0.226563,0.140625 0.279297,-0.119141 0.0293,-0.05859 0.248047,-0.558594 a 0.19490146,0.19490146 0 0 1 0.03906,-0.05859 l 0.01367,-0.01172 0.332031,-0.572265 a 0.19490146,0.19490146 0 0 1 0.0293,-0.04102 l 0.02344,-0.02148 0.398437,-0.521485 a 0.19490146,0.19490146 0 0 1 0.01563,-0.01953 l 0.0293,-0.02734 0.466797,-0.498046 a 0.19490146,0.19490146 0 0 1 0.02344,-0.02148 0.19490146,0.19490146 0 0 1 0.002,-0.002 0.19490146,0.19490146 0 0 1 0.01563,-0.01758 l 0.498046,-0.466797 0.02734,-0.0293 a 0.19490146,0.19490146 0 0 1 0.01953,-0.01563 l 0.521485,-0.398437 0.02148,-0.02344 a 0.19490146,0.19490146 0 0 1 0.04102,-0.0293 L 44.287109,25.25 l 0.01172,-0.01367 a 0.19490146,0.19490146 0 0 1 0.0625,-0.04102 l 0.56836,-0.240234 c 0.13686,-0.09302 0.187452,-0.175773 0.199218,-0.236328 0.01214,-0.06247 -0.005,-0.124279 -0.05273,-0.1875 -0.04771,-0.06322 -0.126323,-0.119152 -0.203125,-0.144531 z" + id="path4061" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" + inkscape:original="M 48.03125 23.5 C 47.074938 23.43328 46.878999 24.588959 47.96875 24.5 L 48.75 24.53125 L 48.78125 24.53125 L 49.5 24.65625 L 49.53125 24.65625 L 50.21875 24.84375 L 50.25 24.84375 L 50.90625 25.0625 L 50.9375 25.09375 L 51.5625 25.375 L 51.59375 25.40625 L 52.1875 25.75 L 52.21875 25.78125 L 52.375 25.90625 L 52.84375 26 L 53.15625 25.65625 L 53.0625 25.1875 L 52.96875 25.125 L 52.78125 24.96875 L 52.75 24.9375 L 52.09375 24.53125 L 52.03125 24.5 L 51.34375 24.1875 L 51.28125 24.15625 L 50.5625 23.875 L 50.5 23.875 L 49.75 23.6875 L 49.6875 23.65625 L 48.90625 23.53125 L 48.84375 23.53125 L 48.03125 23.5 z M 44.59375 24.21875 L 43.96875 24.5 L 43.90625 24.53125 L 43.25 24.9375 L 43.21875 24.96875 L 42.59375 25.40625 L 42.5625 25.4375 L 42 25.96875 L 41.96875 26 L 41.4375 26.5625 L 41.40625 26.59375 L 40.96875 27.21875 L 40.9375 27.25 L 40.53125 27.90625 L 40.5 27.96875 L 40.21875 28.59375 L 40.21875 29.0625 L 40.625 29.3125 L 41.0625 29.125 L 41.125 29 L 41.375 28.4375 L 41.40625 28.40625 L 41.75 27.8125 L 41.78125 27.78125 L 42.1875 27.25 L 42.21875 27.21875 L 42.6875 26.71875 L 42.71875 26.71875 L 42.71875 26.6875 L 43.21875 26.21875 L 43.25 26.1875 L 43.78125 25.78125 L 43.8125 25.75 L 44.40625 25.40625 L 44.4375 25.375 L 45.03125 25.125 C 45.742924 24.657964 45 24 44.59375 24.21875 z " + inkscape:radius="-0.19488198" + sodipodi:type="inkscape:offset" /> + <rect + ry="1" + rx="1" + y="38" + x="36" + height="6" + width="24" + id="rect3138" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3933);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="rect3148" + d="m 37,38 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 22 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="rect3921" + d="m 36,42 v 1 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -1 c 0,0.554 -0.446,1 -1,1 H 37 c -0.554,0 -1,-0.446 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3945);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect3939" + width="24" + height="6" + x="36" + y="44" + rx="1" + ry="1" /> + <path + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 37,44 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 22 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z" + id="path3941" /> + <path + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 36,48 v 1 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -1 c 0,0.554 -0.446,1 -1,1 H 37 c -0.554,0 -1,-0.446 -1,-1 z" + id="path3943" /> + <rect + ry="1" + rx="1" + y="50" + x="36" + height="6" + width="24" + id="rect3947" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3954);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + id="path3949" + d="m 37,50 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 22 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:connector-curvature="0" /> + <path + id="path3952" + d="m 36,54 v 1 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -1 c 0,0.554 -0.446,1 -1,1 H 37 c -0.554,0 -1,-0.446 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:connector-curvature="0" /> + </g> + </g> +</svg> diff --git a/mate/scalable/status/nm-signal-50.svg b/mate/scalable/status/nm-signal-50.svg new file mode 100644 index 0000000..720bdd9 --- /dev/null +++ b/mate/scalable/status/nm-signal-50.svg @@ -0,0 +1,907 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="96" + height="96" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.92.4 (unknown)" + version="1.0" + sodipodi:docname="notification-network-wireless-50.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + style="display:inline"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3713"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3715" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3717" /> + </linearGradient> + <linearGradient + id="linearGradient3295"> + <stop + style="stop-color:#559829;stop-opacity:1;" + offset="0" + id="stop3297" /> + <stop + style="stop-color:#86c837;stop-opacity:1;" + offset="1" + id="stop3299" /> + </linearGradient> + <linearGradient + id="linearGradient3287"> + <stop + style="stop-color:#cd0000;stop-opacity:1;" + offset="0" + id="stop3289" /> + <stop + style="stop-color:#e55300;stop-opacity:1;" + offset="1" + id="stop3291" /> + </linearGradient> + <linearGradient + id="linearGradient3279"> + <stop + style="stop-color:#f08e00;stop-opacity:1;" + offset="0" + id="stop3281" /> + <stop + style="stop-color:#ffd200;stop-opacity:1;" + offset="1" + id="stop3283" /> + </linearGradient> + <linearGradient + id="linearGradient3271"> + <stop + style="stop-color:#395d93;stop-opacity:1;" + offset="0" + id="stop3273" /> + <stop + style="stop-color:#6e92c7;stop-opacity:1;" + offset="1" + id="stop3275" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3327"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3330" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3333" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3327" + id="linearGradient3335" + x1="11.375" + y1="22" + x2="11.375" + y2="-9.817296" + gradientUnits="userSpaceOnUse" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 11 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="22 : 11 : 1" + inkscape:persp3d-origin="11 : 7.3333333 : 1" + id="perspective102" /> + <linearGradient + id="linearGradient4081"> + <stop + style="stop-color:#aaaaaa;stop-opacity:1;" + offset="0" + id="stop4083" /> + <stop + style="stop-color:#f0f0f0;stop-opacity:1;" + offset="1" + id="stop4085" /> + </linearGradient> + <linearGradient + id="linearGradient4057"> + <stop + style="stop-color:#816647;stop-opacity:1;" + offset="0" + id="stop4059" /> + <stop + style="stop-color:#a6845d;stop-opacity:1;" + offset="1" + id="stop4061" /> + </linearGradient> + <linearGradient + id="linearGradient3929"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3931" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3933" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3929" + id="linearGradient4051" + x1="9.494998" + y1="15.516565" + x2="9.494998" + y2="-4.1786065" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4057" + id="linearGradient4063" + x1="9.17138" + y1="21.000002" + x2="9.17138" + y2="0.97239029" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4089" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4103" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4105" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4107" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4109" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4111" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4113" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4115" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4117" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4119" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4121" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4123" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4125" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4127" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4129" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4132" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4141" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4148" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4158" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4180" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4182" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4184" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4186" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2480" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2483" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2489" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2495" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2498" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2501" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2504" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2506" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2508" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2510" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4974"> + <path + id="path4976" + d="M 16.625,2 C 15.93281,2.046173 15.13978,2.350316 14.5,2.875 13.716105,3.517873 13.079371,5.1522168 13.25,6.0625 13.337976,6.531842 13.692147,7.1029241 14.03125,7.28125 14.662734,7.613335 15.813682,7.0624791 16.875,5.9375 18.021489,4.722239 18.547995,3.383178 18.15625,2.625 17.915497,2.159052 17.31719,1.953827 16.625,2 z M 10.96875,2.71875 C 10.005789,2.719616 9.496306,3.3967078 9.5,4.6875 c 0.00253,0.88392 0.31322,1.6791318 0.71875,1.875 0.301512,0.145631 0.309051,0.1320361 0.6875,0 C 11.533114,6.343793 12.122053,4.8839409 12,3.90625 11.900109,3.106091 11.556193,2.7182209 10.96875,2.71875 z m -3.8125,1.3125 C 6.976067,4.0573035 6.795347,4.173262 6.625,4.34375 6.281636,4.687396 6.277056,4.8747068 6.28125,5.53125 6.286196,6.305553 6.475145,6.7277249 7,7.28125 7.392601,7.695296 7.675716,7.7200481 8.03125,7.34375 8.416388,6.936117 8.535971,6.296057 8.40625,5.59375 8.208416,4.5226825 7.696799,3.9530895 7.15625,4.03125 z M 4.46875,6.375 C 4.281799,6.4054104 4.1133,6.5115553 3.9375,6.6875 3.476154,7.14923 3.798831,8.4188978 4.53125,9.0625 5.405425,9.830669 6.111327,9.1273309 5.8125,7.78125 5.599846,6.8233425 5.029603,6.2837687 4.46875,6.375 z M 12.5,8.0625 C 11.88094,8.0518483 11.187196,8.1034691 10.46875,8.25 8.61799,8.627471 7.13709,9.3254488 6.1875,10.28125 5.640611,10.831715 5.327697,11.341306 5.0625,12.125 c -0.641919,1.896963 0.546896,4.595678 2.8125,6.4375 0.844088,0.686203 1.359152,0.993313 2.21875,1.28125 0.445736,0.149308 0.799163,0.183992 1.625,0.15625 0.946716,-0.03181 1.139252,-0.07408 1.75,-0.375 0.895036,-0.440989 1.909553,-1.461035 2.34375,-2.34375 0.264885,-0.5385 0.307321,-0.768628 0.28125,-1.21875 -0.04452,-0.768578 -0.342658,-0.977756 -1.3125,-0.96875 -1.38452,0.01285 -1.965756,0.333932 -2.25,1.3125 -0.21469,0.739118 -0.452038,1 -0.9375,1 -0.769368,0 -1.5625,-0.611791 -1.5625,-1.25 0,-0.443994 0.715313,-1.10577 2.5,-2.3125 2.514116,-1.69994 3.378489,-2.734111 3.25,-3.875 C 15.64852,8.7901993 14.35718,8.0944552 12.5,8.0625 z" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4995"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" + d="M 30,0 30,22 52,22 52,0 30,0 z M 46.625,2 C 47.31719,1.953827 47.915497,2.159052 48.15625,2.625 48.547995,3.383178 48.021489,4.722239 46.875,5.9375 45.813682,7.0624791 44.662734,7.613335 44.03125,7.28125 43.692147,7.1029241 43.337976,6.531842 43.25,6.0625 43.079371,5.1522168 43.716105,3.517873 44.5,2.875 45.13978,2.350316 45.93281,2.046173 46.625,2 z m -5.65625,0.71875 c 0.587443,-5.291e-4 0.931359,0.387341 1.03125,1.1875 0.122053,0.9776909 -0.466886,2.437543 -1.09375,2.65625 -0.378449,0.1320361 -0.385988,0.145631 -0.6875,0 C 39.81322,6.3666318 39.502528,5.57142 39.5,4.6875 39.496306,3.3967078 40.005789,2.719616 40.96875,2.71875 z m -3.8125,1.3125 c 0.540549,-0.078161 1.052166,0.4914325 1.25,1.5625 0.129721,0.702307 0.01014,1.342367 -0.375,1.75 C 37.675716,7.7200481 37.392601,7.695296 37,7.28125 36.475145,6.7277249 36.286196,6.305553 36.28125,5.53125 36.277056,4.8747068 36.281636,4.687396 36.625,4.34375 36.795347,4.173262 36.976067,4.0573035 37.15625,4.03125 z M 34.46875,6.375 C 35.029603,6.2837687 35.599846,6.8233425 35.8125,7.78125 36.111327,9.1273309 35.405425,9.830669 34.53125,9.0625 33.798831,8.4188978 33.476154,7.14923 33.9375,6.6875 34.1133,6.5115553 34.281799,6.4054104 34.46875,6.375 z M 42.5,8.0625 c 1.85718,0.031955 3.14852,0.7276993 3.28125,1.90625 0.128489,1.140889 -0.735884,2.17506 -3.25,3.875 -1.784687,1.20673 -2.5,1.868506 -2.5,2.3125 0,0.638209 0.793132,1.25 1.5625,1.25 0.485462,0 0.72281,-0.260882 0.9375,-1 0.284244,-0.978568 0.86548,-1.299646 2.25,-1.3125 0.969842,-0.009 1.267977,0.200172 1.3125,0.96875 0.02607,0.450122 -0.01637,0.68025 -0.28125,1.21875 -0.434197,0.882715 -1.448714,1.902761 -2.34375,2.34375 -0.610748,0.300916 -0.803284,0.343192 -1.75,0.375 -0.825837,0.02774 -1.179264,-0.0069 -1.625,-0.15625 C 39.234152,19.555813 38.719088,19.248703 37.875,18.5625 35.609396,16.720678 34.420581,14.021963 35.0625,12.125 35.327697,11.341306 35.640611,10.831715 36.1875,10.28125 37.13709,9.3254488 38.61799,8.627471 40.46875,8.25 41.187196,8.1034691 41.88094,8.0518483 42.5,8.0625 z" + id="path4997" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5065" + gradientUnits="userSpaceOnUse" + x1="11.508813" + y1="6.667244" + x2="11.508813" + y2="2.6882501" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5068" + gradientUnits="userSpaceOnUse" + x1="17.212025" + y1="7.3808393" + x2="17.212025" + y2="1.9877422" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5071" + gradientUnits="userSpaceOnUse" + x1="7.3737612" + y1="7.6049061" + x2="7.3737612" + y2="4.0347266" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5074" + gradientUnits="userSpaceOnUse" + x1="4.9496975" + y1="9.3934212" + x2="4.9496975" + y2="6.3640523" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5077" + gradientUnits="userSpaceOnUse" + x1="13" + y1="20" + x2="13" + y2="7.9960599" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3345" + gradientUnits="userSpaceOnUse" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3355" + gradientUnits="userSpaceOnUse" + x1="12.316144" + y1="18.468353" + x2="12.316144" + y2="3.4817097" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3357" + gradientUnits="userSpaceOnUse" + x1="18.764908" + y1="21" + x2="18.764908" + y2="0.96705598" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3522" + gradientUnits="userSpaceOnUse" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" + gradientTransform="translate(1,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3527" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3540" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="14.524625" + y1="17.41902" + x2="14.524625" + y2="4.625" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3542" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="10.50519" + y1="15.28125" + x2="10.50519" + y2="6.7458849" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,0)" + x1="16.5" + y1="19.542921" + x2="16.5" + y2="2.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3723" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2902" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(2,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2904" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(0,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2906" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(-1,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2909" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-31,-1)" + x1="12" + y1="19" + x2="12" + y2="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3689" + x1="96" + y1="-2" + x2="96" + y2="-82" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3691" + x1="72" + y1="-2" + x2="72" + y2="-66" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-16,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3271" + id="linearGradient3693" + x1="56" + y1="-2" + x2="56" + y2="-50" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-12,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3271" + id="linearGradient3695" + x1="24" + y1="-2" + x2="24" + y2="-34" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-8,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3737" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3740" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3744" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,18)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3755" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3719" + x1="78" + y1="-66" + x2="78" + y2="6.0277724" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3727" + x1="19" + y1="-18" + x2="19" + y2="14.140317" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3729" + x1="37" + y1="-34" + x2="37" + y2="14.010415" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3731" + x1="57" + y1="-50" + x2="57" + y2="14.007812" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#e7e7e7" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="17.616316" + inkscape:cx="25.024116" + inkscape:cy="43.649471" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:showpageshadow="false" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="3699" + inkscape:window-height="2001" + inkscape:window-x="140" + inkscape:window-y="52" + inkscape:window-maximized="1" + borderlayer="true"> + <inkscape:grid + type="xygrid" + id="grid3672" + visible="true" + enabled="true" + empspacing="8" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Icon" + inkscape:groupmode="layer" + id="layer1" + style="display:inline" + transform="translate(0,74)"> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="0.99824595" + inkscape:original="M 74 -66.96875 C 70.716909 -66.96875 68.03125 -64.283091 68.03125 -61 L 68.03125 11 C 68.03125 14.283091 70.716909 16.96875 74 16.96875 L 82 16.96875 C 85.283091 16.96875 87.96875 14.283091 87.96875 11 L 87.96875 -61 C 87.96875 -64.283091 85.283091 -66.96875 82 -66.96875 L 74 -66.96875 z M 54 -50.96875 C 50.716909 -50.96875 48.03125 -48.283091 48.03125 -45 L 48.03125 11 C 48.03125 14.283091 50.716909 16.96875 54 16.96875 L 62 16.96875 C 65.283091 16.96875 67.96875 14.283091 67.96875 11 L 67.96875 -45 C 67.96875 -48.283091 65.283091 -50.96875 62 -50.96875 L 54 -50.96875 z M 34 -34.96875 C 30.716909 -34.96875 28.03125 -32.283091 28.03125 -29 L 28.03125 11 C 28.03125 14.283091 30.716909 16.96875 34 16.96875 L 42 16.96875 C 45.283091 16.96875 47.96875 14.283091 47.96875 11 L 47.96875 -29 C 47.96875 -32.283091 45.283091 -34.96875 42 -34.96875 L 34 -34.96875 z M 14 -18.96875 C 10.716909 -18.96875 8.03125 -16.283091 8.03125 -13 L 8.03125 11 C 8.03125 14.283091 10.716909 16.96875 14 16.96875 L 22 16.96875 C 25.283091 16.96875 27.96875 14.283091 27.96875 11 L 27.96875 -13 C 27.96875 -16.283091 25.283091 -18.96875 22 -18.96875 L 14 -18.96875 z " + style="opacity:0.08;fill:#000000;fill-opacity:1;stroke:none" + id="path3770" + d="m 74,-67.96875 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,24 c 0,3.827486 3.141264,6.96875 6.96875,6.96875 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 3.827486,0 6.96875,-3.141264 6.96875,-6.96875 l 0,-72 c 0,-3.827486 -3.141264,-6.96875 -6.96875,-6.96875 l -8,0 z" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="0.94991022" + inkscape:original="M 74 -66.03125 C 71.236635 -66.03125 68.96875 -63.763365 68.96875 -61 L 68.96875 11 C 68.96875 13.763365 71.236635 16.03125 74 16.03125 L 82 16.03125 C 84.763365 16.03125 87.03125 13.763365 87.03125 11 L 87.03125 -61 C 87.03125 -63.763365 84.763365 -66.03125 82 -66.03125 L 74 -66.03125 z M 54 -50.03125 C 51.236635 -50.03125 48.96875 -47.763365 48.96875 -45 L 48.96875 11 C 48.96875 13.763365 51.236635 16.03125 54 16.03125 L 62 16.03125 C 64.763365 16.03125 67.03125 13.763365 67.03125 11 L 67.03125 -45 C 67.03125 -47.763365 64.763365 -50.03125 62 -50.03125 L 54 -50.03125 z M 34 -34.03125 C 31.236635 -34.03125 28.96875 -31.763365 28.96875 -29 L 28.96875 11 C 28.96875 13.763365 31.236635 16.03125 34 16.03125 L 42 16.03125 C 44.763365 16.03125 47.03125 13.763365 47.03125 11 L 47.03125 -29 C 47.03125 -31.763365 44.763365 -34.03125 42 -34.03125 L 34 -34.03125 z M 14 -18.03125 C 11.236635 -18.03125 8.96875 -15.763365 8.96875 -13 L 8.96875 11 C 8.96875 13.763365 11.236635 16.03125 14 16.03125 L 22 16.03125 C 24.763365 16.03125 27.03125 13.763365 27.03125 11 L 27.03125 -13 C 27.03125 -15.763365 24.763365 -18.03125 22 -18.03125 L 14 -18.03125 z " + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:none" + id="path3766" + d="m 74,-66.96875 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,72 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-72 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,56 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-56 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,40 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-40 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,24 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-24 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="1.0198669" + inkscape:original="M 74 -65 C 71.784 -65 70 -63.216 70 -61 L 70 11 C 70 13.216 71.784 15 74 15 L 82 15 C 84.216 15 86 13.216 86 11 L 86 -61 C 86 -63.216 84.216 -65 82 -65 L 74 -65 z M 54 -49 C 51.784 -49 50 -47.216 50 -45 L 50 11 C 50 13.216 51.784 15 54 15 L 62 15 C 64.216 15 66 13.216 66 11 L 66 -45 C 66 -47.216 64.216 -49 62 -49 L 54 -49 z M 34 -33 C 31.784 -33 30 -31.216 30 -29 L 30 11 C 30 13.216 31.784 15 34 15 L 42 15 C 44.216 15 46 13.216 46 11 L 46 -29 C 46 -31.216 44.216 -33 42 -33 L 34 -33 z M 14 -17 C 11.784 -17 10 -15.216 10 -13 L 10 11 C 10 13.216 11.784 15 14 15 L 22 15 C 24.216 15 26 13.216 26 11 L 26 -13 C 26 -15.216 24.216 -17 22 -17 L 14 -17 z " + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none" + id="path3762" + d="m 74,-66.03125 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,72 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-72 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,56 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-56 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,40 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-40 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,24 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-24 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z" /> + <path + style="fill:#000000;fill-opacity:1;stroke:none;opacity:0.3" + d="m 74,-65 c -2.216,0 -4,1.784 -4,4 l 0,72 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-72 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,40 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-40 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,24 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-24 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="rect3747" /> + <rect + style="fill:url(#linearGradient3689);fill-opacity:1;stroke:none" + id="rect2903" + width="16" + height="80" + x="70" + y="-66" + rx="4" + ry="4" /> + <rect + y="-50" + x="50" + height="64" + width="16" + id="rect2905" + style="fill:url(#linearGradient3691);fill-opacity:1;stroke:none" + rx="4" + ry="4" /> + <rect + style="fill:url(#linearGradient3693);fill-opacity:1.0;stroke:none" + id="rect2907" + width="16" + height="48" + x="30" + y="-34" + rx="4" + ry="4" /> + <rect + y="-18" + x="10" + height="32" + width="16" + id="rect2909" + style="fill:url(#linearGradient3695);fill-opacity:1.0;stroke:none" + rx="4" + ry="4" /> + <path + style="fill:url(#linearGradient3719);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 74,-66 c -2.216,0 -4,1.784 -4,4 l 0,72 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 71.72124,13.326579 70.96875,12.273179 70.96875,11 l 0,-72 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,72 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 84.815572,13.275003 86,11.798949 86,10 l 0,-72 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2939" /> + <path + style="fill:url(#linearGradient3731);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 54,-50 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 51.72124,13.326579 50.96875,12.273179 50.96875,11 l 0,-56 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,56 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 64.815572,13.275003 66,11.798949 66,10 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2937" /> + <path + style="fill:url(#linearGradient3729);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 34,-34 c -2.216,0 -4,1.784 -4,4 l 0,40 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 31.72124,13.326579 30.96875,12.273179 30.96875,11 l 0,-40 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,40 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 44.815572,13.275003 46,11.798949 46,10 l 0,-40 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2935" /> + <path + style="fill:url(#linearGradient3727);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 14,-18 c -2.216,0 -4,1.784 -4,4 l 0,24 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 11.72124,13.326579 10.96875,12.273179 10.96875,11 l 0,-24 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,24 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 24.815572,13.275003 26,11.798949 26,10 l 0,-24 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="rect2912" /> + </g> +</svg> diff --git a/mate/scalable/status/nm-signal-75-secure.svg b/mate/scalable/status/nm-signal-75-secure.svg new file mode 100644 index 0000000..5ad50e7 --- /dev/null +++ b/mate/scalable/status/nm-signal-75-secure.svg @@ -0,0 +1,1140 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="96" + height="96" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.92.4 (unknown)" + version="1.0" + sodipodi:docname="nm-signal-75-secure.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + style="display:inline"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3713"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3715" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3717" /> + </linearGradient> + <linearGradient + id="linearGradient3295"> + <stop + style="stop-color:#559829;stop-opacity:1;" + offset="0" + id="stop3297" /> + <stop + style="stop-color:#86c837;stop-opacity:1;" + offset="1" + id="stop3299" /> + </linearGradient> + <linearGradient + id="linearGradient3287"> + <stop + style="stop-color:#cd0000;stop-opacity:1;" + offset="0" + id="stop3289" /> + <stop + style="stop-color:#e55300;stop-opacity:1;" + offset="1" + id="stop3291" /> + </linearGradient> + <linearGradient + id="linearGradient3279"> + <stop + style="stop-color:#f08e00;stop-opacity:1;" + offset="0" + id="stop3281" /> + <stop + style="stop-color:#ffd200;stop-opacity:1;" + offset="1" + id="stop3283" /> + </linearGradient> + <linearGradient + id="linearGradient3271"> + <stop + style="stop-color:#395d93;stop-opacity:1;" + offset="0" + id="stop3273" /> + <stop + style="stop-color:#6e92c7;stop-opacity:1;" + offset="1" + id="stop3275" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3327"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3330" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3333" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3327" + id="linearGradient3335" + x1="11.375" + y1="22" + x2="11.375" + y2="-9.817296" + gradientUnits="userSpaceOnUse" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 11 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="22 : 11 : 1" + inkscape:persp3d-origin="11 : 7.3333333 : 1" + id="perspective102" /> + <linearGradient + id="linearGradient4081"> + <stop + style="stop-color:#aaaaaa;stop-opacity:1;" + offset="0" + id="stop4083" /> + <stop + style="stop-color:#f0f0f0;stop-opacity:1;" + offset="1" + id="stop4085" /> + </linearGradient> + <linearGradient + id="linearGradient4057"> + <stop + style="stop-color:#816647;stop-opacity:1;" + offset="0" + id="stop4059" /> + <stop + style="stop-color:#a6845d;stop-opacity:1;" + offset="1" + id="stop4061" /> + </linearGradient> + <linearGradient + id="linearGradient3929"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3931" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3933" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3929" + id="linearGradient4051" + x1="9.494998" + y1="15.516565" + x2="9.494998" + y2="-4.1786065" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4057" + id="linearGradient4063" + x1="9.17138" + y1="21.000002" + x2="9.17138" + y2="0.97239029" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4089" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4103" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4105" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4107" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4109" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4111" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4113" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4115" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4117" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4119" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4121" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4123" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4125" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4127" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4129" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4132" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4141" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4148" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4158" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4180" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4182" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4184" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4186" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2480" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2483" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2489" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2495" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2498" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2501" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2504" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2506" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2508" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2510" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4974"> + <path + id="path4976" + d="M 16.625,2 C 15.93281,2.046173 15.13978,2.350316 14.5,2.875 13.716105,3.517873 13.079371,5.1522168 13.25,6.0625 13.337976,6.531842 13.692147,7.1029241 14.03125,7.28125 14.662734,7.613335 15.813682,7.0624791 16.875,5.9375 18.021489,4.722239 18.547995,3.383178 18.15625,2.625 17.915497,2.159052 17.31719,1.953827 16.625,2 z M 10.96875,2.71875 C 10.005789,2.719616 9.496306,3.3967078 9.5,4.6875 c 0.00253,0.88392 0.31322,1.6791318 0.71875,1.875 0.301512,0.145631 0.309051,0.1320361 0.6875,0 C 11.533114,6.343793 12.122053,4.8839409 12,3.90625 11.900109,3.106091 11.556193,2.7182209 10.96875,2.71875 z m -3.8125,1.3125 C 6.976067,4.0573035 6.795347,4.173262 6.625,4.34375 6.281636,4.687396 6.277056,4.8747068 6.28125,5.53125 6.286196,6.305553 6.475145,6.7277249 7,7.28125 7.392601,7.695296 7.675716,7.7200481 8.03125,7.34375 8.416388,6.936117 8.535971,6.296057 8.40625,5.59375 8.208416,4.5226825 7.696799,3.9530895 7.15625,4.03125 z M 4.46875,6.375 C 4.281799,6.4054104 4.1133,6.5115553 3.9375,6.6875 3.476154,7.14923 3.798831,8.4188978 4.53125,9.0625 5.405425,9.830669 6.111327,9.1273309 5.8125,7.78125 5.599846,6.8233425 5.029603,6.2837687 4.46875,6.375 z M 12.5,8.0625 C 11.88094,8.0518483 11.187196,8.1034691 10.46875,8.25 8.61799,8.627471 7.13709,9.3254488 6.1875,10.28125 5.640611,10.831715 5.327697,11.341306 5.0625,12.125 c -0.641919,1.896963 0.546896,4.595678 2.8125,6.4375 0.844088,0.686203 1.359152,0.993313 2.21875,1.28125 0.445736,0.149308 0.799163,0.183992 1.625,0.15625 0.946716,-0.03181 1.139252,-0.07408 1.75,-0.375 0.895036,-0.440989 1.909553,-1.461035 2.34375,-2.34375 0.264885,-0.5385 0.307321,-0.768628 0.28125,-1.21875 -0.04452,-0.768578 -0.342658,-0.977756 -1.3125,-0.96875 -1.38452,0.01285 -1.965756,0.333932 -2.25,1.3125 -0.21469,0.739118 -0.452038,1 -0.9375,1 -0.769368,0 -1.5625,-0.611791 -1.5625,-1.25 0,-0.443994 0.715313,-1.10577 2.5,-2.3125 2.514116,-1.69994 3.378489,-2.734111 3.25,-3.875 C 15.64852,8.7901993 14.35718,8.0944552 12.5,8.0625 z" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4995"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" + d="M 30,0 30,22 52,22 52,0 30,0 z M 46.625,2 C 47.31719,1.953827 47.915497,2.159052 48.15625,2.625 48.547995,3.383178 48.021489,4.722239 46.875,5.9375 45.813682,7.0624791 44.662734,7.613335 44.03125,7.28125 43.692147,7.1029241 43.337976,6.531842 43.25,6.0625 43.079371,5.1522168 43.716105,3.517873 44.5,2.875 45.13978,2.350316 45.93281,2.046173 46.625,2 z m -5.65625,0.71875 c 0.587443,-5.291e-4 0.931359,0.387341 1.03125,1.1875 0.122053,0.9776909 -0.466886,2.437543 -1.09375,2.65625 -0.378449,0.1320361 -0.385988,0.145631 -0.6875,0 C 39.81322,6.3666318 39.502528,5.57142 39.5,4.6875 39.496306,3.3967078 40.005789,2.719616 40.96875,2.71875 z m -3.8125,1.3125 c 0.540549,-0.078161 1.052166,0.4914325 1.25,1.5625 0.129721,0.702307 0.01014,1.342367 -0.375,1.75 C 37.675716,7.7200481 37.392601,7.695296 37,7.28125 36.475145,6.7277249 36.286196,6.305553 36.28125,5.53125 36.277056,4.8747068 36.281636,4.687396 36.625,4.34375 36.795347,4.173262 36.976067,4.0573035 37.15625,4.03125 z M 34.46875,6.375 C 35.029603,6.2837687 35.599846,6.8233425 35.8125,7.78125 36.111327,9.1273309 35.405425,9.830669 34.53125,9.0625 33.798831,8.4188978 33.476154,7.14923 33.9375,6.6875 34.1133,6.5115553 34.281799,6.4054104 34.46875,6.375 z M 42.5,8.0625 c 1.85718,0.031955 3.14852,0.7276993 3.28125,1.90625 0.128489,1.140889 -0.735884,2.17506 -3.25,3.875 -1.784687,1.20673 -2.5,1.868506 -2.5,2.3125 0,0.638209 0.793132,1.25 1.5625,1.25 0.485462,0 0.72281,-0.260882 0.9375,-1 0.284244,-0.978568 0.86548,-1.299646 2.25,-1.3125 0.969842,-0.009 1.267977,0.200172 1.3125,0.96875 0.02607,0.450122 -0.01637,0.68025 -0.28125,1.21875 -0.434197,0.882715 -1.448714,1.902761 -2.34375,2.34375 -0.610748,0.300916 -0.803284,0.343192 -1.75,0.375 -0.825837,0.02774 -1.179264,-0.0069 -1.625,-0.15625 C 39.234152,19.555813 38.719088,19.248703 37.875,18.5625 35.609396,16.720678 34.420581,14.021963 35.0625,12.125 35.327697,11.341306 35.640611,10.831715 36.1875,10.28125 37.13709,9.3254488 38.61799,8.627471 40.46875,8.25 41.187196,8.1034691 41.88094,8.0518483 42.5,8.0625 z" + id="path4997" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5065" + gradientUnits="userSpaceOnUse" + x1="11.508813" + y1="6.667244" + x2="11.508813" + y2="2.6882501" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5068" + gradientUnits="userSpaceOnUse" + x1="17.212025" + y1="7.3808393" + x2="17.212025" + y2="1.9877422" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5071" + gradientUnits="userSpaceOnUse" + x1="7.3737612" + y1="7.6049061" + x2="7.3737612" + y2="4.0347266" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5074" + gradientUnits="userSpaceOnUse" + x1="4.9496975" + y1="9.3934212" + x2="4.9496975" + y2="6.3640523" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5077" + gradientUnits="userSpaceOnUse" + x1="13" + y1="20" + x2="13" + y2="7.9960599" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3345" + gradientUnits="userSpaceOnUse" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3355" + gradientUnits="userSpaceOnUse" + x1="12.316144" + y1="18.468353" + x2="12.316144" + y2="3.4817097" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3357" + gradientUnits="userSpaceOnUse" + x1="18.764908" + y1="21" + x2="18.764908" + y2="0.96705598" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3522" + gradientUnits="userSpaceOnUse" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" + gradientTransform="translate(1,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3527" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3540" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="14.524625" + y1="17.41902" + x2="14.524625" + y2="4.625" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3542" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="10.50519" + y1="15.28125" + x2="10.50519" + y2="6.7458849" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,0)" + x1="16.5" + y1="19.542921" + x2="16.5" + y2="2.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3723" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2902" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(2,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2904" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(0,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2906" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(-1,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2909" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-31,-1)" + x1="12" + y1="19" + x2="12" + y2="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3689" + x1="96" + y1="-2" + x2="96" + y2="-82" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3271" + id="linearGradient3691" + x1="72" + y1="-2" + x2="72" + y2="-66" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-16,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3271" + id="linearGradient3693" + x1="56" + y1="-2" + x2="56" + y2="-50" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-12,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3271" + id="linearGradient3695" + x1="24" + y1="-2" + x2="24" + y2="-34" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-8,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3737" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3740" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3744" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,18)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3755" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3719" + x1="78" + y1="-66" + x2="78" + y2="6.0277724" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3727" + x1="19" + y1="-18" + x2="19" + y2="14.140317" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3729" + x1="37" + y1="-34" + x2="37" + y2="14.010415" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3731" + x1="57" + y1="-50" + x2="57" + y2="14.007812" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3977" + id="linearGradient3983" + x1="48" + y1="36" + x2="56.96875" + y2="36" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" /> + <linearGradient + id="linearGradient3977"> + <stop + style="stop-color:#cbcbcb;stop-opacity:1" + offset="0" + id="stop3979" /> + <stop + style="stop-color:#efefef;stop-opacity:1" + offset="1" + id="stop3981" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3327" + id="linearGradient4011" + x1="39.03125" + y1="35.984375" + x2="47.230457" + y2="24.974846" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3327" + id="linearGradient4039" + x1="56.727566" + y1="37.282234" + x2="48.758419" + y2="23.479269" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3956" + id="linearGradient3933" + x1="48" + y1="41" + x2="60" + y2="41" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" /> + <linearGradient + id="linearGradient3956"> + <stop + id="stop3958" + offset="0" + style="stop-color:#e6c94c;stop-opacity:1;" /> + <stop + style="stop-color:#e7ce5f;stop-opacity:1" + offset="0.57832253" + id="stop3966" /> + <stop + style="stop-color:#f0de93;stop-opacity:1" + offset="0.83333331" + id="stop3960" /> + <stop + id="stop3962" + offset="0.91666669" + style="stop-color:#d0b64c;stop-opacity:1" /> + <stop + id="stop3964" + offset="1" + style="stop-color:#907d2e;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3956" + id="linearGradient3945" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" + x1="48" + y1="41" + x2="60" + y2="41" + gradientTransform="translate(0,6)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3956" + id="linearGradient3954" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,12)" + spreadMethod="reflect" + x1="48" + y1="41" + x2="60" + y2="41" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#e7e7e7" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="6.2283083" + inkscape:cx="6.2630992" + inkscape:cy="43.53594" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:showpageshadow="false" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1933" + inkscape:window-height="1060" + inkscape:window-x="536" + inkscape:window-y="256" + inkscape:window-maximized="0" + borderlayer="true"> + <inkscape:grid + type="xygrid" + id="grid3672" + visible="true" + enabled="true" + empspacing="8" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Icon" + inkscape:groupmode="layer" + id="layer1" + style="display:inline" + transform="translate(0,74)"> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="0.99824595" + inkscape:original="M 74 -66.96875 C 70.716909 -66.96875 68.03125 -64.283091 68.03125 -61 L 68.03125 11 C 68.03125 14.283091 70.716909 16.96875 74 16.96875 L 82 16.96875 C 85.283091 16.96875 87.96875 14.283091 87.96875 11 L 87.96875 -61 C 87.96875 -64.283091 85.283091 -66.96875 82 -66.96875 L 74 -66.96875 z M 54 -50.96875 C 50.716909 -50.96875 48.03125 -48.283091 48.03125 -45 L 48.03125 11 C 48.03125 14.283091 50.716909 16.96875 54 16.96875 L 62 16.96875 C 65.283091 16.96875 67.96875 14.283091 67.96875 11 L 67.96875 -45 C 67.96875 -48.283091 65.283091 -50.96875 62 -50.96875 L 54 -50.96875 z M 34 -34.96875 C 30.716909 -34.96875 28.03125 -32.283091 28.03125 -29 L 28.03125 11 C 28.03125 14.283091 30.716909 16.96875 34 16.96875 L 42 16.96875 C 45.283091 16.96875 47.96875 14.283091 47.96875 11 L 47.96875 -29 C 47.96875 -32.283091 45.283091 -34.96875 42 -34.96875 L 34 -34.96875 z M 14 -18.96875 C 10.716909 -18.96875 8.03125 -16.283091 8.03125 -13 L 8.03125 11 C 8.03125 14.283091 10.716909 16.96875 14 16.96875 L 22 16.96875 C 25.283091 16.96875 27.96875 14.283091 27.96875 11 L 27.96875 -13 C 27.96875 -16.283091 25.283091 -18.96875 22 -18.96875 L 14 -18.96875 z " + style="opacity:0.08;fill:#000000;fill-opacity:1;stroke:none" + id="path3770" + d="m 74,-67.96875 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,24 c 0,3.827486 3.141264,6.96875 6.96875,6.96875 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 3.827486,0 6.96875,-3.141264 6.96875,-6.96875 l 0,-72 c 0,-3.827486 -3.141264,-6.96875 -6.96875,-6.96875 l -8,0 z" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="0.94991022" + inkscape:original="M 74 -66.03125 C 71.236635 -66.03125 68.96875 -63.763365 68.96875 -61 L 68.96875 11 C 68.96875 13.763365 71.236635 16.03125 74 16.03125 L 82 16.03125 C 84.763365 16.03125 87.03125 13.763365 87.03125 11 L 87.03125 -61 C 87.03125 -63.763365 84.763365 -66.03125 82 -66.03125 L 74 -66.03125 z M 54 -50.03125 C 51.236635 -50.03125 48.96875 -47.763365 48.96875 -45 L 48.96875 11 C 48.96875 13.763365 51.236635 16.03125 54 16.03125 L 62 16.03125 C 64.763365 16.03125 67.03125 13.763365 67.03125 11 L 67.03125 -45 C 67.03125 -47.763365 64.763365 -50.03125 62 -50.03125 L 54 -50.03125 z M 34 -34.03125 C 31.236635 -34.03125 28.96875 -31.763365 28.96875 -29 L 28.96875 11 C 28.96875 13.763365 31.236635 16.03125 34 16.03125 L 42 16.03125 C 44.763365 16.03125 47.03125 13.763365 47.03125 11 L 47.03125 -29 C 47.03125 -31.763365 44.763365 -34.03125 42 -34.03125 L 34 -34.03125 z M 14 -18.03125 C 11.236635 -18.03125 8.96875 -15.763365 8.96875 -13 L 8.96875 11 C 8.96875 13.763365 11.236635 16.03125 14 16.03125 L 22 16.03125 C 24.763365 16.03125 27.03125 13.763365 27.03125 11 L 27.03125 -13 C 27.03125 -15.763365 24.763365 -18.03125 22 -18.03125 L 14 -18.03125 z " + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:none" + id="path3766" + d="m 74,-66.96875 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,72 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-72 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,56 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-56 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,40 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-40 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,24 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-24 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="1.0198669" + inkscape:original="M 74 -65 C 71.784 -65 70 -63.216 70 -61 L 70 11 C 70 13.216 71.784 15 74 15 L 82 15 C 84.216 15 86 13.216 86 11 L 86 -61 C 86 -63.216 84.216 -65 82 -65 L 74 -65 z M 54 -49 C 51.784 -49 50 -47.216 50 -45 L 50 11 C 50 13.216 51.784 15 54 15 L 62 15 C 64.216 15 66 13.216 66 11 L 66 -45 C 66 -47.216 64.216 -49 62 -49 L 54 -49 z M 34 -33 C 31.784 -33 30 -31.216 30 -29 L 30 11 C 30 13.216 31.784 15 34 15 L 42 15 C 44.216 15 46 13.216 46 11 L 46 -29 C 46 -31.216 44.216 -33 42 -33 L 34 -33 z M 14 -17 C 11.784 -17 10 -15.216 10 -13 L 10 11 C 10 13.216 11.784 15 14 15 L 22 15 C 24.216 15 26 13.216 26 11 L 26 -13 C 26 -15.216 24.216 -17 22 -17 L 14 -17 z " + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none" + id="path3762" + d="m 74,-66.03125 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,72 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-72 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,56 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-56 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,40 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-40 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,24 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-24 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z" /> + <path + style="fill:#000000;fill-opacity:1;stroke:none;opacity:0.3" + d="m 74,-65 c -2.216,0 -4,1.784 -4,4 l 0,72 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-72 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,40 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-40 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,24 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-24 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="rect3747" /> + <rect + style="fill:url(#linearGradient3689);fill-opacity:1;stroke:none" + id="rect2903" + width="16" + height="80" + x="70" + y="-66" + rx="4" + ry="4" /> + <rect + y="-50" + x="50" + height="64" + width="16" + id="rect2905" + style="fill:url(#linearGradient3691);fill-opacity:1.0;stroke:none" + rx="4" + ry="4" /> + <rect + style="fill:url(#linearGradient3693);fill-opacity:1.0;stroke:none" + id="rect2907" + width="16" + height="48" + x="30" + y="-34" + rx="4" + ry="4" /> + <rect + y="-18" + x="10" + height="32" + width="16" + id="rect2909" + style="fill:url(#linearGradient3695);fill-opacity:1.0;stroke:none" + rx="4" + ry="4" /> + <path + style="fill:url(#linearGradient3719);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 74,-66 c -2.216,0 -4,1.784 -4,4 l 0,72 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 71.72124,13.326579 70.96875,12.273179 70.96875,11 l 0,-72 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,72 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 84.815572,13.275003 86,11.798949 86,10 l 0,-72 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2939" /> + <path + style="fill:url(#linearGradient3731);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 54,-50 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 51.72124,13.326579 50.96875,12.273179 50.96875,11 l 0,-56 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,56 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 64.815572,13.275003 66,11.798949 66,10 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2937" /> + <path + style="fill:url(#linearGradient3729);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 34,-34 c -2.216,0 -4,1.784 -4,4 l 0,40 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 31.72124,13.326579 30.96875,12.273179 30.96875,11 l 0,-40 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,40 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 44.815572,13.275003 46,11.798949 46,10 l 0,-40 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2935" /> + <path + style="fill:url(#linearGradient3727);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 14,-18 c -2.216,0 -4,1.784 -4,4 l 0,24 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 11.72124,13.326579 10.96875,12.273179 10.96875,11 l 0,-24 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,24 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 24.815572,13.275003 26,11.798949 26,10 l 0,-24 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="rect2912" /> + <g + style="display:inline" + id="g214" + transform="matrix(1.1389593,0,0,1.0713204,-37.245063,-95.651536)"> + <path + d="m 48,21.029297 c -6.579909,0 -11.970703,5.390794 -11.970703,11.970703 v 3.195312 C 34.309564,36.643113 32.998047,38.148778 32.998047,40 v 4 c 0,0.537304 0.20147,0.734055 0.363281,1 -0.161811,0.265945 -0.363281,0.462696 -0.363281,1 v 4 c 0,0.537304 0.20147,0.734055 0.363281,1 -0.161811,0.265945 -0.363281,0.462696 -0.363281,1 v 4 c 0,2.194591 1.807362,4.001953 4.001953,4.001953 h 22 c 2.194591,0 4.001953,-1.807362 4.001953,-4.001953 v -4 c 0,-0.537304 -0.20147,-0.734055 -0.363281,-1 0.161811,-0.265945 0.363281,-0.462696 0.363281,-1 v -4 c 0,-0.537304 -0.20147,-0.734055 -0.363281,-1 0.161811,-0.265945 0.363281,-0.462696 0.363281,-1 v -4 c 0,-1.851222 -1.311517,-3.356887 -3.03125,-3.804688 V 33 C 59.970703,26.420091 54.579909,21.029297 48,21.029297 Z m 0,9.003906 c 1.85377,0 2.966797,1.113027 2.966797,2.966797 v 2.998047 H 45.033203 V 33 c 0,-1.85377 1.113027,-2.966797 2.966797,-2.966797 z" + id="path4087" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.05;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:original="M 48 22 C 41.949613 22 37 26.949613 37 33 L 37 36.96875 C 35.340357 36.96875 33.96875 38.340357 33.96875 40 L 33.96875 44 C 33.96875 44.512118 34.202962 44.716009 34.375 45 C 34.202962 45.283991 33.96875 45.487882 33.96875 46 L 33.96875 50 C 33.96875 50.512118 34.202962 50.716009 34.375 51 C 34.202962 51.283991 33.96875 51.487882 33.96875 52 L 33.96875 56 C 33.96875 57.659643 35.340357 59.03125 37 59.03125 L 59 59.03125 C 60.659643 59.03125 62.03125 57.659643 62.03125 56 L 62.03125 52 C 62.03125 51.487882 61.797038 51.283991 61.625 51 C 61.797038 50.716009 62.03125 50.512118 62.03125 50 L 62.03125 46 C 62.03125 45.487882 61.797038 45.283991 61.625 45 C 61.797038 44.716009 62.03125 44.512118 62.03125 44 L 62.03125 40 C 62.03125 38.340357 60.659643 36.96875 59 36.96875 L 59 33 C 59 26.949613 54.050387 22 48 22 z M 48 29.0625 C 50.309873 29.0625 51.9375 30.690127 51.9375 33 L 51.9375 36.96875 L 44.0625 36.96875 L 44.0625 33 C 44.0625 30.690127 45.690127 29.0625 48 29.0625 z " + inkscape:radius="0.97092915" + sodipodi:type="inkscape:offset" /> + <path + inkscape:connector-curvature="0" + id="path4082" + d="m 48,22 c -6.050387,0 -11,4.949613 -11,11 v 3.96875 c -1.659643,0 -3.03125,1.371607 -3.03125,3.03125 v 4 c 0,0.512118 0.234212,0.716009 0.40625,1 -0.172038,0.283991 -0.40625,0.487882 -0.40625,1 v 4 c 0,0.512118 0.234212,0.716009 0.40625,1 -0.172038,0.283991 -0.40625,0.487882 -0.40625,1 v 4 c 0,1.659643 1.371607,3.03125 3.03125,3.03125 h 22 c 1.659643,0 3.03125,-1.371607 3.03125,-3.03125 v -4 c 0,-0.512118 -0.234212,-0.716009 -0.40625,-1 0.172038,-0.283991 0.40625,-0.487882 0.40625,-1 v -4 c 0,-0.512118 -0.234212,-0.716009 -0.40625,-1 0.172038,-0.283991 0.40625,-0.487882 0.40625,-1 v -4 c 0,-1.659643 -1.371607,-3.03125 -3.03125,-3.03125 V 33 C 59,26.949613 54.050387,22 48,22 Z m 0,7.0625 c 2.309873,0 3.9375,1.627627 3.9375,3.9375 v 3.96875 h -7.875 V 33 c 0,-2.309873 1.627627,-3.9375 3.9375,-3.9375 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.07999998;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + d="m 48,23.060547 c -5.477877,0 -9.939453,4.461576 -9.939453,9.939453 v 5.029297 H 37 c -1.0751,0 -1.970703,0.895603 -1.970703,1.970703 v 4 c 0,0.387206 0.220995,0.692778 0.419922,1 -0.198927,0.307222 -0.419922,0.612794 -0.419922,1 v 4 c 0,0.387206 0.220995,0.692778 0.419922,1 -0.198927,0.307222 -0.419922,0.612794 -0.419922,1 v 4 c 0,1.0751 0.895603,1.970703 1.970703,1.970703 h 22 c 1.0751,0 1.970703,-0.895603 1.970703,-1.970703 v -4 c 0,-0.387206 -0.220995,-0.692778 -0.419922,-1 0.198927,-0.307222 0.419922,-0.612794 0.419922,-1 v -4 c 0,-0.387206 -0.220995,-0.692778 -0.419922,-1 0.198927,-0.307222 0.419922,-0.612794 0.419922,-1 V 40 C 60.970703,38.9249 60.0751,38.029297 59,38.029297 H 57.939453 V 33 c 0,-5.477877 -4.461576,-9.939453 -9.939453,-9.939453 z m 0,4.941406 c 2.843291,0 4.998047,2.154756 4.998047,4.998047 v 5.029297 H 43.001953 V 33 c 0,-2.843291 2.154756,-4.998047 4.998047,-4.998047 z" + id="path4078" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:original="M 48 24.03125 C 43.0469 24.03125 39.03125 28.0469 39.03125 33 L 39.03125 39 L 37 39 C 36.446 39 36 39.446 36 40 L 36 44 C 36 44.554 36.446 45 37 45 C 36.446 45 36 45.446 36 46 L 36 50 C 36 50.554 36.446 51 37 51 C 36.446 51 36 51.446 36 52 L 36 56 C 36 56.554 36.446 57 37 57 L 59 57 C 59.554 57 60 56.554 60 56 L 60 52 C 60 51.446 59.554 51 59 51 C 59.554 51 60 50.554 60 50 L 60 46 C 60 45.446 59.554 45 59 45 C 59.554 45 60 44.554 60 44 L 60 40 C 60 39.446 59.554 39 59 39 L 56.96875 39 L 56.96875 33 C 56.96875 28.0469 52.9531 24.03125 48 24.03125 z M 48 27.03125 C 51.349468 27.03125 53.96875 29.650532 53.96875 33 L 53.96875 39 L 42.03125 39 L 42.03125 33 C 42.03125 29.650532 44.650532 27.03125 48 27.03125 z " + inkscape:radius="0.97092915" + sodipodi:type="inkscape:offset" /> + <path + inkscape:connector-curvature="0" + id="path4063" + d="m 48,24.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 6 H 37 c -0.554,0 -1,0.446 -1,1 v 4 c 0,0.554 0.446,1 1,1 -0.554,0 -1,0.446 -1,1 v 4 c 0,0.554 0.446,1 1,1 -0.554,0 -1,0.446 -1,1 v 4 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -4 c 0,-0.554 -0.446,-1 -1,-1 0.554,0 1,-0.446 1,-1 v -4 c 0,-0.554 -0.446,-1 -1,-1 0.554,0 1,-0.446 1,-1 v -4 c 0,-0.554 -0.446,-1 -1,-1 h -2.03125 v -6 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 z m 0,3 c 3.349468,0 5.96875,2.619282 5.96875,5.96875 v 6 h -11.9375 v -6 c 0,-3.349468 2.619282,-5.96875 5.96875,-5.96875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ssssssssssssss" + inkscape:connector-curvature="0" + id="path3974" + d="m 48,23.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 8 c 0,4.9531 4.01565,8.96875 8.96875,8.96875 4.9531,0 8.96875,-4.01565 8.96875,-8.96875 v -8 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 z m 0,3 c 3.349468,0 5.96875,2.619282 5.96875,5.96875 v 8 c 0,3.349468 -2.619282,5.96875 -5.96875,5.96875 -3.349468,0 -5.96875,-2.619282 -5.96875,-5.96875 v -8 c 0,-3.349468 2.619282,-5.96875 5.96875,-5.96875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3983);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="rect3985" + d="m 48,25 c -3.878,0 -7,3.122 -7,7 v 12 c 0,0.661889 0.11112,1.300171 0.28125,1.90625 1.643856,1.874098 4.03012,3.0625 6.71875,3.0625 2.68863,0 5.074894,-1.188402 6.71875,-3.0625 C 54.88888,45.300171 55,44.661889 55,44 V 32 c 0,-3.878 -3.122,-7 -7,-7 z m 0,1.03125 c 3.349468,0 5.96875,2.619282 5.96875,5.96875 v 8 c 0,3.349468 -2.619282,5.96875 -5.96875,5.96875 -3.349468,0 -5.96875,-2.619282 -5.96875,-5.96875 v -8 c 0,-3.349468 2.619282,-5.96875 5.96875,-5.96875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + transform="matrix(0.95522388,0,0,0.9875956,2.1492537,0.60355158)" + d="m 48,25.326172 c -3.70276,0 -6.673828,2.971068 -6.673828,6.673828 v 12 c 0,0.599785 0.105202,1.181874 0.257812,1.744141 1.583676,1.774077 3.85154,2.898437 6.416016,2.898437 2.564476,0 4.83234,-1.12436 6.416016,-2.898437 C 54.568626,45.181874 54.673828,44.599785 54.673828,44 V 32 c 0,-3.70276 -2.971068,-6.673828 -6.673828,-6.673828 z m 0,0.378906 c 3.51969,0 6.294922,2.775232 6.294922,6.294922 v 8 c 0,3.51969 -2.775232,6.294922 -6.294922,6.294922 -3.51969,0 -6.294922,-2.775232 -6.294922,-6.294922 v -8 c 0,-3.51969 2.775232,-6.294922 6.294922,-6.294922 z" + id="path3993" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:original="M 48 25 C 44.122 25 41 28.122 41 32 L 41 44 C 41 44.661889 41.11112 45.300171 41.28125 45.90625 C 42.925106 47.780348 45.31137 48.96875 48 48.96875 C 50.68863 48.96875 53.074894 47.780348 54.71875 45.90625 C 54.88888 45.300171 55 44.661889 55 44 L 55 32 C 55 28.122 51.878 25 48 25 z M 48 26.03125 C 51.349468 26.03125 53.96875 28.650532 53.96875 32 L 53.96875 40 C 53.96875 43.349468 51.349468 45.96875 48 45.96875 C 44.650532 45.96875 42.03125 43.349468 42.03125 40 L 42.03125 32 C 42.03125 28.650532 44.650532 26.03125 48 26.03125 z " + inkscape:radius="-0.32651302" + sodipodi:type="inkscape:offset" /> + <path + inkscape:connector-curvature="0" + id="path3995" + d="m 48,23.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 8 c 0,4.803463 3.785443,8.704923 8.53125,8.9375 C 43.040099,48.485235 39.5,44.69729 39.5,40.125 V 32.25 c 0,-4.87711 4.01565,-8.8125 8.96875,-8.8125 1.961522,0 3.773702,0.604265 5.25,1.65625 C 52.168406,23.814278 50.166981,23.03125 48,23.03125 Z m 3.84375,4.34375 c 1.310757,1.085979 2.125,2.749544 2.125,4.625 v 8 c 0,3.349468 -2.619282,5.96875 -5.96875,5.96875 -0.178019,0 -0.35764,-0.01674 -0.53125,-0.03125 0.324528,0.05172 0.658264,0.0625 1,0.0625 3.349468,0 5.96875,-2.57692 5.96875,-5.875 V 32.25 c 0,-2.061301 -1.008641,-3.829535 -2.59375,-4.875 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.2;fill:url(#linearGradient4011);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ssccscs" + inkscape:connector-curvature="0" + id="path4013" + d="m 48,23.03125 c -4.9531,0 -8.96875,4.01565 -8.96875,8.96875 v 8 h 0.78125 v -8 c 0,-4.814493 3.801349,-8.752635 8.5625,-8.96875 -0.126641,-0.0053 -0.247055,0 -0.375,0 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4024" + d="m 48,23.03125 c -0.170961,0 -0.331399,0.02181 -0.5,0.03125 4.716118,0.2641 8.46875,4.155361 8.46875,8.9375 v 8 c 0,4.782139 -3.752632,8.6734 -8.46875,8.9375 0.168601,0.0094 0.329039,0.03125 0.5,0.03125 4.9531,0 8.96875,-4.01565 8.96875,-8.96875 v -8 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 z m -1,3 c -3.349468,0 -5.96875,2.619282 -5.96875,5.96875 v 8 c 0,3.349468 2.619282,5.96875 5.96875,5.96875 0.125814,0 0.251347,-0.02396 0.375,-0.03125 C 44.32736,45.637471 42.03125,43.140126 42.03125,40 v -8 c 0,-3.140126 2.29611,-5.637471 5.34375,-5.9375 C 47.251347,26.0552 47.125814,26.03125 47,26.03125 Z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:url(#linearGradient4039);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4041" + d="m 47.75,23.03125 c 4.820388,0.151447 8.6875,4.111609 8.6875,8.96875 v 8 c 0,4.857141 -3.867112,8.817303 -8.6875,8.96875 0.08472,0.0024 0.164703,0 0.25,0 4.9531,0 8.96875,-4.01565 8.96875,-8.96875 v -8 c 0,-4.9531 -4.01565,-8.96875 -8.96875,-8.96875 -0.0853,0 -0.165275,-0.0024 -0.25,0 z m -0.28125,3 C 44.119282,26.03125 41.5,28.650532 41.5,32 v 8 c 0,3.349468 2.619282,5.96875 5.96875,5.96875 0.09397,0 0.188472,0.0041 0.28125,0 C 44.520715,45.842516 42.03125,43.26594 42.03125,40 v -8 c 0,-3.26594 2.489465,-5.842516 5.71875,-5.96875 -0.09278,-0.0041 -0.187281,0 -0.28125,0 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" + inkscape:connector-curvature="0" + id="rect4052" + d="M 47.96875,24.5 48.75,24.53125 h 0.03125 l 0.71875,0.125 h 0.03125 l 0.6875,0.1875 H 50.25 l 0.65625,0.21875 0.03125,0.03125 0.625,0.28125 0.03125,0.03125 0.59375,0.34375 0.03125,0.03125 0.15625,0.125 L 52.84375,26 53.15625,25.65625 53.0625,25.1875 52.96875,25.125 52.78125,24.96875 52.75,24.9375 52.09375,24.53125 52.03125,24.5 51.34375,24.1875 51.28125,24.15625 50.5625,23.875 H 50.5 l -0.75,-0.1875 -0.0625,-0.03125 -0.78125,-0.125 h -0.0625 L 48.03125,23.5 c -0.956312,-0.06672 -1.152251,1.088959 -0.0625,1 z m -4,0 -0.0625,0.03125 -0.65625,0.40625 -0.03125,0.03125 -0.625,0.4375 L 42.5625,25.4375 42,25.96875 41.96875,26 l -0.53125,0.5625 -0.03125,0.03125 -0.4375,0.625 -0.03125,0.03125 -0.40625,0.65625 -0.03125,0.0625 -0.28125,0.625 V 29.0625 L 40.625,29.3125 41.0625,29.125 41.125,29 41.375,28.4375 41.40625,28.40625 41.75,27.8125 41.78125,27.78125 42.1875,27.25 l 0.03125,-0.03125 0.46875,-0.5 h 0.03125 V 26.6875 l 0.5,-0.46875 L 43.25,26.1875 43.78125,25.78125 43.8125,25.75 44.40625,25.40625 44.4375,25.375 45.03125,25.125 C 45.742924,24.657964 45,24 44.59375,24.21875 Z" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" /> + <path + d="m 48.017578,23.695312 c -0.3993,-0.02786 -0.573944,0.187024 -0.591797,0.335938 -0.0089,0.07446 0.0105,0.132508 0.08008,0.1875 0.06958,0.05499 0.20846,0.107385 0.447266,0.08789 a 0.19490146,0.19490146 0 0 1 0.02344,-0.002 l 0.777344,0.03125 h 0.02734 a 0.19490146,0.19490146 0 0 1 0.0332,0.0039 l 0.703125,0.121094 h 0.01367 a 0.19490146,0.19490146 0 0 1 0.05078,0.0078 l 0.66211,0.179688 H 50.25 a 0.19490146,0.19490146 0 0 1 0.0625,0.0098 l 0.65625,0.21875 a 0.19490146,0.19490146 0 0 1 0.07617,0.04687 l 0.0059,0.0078 0.591797,0.265625 a 0.19490146,0.19490146 0 0 1 0.05859,0.03906 l 0.01172,0.01367 0.572265,0.332031 a 0.19490146,0.19490146 0 0 1 0.04102,0.0293 l 0.02344,0.02539 0.109375,0.08789 0.314454,0.0625 0.171874,-0.189453 -0.05859,-0.292968 -0.02539,-0.01758 a 0.19490146,0.19490146 0 0 1 -0.01758,-0.01172 l -0.1875,-0.15625 a 0.19490146,0.19490146 0 0 1 -0.01367,-0.01172 l -0.01367,-0.01563 -0.630859,-0.390625 -0.05078,-0.02539 -0.683594,-0.310547 a 0.19490146,0.19490146 0 0 1 -0.0078,-0.0039 l -0.05469,-0.02734 -0.675781,-0.263672 H 50.5 a 0.19490146,0.19490146 0 0 1 -0.04687,-0.0059 l -0.75,-0.1875 a 0.19490146,0.19490146 0 0 1 -0.04102,-0.01563 l -0.03516,-0.01758 -0.736328,-0.117188 h -0.04687 a 0.19490146,0.19490146 0 0 1 -0.0078,0 l -0.8125,-0.03125 a 0.19490146,0.19490146 0 0 1 -0.0059,0 z m -3.144531,0.691407 c -0.0768,-0.02538 -0.143675,-0.01969 -0.1875,0.0039 a 0.19490146,0.19490146 0 0 1 -0.01172,0.0059 l -0.621094,0.279297 -0.05078,0.02539 -0.630859,0.390625 -0.01367,0.01563 a 0.19490146,0.19490146 0 0 1 -0.02734,0.02148 l -0.611328,0.427735 -0.01758,0.01953 a 0.19490146,0.19490146 0 0 1 -0.0039,0.0039 l -0.560547,0.529297 -0.02734,0.02734 -0.529297,0.560547 a 0.19490146,0.19490146 0 0 1 -0.0039,0.0039 l -0.01953,0.01758 -0.427735,0.611328 a 0.19490146,0.19490146 0 0 1 -0.02148,0.02734 l -0.01563,0.01367 -0.390625,0.630859 -0.02539,0.05078 -0.261719,0.582032 v 0.318359 l 0.226563,0.140625 0.279297,-0.119141 0.0293,-0.05859 0.248047,-0.558594 a 0.19490146,0.19490146 0 0 1 0.03906,-0.05859 l 0.01367,-0.01172 0.332031,-0.572265 a 0.19490146,0.19490146 0 0 1 0.0293,-0.04102 l 0.02344,-0.02148 0.398437,-0.521485 a 0.19490146,0.19490146 0 0 1 0.01563,-0.01953 l 0.0293,-0.02734 0.466797,-0.498046 a 0.19490146,0.19490146 0 0 1 0.02344,-0.02148 0.19490146,0.19490146 0 0 1 0.002,-0.002 0.19490146,0.19490146 0 0 1 0.01563,-0.01758 l 0.498046,-0.466797 0.02734,-0.0293 a 0.19490146,0.19490146 0 0 1 0.01953,-0.01563 l 0.521485,-0.398437 0.02148,-0.02344 a 0.19490146,0.19490146 0 0 1 0.04102,-0.0293 L 44.287109,25.25 l 0.01172,-0.01367 a 0.19490146,0.19490146 0 0 1 0.0625,-0.04102 l 0.56836,-0.240234 c 0.13686,-0.09302 0.187452,-0.175773 0.199218,-0.236328 0.01214,-0.06247 -0.005,-0.124279 -0.05273,-0.1875 -0.04771,-0.06322 -0.126323,-0.119152 -0.203125,-0.144531 z" + id="path4061" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" + inkscape:original="M 48.03125 23.5 C 47.074938 23.43328 46.878999 24.588959 47.96875 24.5 L 48.75 24.53125 L 48.78125 24.53125 L 49.5 24.65625 L 49.53125 24.65625 L 50.21875 24.84375 L 50.25 24.84375 L 50.90625 25.0625 L 50.9375 25.09375 L 51.5625 25.375 L 51.59375 25.40625 L 52.1875 25.75 L 52.21875 25.78125 L 52.375 25.90625 L 52.84375 26 L 53.15625 25.65625 L 53.0625 25.1875 L 52.96875 25.125 L 52.78125 24.96875 L 52.75 24.9375 L 52.09375 24.53125 L 52.03125 24.5 L 51.34375 24.1875 L 51.28125 24.15625 L 50.5625 23.875 L 50.5 23.875 L 49.75 23.6875 L 49.6875 23.65625 L 48.90625 23.53125 L 48.84375 23.53125 L 48.03125 23.5 z M 44.59375 24.21875 L 43.96875 24.5 L 43.90625 24.53125 L 43.25 24.9375 L 43.21875 24.96875 L 42.59375 25.40625 L 42.5625 25.4375 L 42 25.96875 L 41.96875 26 L 41.4375 26.5625 L 41.40625 26.59375 L 40.96875 27.21875 L 40.9375 27.25 L 40.53125 27.90625 L 40.5 27.96875 L 40.21875 28.59375 L 40.21875 29.0625 L 40.625 29.3125 L 41.0625 29.125 L 41.125 29 L 41.375 28.4375 L 41.40625 28.40625 L 41.75 27.8125 L 41.78125 27.78125 L 42.1875 27.25 L 42.21875 27.21875 L 42.6875 26.71875 L 42.71875 26.71875 L 42.71875 26.6875 L 43.21875 26.21875 L 43.25 26.1875 L 43.78125 25.78125 L 43.8125 25.75 L 44.40625 25.40625 L 44.4375 25.375 L 45.03125 25.125 C 45.742924 24.657964 45 24 44.59375 24.21875 z " + inkscape:radius="-0.19488198" + sodipodi:type="inkscape:offset" /> + <rect + ry="1" + rx="1" + y="38" + x="36" + height="6" + width="24" + id="rect3138" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3933);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="rect3148" + d="m 37,38 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 22 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="rect3921" + d="m 36,42 v 1 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -1 c 0,0.554 -0.446,1 -1,1 H 37 c -0.554,0 -1,-0.446 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <rect + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3945);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect3939" + width="24" + height="6" + x="36" + y="44" + rx="1" + ry="1" /> + <path + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 37,44 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 22 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z" + id="path3941" /> + <path + inkscape:connector-curvature="0" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 36,48 v 1 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -1 c 0,0.554 -0.446,1 -1,1 H 37 c -0.554,0 -1,-0.446 -1,-1 z" + id="path3943" /> + <rect + ry="1" + rx="1" + y="50" + x="36" + height="6" + width="24" + id="rect3947" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3954);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + <path + id="path3949" + d="m 37,50 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 22 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:connector-curvature="0" /> + <path + id="path3952" + d="m 36,54 v 1 c 0,0.554 0.446,1 1,1 h 22 c 0.554,0 1,-0.446 1,-1 v -1 c 0,0.554 -0.446,1 -1,1 H 37 c -0.554,0 -1,-0.446 -1,-1 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + inkscape:connector-curvature="0" /> + </g> + </g> +</svg> diff --git a/mate/scalable/status/nm-signal-75.svg b/mate/scalable/status/nm-signal-75.svg new file mode 100644 index 0000000..e604015 --- /dev/null +++ b/mate/scalable/status/nm-signal-75.svg @@ -0,0 +1,907 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="96" + height="96" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.92.4 (unknown)" + version="1.0" + sodipodi:docname="notification-network-wireless-75.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + style="display:inline"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3713"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3715" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3717" /> + </linearGradient> + <linearGradient + id="linearGradient3295"> + <stop + style="stop-color:#559829;stop-opacity:1;" + offset="0" + id="stop3297" /> + <stop + style="stop-color:#86c837;stop-opacity:1;" + offset="1" + id="stop3299" /> + </linearGradient> + <linearGradient + id="linearGradient3287"> + <stop + style="stop-color:#cd0000;stop-opacity:1;" + offset="0" + id="stop3289" /> + <stop + style="stop-color:#e55300;stop-opacity:1;" + offset="1" + id="stop3291" /> + </linearGradient> + <linearGradient + id="linearGradient3279"> + <stop + style="stop-color:#f08e00;stop-opacity:1;" + offset="0" + id="stop3281" /> + <stop + style="stop-color:#ffd200;stop-opacity:1;" + offset="1" + id="stop3283" /> + </linearGradient> + <linearGradient + id="linearGradient3271"> + <stop + style="stop-color:#395d93;stop-opacity:1;" + offset="0" + id="stop3273" /> + <stop + style="stop-color:#6e92c7;stop-opacity:1;" + offset="1" + id="stop3275" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3327"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3330" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3333" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3327" + id="linearGradient3335" + x1="11.375" + y1="22" + x2="11.375" + y2="-9.817296" + gradientUnits="userSpaceOnUse" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 11 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="22 : 11 : 1" + inkscape:persp3d-origin="11 : 7.3333333 : 1" + id="perspective102" /> + <linearGradient + id="linearGradient4081"> + <stop + style="stop-color:#aaaaaa;stop-opacity:1;" + offset="0" + id="stop4083" /> + <stop + style="stop-color:#f0f0f0;stop-opacity:1;" + offset="1" + id="stop4085" /> + </linearGradient> + <linearGradient + id="linearGradient4057"> + <stop + style="stop-color:#816647;stop-opacity:1;" + offset="0" + id="stop4059" /> + <stop + style="stop-color:#a6845d;stop-opacity:1;" + offset="1" + id="stop4061" /> + </linearGradient> + <linearGradient + id="linearGradient3929"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3931" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3933" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3929" + id="linearGradient4051" + x1="9.494998" + y1="15.516565" + x2="9.494998" + y2="-4.1786065" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4057" + id="linearGradient4063" + x1="9.17138" + y1="21.000002" + x2="9.17138" + y2="0.97239029" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4089" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4103" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4105" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4107" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4109" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4111" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4113" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4115" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4117" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4119" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4121" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4123" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4125" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4127" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4129" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4132" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4141" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4148" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4158" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4180" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4182" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4184" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient4186" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2480" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2483" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2489" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2495" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2498" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2501" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2504" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1256322,0,0,0.1256322,11.921746,-1.0005124)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2506" + gradientUnits="userSpaceOnUse" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2508" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2510" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1317916,0,0,0.1317916,11.619896,-1.9882468)" + x1="6.101758" + y1="154.58195" + x2="6.101758" + y2="36.995476" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4974"> + <path + id="path4976" + d="M 16.625,2 C 15.93281,2.046173 15.13978,2.350316 14.5,2.875 13.716105,3.517873 13.079371,5.1522168 13.25,6.0625 13.337976,6.531842 13.692147,7.1029241 14.03125,7.28125 14.662734,7.613335 15.813682,7.0624791 16.875,5.9375 18.021489,4.722239 18.547995,3.383178 18.15625,2.625 17.915497,2.159052 17.31719,1.953827 16.625,2 z M 10.96875,2.71875 C 10.005789,2.719616 9.496306,3.3967078 9.5,4.6875 c 0.00253,0.88392 0.31322,1.6791318 0.71875,1.875 0.301512,0.145631 0.309051,0.1320361 0.6875,0 C 11.533114,6.343793 12.122053,4.8839409 12,3.90625 11.900109,3.106091 11.556193,2.7182209 10.96875,2.71875 z m -3.8125,1.3125 C 6.976067,4.0573035 6.795347,4.173262 6.625,4.34375 6.281636,4.687396 6.277056,4.8747068 6.28125,5.53125 6.286196,6.305553 6.475145,6.7277249 7,7.28125 7.392601,7.695296 7.675716,7.7200481 8.03125,7.34375 8.416388,6.936117 8.535971,6.296057 8.40625,5.59375 8.208416,4.5226825 7.696799,3.9530895 7.15625,4.03125 z M 4.46875,6.375 C 4.281799,6.4054104 4.1133,6.5115553 3.9375,6.6875 3.476154,7.14923 3.798831,8.4188978 4.53125,9.0625 5.405425,9.830669 6.111327,9.1273309 5.8125,7.78125 5.599846,6.8233425 5.029603,6.2837687 4.46875,6.375 z M 12.5,8.0625 C 11.88094,8.0518483 11.187196,8.1034691 10.46875,8.25 8.61799,8.627471 7.13709,9.3254488 6.1875,10.28125 5.640611,10.831715 5.327697,11.341306 5.0625,12.125 c -0.641919,1.896963 0.546896,4.595678 2.8125,6.4375 0.844088,0.686203 1.359152,0.993313 2.21875,1.28125 0.445736,0.149308 0.799163,0.183992 1.625,0.15625 0.946716,-0.03181 1.139252,-0.07408 1.75,-0.375 0.895036,-0.440989 1.909553,-1.461035 2.34375,-2.34375 0.264885,-0.5385 0.307321,-0.768628 0.28125,-1.21875 -0.04452,-0.768578 -0.342658,-0.977756 -1.3125,-0.96875 -1.38452,0.01285 -1.965756,0.333932 -2.25,1.3125 -0.21469,0.739118 -0.452038,1 -0.9375,1 -0.769368,0 -1.5625,-0.611791 -1.5625,-1.25 0,-0.443994 0.715313,-1.10577 2.5,-2.3125 2.514116,-1.69994 3.378489,-2.734111 3.25,-3.875 C 15.64852,8.7901993 14.35718,8.0944552 12.5,8.0625 z" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4995"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" + d="M 30,0 30,22 52,22 52,0 30,0 z M 46.625,2 C 47.31719,1.953827 47.915497,2.159052 48.15625,2.625 48.547995,3.383178 48.021489,4.722239 46.875,5.9375 45.813682,7.0624791 44.662734,7.613335 44.03125,7.28125 43.692147,7.1029241 43.337976,6.531842 43.25,6.0625 43.079371,5.1522168 43.716105,3.517873 44.5,2.875 45.13978,2.350316 45.93281,2.046173 46.625,2 z m -5.65625,0.71875 c 0.587443,-5.291e-4 0.931359,0.387341 1.03125,1.1875 0.122053,0.9776909 -0.466886,2.437543 -1.09375,2.65625 -0.378449,0.1320361 -0.385988,0.145631 -0.6875,0 C 39.81322,6.3666318 39.502528,5.57142 39.5,4.6875 39.496306,3.3967078 40.005789,2.719616 40.96875,2.71875 z m -3.8125,1.3125 c 0.540549,-0.078161 1.052166,0.4914325 1.25,1.5625 0.129721,0.702307 0.01014,1.342367 -0.375,1.75 C 37.675716,7.7200481 37.392601,7.695296 37,7.28125 36.475145,6.7277249 36.286196,6.305553 36.28125,5.53125 36.277056,4.8747068 36.281636,4.687396 36.625,4.34375 36.795347,4.173262 36.976067,4.0573035 37.15625,4.03125 z M 34.46875,6.375 C 35.029603,6.2837687 35.599846,6.8233425 35.8125,7.78125 36.111327,9.1273309 35.405425,9.830669 34.53125,9.0625 33.798831,8.4188978 33.476154,7.14923 33.9375,6.6875 34.1133,6.5115553 34.281799,6.4054104 34.46875,6.375 z M 42.5,8.0625 c 1.85718,0.031955 3.14852,0.7276993 3.28125,1.90625 0.128489,1.140889 -0.735884,2.17506 -3.25,3.875 -1.784687,1.20673 -2.5,1.868506 -2.5,2.3125 0,0.638209 0.793132,1.25 1.5625,1.25 0.485462,0 0.72281,-0.260882 0.9375,-1 0.284244,-0.978568 0.86548,-1.299646 2.25,-1.3125 0.969842,-0.009 1.267977,0.200172 1.3125,0.96875 0.02607,0.450122 -0.01637,0.68025 -0.28125,1.21875 -0.434197,0.882715 -1.448714,1.902761 -2.34375,2.34375 -0.610748,0.300916 -0.803284,0.343192 -1.75,0.375 -0.825837,0.02774 -1.179264,-0.0069 -1.625,-0.15625 C 39.234152,19.555813 38.719088,19.248703 37.875,18.5625 35.609396,16.720678 34.420581,14.021963 35.0625,12.125 35.327697,11.341306 35.640611,10.831715 36.1875,10.28125 37.13709,9.3254488 38.61799,8.627471 40.46875,8.25 41.187196,8.1034691 41.88094,8.0518483 42.5,8.0625 z" + id="path4997" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5065" + gradientUnits="userSpaceOnUse" + x1="11.508813" + y1="6.667244" + x2="11.508813" + y2="2.6882501" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5068" + gradientUnits="userSpaceOnUse" + x1="17.212025" + y1="7.3808393" + x2="17.212025" + y2="1.9877422" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5071" + gradientUnits="userSpaceOnUse" + x1="7.3737612" + y1="7.6049061" + x2="7.3737612" + y2="4.0347266" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5074" + gradientUnits="userSpaceOnUse" + x1="4.9496975" + y1="9.3934212" + x2="4.9496975" + y2="6.3640523" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient5077" + gradientUnits="userSpaceOnUse" + x1="13" + y1="20" + x2="13" + y2="7.9960599" + gradientTransform="translate(-30,-30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3345" + gradientUnits="userSpaceOnUse" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3355" + gradientUnits="userSpaceOnUse" + x1="12.316144" + y1="18.468353" + x2="12.316144" + y2="3.4817097" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3357" + gradientUnits="userSpaceOnUse" + x1="18.764908" + y1="21" + x2="18.764908" + y2="0.96705598" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3522" + gradientUnits="userSpaceOnUse" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" + gradientTransform="translate(1,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3527" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="6.8391123" + y1="16.300354" + x2="6.8391123" + y2="6.0528178" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3540" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="14.524625" + y1="17.41902" + x2="14.524625" + y2="4.625" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3542" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,30)" + x1="10.50519" + y1="15.28125" + x2="10.50519" + y2="6.7458849" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,0)" + x1="16.5" + y1="19.542921" + x2="16.5" + y2="2.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3723" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2902" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(2,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2904" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(0,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2906" + gradientUnits="userSpaceOnUse" + x1="12" + y1="19" + x2="12" + y2="2.9687805" + gradientTransform="translate(-1,-1)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient2909" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-31,-1)" + x1="12" + y1="19" + x2="12" + y2="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3689" + x1="96" + y1="-2" + x2="96" + y2="-82" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3271" + id="linearGradient3691" + x1="72" + y1="-2" + x2="72" + y2="-66" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-16,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3271" + id="linearGradient3693" + x1="56" + y1="-2" + x2="56" + y2="-50" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-12,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3271" + id="linearGradient3695" + x1="24" + y1="-2" + x2="24" + y2="-34" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-8,16)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3737" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3740" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3744" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,18)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4081" + id="linearGradient3755" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-20,90)" + x1="96" + y1="-2" + x2="96" + y2="-82" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3719" + x1="78" + y1="-66" + x2="78" + y2="6.0277724" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3727" + x1="19" + y1="-18" + x2="19" + y2="14.140317" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3729" + x1="37" + y1="-34" + x2="37" + y2="14.010415" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3713" + id="linearGradient3731" + x1="57" + y1="-50" + x2="57" + y2="14.007812" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#e7e7e7" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="17.616316" + inkscape:cx="25.024116" + inkscape:cy="43.649471" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:showpageshadow="false" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="3699" + inkscape:window-height="2001" + inkscape:window-x="140" + inkscape:window-y="52" + inkscape:window-maximized="1" + borderlayer="true"> + <inkscape:grid + type="xygrid" + id="grid3672" + visible="true" + enabled="true" + empspacing="8" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Icon" + inkscape:groupmode="layer" + id="layer1" + style="display:inline" + transform="translate(0,74)"> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="0.99824595" + inkscape:original="M 74 -66.96875 C 70.716909 -66.96875 68.03125 -64.283091 68.03125 -61 L 68.03125 11 C 68.03125 14.283091 70.716909 16.96875 74 16.96875 L 82 16.96875 C 85.283091 16.96875 87.96875 14.283091 87.96875 11 L 87.96875 -61 C 87.96875 -64.283091 85.283091 -66.96875 82 -66.96875 L 74 -66.96875 z M 54 -50.96875 C 50.716909 -50.96875 48.03125 -48.283091 48.03125 -45 L 48.03125 11 C 48.03125 14.283091 50.716909 16.96875 54 16.96875 L 62 16.96875 C 65.283091 16.96875 67.96875 14.283091 67.96875 11 L 67.96875 -45 C 67.96875 -48.283091 65.283091 -50.96875 62 -50.96875 L 54 -50.96875 z M 34 -34.96875 C 30.716909 -34.96875 28.03125 -32.283091 28.03125 -29 L 28.03125 11 C 28.03125 14.283091 30.716909 16.96875 34 16.96875 L 42 16.96875 C 45.283091 16.96875 47.96875 14.283091 47.96875 11 L 47.96875 -29 C 47.96875 -32.283091 45.283091 -34.96875 42 -34.96875 L 34 -34.96875 z M 14 -18.96875 C 10.716909 -18.96875 8.03125 -16.283091 8.03125 -13 L 8.03125 11 C 8.03125 14.283091 10.716909 16.96875 14 16.96875 L 22 16.96875 C 25.283091 16.96875 27.96875 14.283091 27.96875 11 L 27.96875 -13 C 27.96875 -16.283091 25.283091 -18.96875 22 -18.96875 L 14 -18.96875 z " + style="opacity:0.08;fill:#000000;fill-opacity:1;stroke:none" + id="path3770" + d="m 74,-67.96875 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,11.28125 c -1.274027,-1.358769 -3.036218,-2.25 -5.03125,-2.25 l -8,0 c -3.827486,0 -6.96875,3.141264 -6.96875,6.96875 l 0,24 c 0,3.827486 3.141264,6.96875 6.96875,6.96875 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 2.611074,0 4.807585,-1.51241 6,-3.65625 1.192415,2.14384 3.388926,3.65625 6,3.65625 l 8,0 c 3.827486,0 6.96875,-3.141264 6.96875,-6.96875 l 0,-72 c 0,-3.827486 -3.141264,-6.96875 -6.96875,-6.96875 l -8,0 z" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="0.94991022" + inkscape:original="M 74 -66.03125 C 71.236635 -66.03125 68.96875 -63.763365 68.96875 -61 L 68.96875 11 C 68.96875 13.763365 71.236635 16.03125 74 16.03125 L 82 16.03125 C 84.763365 16.03125 87.03125 13.763365 87.03125 11 L 87.03125 -61 C 87.03125 -63.763365 84.763365 -66.03125 82 -66.03125 L 74 -66.03125 z M 54 -50.03125 C 51.236635 -50.03125 48.96875 -47.763365 48.96875 -45 L 48.96875 11 C 48.96875 13.763365 51.236635 16.03125 54 16.03125 L 62 16.03125 C 64.763365 16.03125 67.03125 13.763365 67.03125 11 L 67.03125 -45 C 67.03125 -47.763365 64.763365 -50.03125 62 -50.03125 L 54 -50.03125 z M 34 -34.03125 C 31.236635 -34.03125 28.96875 -31.763365 28.96875 -29 L 28.96875 11 C 28.96875 13.763365 31.236635 16.03125 34 16.03125 L 42 16.03125 C 44.763365 16.03125 47.03125 13.763365 47.03125 11 L 47.03125 -29 C 47.03125 -31.763365 44.763365 -34.03125 42 -34.03125 L 34 -34.03125 z M 14 -18.03125 C 11.236635 -18.03125 8.96875 -15.763365 8.96875 -13 L 8.96875 11 C 8.96875 13.763365 11.236635 16.03125 14 16.03125 L 22 16.03125 C 24.763365 16.03125 27.03125 13.763365 27.03125 11 L 27.03125 -13 C 27.03125 -15.763365 24.763365 -18.03125 22 -18.03125 L 14 -18.03125 z " + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:none" + id="path3766" + d="m 74,-66.96875 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,72 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-72 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,56 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-56 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,40 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-40 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z m -20,16 c -3.283091,0 -5.96875,2.685659 -5.96875,5.96875 l 0,24 c 0,3.283091 2.685659,5.96875 5.96875,5.96875 l 8,0 c 3.283091,0 5.96875,-2.685659 5.96875,-5.96875 l 0,-24 c 0,-3.283091 -2.685659,-5.96875 -5.96875,-5.96875 l -8,0 z" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="1.0198669" + inkscape:original="M 74 -65 C 71.784 -65 70 -63.216 70 -61 L 70 11 C 70 13.216 71.784 15 74 15 L 82 15 C 84.216 15 86 13.216 86 11 L 86 -61 C 86 -63.216 84.216 -65 82 -65 L 74 -65 z M 54 -49 C 51.784 -49 50 -47.216 50 -45 L 50 11 C 50 13.216 51.784 15 54 15 L 62 15 C 64.216 15 66 13.216 66 11 L 66 -45 C 66 -47.216 64.216 -49 62 -49 L 54 -49 z M 34 -33 C 31.784 -33 30 -31.216 30 -29 L 30 11 C 30 13.216 31.784 15 34 15 L 42 15 C 44.216 15 46 13.216 46 11 L 46 -29 C 46 -31.216 44.216 -33 42 -33 L 34 -33 z M 14 -17 C 11.784 -17 10 -15.216 10 -13 L 10 11 C 10 13.216 11.784 15 14 15 L 22 15 C 24.216 15 26 13.216 26 11 L 26 -13 C 26 -15.216 24.216 -17 22 -17 L 14 -17 z " + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none" + id="path3762" + d="m 74,-66.03125 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,72 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-72 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,56 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-56 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,40 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-40 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z m -20,16 c -2.763365,0 -5.03125,2.267885 -5.03125,5.03125 l 0,24 c 0,2.763365 2.267885,5.03125 5.03125,5.03125 l 8,0 c 2.763365,0 5.03125,-2.267885 5.03125,-5.03125 l 0,-24 c 0,-2.763365 -2.267885,-5.03125 -5.03125,-5.03125 l -8,0 z" /> + <path + style="fill:#000000;fill-opacity:1;stroke:none;opacity:0.3" + d="m 74,-65 c -2.216,0 -4,1.784 -4,4 l 0,72 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-72 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,40 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-40 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,16 c -2.216,0 -4,1.784 -4,4 l 0,24 c 0,2.216 1.784,4 4,4 l 8,0 c 2.216,0 4,-1.784 4,-4 l 0,-24 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="rect3747" /> + <rect + style="fill:url(#linearGradient3689);fill-opacity:1;stroke:none" + id="rect2903" + width="16" + height="80" + x="70" + y="-66" + rx="4" + ry="4" /> + <rect + y="-50" + x="50" + height="64" + width="16" + id="rect2905" + style="fill:url(#linearGradient3691);fill-opacity:1.0;stroke:none" + rx="4" + ry="4" /> + <rect + style="fill:url(#linearGradient3693);fill-opacity:1.0;stroke:none" + id="rect2907" + width="16" + height="48" + x="30" + y="-34" + rx="4" + ry="4" /> + <rect + y="-18" + x="10" + height="32" + width="16" + id="rect2909" + style="fill:url(#linearGradient3695);fill-opacity:1.0;stroke:none" + rx="4" + ry="4" /> + <path + style="fill:url(#linearGradient3719);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 74,-66 c -2.216,0 -4,1.784 -4,4 l 0,72 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 71.72124,13.326579 70.96875,12.273179 70.96875,11 l 0,-72 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,72 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 84.815572,13.275003 86,11.798949 86,10 l 0,-72 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2939" /> + <path + style="fill:url(#linearGradient3731);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 54,-50 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 51.72124,13.326579 50.96875,12.273179 50.96875,11 l 0,-56 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,56 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 64.815572,13.275003 66,11.798949 66,10 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2937" /> + <path + style="fill:url(#linearGradient3729);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 34,-34 c -2.216,0 -4,1.784 -4,4 l 0,40 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 31.72124,13.326579 30.96875,12.273179 30.96875,11 l 0,-40 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,40 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 44.815572,13.275003 46,11.798949 46,10 l 0,-40 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="path2935" /> + <path + style="fill:url(#linearGradient3727);fill-opacity:1;stroke:none;opacity:0.59999999999999998" + d="m 14,-18 c -2.216,0 -4,1.784 -4,4 l 0,24 c 0,1.798949 1.184428,3.275003 2.8125,3.78125 C 11.72124,13.326579 10.96875,12.273179 10.96875,11 l 0,-24 c 0,-1.697572 1.333678,-3.03125 3.03125,-3.03125 l 8,0 c 1.697572,0 3.03125,1.333678 3.03125,3.03125 l 0,24 c 0,1.273179 -0.75249,2.326579 -1.84375,2.78125 C 24.815572,13.275003 26,11.798949 26,10 l 0,-24 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z" + id="rect2912" /> + </g> +</svg> |